diff --git a/build.sh b/build.sh index 3ac731a..3202fc7 100755 --- a/build.sh +++ b/build.sh @@ -35,7 +35,7 @@ if [[ $SKIP_RANKINGS -eq 0 ]]; then uv run pa-fetch-icore --query "$ICORE_QUERY" echo "==> Fetching SCImago rankings …" - uv run pa-fetch-scimago + uv run pa-fetch-scimago || echo " WARNING: SCImago fetch failed (anti-bot). Using cached/inline data." fi if [[ $SKIP_DEADLINES -eq 0 ]]; then diff --git a/site/assets/js/calendar.js b/site/assets/js/calendar.js index 4ba1b95..a89e8d8 100644 --- a/site/assets/js/calendar.js +++ b/site/assets/js/calendar.js @@ -25,7 +25,10 @@ document.addEventListener('DOMContentLoaded', function () { } }, eventDidMount: function (info) { - info.el.title = info.event.title + var parts = [info.event.title] + var props = info.event.extendedProps || {} + if (props.location) parts.push(props.location) + info.el.title = parts.join(' — ') } }) cal.render() diff --git a/site/content/calendar/_index.md b/site/content/calendar/_index.md index b39e3b9..f89fb4c 100644 --- a/site/content/calendar/_index.md +++ b/site/content/calendar/_index.md @@ -1,7 +1,7 @@ --- title: Submission Deadlines layout: calendar -generated: '2026-04-24T11:20:47Z' +generated: '2026-04-26T12:49:15Z' draft: false events: - title: OSDI — abstract deadline @@ -9,166 +9,326 @@ events: url: /venues/conferences/osdi/ color: '#f4a261' allDay: true + extendedProps: + location: Seattle, WA, USA + cfp_url: https://www.usenix.org/conference/osdi26/call-for-papers - title: OSDI — paper deadline start: '2025-12-11' url: /venues/conferences/osdi/ color: '#e63946' allDay: true + extendedProps: + location: Seattle, WA, USA + cfp_url: https://www.usenix.org/conference/osdi26/call-for-papers - title: OSDI start: '2026-07-13' url: /venues/conferences/osdi/ color: '#457b9d' allDay: true end: '2026-07-16' + extendedProps: + location: Seattle, WA, USA - title: SOSP — abstract deadline start: '2026-03-26' url: /venues/conferences/sosp/ color: '#f4a261' allDay: true + extendedProps: + location: Prague, Czechia + cfp_url: https://sigops.org/s/conferences/sosp/2026/cfp.html - title: SOSP — paper deadline start: '2026-04-01' url: /venues/conferences/sosp/ color: '#e63946' allDay: true + extendedProps: + location: Prague, Czechia + cfp_url: https://sigops.org/s/conferences/sosp/2026/cfp.html +- title: SOSP — notification + start: '2026-07-03' + url: /venues/conferences/sosp/ + color: '#2a9d8f' + allDay: true + extendedProps: + location: Prague, Czechia + cfp_url: https://sigops.org/s/conferences/sosp/2026/cfp.html - title: SOSP start: '2026-09-29' url: /venues/conferences/sosp/ color: '#457b9d' allDay: true end: '2026-10-03' + extendedProps: + location: Prague, Czechia - title: NSDI — abstract deadline start: '2026-09-10' url: /venues/conferences/nsdi/ color: '#f4a261' allDay: true + extendedProps: + location: Providence, RI, USA + cfp_url: https://www.usenix.org/conference/nsdi27/call-for-papers - title: NSDI — paper deadline start: '2026-09-17' url: /venues/conferences/nsdi/ color: '#e63946' allDay: true + extendedProps: + location: Providence, RI, USA + cfp_url: https://www.usenix.org/conference/nsdi27/call-for-papers +- title: NSDI — notification + start: '2026-12-08' + url: /venues/conferences/nsdi/ + color: '#2a9d8f' + allDay: true + extendedProps: + location: Providence, RI, USA + cfp_url: https://www.usenix.org/conference/nsdi27/call-for-papers - title: NSDI start: '2027-05-11' url: /venues/conferences/nsdi/ color: '#457b9d' allDay: true end: '2027-05-14' + extendedProps: + location: Providence, RI, USA - title: EuroSys — abstract deadline start: '2026-05-07' url: /venues/conferences/eurosys/ color: '#f4a261' allDay: true + extendedProps: + location: Rabat, Morocco + cfp_url: https://2027.eurosys.org/cfp.html - title: EuroSys — paper deadline start: '2026-05-14' url: /venues/conferences/eurosys/ color: '#e63946' allDay: true + extendedProps: + location: Rabat, Morocco + cfp_url: https://2027.eurosys.org/cfp.html +- title: EuroSys — notification + start: '2026-08-21' + url: /venues/conferences/eurosys/ + color: '#2a9d8f' + allDay: true + extendedProps: + location: Rabat, Morocco + cfp_url: https://2027.eurosys.org/cfp.html - title: EuroSys start: '2027-04-19' url: /venues/conferences/eurosys/ color: '#457b9d' allDay: true end: '2027-04-25' + extendedProps: + location: Rabat, Morocco - title: ATC — paper deadline start: '2026-06-10' url: /venues/conferences/atc/ color: '#e63946' allDay: true + extendedProps: + location: Hong Kong + cfp_url: https://sigops.org/s/conferences/atc/2026/cfp.html +- title: ATC — notification + start: '2026-09-18' + url: /venues/conferences/atc/ + color: '#2a9d8f' + allDay: true + extendedProps: + location: Hong Kong + cfp_url: https://sigops.org/s/conferences/atc/2026/cfp.html - title: ATC start: '2026-11-16' url: /venues/conferences/atc/ color: '#457b9d' allDay: true end: '2026-11-19' + extendedProps: + location: Hong Kong - title: SoCC — abstract deadline start: '2026-07-07' url: /venues/conferences/socc/ color: '#f4a261' allDay: true + extendedProps: + location: Singapore + cfp_url: https://acmsocc.org/2026/papers.html - title: SoCC — paper deadline start: '2026-07-14' url: /venues/conferences/socc/ color: '#e63946' allDay: true + extendedProps: + location: Singapore + cfp_url: https://acmsocc.org/2026/papers.html +- title: SoCC — notification + start: '2026-09-26' + url: /venues/conferences/socc/ + color: '#2a9d8f' + allDay: true + extendedProps: + location: Singapore + cfp_url: https://acmsocc.org/2026/papers.html - title: SoCC start: '2026-11-18' url: /venues/conferences/socc/ color: '#457b9d' allDay: true end: '2026-11-21' + extendedProps: + location: Singapore - title: Middleware — abstract deadline start: '2026-05-29' url: /venues/conferences/middleware/ color: '#f4a261' allDay: true + extendedProps: + location: Tarragona, Spain + cfp_url: https://middleware-conf.github.io/2026/calls/call-for-research-papers/ - title: Middleware — paper deadline start: '2026-06-05' url: /venues/conferences/middleware/ color: '#e63946' allDay: true + extendedProps: + location: Tarragona, Spain + cfp_url: https://middleware-conf.github.io/2026/calls/call-for-research-papers/ +- title: Middleware — notification + start: '2026-08-28' + url: /venues/conferences/middleware/ + color: '#2a9d8f' + allDay: true + extendedProps: + location: Tarragona, Spain + cfp_url: https://middleware-conf.github.io/2026/calls/call-for-research-papers/ - title: Middleware start: '2026-12-14' url: /venues/conferences/middleware/ color: '#457b9d' allDay: true end: '2026-12-19' + extendedProps: + location: Tarragona, Spain - title: IPDPS — abstract deadline start: '2025-10-02' url: /venues/conferences/ipdps/ color: '#f4a261' allDay: true + extendedProps: + location: New Orleans, USA + cfp_url: https://www.ipdps.org/ipdps2026/2026-call-for-papers.html - title: IPDPS — paper deadline start: '2025-10-09' url: /venues/conferences/ipdps/ color: '#e63946' allDay: true + extendedProps: + location: New Orleans, USA + cfp_url: https://www.ipdps.org/ipdps2026/2026-call-for-papers.html +- title: IPDPS — notification + start: '2026-02-02' + url: /venues/conferences/ipdps/ + color: '#2a9d8f' + allDay: true + extendedProps: + location: New Orleans, USA + cfp_url: https://www.ipdps.org/ipdps2026/2026-call-for-papers.html - title: IPDPS start: '2026-05-25' url: /venues/conferences/ipdps/ color: '#457b9d' allDay: true end: '2026-05-30' + extendedProps: + location: New Orleans, USA - title: SC — abstract deadline start: '2026-04-01' url: /venues/conferences/sc/ color: '#f4a261' allDay: true + extendedProps: + location: Chicago, IL, USA + cfp_url: https://sc26.supercomputing.org/program/papers/ - title: SC — paper deadline start: '2026-04-08' url: /venues/conferences/sc/ color: '#e63946' allDay: true + extendedProps: + location: Chicago, IL, USA + cfp_url: https://sc26.supercomputing.org/program/papers/ +- title: SC — notification + start: '2026-07-01' + url: /venues/conferences/sc/ + color: '#2a9d8f' + allDay: true + extendedProps: + location: Chicago, IL, USA + cfp_url: https://sc26.supercomputing.org/program/papers/ - title: SC start: '2026-11-17' url: /venues/conferences/sc/ color: '#457b9d' allDay: true end: '2026-11-20' + extendedProps: + location: Chicago, IL, USA - title: HPDC — abstract deadline start: '2026-01-29' url: /venues/conferences/hpdc/ color: '#f4a261' allDay: true + extendedProps: + location: Cleveland, OH, USA + cfp_url: https://hpdc.sci.utah.edu/2026/calls-cfp.html - title: HPDC — paper deadline start: '2026-02-05' url: /venues/conferences/hpdc/ color: '#e63946' allDay: true + extendedProps: + location: Cleveland, OH, USA + cfp_url: https://hpdc.sci.utah.edu/2026/calls-cfp.html +- title: HPDC — notification + start: '2026-03-31' + url: /venues/conferences/hpdc/ + color: '#2a9d8f' + allDay: true + extendedProps: + location: Cleveland, OH, USA + cfp_url: https://hpdc.sci.utah.edu/2026/calls-cfp.html - title: HPDC start: '2026-07-13' url: /venues/conferences/hpdc/ color: '#457b9d' allDay: true end: '2026-07-17' + extendedProps: + location: Cleveland, OH, USA - title: MobiSys — abstract deadline start: '2025-11-28' url: /venues/conferences/mobisys/ color: '#f4a261' allDay: true + extendedProps: + cfp_url: https://www.sigmobile.org/mobisys/2026/ - title: MobiSys — paper deadline start: '2025-12-05' url: /venues/conferences/mobisys/ color: '#e63946' allDay: true + extendedProps: + cfp_url: https://www.sigmobile.org/mobisys/2026/ +- title: MobiSys — notification + start: '2026-03-02' + url: /venues/conferences/mobisys/ + color: '#2a9d8f' + allDay: true + extendedProps: + cfp_url: https://www.sigmobile.org/mobisys/2026/ - title: MobiSys start: '2026-06-22' url: /venues/conferences/mobisys/ @@ -180,11 +340,22 @@ events: url: /venues/conferences/sec/ color: '#f4a261' allDay: true + extendedProps: + cfp_url: https://acm-ieee-sec.org/2026/ - title: SEC — paper deadline start: '2026-05-01' url: /venues/conferences/sec/ color: '#e63946' allDay: true + extendedProps: + cfp_url: https://acm-ieee-sec.org/2026/ +- title: SEC — notification + start: '2026-07-29' + url: /venues/conferences/sec/ + color: '#2a9d8f' + allDay: true + extendedProps: + cfp_url: https://acm-ieee-sec.org/2026/ - title: SEC start: '2026-10-13' url: /venues/conferences/sec/ @@ -196,29 +367,42 @@ events: url: /venues/conferences/ccgrid/ color: '#e63946' allDay: true + extendedProps: + location: Sydney, Australia + cfp_url: https://ccgrid2026.org/cfp.html +- title: CCGrid — notification + start: '2026-02-10' + url: /venues/conferences/ccgrid/ + color: '#2a9d8f' + allDay: true + extendedProps: + location: Sydney, Australia + cfp_url: https://ccgrid2026.org/cfp.html - title: CCGrid start: '2026-05-18' url: /venues/conferences/ccgrid/ color: '#457b9d' allDay: true end: '2026-05-22' + extendedProps: + location: Sydney, Australia --- -| Conference | Submission deadline | Event dates | ICORE | -|------------|---------------------|-------------|-------| -| [IPDPS](/venues/conferences/ipdps/) | Oct 9, 2025 | May 25-29, 2026 | A | -| [MobiSys](/venues/conferences/mobisys/) | Dec 5, 2025 | Jun 22-24, 2026 | A | -| [OSDI](/venues/conferences/osdi/) | Dec 11, 2025 | Jul 13-15, 2026 | A* | -| [CCGrid](/venues/conferences/ccgrid/) | Dec 21, 2025 | May 18-21, 2026 | B | -| [HPDC](/venues/conferences/hpdc/) | Feb 5, 2026 | Jul 13, 2026 - Jul 16, 2026 | A | -| [SOSP](/venues/conferences/sosp/) | Apr 1, 2026 | Sep 29, 2026 - Oct 2, 2026 | A* | -| [SC](/venues/conferences/sc/) | Apr 8, 2026 | Nov 17-19, 2026 | A | -| [SEC](/venues/conferences/sec/) | May 1, 2026 | Oct 13-16, 2026 | unranked | -| [EuroSys](/venues/conferences/eurosys/) | May 14, 2026 | Apr 19-24, 2027 | A | -| [Middleware](/venues/conferences/middleware/) | Jun 5, 2026 | Dec 14-18, 2026 | A | -| [ATC](/venues/conferences/atc/) | Jun 10, 2026 | Nov 16-18, 2026 | C | -| [SoCC](/venues/conferences/socc/) | Jul 14, 2026 | Nov 18-20, 2026 | — | -| [NSDI](/venues/conferences/nsdi/) | Sep 17, 2026 | May 11-13, 2027 | National: USA | +| Conference | Abstract | Paper deadline | Notification | Event dates | Location | ICORE | +|---|---|---|---|---|---|---| +| [IPDPS](/venues/conferences/ipdps/) | Oct 2, 2025 | Oct 9, 2025 | Feb 2, 2026 | May 25-29, 2026 | New Orleans, USA | A | +| [MobiSys](/venues/conferences/mobisys/) | Nov 28, 2025 | Dec 5, 2025 | Mar 2, 2026 | Jun 22-24, 2026 | | A | +| [OSDI](/venues/conferences/osdi/) | Dec 4, 2025 | Dec 11, 2025 | | Jul 13-15, 2026 | Seattle, WA, USA | A* | +| [CCGrid](/venues/conferences/ccgrid/) | | Dec 21, 2025 | Feb 10, 2026 | May 18-21, 2026 | Sydney, Australia | B | +| [HPDC](/venues/conferences/hpdc/) | Jan 29, 2026 | Feb 5, 2026 | Mar 31, 2026 | Jul 13, 2026 - Jul 16, 2026 | Cleveland, OH, USA | A | +| [SOSP](/venues/conferences/sosp/) | Mar 26, 2026 | Apr 1, 2026 | Jul 3, 2026 | Sep 29, 2026 - Oct 2, 2026 | Prague, Czechia | A* | +| [SC](/venues/conferences/sc/) | Apr 1, 2026 | Apr 8, 2026 | Jul 1, 2026 | Nov 17-19, 2026 | Chicago, IL, USA | A | +| [SEC](/venues/conferences/sec/) | Apr 24, 2026 | May 1, 2026 | Jul 29, 2026 | Oct 13-16, 2026 | | unranked | +| [EuroSys](/venues/conferences/eurosys/) | May 7, 2026 | May 14, 2026 | Aug 21, 2026 | Apr 19-24, 2027 | Rabat, Morocco | A | +| [Middleware](/venues/conferences/middleware/) | May 29, 2026 | Jun 5, 2026 | Aug 28, 2026 | Dec 14-18, 2026 | Tarragona, Spain | A | +| [ATC](/venues/conferences/atc/) | | Jun 10, 2026 | Sep 18, 2026 | Nov 16-18, 2026 | Hong Kong | C | +| [SoCC](/venues/conferences/socc/) | Jul 7, 2026 | Jul 14, 2026 | Sep 26, 2026 | Nov 18-20, 2026 | Singapore | — | +| [NSDI](/venues/conferences/nsdi/) | Sep 10, 2026 | Sep 17, 2026 | Dec 8, 2026 | May 11-13, 2027 | Providence, RI, USA | National: USA | > Deadlines sourced from conference websites and [WikiCFP](http://www.wikicfp.com/). diff --git a/site/content/digests/ATC-2024/index.md b/site/content/digests/ATC-2024/index.md new file mode 100644 index 0000000..0615875 --- /dev/null +++ b/site/content/digests/ATC-2024/index.md @@ -0,0 +1,108 @@ +--- +title: ATC 2024 Digest +venue: ATC +year: 2024 +date: '2024-01-01' +tags: [] +paper_count: 12 +draft: false +--- + +12 papers selected. + +--- + +### FetchBPF: Customizable Prefetching Policies in Linux with eBPF + +*Xuechun Cao, Shaurya Patel, Soo-Yee Lim, Xueyuan Han *et al.** + +**TL;DR** — Extends eBPF into the page-fault / prefetch path, giving user-space programs a safe, low-overhead hook to install custom hardware-prefetch policies without kernel modifications. + +--- + +### Fast (Trapless) Kernel Probes Everywhere + +*Jinghao Jia, Michael V. Le, Salman Ahmed 0001, Dan Williams 0001 *et al.** + +**TL;DR** — Eliminates the trap-based overhead of kprobes by using binary rewriting to instrument kernel functions at near-zero cost, enabling always-on production tracing. + +--- + +### FBMM: Making Memory Management Extensible With Filesystems + +*Bijan Tabatabai, James Christopher Sorenson III, Michael M. Swift* + +**TL;DR** — Proposes delegating Linux virtual-memory management to filesystem drivers via a clean abstraction layer, opening the OS memory subsystem to the same extensibility that filesystems enjoy. + +--- + +### Limitations and Opportunities of Modern Hardware Isolation Mechanisms + +*Xiangdong Chen, Zhaofeng Li 0004, Tirth Jain, Vikram Narayanan *et al.** + +**TL;DR** — Empirically evaluates Intel MPK, RISC-V sPMP, and related primitives and shows that their performance and safety properties diverge sharply from vendor claims, motivating a fresh look at hardware-assisted compartmentalization. + +--- + +### FastCommit: resource-efficient, performant and cost-effective file system journaling + +*Harshad Shirwadkar, Saurabh Kadekodi, Theodore Y. Ts'o* + +**TL;DR** — Redesigns ext4 journal commits to write only changed metadata deltas rather than full blocks, slashing journaling overhead while preserving crash consistency — and is already deployed in the Linux kernel. + +--- + +### ZMS: Zone Abstraction for Mobile Flash Storage + +*Joo Young Hwang, Seokhwan Kim, Daejun Park 0002, Yong-Gil Song *et al.** + +**TL;DR** — Introduces a zone-based abstraction that exposes the append-only write semantics of mobile UFS flash to the OS, cutting write amplification and GC overhead by an order of magnitude on mobile workloads. + +--- + +### Ethane: An Asymmetric File System for Disaggregated Persistent Memory + +*Miao Cai 0001, Junru Shen, Baoliu Ye* + +**TL;DR** — Proposes a split-path file system design where reads bypass the server entirely and writes use lightweight logging, achieving near-DRAM read latency on disaggregated persistent memory. + +--- + +### StreamCache: Revisiting Page Cache for File Scanning on Fast Storage Devices + +*Zhiyue Li, Guangyan Zhang* + +**TL;DR** — Demonstrates that the Linux page cache becomes a bottleneck — not a benefit — for sequential scans on NVMe SSDs, and replaces it with a lightweight streaming buffer that halves latency for analytical workloads. + +--- + +### PeRF: Preemption-enabled RDMA Framework + +*Sugi Lee, Mingyu Choi, Ikjun Yeom, Younghoon Kim* + +**TL;DR** — Adds fine-grained preemption to RDMA by intercepting work-queue operations at the NIC driver level, enabling priority isolation for latency-sensitive RPC traffic sharing a fabric with bulk transfers. + +--- + +### OSMOSIS: Enabling Multi-Tenancy in Datacenter SmartNICs + +*Mikhail Khalilov, Marcin Chrapek, Siyuan Shen, Alessandro Vezzu *et al.** + +**TL;DR** — Designs an OS-like resource manager for SmartNIC compute and memory that enforces tenant isolation and QoS, showing that shared-SmartNIC deployments are practical without sacrificing performance. + +--- + +### mmTLS: Scaling the Performance of Encrypted Network Traffic Inspection + +*Junghan Yoon, Seunghyun Do, Duckwoo Kim, Taejoong Chung *et al.** + +**TL;DR** — Splits TLS session state across multiple cores using a novel sharding scheme, removing the per-connection serialization bottleneck in middlebox TLS inspection and achieving near-linear multi-core scaling. + +--- + +### UniMem: Redesigning Disaggregated Memory within A Unified Local-Remote Memory Hierarchy + +*Yijie Zhong, Minqiang Zhou, Zhirong Shen, Jiwu Shu* + +**TL;DR** — Collapses the local/remote memory distinction into a single unified hierarchy with a new page-placement runtime, achieving transparent memory disaggregation with significantly lower tail latency than prior CXL-based approaches. + diff --git a/site/content/digests/ATC-2025/index.md b/site/content/digests/ATC-2025/index.md new file mode 100644 index 0000000..e7fc873 --- /dev/null +++ b/site/content/digests/ATC-2025/index.md @@ -0,0 +1,172 @@ +--- +title: ATC 2025 Digest +venue: ATC +year: 2025 +date: '2025-07-09' +tags: +- operating-systems +- cloud +- storage +- networking +paper_count: 13 +draft: false +--- + +13 papers selected. + +--- + +### ASTERINAS: A Linux ABI-Compatible, Rust-Based Framekernel OS with a Small and Sound TCB + +*Yuke Peng, Hongliang Tian, Junyang Zhang, Ruihan Li *et al.** + +**TL;DR** — A production-grade OS kernel written in Rust that exposes a full Linux ABI while confining unsafe code to a small, formally-audited framekernel core. + +**Why notable** — ASTERINAS demonstrates that Linux compatibility and memory-safety guarantees are not mutually exclusive — unsafe Rust is isolated to under 5 kloc of framework code, giving systems operators a credible path toward a safer Linux-compatible kernel without sacrificing application portability. + +[→ Read paper](https://www.usenix.org/conference/atc25/presentation/peng-yuke) + +--- + +### Rex: Closing the language-verifier gap with safe and usable kernel extensions + +*Jinghao Jia, Ruowen Qin, Milo Craun, Egor Lukiyanov *et al.** + +**TL;DR** — Rex introduces a new kernel-extension framework that replaces eBPF's in-kernel verifier with a Rust-typed, LLVM-based toolchain to safely express programs that eBPF currently rejects. + +**Why notable** — The eBPF verifier's conservatism silently limits what practitioners can implement; Rex shows how a language-level safety guarantee can replace ad-hoc bytecode verification without changing the kernel ABI, opening the door to far richer kernel extensions. + +[→ Read paper](https://www.usenix.org/conference/atc25/presentation/jia) + +--- + +### PageFlex: Flexible and Efficient User-space Delegation of Linux Paging Policies with eBPF + +*Anil Yelam, Kan Wu, Zhiyuan Guo, Suli Yang *et al.** + +**TL;DR** — PageFlex lets applications plug in custom page-replacement and allocation policies via eBPF hooks without modifying the kernel, achieving performance competitive with kernel-native policies. + +**Why notable** — Memory management policy has historically been locked inside the kernel; PageFlex's eBPF delegation mechanism gives cloud operators a principled way to tailor paging behavior per workload, directly addressing the one-size-fits-all limitation of the Linux page allocator. + +[→ Read paper](https://www.usenix.org/conference/atc25/presentation/yelam) + +--- + +### μEFI: A Microkernel-Style UEFI with Isolation and Transparency + +*Le Chen, Yiyang Wu, Jinyu Gu 0001, Yubin Xia *et al.** + +**TL;DR** — μEFI restructures UEFI firmware around microkernel principles so that individual UEFI drivers are isolated from each other and from the boot-time trusted computing base. + +**Why notable** — Firmware vulnerabilities are notoriously hard to patch and can persist through OS reinstalls; μEFI's approach substantially reduces the blast radius of a compromised UEFI driver while remaining compatible with existing UEFI software, making it directly relevant to secure-boot infrastructure. + +[→ Read paper](https://www.usenix.org/conference/atc25/presentation/chen-le) + +--- + +### Z-LFS: A Zoned Namespace-tailored Log-structured File System for Commodity Small-zone ZNS SSDs + +*Inhwi Hwang, Sangjin Lee 0003, Sunggon Kim, Hyeonsang Eom *et al.** + +**TL;DR** — Z-LFS is an LFS designed around the tight zone-size constraints of commodity ZNS SSDs, using fine-grained segment management and zone-aware garbage collection to avoid the capacity and write-amplification pitfalls of existing approaches. + +**Why notable** — ZNS SSDs offer significant cost and endurance advantages but mainstream file systems waste capacity on small-zone devices; Z-LFS shows that rethinking LFS segment layout specifically for small zones yields competitive throughput with substantially lower write amplification. + +[→ Read paper](https://www.usenix.org/conference/atc25/presentation/hwang) + +--- + +### Crash Consistency in Block-Level Caching Systems: An Open CAS Case Study + +*Shaohua Duan, Youmin Chen* + +**TL;DR** — A systematic study of crash-consistency bugs in the widely deployed Open CAS block-layer cache, revealing a class of ordering violations that can silently corrupt data on unexpected power loss. + +**Why notable** — Block-level caches are invisible to file systems and often assumed to be transparent, making these bugs particularly insidious; the paper's taxonomy and detection methodology are directly actionable for operators running NVMe caching in production storage stacks. + +[→ Read paper](https://www.usenix.org/conference/atc25/presentation/duan-shaohua) + +--- + +### HotRAP: Hot Record Retention and Promotion for LSM-trees with Tiered Storage + +*Jiansheng Qiu, Fangzhou Yuan, Mingyu Gao 0001, Huanchen Zhang* + +**TL;DR** — HotRAP adds a retention-and-promotion layer to LSM-tree compaction that keeps frequently accessed records in faster storage tiers by tracking access heat across compaction boundaries. + +**Why notable** — Tiered storage deployments with LSM engines (RocksDB, LevelDB) routinely see hot data demoted to slow tiers during compaction; HotRAP's lightweight heat tracking improves read latency by up to 5x on skewed workloads without changing the external LSM API. + +[→ Read paper](https://www.usenix.org/conference/atc25/presentation/qiu) + +--- + +### TGW: Operating an Efficient and Resilient Cloud Gateway at Scale + +*Yifan Yang 0009, Lin He 0004, Jiasheng Zhou, Xiaoyi Shi *et al.** + +**TL;DR** — TGW describes the architecture, traffic engineering, and operational lessons of a production cloud gateway handling hundreds of Tbps at a major cloud provider. + +**Why notable** — Production-scale gateway papers with real traffic data are rare; TGW's account of how to sustain sub-millisecond failover and linear-scale throughput under adversarial traffic patterns provides a concrete reference design for anyone building or operating large-scale edge infrastructure. + +[→ Read paper](https://www.usenix.org/conference/atc25/presentation/yang-yifan) + +--- + +### SwCC: Software-Programmable and Per-Packet Congestion Control in RDMA Engine + +*Hongjing Huang, Jie Zhang 0081, Xuzheng Chen, Ziyu Song *et al.** + +**TL;DR** — SwCC embeds a programmable per-packet congestion-control engine directly inside an RDMA NIC, allowing operators to deploy and hot-swap CC algorithms without CPU involvement or ASIC redesign. + +**Why notable** — RDMA congestion control has historically been frozen in NIC firmware, forcing cluster-wide firmware upgrades to try new algorithms; SwCC's programmable datapath brings the velocity of software-defined networking to the RDMA layer at near-line-rate performance. + +[→ Read paper](https://www.usenix.org/conference/atc25/presentation/huang-hongjing) + +--- + +### Opening Up Kernel-Bypass TCP Stacks + +*Shinichi Awamoto, Michio Honda* + +**TL;DR** — A framework that exposes kernel-bypass TCP (DPDK-based) stacks to unmodified POSIX applications by transparently interposing at the syscall level, without requiring application changes or root privileges. + +**Why notable** — Kernel-bypass networking has been limited to purpose-built applications; this work's zero-modification deployment model makes microsecond-latency TCP accessible to the broad ecosystem of existing networked software, which has significant practical implications for latency-sensitive cloud services. + +[→ Read paper](https://www.usenix.org/conference/atc25/presentation/awamoto) + +--- + +### Accelerating Nested Virtualization with HyperTurtle + +*Ori Ben Zur, Jakob Krebs, Shai Aviram Bergman, Mark Silberstein* + +**TL;DR** — HyperTurtle reduces the performance penalty of nested virtualization by selectively forwarding L2 guest hypercalls directly to the L0 hypervisor, bypassing the L1 intermediary for common fast paths. + +**Why notable** — Nested virtualization is increasingly important for confidential computing and cloud-in-cloud deployments, but the overhead is often prohibitive; HyperTurtle's selective bypass approach cuts nested VM overhead by up to 60% on I/O-intensive workloads with no guest modifications. + +[→ Read paper](https://www.usenix.org/conference/atc25/presentation/zur) + +--- + +### KVCache Cache in the Wild: Characterizing and Optimizing KVCache Cache at a Large Cloud Provider + +*Jiahao Wang, Jinbo Han, Xingda Wei, Sijie Shen *et al.** + +**TL;DR** — A production measurement study of LLM KV-cache behavior across a large cloud fleet, revealing access patterns and reuse characteristics that inform a redesigned caching policy reducing GPU memory pressure significantly. + +**Why notable** — As LLM serving becomes a dominant cloud workload, KV-cache management is a critical bottleneck; this paper provides the first at-scale empirical characterization of KV-cache reuse in a real deployment, and its findings directly shaped policy changes that improved cache hit rates by over 30%. + +[→ Read paper](https://www.usenix.org/conference/atc25/presentation/wang-jiahao) + +--- + +### GREYHOUND: Hunting Fail-Slows in Hybrid-Parallel Training at Scale + +*Tianyuan Wu, Wei Wang 0030, Yinghao Yu, Siran Yang *et al.** + +**TL;DR** — GREYHOUND is a runtime monitoring system that automatically detects and isolates fail-slow stragglers in large-scale hybrid-parallel LLM training jobs before they degrade the entire training run. + +**Why notable** — Fail-slow faults are notoriously harder to detect than fail-stop failures and can silently extend training jobs by hours; GREYHOUND's production deployment demonstrates that fine-grained per-layer timing signals can catch slow nodes within seconds, making it a practical reliability tool for anyone running large training clusters. + +[→ Read paper](https://www.usenix.org/conference/atc25/presentation/wu-tianyuan) + diff --git a/site/content/digests/ATC-2026/index.md b/site/content/digests/ATC-2026/index.md new file mode 100644 index 0000000..58b7d1e --- /dev/null +++ b/site/content/digests/ATC-2026/index.md @@ -0,0 +1,13 @@ +--- +title: ATC 2026 Digest +venue: ATC +year: 2026 +date: '2026-01-01' +tags: [] +paper_count: 0 +draft: false +build: + list: never +--- + +No papers selected yet. diff --git a/site/content/digests/CCGrid-2024/index.md b/site/content/digests/CCGrid-2024/index.md new file mode 100644 index 0000000..cf2571f --- /dev/null +++ b/site/content/digests/CCGrid-2024/index.md @@ -0,0 +1,135 @@ +--- +title: CCGrid 2024 Digest +venue: CCGrid +year: 2024 +date: '2024-05-06' +tags: +- cloud-computing +- distributed-systems +- hpc +paper_count: 10 +draft: false +--- + +10 papers selected. + +--- + +### Fair, Efficient Multi-Resource Scheduling for Stateless Serverless Functions with Anubis + +*Amit Samanta 0001, Ryan Stutsman* + +**TL;DR** — Anubis introduces a fair, multi-resource scheduler for stateless serverless functions that achieves efficiency without sacrificing isolation between tenants. + +**Why notable** — Fairness in serverless resource allocation is an open problem as functions compete for heterogeneous resources (CPU, memory, I/O); Anubis provides a concrete, deployable answer. The work directly addresses a gap in production FaaS platforms where existing schedulers optimize for throughput but ignore per-tenant equity. + +[→ Read paper](https://doi.org/10.1109/CCGrid59990.2024.00021) + +--- + +### SLO-Power: SLO and Power-aware Elastic Scaling for Web Services + +*Mehmet Savasci, Abel Souza, Li Wu, David Irwin 0001 *et al.** + +**TL;DR** — SLO-Power co-optimizes SLO compliance and power consumption during elastic scaling of web services, reducing energy use without violating latency targets. + +**Why notable** — Jointly chasing SLOs and power budgets is a critical concern for sustainable cloud operations; this work shows the two objectives can be reconciled in a single scaling controller. The approach is directly applicable to cloud autoscaling stacks where energy cost and QoS guarantees are both first-class concerns. + +[→ Read paper](https://doi.org/10.1109/CCGrid59990.2024.00025) + +--- + +### HAPPIES: a History-Aware Efficient Cloud Resource Overcommitment System + +*Ziwei Huang 0003, Shibo Tang, Zihao Chang, Lin Tan *et al.** + +**TL;DR** — HAPPIES uses historical utilization traces to safely overcommit cloud resources, improving cluster efficiency while bounding the risk of SLO violations. + +**Why notable** — Resource overcommitment is a primary lever for improving datacenter utilization, and HAPPIES advances the state of the art by making overcommitment decisions history-aware rather than reactive. Its deployment-oriented design makes it immediately relevant to hyperscale cloud operators seeking higher bin-packing ratios. + +[→ Read paper](https://doi.org/10.1109/CCGrid59990.2024.00064) + +--- + +### COTuner: Joint Optimization of Resource Configuration and Software Parameters for Recurring Streaming Jobs on the Cloud + +*Hui Dou, Shanshan Zhu, Yuxuan Zhou 0005, Yiwen Zhang 0001 *et al.** + +**TL;DR** — COTuner simultaneously tunes cloud resource allocation and application-level software knobs for recurring streaming jobs, reducing cost and latency together. + +**Why notable** — Streaming workloads on the cloud are poorly served by tools that tune resources and software parameters in isolation; COTuner's joint search closes this gap. The focus on recurring jobs makes the approach practical, amortizing tuning cost over repeated executions in production pipelines. + +[→ Read paper](https://doi.org/10.1109/CCGrid59990.2024.00019) + +--- + +### DeepVM: Integrating Spot and On-Demand VMs for Cost-Efficient Deep Learning Clusters in the Cloud + +*Yoochan Kim, Kihyun Kim, Yonghyeon Cho, Jinwoo Kim *et al.** + +**TL;DR** — DeepVM dynamically mixes spot and on-demand VM instances to build cost-efficient, fault-tolerant deep learning training clusters in the cloud. + +**Why notable** — Training large models on cloud infrastructure is expensive, and spot instance preemptions are a major obstacle to reliability; DeepVM provides a principled integration strategy that achieves both cost savings and resilience. The approach is practically significant given the rapid growth of cloud-hosted AI training workloads. + +[→ Read paper](https://doi.org/10.1109/CCGrid59990.2024.00034) + +--- + +### Opportunistic Energy-Aware Scheduling for Container Orchestration Platforms Using Graph Neural Networks + +*Philipp Raith, Gourav Rattihalli, Aditya Dhakal, Sai Rahul Chalamalasetti *et al.** + +**TL;DR** — A GNN-based scheduler for Kubernetes-style container orchestration platforms exploits opportunistic energy signals to reduce power consumption without degrading application performance. + +**Why notable** — Applying graph neural networks to container scheduling captures the complex topology of cluster resources in a way that heuristic schedulers cannot, while the energy-awareness angle addresses the sustainability imperative facing cloud providers. The work bridges recent ML advances with production container orchestration. + +[→ Read paper](https://doi.org/10.1109/CCGrid59990.2024.00042) + +--- + +### Jingle: IoT-Informed Autoscaling for Efficient Resource Management in Edge Computing + +*Yixuan Wang, Abhishek Chandra, Jon B. Weissman* + +**TL;DR** — Jingle leverages real-time IoT device signals to drive predictive autoscaling decisions at the edge, reducing both over-provisioning and latency spikes. + +**Why notable** — Edge autoscaling is hampered by the lack of load predictors tuned to IoT event patterns; Jingle fills this gap by treating IoT telemetry as a first-class input to the scaling loop. The result is a tighter edge-cloud integration model with direct relevance to smart-city and industrial IoT deployments. + +[→ Read paper](https://doi.org/10.1109/CCGrid59990.2024.00052) + +--- + +### XFBench: A Cross-Cloud Benchmark Suite for Evaluating FaaS Workflow Platforms + +*Varad Kulkarni, Nikhil Reddy, Tuhin Khare, Harini Mohan *et al.** + +**TL;DR** — XFBench is a portable benchmark suite that evaluates FaaS workflow platforms across multiple cloud providers using representative workload patterns. + +**Why notable** — The absence of standardized, cross-cloud benchmarks for serverless workflow platforms hinders fair comparison and informed vendor selection; XFBench addresses this directly with a reusable, community-shareable artifact. It covers diverse workflow shapes and exposes platform-specific performance cliffs that single-provider benchmarks miss. + +[→ Read paper](https://doi.org/10.1109/CCGrid59990.2024.00067) + +--- + +### Hades: A Context-Aware Active Storage Framework for Accelerating Large-Scale Data Analysis + +*Jaime Cernuda, Luke Logan, Ana Gainaru, Scott Klasky *et al.** + +**TL;DR** — Hades pushes data transformations into the storage layer using context-aware active storage, dramatically reducing I/O traffic and accelerating large-scale scientific data analysis. + +**Why notable** — As HPC datasets grow to petabyte scale, moving data to compute becomes the dominant bottleneck; Hades revives and modernizes the active-storage model with context awareness to match modern workflow patterns. The work is highly relevant to HPC-cloud convergence efforts where storage and compute are increasingly disaggregated. + +[→ Read paper](https://doi.org/10.1109/CCGrid59990.2024.00070) + +--- + +### Workflow Mini-Apps: Portable, Scalable, Tunable & Faithful Representations of Scientific Workflows + +*Ozgur O. Kilic, Tianle Wang 0001, Matteo Turilli, Mikhail Titov *et al.** + +**TL;DR** — Workflow Mini-Apps are compact, parameterizable proxies that faithfully capture the performance behavior of full scientific workflows, enabling portable scheduling research without the overhead of running complete pipelines. + +**Why notable** — Scientific workflow scheduling research is bottlenecked by the cost and complexity of running real applications at scale; mini-apps lower this barrier while preserving the key performance characteristics needed for valid scheduler evaluation. The methodology is immediately reusable by the broader distributed workflow community. + +[→ Read paper](https://doi.org/10.1109/CCGrid59990.2024.00059) + diff --git a/site/content/digests/CCGrid-2026/index.md b/site/content/digests/CCGrid-2026/index.md new file mode 100644 index 0000000..1d6fac2 --- /dev/null +++ b/site/content/digests/CCGrid-2026/index.md @@ -0,0 +1,13 @@ +--- +title: CCGrid 2026 Digest +venue: CCGrid +year: 2026 +date: '2026-01-01' +tags: [] +paper_count: 0 +draft: false +build: + list: never +--- + +No papers selected yet. diff --git a/site/content/digests/EuroSys-2024/index.md b/site/content/digests/EuroSys-2024/index.md new file mode 100644 index 0000000..8293a6e --- /dev/null +++ b/site/content/digests/EuroSys-2024/index.md @@ -0,0 +1,116 @@ +--- +title: EuroSys 2024 Digest +venue: EuroSys +year: 2024 +date: '2024-01-01' +tags: [] +paper_count: 13 +draft: false +--- + +13 papers selected. + +--- + +### Pronghorn: Effective Checkpoint Orchestration for Serverless Hot-Starts + +*Sumer Kohli, Shreyas Kharbanda, Rodrigo Bruno, João Carreira *et al.** + +**TL;DR** — Demonstrates how carefully orchestrated checkpointing can eliminate cold-start latency in serverless runtimes, achieving near-instant hot-starts with negligible overhead. + +--- + +### Serialization/Deserialization-free State Transfer in Serverless Workflows + +*Fangming Lu, Xingda Wei, Zhuobin Huang, Rong Chen 0001 *et al.** + +**TL;DR** — Eliminates the dominant serialization cost in serverless function chaining by enabling direct in-memory state passing, yielding large end-to-end latency reductions. + +--- + +### SplitFT: Fault Tolerance for Disaggregated Datacenters via Remote Memory Logging + +*Xuhao Luo, Ramnatthan Alagappan, Aishwarya Ganesan* + +**TL;DR** — Proposes a principled fault-tolerance design for disaggregated datacenters that exploits the new memory-compute split to recover from failures with low overhead. + +--- + +### Puddles: Application-Independent Recovery and Location-Independent Data for Persistent Memory + +*Suyash Mahar, Mingyao Shen, TJ Smith, Joseph Izraelevitz *et al.** + +**TL;DR** — Provides transparent crash consistency and data relocation for persistent memory without requiring application changes, easing adoption of PM-backed storage. + +--- + +### Enoki: High Velocity Linux Kernel Scheduler Development + +*Samantha Miller, Anirudh Kumar, Tanay Vakharia, Ang Chen 0001 *et al.** + +**TL;DR** — Enables safe, rapid iteration on Linux CPU schedulers by isolating scheduling logic in user space while keeping kernel integration, dramatically lowering the development barrier. + +--- + +### Transparent Multicore Scaling of Single-Threaded Network Functions + +*Lei Yan 0003, Yueyang Pan, Diyu Zhou, George Candea *et al.** + +**TL;DR** — Automatically parallelizes unmodified single-threaded network functions across cores with correctness guarantees, delivering near-linear throughput scaling without code changes. + +--- + +### Hoda: a High-performance Open vSwitch Dataplane with Multiple Specialized Data Paths + +*Heng Pan, Peng He 0003, Zhenyu Li 0001, Pan Zhang *et al.** + +**TL;DR** — Redesigns the Open vSwitch dataplane with multiple specialized fast paths, achieving significant throughput improvements for cloud virtual networking. + +--- + +### SmartNIC Security Isolation in the Cloud with S-NIC + +*Yang Zhou 0008, Mark Wilkening, James Mickens, Minlan Yu* + +**TL;DR** — Introduces hardware-enforced security isolation for SmartNIC offload tasks in multi-tenant clouds, preventing cross-tenant attacks without sacrificing offload performance. + +--- + +### Finding Correctness Bugs in eBPF Verifier with Structured and Sanitized Program + +*Hao Sun 0021, Yiru Xu, Jianzhong Liu, Yuheng Shen *et al.** + +**TL;DR** — Systematically uncovers verifier logic bugs that can silently allow unsafe eBPF programs to execute in the kernel, with a structured fuzzing approach validated on the Linux eBPF verifier. + +--- + +### CSAL: the Next-Gen Local Disks for the Cloud + +*Yanbo Zhou, Erci Xu, Li Zhang, Kapil Karkra *et al.** + +**TL;DR** — Describes a production cloud local-disk system that replaces raw NVMe with a software-defined layer to deliver better performance, reliability, and operational flexibility at hyperscale. + +--- + +### Volley: Accelerating Write-Read Orders in Disaggregated Storage + +*Shaoxun Zeng, Xiaojian Liao, Hao Guo, Youyou Lu* + +**TL;DR** — Addresses write-read ordering hazards in disaggregated storage by pipelining acknowledgements with read-side tracking, substantially reducing tail latency without weakening durability. + +--- + +### Erlang: Application-Aware Autoscaling for Cloud Microservices + +*Vighnesh Sachidananda, Anirudh Sivaraman* + +**TL;DR** — Leverages application-level call-graph semantics to make autoscaling decisions that are both faster and more accurate than black-box reactive policies, cutting SLO violations in microservice deployments. + +--- + +### Automatic Root Cause Analysis via Large Language Models for Cloud Incidents + +*Yinfang Chen, Huaibing Xie, Minghua Ma, Yu Kang 0006 *et al.** + +**TL;DR** — Demonstrates an LLM-driven pipeline for automated cloud-incident root cause analysis deployed at Microsoft Azure, showing strong recall and significant reduction in on-call engineer effort. + diff --git a/site/content/digests/EuroSys-2025/index.md b/site/content/digests/EuroSys-2025/index.md new file mode 100644 index 0000000..602e59f --- /dev/null +++ b/site/content/digests/EuroSys-2025/index.md @@ -0,0 +1,178 @@ +--- +title: EuroSys 2025 Digest +venue: EuroSys +year: 2025 +date: '2025-03-30' +tags: +- operating-systems +- distributed-systems +- cloud +- storage +- memory +- networking +- llm-systems +- security +- hardware-software-co-design +- serverless +paper_count: 13 +draft: false +--- + +13 papers selected. + +--- + +### Empowering WebAssembly with Thin Kernel Interfaces + +*Arjun Ramesh, Tianshu Huang, Ben L. Titzer, Anthony Rowe 0001* + +**TL;DR** — A new OS interface design exposes thin, capability-based kernel primitives directly to WebAssembly modules, eliminating the POSIX translation layer. + +**Why notable** — WebAssembly is increasingly used beyond the browser as a portable, sandboxed compute substrate; this work shows that rethinking the system interface from scratch yields significantly lower overhead and better safety properties than layering Wasm on top of POSIX. + +[→ Read paper](https://doi.org/10.1145/3689031.3717470) + +--- + +### Revealing the Unstable Foundations of eBPF-Based Kernel Extensions + +*Shawn Wanxiang Zhong, Jing Liu 0074, Andrea C. Arpaci-Dusseau, Remzi H. Arpaci-Dusseau* + +**TL;DR** — A systematic study exposes how eBPF programs silently break across kernel versions due to undocumented and unstable kernel data structure dependencies. + +**Why notable** — From the Arpaci-Dusseau group, this paper delivers surprising and practically consequential findings: a large fraction of real-world eBPF programs are fragile across kernel versions, undermining the widely held assumption that eBPF is a safe and stable extension mechanism. + +[→ Read paper](https://doi.org/10.1145/3689031.3717497) + +--- + +### Pegasus: Transparent and Unified Kernel-Bypass Networking for Fast Local and Remote Communication + +*Dinglan Peng, Congyu Liu, Tapti Palit, Anjo Vahldiek-Oberwagner *et al.** + +**TL;DR** — Pegasus provides a single kernel-bypass networking stack that transparently accelerates both intra-host (IPC) and inter-host communication without application changes. + +**Why notable** — Unifying local and remote fast paths is a long-standing challenge; Pegasus demonstrates that the same RDMA-style techniques can be applied to loopback traffic, yielding substantial latency reductions for microservice workloads with no API changes. + +[→ Read paper](https://doi.org/10.1145/3689031.3696083) + +--- + +### Daredevil: Rescue Your Flash Storage from Inflexible Kernel Storage Stack + +*Junzhe Li, Ran Shu 0001, Jiayi Lin 0007, Qingyu Zhang 0005 *et al.** + +**TL;DR** — Daredevil bypasses the rigid Linux block layer to allow flash storage devices to express fine-grained I/O semantics directly to applications. + +**Why notable** — The Linux storage stack was designed for spinning disks and consistently imposes unnecessary overhead on modern NVMe SSDs; Daredevil demonstrates that rethinking the kernel/device interface boundary unlocks significant throughput and latency gains that the existing stack structurally prevents. + +[→ Read paper](https://doi.org/10.1145/3689031.3717482) + +--- + +### Towards Efficient Flash Caches with Emerging NVMe Flexible Data Placement SSDs + +*Michael Allison, Arun George, Javier González 0006, Dan Helmick *et al.** + +**TL;DR** — This paper shows how NVMe Flexible Data Placement (FDP) SSDs can be exploited by flash cache software to dramatically reduce write amplification and improve device lifetime. + +**Why notable** — FDP is a newly standardized NVMe feature; this is one of the first systems papers to demonstrate end-to-end integration with a production-grade flash caching stack, revealing concrete performance and endurance benefits that motivate wider adoption. + +[→ Read paper](https://doi.org/10.1145/3689031.3696091) + +--- + +### Chrono: Meticulous Hotness Measurement and Flexible Page Migration for Memory Tiering + +*Zhenlin Qi, Shengan Zheng, Ying Huang, Yifeng Hui *et al.** + +**TL;DR** — Chrono introduces fine-grained, low-overhead hotness tracking and a flexible page migration policy that adapts to workload dynamics for tiered memory systems. + +**Why notable** — As CXL-based memory tiering becomes a reality in data centers, accurate hotness estimation is critical; Chrono's approach substantially outperforms existing kernel mechanisms and sets a new baseline for OS-level tiered memory management. + +[→ Read paper](https://doi.org/10.1145/3689031.3717462) + +--- + +### Adios to Busy-Waiting for Microsecond-scale Memory Disaggregation + +*Wonsup Yoon, Jisu Ok, Sue Moon, Youngjin Kwon* + +**TL;DR** — This work eliminates CPU-wasting busy-waiting in disaggregated memory systems by designing interrupt-driven mechanisms that still meet microsecond latency targets. + +**Why notable** — Busy-waiting is the conventional wisdom for achieving low latency in disaggregated memory, yet it burns entire CPU cores; this paper challenges that assumption and shows interrupt-based designs can match latency while freeing substantial compute, which matters greatly at scale. + +[→ Read paper](https://doi.org/10.1145/3689031.3717475) + +--- + +### Collaborative Text Editing with Eg-walker: Better, Faster, Smaller + +*Joseph Gentle, Martin Kleppmann* + +**TL;DR** — Eg-walker is a new CRDT algorithm for collaborative text editing that is simultaneously faster, more memory-efficient, and produces smaller operation logs than prior state-of-the-art CRDTs. + +**Why notable** — Collaborative editing CRDTs have been considered a mature area, making it surprising that Eg-walker achieves order-of-magnitude improvements across all key metrics; the result, from Martin Kleppmann, will likely become the new reference design for replicated text data structures. + +[→ Read paper](https://doi.org/10.1145/3689031.3696076) + +--- + +### Ladon: High-Performance Multi-BFT Consensus via Dynamic Global Ordering + +*Hanzheng Lyu, Shaokang Xie, Jianyu Niu, Chen Feng 0001 *et al.** + +**TL;DR** — Ladon achieves high throughput in Byzantine fault-tolerant consensus by running multiple BFT instances in parallel and dynamically merging their outputs into a consistent global order. + +**Why notable** — Byzantine consensus is notoriously throughput-limited; Ladon's multi-instance approach with a novel global ordering layer demonstrates near-linear throughput scaling with the number of consensus instances, a significant advance for permissioned blockchain and critical-infrastructure scenarios. + +[→ Read paper](https://doi.org/10.1145/3689031.3696102) + +--- + +### HybridFlow: A Flexible and Efficient RLHF Framework + +*Guangming Sheng, Chi Zhang 0022, Zilingfeng Ye, Xibin Wu *et al.** + +**TL;DR** — HybridFlow introduces a hybrid dataflow model for RLHF training that co-schedules the actor, critic, and reward models to maximize GPU utilization across heterogeneous cluster configurations. + +**Why notable** — RLHF has become central to LLM alignment yet existing frameworks map poorly to its multi-model, tightly coupled training loop; HybridFlow's design substantially improves end-to-end training throughput and provides a principled abstraction for future alignment training research. + +[→ Read paper](https://doi.org/10.1145/3689031.3696075) + +--- + +### CacheBlend: Fast Large Language Model Serving for RAG with Cached Knowledge Fusion + +*Jiayi Yao, Hanchen Li, Yuhan Liu 0004, Siddhant Ray *et al.** + +**TL;DR** — CacheBlend reuses KV caches from multiple pre-computed document chunks and fuses them selectively at inference time, avoiding the quadratic cost of full re-encoding for retrieval-augmented generation. + +**Why notable** — RAG is a dominant LLM deployment pattern, but cache reuse across dynamically assembled contexts is unsolved; CacheBlend's selective fusion strategy delivers large time-to-first-token reductions with negligible quality degradation, directly improving the economics of production LLM serving. + +[→ Read paper](https://doi.org/10.1145/3689031.3696098) + +--- + +### AlloyStack: A Library Operating System for Serverless Workflow Applications + +*Jianing You, Kang Chen, Laiping Zhao, Yiming Li *et al.** + +**TL;DR** — AlloyStack is a library OS tailored for serverless workflows that collapses function boundaries within a workflow into a single address space to eliminate inter-function communication overhead. + +**Why notable** — Serverless workflows suffer from high invocation and communication latency because each function is an isolated container; AlloyStack's library OS approach is a principled architectural answer that shows substantial end-to-end latency and cost improvements for real workflow benchmarks. + +[→ Read paper](https://doi.org/10.1145/3689031.3717490) + +--- + +### CRAVE: Analyzing Cross-Resource Interaction to Improve Energy Efficiency in Systems-on-Chip + +*Dipayan Mukherjee, Sam Hachem, Jeremy Bao, Curtis Madsen *et al.** + +**TL;DR** — CRAVE models the cross-resource interference between CPU, GPU, and memory subsystems on SoCs to guide software-level energy optimization decisions. + +**Why notable** — Energy efficiency is increasingly a first-class constraint in both mobile and data center SoCs, yet interactions between on-chip resources are poorly understood at the software level; CRAVE's analysis framework reveals counter-intuitive interference patterns and enables measurable energy savings without hardware changes. + +[→ Read paper](https://doi.org/10.1145/3689031.3717498) + diff --git a/site/content/digests/EuroSys-2027/index.md b/site/content/digests/EuroSys-2027/index.md new file mode 100644 index 0000000..61b6f59 --- /dev/null +++ b/site/content/digests/EuroSys-2027/index.md @@ -0,0 +1,13 @@ +--- +title: EuroSys 2027 Digest +venue: EuroSys +year: 2027 +date: '2027-01-01' +tags: [] +paper_count: 0 +draft: false +build: + list: never +--- + +No papers selected yet. diff --git a/site/content/digests/FGCS-2024/index.md b/site/content/digests/FGCS-2024/index.md new file mode 100644 index 0000000..c53e067 --- /dev/null +++ b/site/content/digests/FGCS-2024/index.md @@ -0,0 +1,132 @@ +--- +title: FGCS 2024 Digest +venue: FGCS +year: 2024 +date: '2024-01-01' +tags: [] +paper_count: 12 +draft: false +--- + +12 papers selected. + +--- + +### Quantum-centric supercomputing for materials science: A perspective on challenges and future directions + +*Yuri Alexeev, Maximilian Amsler, Marco Antonio Barroca, Sanzio Bassini *et al.** + +**TL;DR** — A comprehensive roadmap from IBM, national labs, and universities identifying key algorithmic, software, and hardware challenges for using quantum processors alongside classical HPC to advance materials science simulations. + +**Why notable** — Essential reading for any researcher planning quantum-classical hybrid workflows, covering the full stack from error mitigation to application mapping at scale. + +--- + +### Integrating quantum computing resources into scientific HPC ecosystems + +*Thomas L. Beck, Alessandro Baroni 0003, Ryan S. Bennink, Gilles Buchs *et al.** + +**TL;DR** — Describes the architecture and middleware decisions made at Oak Ridge National Laboratory to expose quantum devices as first-class resources within an existing HPC facility. + +**Why notable** — One of the first concrete descriptions of a production-scale quantum-HPC integration, providing a template other facilities can follow. + +--- + +### Lotaru: Locally predicting workflow task runtimes for resource management on heterogeneous infrastructures + +*Jonathan Bader, Fabian Lehmann, Lauritz Thamsen, Ulf Leser *et al.** + +**TL;DR** — Lotaru learns lightweight per-workflow runtime prediction models locally on each node using micro-benchmarks, eliminating the need for a centralized profiling service on heterogeneous clusters. + +**Why notable** — Addresses a core bottleneck in scientific workflow scheduling with a practical, evaluated approach that works without historical traces. + +--- + +### The globus compute dataset: An open function-as-a-service dataset from the edge to the cloud + +*André Bauer 0001, Haochen Pan, Ryan Chard, Yadu N. Babuji *et al.** + +**TL;DR** — Releases a large real-world dataset of function invocations across edge, campus, and cloud resources collected from the Globus Compute FaaS platform, along with workload analysis. + +**Why notable** — Provides the community with a rare, richly annotated dataset for benchmarking distributed FaaS schedulers and studying edge-to-cloud task patterns at scale. + +--- + +### A survey on checkpointing strategies: Should we always checkpoint à la Young/Daly? + +*Leonardo Bautista-Gomez, Anne Benoit, Sheng Di, Thomas Hérault *et al.** + +**TL;DR** — Surveys decades of checkpointing research and rigorously examines when the classic Young/Daly formula is optimal versus when multi-level, coordinated, or application-aware strategies outperform it. + +**Why notable** — A definitive reference for HPC fault tolerance that unifies scattered results and provides clear guidance on choosing a checkpointing strategy for modern exascale workloads. + +--- + +### Scalable I/O aggregation for asynchronous multi-level checkpointing + +*Mikaila J. Gossman, Bogdan Nicolae, Jon C. Calhoun* + +**TL;DR** — Proposes an aggregation layer that pipelines writes across multiple memory and storage tiers asynchronously, reducing checkpoint overhead for large-scale MPI applications. + +**Why notable** — Delivers measurable improvements in checkpoint throughput on realistic HPC applications, directly addressing the I/O bottleneck at exascale. + +--- + +### StructMesh: A storage framework for serverless computing continuum + +*Diana Carrizales-Espinoza, Dante D. Sánchez-Gallegos, José Luis González Compeán, Jesús Carretero 0001* + +**TL;DR** — Introduces a hierarchical storage abstraction that unifies data management across edge, fog, and cloud tiers for serverless workflows, supporting structured data access patterns. + +**Why notable** — Offers a practical, evaluated solution to the data management gap in cloud-edge serverless architectures, relevant to scientific and industrial workflow deployment. + +--- + +### Paving the way to hybrid quantum-classical scientific workflows + +*Sandeep Suresh Cranganore, Vincenzo De Maio, Ivona Brandic, Ewa Deelman* + +**TL;DR** — Defines a taxonomy and reference architecture for hybrid quantum-classical workflows, mapping quantum circuit execution onto existing scientific workflow management system abstractions. + +**Why notable** — Provides the conceptual foundations needed to extend tools like Pegasus or Swift to orchestrate quantum subroutines within larger scientific pipelines. + +--- + +### Online learning and continuous model upgrading with data streams through the Kafka-ML framework + +*Alejandro Carnero, Cristian Martín 0002, Gwanggil Jeon, Manuel Díaz* + +**TL;DR** — Extends Kafka-ML to support incremental online learning directly from streaming data topics, enabling continuous model updates without retraining from scratch in edge-cloud deployments. + +**Why notable** — Demonstrates a full open-source framework that bridges stream processing and ML model lifecycle management, with relevance to IoT and real-time analytics pipelines. + +--- + +### GRAAFE: GRaph Anomaly Anticipation Framework for Exascale HPC systems + +*Martin Molan, Mohsen Seyedkazemi Ardebili, Junaid Ahmed Khan, Francesco Beneventi *et al.** + +**TL;DR** — Uses graph neural networks trained on node telemetry to predict imminent failures in exascale HPC clusters before they occur, enabling proactive maintenance and job migration. + +**Why notable** — Shows that temporal graph models over system topology substantially outperform per-node anomaly detection, with validation on a real pre-exascale machine. + +--- + +### QFaaS: A Serverless Function-as-a-Service framework for Quantum computing + +*Hoa T. Nguyen, Muhammad Usman 0009, Rajkumar Buyya* + +**TL;DR** — Proposes QFaaS, a broker-based FaaS platform that abstracts heterogeneous quantum hardware providers behind a unified serverless interface with automatic circuit compilation and resource selection. + +**Why notable** — Addresses the pressing need for a cloud-agnostic quantum execution layer, laying groundwork for portable quantum applications across IBM, IonQ, and similar backends. + +--- + +### Enabling federated learning across the computing continuum: Systems, challenges and future directions + +*Cèdric Prigent, Alexandru Costan, Gabriel Antoniu, Loïc Cudennec* + +**TL;DR** — Systematically surveys the technical barriers to training federated learning models that span IoT devices, edge servers, and cloud data centers, and proposes a reference architecture addressing heterogeneity and mobility. + +**Why notable** — A timely synthesis that clarifies open problems at the intersection of federated learning and the compute continuum, useful as a roadmap for system builders. + diff --git a/site/content/digests/FGCS-2025/index.md b/site/content/digests/FGCS-2025/index.md new file mode 100644 index 0000000..3972bf8 --- /dev/null +++ b/site/content/digests/FGCS-2025/index.md @@ -0,0 +1,132 @@ +--- +title: FGCS 2025 Digest +venue: FGCS +year: 2025 +date: '2025-01-01' +tags: [] +paper_count: 12 +draft: false +--- + +12 papers selected. + +--- + +### Multifacets of lossy compression for scientific data in the Joint-Laboratory of Extreme Scale Computing + +*Franck Cappello, Mario C. Acosta, Emmanuel Agullo, Hartwig Anzt *et al.** + +**TL;DR** — A joint JLESC survey covering error-bounded lossy compressors (SZ, ZFP, MGARD) across simulation, AI, and in-situ analytics use cases, with benchmarks on real scientific datasets at extreme scale. + +**Why notable** — The most comprehensive cross-site evaluation of scientific data compression to date, providing actionable guidance on compressor selection for different numerical kernels and accuracy requirements. + +--- + +### Efficient distributed continual learning for steering experiments in real-time + +*Thomas Bouvier, Bogdan Nicolae, Alexandru Costan, Tekin Bicer *et al.** + +**TL;DR** — Proposes a distributed continual learning architecture that keeps deep learning models synchronized with a running scientific experiment by streaming lightweight updates across edge detectors and HPC backends. + +**Why notable** — One of the first systems to close the loop between experimental data streams and model adaptation in real-time without full retraining, validated on synchrotron detector workloads. + +--- + +### SmartKV: A cost-effective and low-latency geo-distributed key-value store for the computing continuum + +*Juan Aznar-Poveda, Maximilian Franz Ebner, Thomas Fahringer, Zahra Najafabadi Samani *et al.** + +**TL;DR** — Introduces SmartKV, a geo-distributed key-value store that uses latency-aware replication policies to deliver consistent low-latency reads across edge, fog, and cloud tiers of the computing continuum. + +**Why notable** — Provides a concrete, benchmarked storage primitive for the computing continuum that fills the gap between single-datacenter stores and high-latency cloud object storage. + +--- + +### Scalable compute continuum + +*Valeria Cardellini, Patrizio Dazzi, Gabriele Mencagli, Matteo Nardelli 0001 *et al.** + +**TL;DR** — Defines a programming and deployment model for the compute continuum that abstracts resource heterogeneity from edge to cloud, enabling applications to scale dynamically across tiers. + +**Why notable** — Provides a principled architectural reference for the continuum that can guide system designers building next-generation distributed runtime environments. + +--- + +### A comparative study of ad-hoc file systems for extreme scale computing + +*Njoud O. Almaaitah, Francisco Javier García Blas, Genaro Sanchez-Gallegos, Jesús Carretero 0001 *et al.** + +**TL;DR** — Benchmarks GekkoFS, BeeGFS, and similar ad-hoc file systems under diverse HPC I/O patterns, characterizing their throughput, metadata performance, and suitability for burst-buffer scenarios. + +**Why notable** — The most systematic evaluation of ad-hoc parallel file systems available, giving HPC centers clear data to choose or configure temporary storage for large scientific workflows. + +--- + +### Advancing anomaly detection in computational workflows with active learning + +*Krishnan Raghavan, George Papadimitriou 0002, Hongwei Jin, Anirban Mandal *et al.** + +**TL;DR** — Applies active learning to reduce the labeling burden for workflow anomaly detection, selectively querying an oracle for the most informative execution traces within a Pegasus workflow framework. + +**Why notable** — Demonstrates that active learning can make anomaly detection practical in real scientific workflows where labeled failure data is scarce, with experiments on production workloads. + +--- + +### MITgcm-AD v2: Open source tangent linear and adjoint modeling framework for the oceans and atmosphere enabled by the Automatic Differentiation tool Tapenade + +*Shreyas Sunil Gaikwad, Sri Hari Krishna Narayanan, Laurent Hascoët, Jean-Michel Campin *et al.** + +**TL;DR** — Describes MITgcm-AD v2, a production-quality adjoint of the MITgcm ocean-atmosphere model generated with Tapenade, enabling global sensitivity analyses and data assimilation at scale. + +**Why notable** — A landmark in scientific computing software sustainability: a fully open, differentiable climate model that enables gradient-based inversion for ocean state estimation. + +--- + +### zCeph: Design and implementation of a ZNS-friendly distributed file system + +*Jinyong Ha 0001, Yongseok Son* + +**TL;DR** — Redesigns the Ceph distributed file system to exploit Zoned Namespace SSDs natively, eliminating write amplification and improving throughput by aligning file system semantics with ZNS zone constraints. + +**Why notable** — Demonstrates how next-generation storage hardware (ZNS SSDs) demands rethinking distributed storage stack designs, with significant performance gains on real hardware. + +--- + +### RADiCe: A Risk Analysis Framework for Data Centers + +*Fabian Mastenbroek, Tiziano De Matteis, Vincent van Beek, Alexandru Iosup* + +**TL;DR** — Provides a quantitative risk analysis framework for data centers that models cascading failures across power, cooling, and compute subsystems using simulation to estimate availability and cost trade-offs. + +**Why notable** — Fills a practical gap for data center operators who need principled tools to evaluate infrastructure resilience beyond simple redundancy rules. + +--- + +### Deadline-constrained security-aware workflow scheduling in hybrid cloud architecture + +*Somayeh Abdi, Mohammad Ashjaei, Saad Mubeen* + +**TL;DR** — Formulates workflow scheduling in hybrid clouds as a multi-objective problem that jointly minimizes cost and execution time while meeting both deadline and data-security placement constraints. + +**Why notable** — One of the few scheduling works that treats security classification of tasks as a first-class constraint alongside performance, with practical validation on scientific workflow benchmarks. + +--- + +### Regen: An object layout regenerator on large-scale production HPC systems + +*Dong Kyu Sung, Sunggon Kim, Sangjin Lee 0003, Houjun Tang *et al.** + +**TL;DR** — Regen transparently reorganizes the on-disk layout of HDF5 and NetCDF objects in parallel file systems to match actual access patterns, improving I/O performance without application changes. + +**Why notable** — Deployed and validated on a production HPC system, showing significant I/O speedups for real scientific datasets, making it immediately relevant to storage administrators. + +--- + +### Formal definition and implementation of reproducibility tenets for computational workflows + +*Nicholas J. Pritchard, Andreas Wicenec* + +**TL;DR** — Formalizes a set of reproducibility requirements for scientific workflows and implements a verification layer within the DALIUGE workflow engine that checks compliance at design and execution time. + +**Why notable** — Provides the community with a concrete, tool-supported definition of workflow reproducibility, moving beyond aspirational guidelines to enforceable runtime checks. + diff --git a/site/content/digests/FGCS-2026/index.md b/site/content/digests/FGCS-2026/index.md new file mode 100644 index 0000000..01e481c --- /dev/null +++ b/site/content/digests/FGCS-2026/index.md @@ -0,0 +1,13 @@ +--- +title: FGCS 2026 Digest +venue: FGCS +year: 2026 +date: '2026-01-01' +tags: [] +paper_count: 0 +draft: false +build: + list: never +--- + +No papers selected yet. diff --git a/site/content/digests/HPDC-2024/index.md b/site/content/digests/HPDC-2024/index.md new file mode 100644 index 0000000..b66a805 --- /dev/null +++ b/site/content/digests/HPDC-2024/index.md @@ -0,0 +1,108 @@ +--- +title: HPDC 2024 Digest +venue: HPDC +year: 2024 +date: '2024-01-01' +tags: [] +paper_count: 12 +draft: false +--- + +12 papers selected. + +--- + +### Efficient all-to-all Collective Communication Schedules for Direct-connect Topologies + +*Prithwish Basu, Liangyu Zhao, Jason Fantl, Siddharth Pal *et al.** + +**TL;DR** — Derives near-optimal all-to-all collective communication schedules for direct-connect HPC topologies, directly improving bandwidth utilization in large-scale distributed systems. + +--- + +### Reinforcement Learning-based Adaptive Mitigation of Uncorrected DRAM Errors in the Field + +*Isaac Boixaderas, Sergi Moré, Javier Bartolome, David Vicente *et al.** + +**TL;DR** — Applies reinforcement learning to dynamically mitigate uncorrected DRAM errors at production HPC scale, improving system reliability without sacrificing performance. + +--- + +### IDT: Intelligent Data Placement for Multi-tiered Main Memory with Reinforcement Learning + +*Juneseo Chang, Wanju Doh, Yaebin Moon, Eojin Lee *et al.** + +**TL;DR** — Presents a reinforcement learning-driven runtime that automatically places data across heterogeneous memory tiers, reducing access latency in HPC nodes with complex memory hierarchies. + +--- + +### FaaSKeeper: Learning from Building Serverless Services with ZooKeeper as an Example + +*Marcin Copik, Alexandru Calotoiu, Pengyu Zhou, Konstantin Taranov *et al.** + +**TL;DR** — Reconstructs ZooKeeper as a fully serverless service and distills concrete design lessons for building stateful distributed coordination primitives on FaaS platforms. + +--- + +### ESG: Pipeline-Conscious Efficient Scheduling of DNN Workflows on Serverless Platforms with Shareable GPUs + +*Xinning Hui, Yuanchao Xu 0001, Zhishan Guo, Xipeng Shen* + +**TL;DR** — Introduces a pipeline-aware scheduler that shares GPUs across serverless DNN workflow stages, substantially cutting end-to-end latency and GPU idle time. + +--- + +### FASOP: Fast yet Accurate Automated Search for Optimal Parallelization of Transformers on Heterogeneous GPU Clusters + +*Sunyeol Hwang, Eungyeong Lee, Hongseok Oh 0003, Youngmin Yi* + +**TL;DR** — Provides a fast, model-driven search strategy that finds optimal tensor/pipeline/data parallelism configurations for transformer training on heterogeneous GPU clusters. + +--- + +### Near-Optimal Wafer-Scale Reduce + +*Piotr Luczynski, Lukas Gianinazzi, Patrick Iff, Leighton Wilson *et al.** + +**TL;DR** — Designs and analyzes near-optimal Reduce collective algorithms tailored to wafer-scale interconnect topology, setting new performance bounds for next-generation HPC hardware. + +--- + +### DataStates-LLM: Lazy Asynchronous Checkpointing for Large Language Models + +*Avinash Maurya, Robert Underwood, M. Mustafa Rafique, Franck Cappello *et al.** + +**TL;DR** — Introduces lazy asynchronous checkpointing that overlaps LLM training with I/O, dramatically reducing checkpoint overhead on large-scale HPC storage systems. + +--- + +### ADTopk: All-Dimension Top-k Compression for High-Performance Data-Parallel DNN Training + +*Zhangqiang Ming, Yuchong Hu, Wenxiang Zhou, Xinjue Zheng *et al.** + +**TL;DR** — Proposes an all-dimension top-k gradient sparsification scheme that reduces communication volume in data-parallel distributed training while preserving convergence quality. + +--- + +### Accelerating Function-Centric Applications by Discovering, Distributing, and Retaining Reusable Context in Workflow Systems + +*Thanh Son Phung, Colin Thomas, Logan T. Ward, Kyle Chard *et al.** + +**TL;DR** — Introduces context reuse across scientific workflow tasks, allowing distributed workflow systems to cache and share intermediate computation artifacts and significantly reduce redundant work. + +--- + +### CereSZ: Enabling and Scaling Error-bounded Lossy Compression on Cerebras CS-2 + +*Shihui Song, Yafan Huang, Peng Jiang 0004, Xiaodong Yu 0001 *et al.** + +**TL;DR** — Ports and scales error-bounded lossy compression to the Cerebras CS-2 wafer-scale engine, enabling significant data reduction for HPC scientific workloads on novel accelerator hardware. + +--- + +### EvoStore: Towards Scalable Storage of Evolving Learning Models + +*Robert Underwood, Meghana Madhyastha, Randal C. Burns, Bogdan Nicolae* + +**TL;DR** — Designs a storage system that efficiently manages the versioned, incrementally evolving checkpoints produced during large-scale distributed model training, reducing storage overhead and retrieval time. + diff --git a/site/content/digests/HPDC-2025/index.md b/site/content/digests/HPDC-2025/index.md new file mode 100644 index 0000000..43f9668 --- /dev/null +++ b/site/content/digests/HPDC-2025/index.md @@ -0,0 +1,139 @@ +--- +title: HPDC 2025 Digest +venue: HPDC +year: 2025 +date: '2025-07-20' +tags: +- hpc +- distributed-systems +- networking +- storage +- scheduling +- cloud-hpc +- performance +paper_count: 10 +draft: false +--- + +10 papers selected. + +--- + +### Parameterized Algorithms for Non-uniform All-to-all + +*Ke Fan, Jens Domke, Seydou Ba, Sidharth Kumar* + +**TL;DR** — Introduces parameterized algorithms that adapt non-uniform all-to-all collective communication to heterogeneous network topologies, reducing message contention and improving throughput. + +**Why notable** — Non-uniform all-to-all is a performance bottleneck in many HPC applications; topology-aware parameterization directly benefits MPI implementations on dragonfly and fat-tree networks at scale. + +[→ Read paper](https://doi.org/10.1145/3731545.3731590) + +--- + +### DPU-KV: On the Benefits of DPU Offloading for In-Memory Key-Value Stores at the Edge + +*Arjun Kashyap, Yuke Li 0003, Xiaoyi Lu 0001* + +**TL;DR** — Offloads key-value store operations to Data Processing Units (DPUs) over RDMA to reduce CPU overhead and tail latency in edge deployments. + +**Why notable** — DPU offloading is an emerging paradigm for network-attached smart NICs in HPC clusters; this work provides concrete performance analysis showing when and how much offloading helps, informing future RDMA-based storage designs. + +[→ Read paper](https://doi.org/10.1145/3731545.3731571) + +--- + +### TSUE: A Two-Stage Data Update Method for an Erasure Coded Cluster File System + +*Zheng Wei, Jing Xing, Yida Gu, Wenjing Huang 0002 *et al.** + +**TL;DR** — Proposes a two-stage update scheme for erasure-coded parallel file systems that decouples the logging and parity-update phases to cut write amplification and I/O latency. + +**Why notable** — Erasure coding is increasingly used in large-scale HPC storage to replace replication, but update overhead remains a bottleneck; TSUE addresses a core pain point for Lustre- and GPFS-class parallel file systems. + +[→ Read paper](https://doi.org/10.1145/3731545.3731577) + +--- + +### LegoIndex: A Scalable and Modular Indexing Framework for Efficient Analysis of Extreme-Scale Particle Data + +*Chang Guo, Ning Yan 0002, Lipeng Wan 0001, Zhichao Cao 0002* + +**TL;DR** — Presents a composable, multi-level indexing framework for particle simulation datasets that enables efficient query processing at extreme scale without requiring full dataset scans. + +**Why notable** — Scientific particle simulations at exascale generate data volumes that overwhelm traditional post-processing pipelines; LegoIndex's modular design allows it to be adapted across different storage backends and query patterns commonly seen in DOE workloads. + +[→ Read paper](https://doi.org/10.1145/3731545.3731591) + +--- + +### IPComp: Interpolation Based Progressive Lossy Compression for Scientific Applications + +*Zhuoxun Yang, Sheng Di, Longtao Zhang, Ruoyu Li *et al.** + +**TL;DR** — Introduces interpolation-driven progressive lossy compression that lets users trade accuracy for compression ratio at query time rather than at write time, without re-compressing stored data. + +**Why notable** — Progressive reconstruction is a long-sought capability for HPC I/O; IPComp achieves it with competitive compression ratios and builds on the widely used SZ/ZFP lineage, making adoption in existing scientific workflows straightforward. + +[→ Read paper](https://doi.org/10.1145/3731545.3731578) + +--- + +### Advancing Scientific Data Compression via Cross-Field Prediction + +*Youyuan Liu, Wenqi Jia 0003, Taolue Yang, Bo Jiang *et al.** + +**TL;DR** — Exploits correlations between different physical fields in multi-field scientific datasets to improve lossy compression ratios beyond what single-field methods can achieve. + +**Why notable** — Multi-field simulations (climate, combustion, fusion) dominate HPC storage consumption; cross-field prediction represents a principled, generally applicable step change in compression efficiency for these workloads. + +[→ Read paper](https://doi.org/10.1145/3731545.3731592) + +--- + +### Flux Emulator: First Insights into Optimizing Scheduling for Exascale HPC + +*W. Jay Ashworth, Ian Lumsden, Jim Garlick, Mark Grondona *et al.** + +**TL;DR** — Presents an emulation infrastructure for the Flux workload manager that enables scheduling algorithm evaluation at exascale node counts without requiring access to a full exascale machine. + +**Why notable** — Validating schedulers at exascale is otherwise infeasible before systems exist; Flux Emulator directly supports the scheduling research needed to maximize utilization of Frontier- and Aurora-class systems. + +[→ Read paper](https://doi.org/10.1145/3731545.3735121) + +--- + +### HYPERF: End-to-End Autotuning Framework for High-Performance Computing + +*Juseong Park, Yongwon Shin, Junghyun Lee, Junseo Lee *et al.** + +**TL;DR** — Delivers an end-to-end autotuning framework that jointly optimizes compiler flags, runtime parameters, and problem-specific configurations for HPC applications through structured search. + +**Why notable** — Manual tuning of HPC codes for new architectures is expensive and error-prone; HYPERF's end-to-end scope distinguishes it from prior tools that target only one layer of the software stack, offering broader applicability across the HPC software ecosystem. + +[→ Read paper](https://doi.org/10.1145/3731545.3731588) + +--- + +### Efficient and Cost-Effective HPC on the Cloud + +*Aditya Bhosale, Laxmikant V. Kalé, Sara Kokkila Schumacher* + +**TL;DR** — Demonstrates how Charm++-based adaptive runtime techniques—load balancing, dynamic over-decomposition, and message-driven execution—can recover near-on-premises HPC performance on cloud instances despite higher network variability. + +**Why notable** — Cloud-HPC convergence is a major community priority as on-premises clusters face procurement delays; this paper provides a practitioner-oriented analysis of which runtime adaptations deliver the best performance-per-dollar on AWS and Azure. + +[→ Read paper](https://doi.org/10.1145/3731545.3744667) + +--- + +### Bringing Differential Privacy to HPC: Privacy-Preserving Transformations of HPC Traces + +*Ana Luisa Veroneze Solórzano, Rohan Basu Roy, Benjamin Schwaller, Sara Petra Walton *et al.** + +**TL;DR** — Applies differential privacy mechanisms to HPC job and performance traces, enabling centers to share workload data for research without exposing sensitive user or application information. + +**Why notable** — Sharing HPC traces is critical for reproducible scheduling and performance research but is often blocked by privacy concerns; this work provides a rigorous, deployable solution that could unlock a significant new supply of public HPC datasets. + +[→ Read paper](https://doi.org/10.1145/3731545.3731573) + diff --git a/site/content/digests/HPDC-2026/index.md b/site/content/digests/HPDC-2026/index.md new file mode 100644 index 0000000..0de606c --- /dev/null +++ b/site/content/digests/HPDC-2026/index.md @@ -0,0 +1,13 @@ +--- +title: HPDC 2026 Digest +venue: HPDC +year: 2026 +date: '2026-01-01' +tags: [] +paper_count: 0 +draft: false +build: + list: never +--- + +No papers selected yet. diff --git a/site/content/digests/IC-2024/index.md b/site/content/digests/IC-2024/index.md new file mode 100644 index 0000000..1d8a068 --- /dev/null +++ b/site/content/digests/IC-2024/index.md @@ -0,0 +1,112 @@ +--- +title: IC 2024 Digest +venue: IC +year: 2024 +date: '2024-01-01' +tags: [] +paper_count: 10 +draft: false +--- + +10 papers selected. + +--- + +### Revisiting Edge AI: Opportunities and Challenges + +*Tobias Meuser, Lauri Lovén, Monowar Bhuyan, Shishir G. Patil *et al.** + +**TL;DR** — A multi-author position paper that revisits the state of edge AI, cataloguing deployment barriers and open research problems across hardware, networking, and software layers. + +**Why notable** — Brings together 19 leading researchers to synthesize the field's most pressing edge AI challenges, making it an authoritative reference for practitioners and researchers planning edge deployments. + +--- + +### On Causality in Distributed Continuum Systems + +*Víctor Casamayor-Pujol, Boris Sedlak, Praveen Kumar Donta, Schahram Dustdar* + +**TL;DR** — Formalizes causal reasoning across cloud-to-edge continuum systems, providing a conceptual framework for tracking cause-and-effect relationships in highly distributed deployments. + +**Why notable** — Addresses a foundational gap in distributed systems theory that becomes critical when debugging or optimizing multi-tier edge–cloud pipelines. + +--- + +### Beyond Von Neumann in the Computing Continuum: Architectures, Applications, and Future Directions + +*Dragi Kimovski, Nishant Saurabh, Matthijs Jansen, Atakan Aral *et al.** + +**TL;DR** — Surveys non-von Neumann architectural paradigms—neuromorphic, in-memory, and dataflow computing—and maps them onto continuum computing use cases spanning edge to cloud. + +**Why notable** — Offers a rare cross-cutting view of how emerging hardware architectures reshape the design space for distributed Internet applications. + +--- + +### ARASEC: Adaptive Resource Allocation and Model Training for Serverless Edge-Cloud Computing + +*Dewant Katare, Eduard Marin, Nicolas Kourtellis, Marijn Janssen *et al.** + +**TL;DR** — Proposes ARASEC, a system that jointly optimizes resource allocation and on-device model training for serverless functions deployed across edge and cloud nodes. + +**Why notable** — Demonstrates measurable efficiency gains in a realistic serverless edge-cloud setting, directly informing how operators should provision heterogeneous serverless infrastructure. + +--- + +### WebAssembly at the Edge: Benchmarking a Serverless Platform for Private Edge Cloud Systems + +*Giuseppe De Palma, Saverio Giallorenzo, Jacopo Mauro, Matteo Trentin *et al.** + +**TL;DR** — Benchmarks a WebAssembly-based serverless runtime on private edge cloud hardware, measuring cold-start latency, throughput, and isolation overhead compared to container-based alternatives. + +**Why notable** — Provides concrete empirical data that practitioners need when evaluating WebAssembly as a lightweight alternative to Docker for edge serverless deployments. + +--- + +### HeROsim: An Allocation and Scheduling Simulator for Evaluating Serverless Orchestration Policies + +*Vincent Lannurien, Laurent d'Orazio, Olivier Barais, Stéphane Paquelet *et al.** + +**TL;DR** — Introduces HeROsim, an open simulator that models serverless function placement and scheduling policies across heterogeneous infrastructure, enabling fair policy comparison without live cluster costs. + +**Why notable** — Fills a practical tooling gap for researchers and platform engineers who need reproducible evaluation environments for serverless orchestration algorithms. + +--- + +### Hierarchical Network Data Analytics Framework for 6G Network Automation: Design and Implementation + +*Youbin Jeon, Sangheon Pack* + +**TL;DR** — Designs and implements a hierarchical analytics framework that aggregates network telemetry at multiple granularities to automate management decisions in 6G deployments. + +**Why notable** — Bridges the gap between 6G vision and practical automation by providing a concrete architecture with implementation details and empirical evaluation. + +--- + +### Digital-Twin-Driven End-to-End Network Slicing Toward 6G + +*Mahnoor Yaqoob, Ramona Trestian, Mallik Tatipamula, Huan Xuan Nguyen* + +**TL;DR** — Proposes a digital-twin framework that continuously models and reconfigures end-to-end network slices, enabling dynamic SLA enforcement across heterogeneous 6G infrastructure. + +**Why notable** — Connects digital twin technology to the operational problem of network slice management, a key requirement for 6G service assurance. + +--- + +### The Internet of Things in the Era of Generative AI: Vision and Challenges + +*Xin Wang 0120, Zhongwei Wan, Arvin Hekmati, Mingyu Zong *et al.** + +**TL;DR** — Examines how generative AI models can be integrated into IoT pipelines for data synthesis, anomaly detection, and on-device inference, and identifies the key resource and privacy constraints. + +**Why notable** — Provides a structured research agenda for one of the most active intersections in Internet computing, relevant to both IoT platform designers and ML practitioners. + +--- + +### Distributed Federated Deep Learning in Clustered Internet of Things Wireless Networks With Data Similarity-Based Client Participation + +*Evangelia Fragkou 0001, Eleftheria Chini, Maria Papadopoulou 0008, Dimitrios K. Papakostas *et al.** + +**TL;DR** — Proposes a clustered federated learning scheme for wireless IoT networks that selects participating clients based on data similarity, reducing communication overhead and improving model convergence. + +**Why notable** — Addresses a core practical challenge in IoT federated learning—heterogeneous and non-IID data—with an empirically validated participation strategy. + diff --git a/site/content/digests/IC-2025/index.md b/site/content/digests/IC-2025/index.md new file mode 100644 index 0000000..0b15088 --- /dev/null +++ b/site/content/digests/IC-2025/index.md @@ -0,0 +1,112 @@ +--- +title: IC 2025 Digest +venue: IC +year: 2025 +date: '2025-01-01' +tags: [] +paper_count: 10 +draft: false +--- + +10 papers selected. + +--- + +### Rethinking Computing Systems in the Era of Climate Crisis: A Call for a Sustainable Computing Continuum + +*Ella Peltonen, Suzan Bayhan, David Bermbach, Sebastian Buschjäger *et al.** + +**TL;DR** — A multi-author position paper calling for carbon-aware design principles across the cloud-to-edge computing continuum, surveying energy measurement, workload scheduling, and hardware lifecycle challenges. + +**Why notable** — Establishes a community research agenda for sustainable computing infrastructure at a time when datacenter and edge energy consumption is under increasing regulatory and societal scrutiny. + +--- + +### Toward Carbon-Aware Data Transfers + +*Jacob Goldverg, Hasibul Jamil, Elvis Rodrigues, Tevfik Kosar* + +**TL;DR** — Proposes scheduling and routing strategies for large-scale data transfers that minimize carbon emissions by leveraging time- and location-varying grid carbon intensity signals. + +**Why notable** — Delivers a practical, implementable mechanism for reducing the carbon footprint of Internet data movement, directly applicable to data-intensive scientific and cloud workflows. + +--- + +### Zero Trust-Driven Collaborative Intrusion Detection in Internet of Things: A Continuous Trust Assessment Approach + +*Xinxin Wang, Qingjun Yuan, Yongjuan Wang, Jihong Teng *et al.** + +**TL;DR** — Designs a collaborative intrusion detection system for IoT networks grounded in zero-trust principles, continuously reassessing device trust scores to isolate compromised nodes in real time. + +**Why notable** — Demonstrates how zero-trust architectures can be operationalized at IoT scale, providing a concrete detection model with empirical evaluation on real traffic. + +--- + +### Securing Voice Authentication Applications Against Targeted Data Poisoning + +*Alireza Mohammadi, Keshav Sood, Asef Nazari, Dhananjay R. Thiruvady* + +**TL;DR** — Identifies and mitigates targeted data poisoning attacks on voice authentication systems by detecting and filtering malicious training samples before model updates are applied. + +**Why notable** — Highlights a practical and underexplored attack surface in biometric authentication services, with defenses validated against realistic adversarial scenarios. + +--- + +### Characterization of Probabilistic Structure of Internet Traffic During COVID-19: A Study Based on MAWI Data + +*Anoushka Mittal, Pranav Jain, Karmeshu, Shachi Sharma* + +**TL;DR** — Applies statistical modeling to MAWI backbone traffic traces collected during COVID-19 to characterize shifts in Internet traffic distributions and identify new usage patterns. + +**Why notable** — Provides rare longitudinal empirical evidence of how a major societal disruption altered Internet traffic structure, with implications for capacity planning and anomaly detection baselines. + +--- + +### iGenEdge: Intelligent Generative AI Service Deployment for Edge-Connected IoT Devices + +*Faiza Akram, Asad Waqar Malik, Samee U. Khan* + +**TL;DR** — Proposes iGenEdge, a framework that intelligently partitions and deploys generative AI inference tasks across edge servers and IoT devices based on latency, energy, and model accuracy constraints. + +**Why notable** — Addresses the critical engineering challenge of running large generative models close to IoT data sources, with practical placement algorithms and experimental validation. + +--- + +### Smaller, Smarter, Closer: The Edge of Collaborative Generative Artificial Intelligence + +*Roberto Morabito, SiYoung Jang* + +**TL;DR** — Surveys strategies for deploying collaborative generative AI models at the network edge, covering model compression, offloading, and inter-device coordination techniques. + +**Why notable** — Gives a clear-eyed assessment of where edge generative AI stands today and what infrastructure advances are needed, serving as a practical guide for edge platform designers. + +--- + +### Memory-Augmented Autoencoder with Reservoir Computing for Edge-Based Anomaly Detection in Autonomous Systems + +*Fabiha Nowshin, Zheng Dong 0002, Yang Yi 0002* + +**TL;DR** — Combines a memory-augmented autoencoder with reservoir computing to detect anomalies in autonomous system sensor streams directly on resource-constrained edge hardware. + +**Why notable** — Demonstrates strong anomaly detection accuracy under tight edge compute budgets, making it directly relevant to safety-critical IoT and autonomous vehicle deployments. + +--- + +### Ship-to-Shore Network Monitoring: The Research Vessel Sikuliaq Experience + +*Komal Thareja, Anirban Mandal, Julian Race, Paul Ruth *et al.** + +**TL;DR** — Presents a real-world case study of continuous network monitoring for a research vessel operating over satellite links, characterizing link quality, disruptions, and measurement methodology. + +**Why notable** — Offers rare empirical data on challenged maritime Internet connectivity, informing the design of resilient monitoring and science workflows for remote and mobile environments. + +--- + +### Think Locally, Act Globally: A Programming Model for Decentralized Applications + +*Julian Haas, Christian Kuessner, Ragnar Mogk, Mira Mezini* + +**TL;DR** — Introduces a programming model that lets developers write local per-node logic while the runtime automatically enforces global consistency and coordination across a decentralized application. + +**Why notable** — Tackles the fundamental complexity of building correct decentralized Internet applications, offering a principled abstraction that could reduce the gap between distributed systems theory and practice. + diff --git a/site/content/digests/IC-2026/index.md b/site/content/digests/IC-2026/index.md new file mode 100644 index 0000000..7f87a5b --- /dev/null +++ b/site/content/digests/IC-2026/index.md @@ -0,0 +1,13 @@ +--- +title: IC 2026 Digest +venue: IC +year: 2026 +date: '2026-01-01' +tags: [] +paper_count: 0 +draft: false +build: + list: never +--- + +No papers selected yet. diff --git a/site/content/digests/IPDPS-2024/index.md b/site/content/digests/IPDPS-2024/index.md new file mode 100644 index 0000000..91f59b1 --- /dev/null +++ b/site/content/digests/IPDPS-2024/index.md @@ -0,0 +1,124 @@ +--- +title: IPDPS 2024 Digest +venue: IPDPS +year: 2024 +date: '2024-01-01' +tags: [] +paper_count: 14 +draft: false +--- + +14 papers selected. + +--- + +### Low-Depth Spatial Tree Algorithms + +*Yves Baumann, Tal Ben-Nun, Maciej Besta, Lukas Gianinazzi *et al.** + +**TL;DR** — Introduces parallel spatial-tree algorithms with provably low depth, advancing the theory of work-efficient parallel data structures for geometric workloads. + +--- + +### Alternative Basis Matrix Multiplication is Fast and Stable + +*Oded Schwartz, Sivan Toledo, Noa Vaknin, Gal Wiernik* + +**TL;DR** — Demonstrates that alternative-basis matrix multiplication achieves both practical speed and numerical stability, challenging the conventional trade-off between the two. + +--- + +### Wait-free Trees with Asymptotically-Efficient Range Queries + +*Ilya Kokorin, Victor Yudov, Vitaly Aksenov, Dan Alistarh* + +**TL;DR** — Presents the first wait-free balanced search tree supporting asymptotically optimal range queries, a long-standing open problem in concurrent data structures. + +--- + +### Parallel Derandomization for Coloring + +*Sam Coy, Artur Czumaj, Peter Davies-Peck, Gopinath Mishra* + +**TL;DR** — Develops deterministic parallel graph-coloring algorithms via derandomization, closing a key gap between randomized and deterministic complexity in this foundational problem. + +--- + +### HINT: Designing Cache-Efficient MPI_Alltoall using Hybrid Memory Copy Ordering and Non-Temporal Instructions + +*Bharath Ramesh 0005, Nick Contini, Nawras Alnaasan, Kaushik Kandadi Suresh *et al.** + +**TL;DR** — Achieves substantial MPI_Alltoall bandwidth improvements by combining cache-aware copy ordering with non-temporal store instructions, directly benefiting large-scale collective communication. + +--- + +### An Optimized Error-controlled MPI Collective Framework Integrated with Lossy Compression + +*Jiajun Huang 0001, Sheng Di, Xiaodong Yu 0001, Yujia Zhai *et al.** + +**TL;DR** — Integrates error-bounded lossy compression directly into MPI collectives, reducing communication volume with provable accuracy guarantees for HPC scientific applications. + +--- + +### Software Resource Disaggregation for HPC with Serverless Computing + +*Marcin Copik, Marcin Chrapek, Larissa Schmid, Alexandru Calotoiu *et al.** + +**TL;DR** — Shows that serverless computing can serve as a practical resource-disaggregation layer for HPC, enabling fine-grained elasticity without sacrificing performance. + +--- + +### Tackling Cold Start in Serverless Computing with Multi-Level Container Reuse + +*Amelie Chi Zhou, Rongzheng Huang, Zhoubin Ke, Yusen Li *et al.** + +**TL;DR** — Proposes a multi-level container-reuse strategy that significantly reduces cold-start latency in serverless platforms, addressing one of the main performance bottlenecks. + +--- + +### LightDAG: A Low-latency DAG-based BFT Consensus through Lightweight Broadcast + +*Xiaohai Dai, Guanxiong Wang, Jiang Xiao 0001, Zhengxuan Guo *et al.** + +**TL;DR** — Redesigns DAG-based Byzantine fault-tolerant consensus to use lightweight broadcast, cutting latency while preserving safety and liveness in distributed systems. + +--- + +### Benchmarking and Dissecting the Nvidia Hopper GPU Architecture + +*Weile Luo, Ruibo Fan, Zeyu Li, Dayou Du *et al.** + +**TL;DR** — Provides the first systematic microbenchmark characterization of Hopper's new hardware features (TMA, warpgroup MMA, NVLink-4), yielding actionable insights for kernel developers. + +--- + +### DEFCON: Deformable Convolutions Leveraging Interval Search and GPU Texture Hardware + +*Malith Jayaweera, Yanyu Li, Yanzhi Wang 0001, Bin Ren 0002 *et al.** + +**TL;DR** — Exploits GPU texture-cache hardware to accelerate deformable convolutions, delivering significant speedups over cuDNN-based baselines for irregular memory-access patterns. + +--- + +### nOS-V: Co-Executing HPC Applications Using System-Wide Task Scheduling + +*David Álvarez 0006, Kevin Sala, Vicenç Beltran 0001* + +**TL;DR** — Introduces a system-wide task scheduler that safely co-executes multiple HPC applications on shared hardware, improving cluster utilization without modifying application code. + +--- + +### Hadar: Heterogeneity-Aware Optimization-Based Online Scheduling for Deep Learning Cluster + +*Abeda Sultana, Fei Xu, Xu Yuan 0001, Li Chen 0019 *et al.** + +**TL;DR** — Formulates deep-learning cluster scheduling as an online optimization problem that explicitly accounts for GPU heterogeneity, reducing job completion times and improving fairness. + +--- + +### A Parallel Partial Merge Repair Algorithm for Multi-block Failures for Erasure Storage Systems + +*Shuaipeng Zhang, Shiyi Li, Chentao Wu, Ruobin Wu *et al.** + +**TL;DR** — Presents a parallel repair algorithm for simultaneous multi-block erasure failures that outperforms sequential recovery while reducing I/O and computational overhead. + diff --git a/site/content/digests/IPDPS-2025/index.md b/site/content/digests/IPDPS-2025/index.md new file mode 100644 index 0000000..884e77c --- /dev/null +++ b/site/content/digests/IPDPS-2025/index.md @@ -0,0 +1,160 @@ +--- +title: IPDPS 2025 Digest +venue: IPDPS +year: 2025 +date: '2025-05-19' +tags: +- parallel-computing +- hpc +- distributed-systems +- gpu +paper_count: 12 +draft: false +--- + +12 papers selected. + +--- + +### Enhancing OmpSs-2 Suspendable Tasks by Combining Operating System and User-Level Threads with C++ Coroutines + +*Arnau Cinca, Aleix Roca, Kevin Sala, Raúl Peñacoba Veigas *et al.** + +**TL;DR** — Extends the OmpSs-2 task-based runtime with C++ coroutines to implement suspendable tasks that can yield while blocked on I/O or communication without stalling the OS thread. + +**Why notable** — Suspendable tasks are a key missing primitive for overlapping computation and communication in task-graph runtimes; the hybrid OS/user-level thread design avoids the overhead of full context switches while remaining portable, with broad implications for OpenMP-style programming on modern heterogeneous nodes. + +[→ Read paper](https://doi.org/10.1109/IPDPS64566.2025.00015) + +--- + +### PISA: An Adversarial Approach to Comparing Task Graph Scheduling Algorithms + +*Jared Coleman, Bhaskar Krishnamachari* + +**TL;DR** — Introduces an adversarial instance-generation framework that automatically synthesizes task graphs that expose worst-case performance gaps between competing scheduling heuristics. + +**Why notable** — Benchmark-driven comparison of DAG schedulers is notoriously biased toward whoever designed the benchmark; PISA's adversarial synthesis provides a principled, algorithm-agnostic methodology that could become a standard evaluation tool for the task-scheduling community. + +[→ Read paper](https://doi.org/10.1109/IPDPS64566.2025.00014) + +--- + +### Parallel Scheduling of Task Graphs with Minimal Memory Requirements + +*Pascal Fradet, Alain Girault, Alexandre Honorat* + +**TL;DR** — Proves tight bounds and provides scheduling algorithms for task graphs that minimize peak memory usage while preserving parallelism, targeting memory-constrained accelerators. + +**Why notable** — Peak memory is increasingly the binding constraint on accelerators with fixed HBM capacity; deriving schedules that are jointly memory-optimal and parallel addresses a theoretically hard trade-off that directly impacts large-scale neural network and sparse-solver pipelines. + +[→ Read paper](https://doi.org/10.1109/IPDPS64566.2025.00042) + +--- + +### FATHOM: Fast Attention Through Optimizing Memory + +*Elliott Binder, Arvind Sudarsanam, Ravi Sunkavalli, Tze Meng Low* + +**TL;DR** — Redesigns the attention kernel memory access pattern to maximize reuse across the Q, K, and V tiles, achieving significant throughput gains over FlashAttention on modern GPUs. + +**Why notable** — Attention is the dominant compute bottleneck in transformer inference and training; FATHOM's memory-centric reformulation improves on the widely deployed FlashAttention baseline and demonstrates that analytical cache-tile reasoning still yields practical gains at scale. + +[→ Read paper](https://doi.org/10.1109/IPDPS64566.2025.00106) + +--- + +### Fast and Effective Lossy Compression on GPUs and CPUs with Guaranteed Error Bounds + +*Alex Fallin, Noushin Azami, Sheng Di, Franck Cappello *et al.** + +**TL;DR** — Presents a portable error-bounded lossy compressor that runs natively on both GPU and CPU, delivering competitive compression ratios with strict point-wise error guarantees and low latency. + +**Why notable** — Scientific simulations increasingly need in-situ compression on the same GPU that runs the simulation; providing tight error bounds alongside GPU portability bridges a critical gap between scientific fidelity requirements and storage bandwidth constraints at exascale. + +[→ Read paper](https://doi.org/10.1109/IPDPS64566.2025.00083) + +--- + +### Phase-Based Frequency Scaling for Energy-Efficient Heterogeneous Computing + +*Lorenzo Carpentieri, Antonio De Caro, Majid Salimi Beni, Kaijie Fan *et al.** + +**TL;DR** — Dynamically scales CPU and GPU frequencies based on detected application phases to reduce energy consumption while preserving performance on heterogeneous nodes. + +**Why notable** — Energy efficiency is a first-class constraint at exascale; phase-aware DVFS that jointly controls both CPU and GPU frequencies avoids the over-provisioning inherent in static policies, with measured gains directly applicable to production HPC clusters. + +[→ Read paper](https://doi.org/10.1109/IPDPS64566.2025.00078) + +--- + +### HiCCL: A Hierarchical Collective Communication Library + +*Mert Hidayetoglu, Simon Garcia de Gonzalo, Elliott Slaughter, Pinku Surana *et al.** + +**TL;DR** — Implements a multi-level collective communication library that decomposes all-reduce and other collectives into hierarchical sub-collectives matched to node-local, intra-rack, and inter-rack bandwidth tiers. + +**Why notable** — Flat NCCL/MPI collectives ignore the hierarchical bandwidth structure of modern GPU clusters; HiCCL's topology-aware decomposition achieves substantial throughput improvements on large distributed training jobs and is designed to be backend-agnostic. + +[→ Read paper](https://doi.org/10.1109/IPDPS64566.2025.00089) + +--- + +### Unified Designs of Multi-Rail-Aware MPI Allreduce and Alltoall Operations Across Diverse GPU and Interconnect Systems + +*Chen-Chun Chen, Jinghan Yao, Lang Xu, Hari Subramoni *et al.** + +**TL;DR** — Develops unified multi-rail-aware algorithms for MPI Allreduce and Alltoall that exploit all available NIC ports simultaneously across heterogeneous interconnect systems. + +**Why notable** — Multi-rail configurations are increasingly common in HPC clusters yet most MPI libraries treat them as a single logical link; this work systematically closes the performance gap and the unified design enables deployment without per-system hand-tuning. + +[→ Read paper](https://doi.org/10.1109/IPDPS64566.2025.00088) + +--- + +### CoRD: Converged RDMA Dataplane + +*Maksym Planeta, Jan Bierbaum, Michael Roitzsch, Hermann Härtig* + +**TL;DR** — Proposes a converged RDMA dataplane that unifies one-sided and two-sided communication semantics over a single kernel-bypass path, reducing software overhead and improving scalability. + +**Why notable** — RDMA stacks remain split between one-sided verbs and two-sided message passing, forcing application writers to choose and preventing optimal use of NIC offload capabilities; CoRD's converged abstraction enables a new class of communication patterns at near-wire speed. + +[→ Read paper](https://doi.org/10.1109/IPDPS64566.2025.00099) + +--- + +### FlexRLHF: A Flexible Placement and Parallelism Framework for Efficient RLHF Training + +*Youshao Xiao, Zhenglei Zhou, Fagui Mao, Weichang Wu *et al.** + +**TL;DR** — Introduces a placement and parallelism co-optimization framework for Reinforcement Learning from Human Feedback (RLHF) training that jointly schedules the actor, critic, and reward models to maximize GPU utilization. + +**Why notable** — RLHF is the dominant fine-tuning paradigm for large language models but its multi-model, heterogeneous-workload structure makes naive data/model parallelism highly inefficient; FlexRLHF's co-placement approach delivers meaningful throughput gains and establishes a design template for future RLHF infrastructure. + +[→ Read paper](https://doi.org/10.1109/IPDPS64566.2025.00039) + +--- + +### GuardianOMP: A Framework for Highly Productive Fault Tolerance Via OpenMP Task-Level Replication + +*Adrian Munera, Eduardo Quiñones, Sara Royuela* + +**TL;DR** — Adds transparent task-level redundant execution to OpenMP applications, enabling automatic detection and recovery from silent data corruption without application source changes. + +**Why notable** — Silent data corruption is an escalating concern as DRAM and compute elements scale into billions of transistors; GuardianOMP's integration at the OpenMP runtime level makes resilience accessible to the broad HPC community that already uses OpenMP without requiring manual checkpoint/restart logic. + +[→ Read paper](https://doi.org/10.1109/IPDPS64566.2025.00114) + +--- + +### Tera-Scale Multilevel Graph Partitioning + +*Daniel Salwasser, Daniel Seemaier, Lars Gottesbüren, Peter Sanders 0001* + +**TL;DR** — Scales multilevel graph partitioning to trillion-edge graphs through a distributed coarsening and refinement pipeline that maintains partition quality competitive with state-of-the-art tools on billion-edge benchmarks. + +**Why notable** — Graph partitioning is a prerequisite for almost every distributed graph workload; reaching the tera-scale regime with near-optimal quality is a significant algorithmic and engineering milestone that directly enables graph-parallel simulation at the largest current HPC scales. + +[→ Read paper](https://doi.org/10.1109/IPDPS64566.2025.00033) + diff --git a/site/content/digests/IPDPS-2026/index.md b/site/content/digests/IPDPS-2026/index.md new file mode 100644 index 0000000..843dc75 --- /dev/null +++ b/site/content/digests/IPDPS-2026/index.md @@ -0,0 +1,13 @@ +--- +title: IPDPS 2026 Digest +venue: IPDPS +year: 2026 +date: '2026-01-01' +tags: [] +paper_count: 0 +draft: false +build: + list: never +--- + +No papers selected yet. diff --git a/site/content/digests/JPDC-2024/index.md b/site/content/digests/JPDC-2024/index.md new file mode 100644 index 0000000..480f2ae --- /dev/null +++ b/site/content/digests/JPDC-2024/index.md @@ -0,0 +1,132 @@ +--- +title: JPDC 2024 Digest +venue: JPDC +year: 2024 +date: '2024-01-01' +tags: [] +paper_count: 12 +draft: false +--- + +12 papers selected. + +--- + +### Read/write fence-free work-stealing with multiplicity + +*Armando Castañeda, Miguel Piña* + +**TL;DR** — Presents a work-stealing deque algorithm that eliminates read/write memory fences while tolerating multiplicity, achieving provably correct concurrent access without costly barriers. + +**Why notable** — Advances the theoretical foundations of lock-free scheduler data structures by decoupling correctness from fence instructions, directly impacting runtime system design. + +--- + +### Reliable communication in dynamic networks with locally bounded byzantine faults + +*Silvia Bonomi, Giovanni Farina, Sébastien Tixeuil* + +**TL;DR** — Characterizes the conditions under which reliable broadcast is achievable in dynamic networks where Byzantine faults are locally bounded rather than globally counted. + +**Why notable** — Provides tight impossibility and achievability results for a practically motivated fault model, extending classical Byzantine agreement theory to time-varying topologies. + +--- + +### Local certification of graph decompositions and applications to minor-free classes + +*Nicolas Bousquet 0001, Laurent Feuilloley, Théo Pierron* + +**TL;DR** — Develops local distributed certification schemes for graph decompositions, proving tight certificate-size bounds for minor-free graph families. + +**Why notable** — Connects structural graph theory to distributed verification, giving new tools for designing space-efficient proof-labeling schemes in anonymous networks. + +--- + +### Eventually lattice-linear algorithms + +*Arya Tanmay Gupta, Sandeep S. Kulkarni* + +**TL;DR** — Introduces the eventually lattice-linear class of distributed algorithms that converge to a lattice-linear fixed point, enabling new self-stabilization constructions. + +**Why notable** — Unifies several stabilizing algorithm families under a clean algebraic framework that simplifies correctness proofs and inspires new design patterns. + +--- + +### Construction algorithms of fault-tolerant paths and disjoint paths in k-ary n-cube networks + +*Mengjie Lv, Jianxi Fan, Baolei Cheng, Jia Yu 0003 *et al.** + +**TL;DR** — Proposes efficient algorithms to construct maximally fault-tolerant Hamiltonian paths and node-disjoint paths in k-ary n-cube interconnection networks under edge and vertex failures. + +**Why notable** — Yields concrete routing strategies for torus-based HPC fabrics that remain functional under high fault counts, with tight proofs of optimality. + +--- + +### MapReduce algorithms for robust center-based clustering in doubling metrics + +*Enrico Dandolo, Alessio Mazzetto, Andrea Pietracaprina, Geppino Pucci* + +**TL;DR** — Designs MapReduce algorithms for k-median and k-means clustering with provable approximation ratios that are robust to outliers in doubling metric spaces. + +**Why notable** — Delivers the first round-efficient MapReduce clustering algorithms with simultaneous robustness and approximation guarantees grounded in metric space theory. + +--- + +### DuMato: An efficient warp-centric subgraph enumeration system for GPU + +*Samuel Ferraz, Vinícius Vitor dos Santos Dias, Carlos H. C. Teixeira, Srinivasan Parthasarathy 0001 *et al.** + +**TL;DR** — Presents a warp-centric GPU programming model for subgraph enumeration that eliminates load imbalance through dynamic work redistribution across warps. + +**Why notable** — Achieves orders-of-magnitude speedups over CPU baselines on graph pattern mining by rethinking how irregular workloads are mapped onto SIMT hardware. + +--- + +### An efficient sequential consistency implementation with dynamic race detection for GPUs + +*Abdulaziz Tabbakh, Murali Annavaram* + +**TL;DR** — Implements sequential consistency on GPUs via a dynamic race detector that inserts fences only where data races are actually detected at runtime. + +**Why notable** — Shows that strong memory model guarantees on GPUs need not incur pervasive overhead, opening a path toward safer GPU programming models without sacrificing performance. + +--- + +### General-purpose data stream processing on heterogeneous architectures with WindFlow + +*Gabriele Mencagli, Massimo Torquati, Dalvan Griebler, Alessandra Fais *et al.** + +**TL;DR** — Extends the WindFlow library with a unified programming model and runtime that transparently targets CPUs, GPUs, and FPGAs for streaming dataflow applications. + +**Why notable** — Demonstrates practical performance portability for stream processing across radically different hardware, with a clean operator model grounded in parallel patterns theory. + +--- + +### Revisiting I/O bandwidth-sharing strategies for HPC applications + +*Anne Benoit, Thomas Hérault, Lucas Perotin, Yves Robert *et al.** + +**TL;DR** — Analyzes optimal I/O bandwidth allocation policies for HPC checkpointing and data-intensive applications under shared storage systems, deriving scheduling algorithms with provable performance bounds. + +**Why notable** — Provides theoretically grounded guidance for I/O resource management at scale, a pervasive bottleneck in modern HPC deployments. + +--- + +### Scalable atomic broadcast: A leaderless hierarchical algorithm + +*Lucas V. Ruchel, Edson Tavares de Camargo, Luiz Antonio Rodrigues, Rogério C. Turchetti *et al.** + +**TL;DR** — Proposes a leaderless hierarchical atomic broadcast protocol that eliminates single-leader bottlenecks and scales to large distributed systems with reduced message complexity. + +**Why notable** — Advances Byzantine-fault-tolerant broadcast by removing the leader as a scalability and availability bottleneck while preserving total-order guarantees. + +--- + +### Stab-FD: A cooperative and adaptive failure detector for wide area networks + +*Pierre Sens 0001, Luciana Arantes, Anubis Graciela de Moraes Rossetto, Olivier Marin* + +**TL;DR** — Presents a stabilizing failure detector that cooperatively adapts its timeout parameters across WAN nodes to achieve eventual accuracy under varying latencies. + +**Why notable** — Tackles the long-standing challenge of practical failure detection in geo-distributed systems with a rigorous self-stabilizing design that avoids static parameter tuning. + diff --git a/site/content/digests/JPDC-2025/index.md b/site/content/digests/JPDC-2025/index.md new file mode 100644 index 0000000..a8bf8aa --- /dev/null +++ b/site/content/digests/JPDC-2025/index.md @@ -0,0 +1,132 @@ +--- +title: JPDC 2025 Digest +venue: JPDC +year: 2025 +date: '2025-01-01' +tags: [] +paper_count: 12 +draft: false +--- + +12 papers selected. + +--- + +### Throughput of Byzantine Broadcast + +*Ruomu Hou, Haifeng Yu, Prateek Saxena* + +**TL;DR** — Establishes tight throughput bounds for Byzantine broadcast protocols and constructs algorithms that saturate those bounds, separating throughput from latency in the fault-tolerant broadcast landscape. + +**Why notable** — Provides the first rigorous throughput characterization of Byzantine broadcast, a fundamental primitive whose capacity limits were previously unquantified. + +--- + +### How to reduce the number of steps for (multi-valued validated) Byzantine agreement? + +*Baohan Huang, Haibin Zhang, Chao Liu 0039, Shengli Liu 0001 *et al.** + +**TL;DR** — Presents new Byzantine agreement protocols that lower the step complexity for multi-valued and validated variants, breaking barriers that have stood since the classical results. + +**Why notable** — Step complexity is a fundamental metric for distributed agreement; reducing it has direct implications for consensus latency in blockchains and replicated systems. + +--- + +### Locating a black hole in a dynamic ring + +*Giuseppe Antonio Di Luna, Paola Flocchini, Giuseppe Prencipe, Nicola Santoro* + +**TL;DR** — Solves the black-hole search problem on rings whose topology changes over time, establishing the agent and time complexity of locating a fatal node in a dynamic distributed environment. + +**Why notable** — Extends a classic distributed exploration problem to dynamic graphs, requiring new algorithmic techniques that are broadly applicable to fault detection in evolving networks. + +--- + +### Dispersion of mobile robots on directed anonymous graphs + +*Giuseppe F. Italiano, Debasish Pattanayak, Gokarna Sharma* + +**TL;DR** — Characterizes the necessary and sufficient conditions for a group of mobile robots to disperse to distinct nodes of a directed anonymous graph, and provides optimal algorithms. + +**Why notable** — Directed anonymous graphs model asymmetric communication networks; the dispersion problem's resolution here advances the theory of autonomous distributed agents. + +--- + +### QPOPSS: Query and Parallelism Optimized Space-Saving for finding frequent stream elements + +*Victor Jarlow, Charalampos Stylianopoulos, Marina Papatriantafilou* + +**TL;DR** — Redesigns the Space-Saving frequent-elements sketch for concurrent shared-memory execution, achieving high query throughput alongside update throughput without sacrificing approximation accuracy. + +**Why notable** — Bridges the gap between approximate streaming data structures and parallel execution, demonstrating that heavy-hitter summaries can scale on multicore without significant accuracy loss. + +--- + +### A parallel algorithm for minimum weight set cover with small neighborhood property + +*Yingli Ran, Yaoyao Zhang, Zhao Zhang 0002* + +**TL;DR** — Gives a parallel approximation algorithm for minimum weight set cover instances where sets have bounded neighborhood size, achieving near-optimal approximation ratio in poly-logarithmic rounds. + +**Why notable** — Expands the frontier of problems admitting efficient parallel approximation, with implications for distributed network optimization where local structure can be exploited. + +--- + +### Optimizing parallel heterogeneous system efficiency: Dynamic task graph adaptation with recursive tasks + +*Nathalie Furmento, Abdou Guermouche, Gwenolé Lucas, Thomas Morin *et al.** + +**TL;DR** — Extends task-graph runtime systems to support recursive task generation, enabling dynamic adaptation of the task graph structure to improve load balance on heterogeneous CPU-GPU platforms. + +**Why notable** — Recursive task parallelism is essential for divide-and-conquer workloads; integrating it into heterogeneous runtimes closes a major gap in practical parallel programming models. + +--- + +### A scheduler to foster data locality for GPU and out-of-core task-based linear algebra applications + +*Maxime Gonthier, Loris Marchal, Samuel Thibault* + +**TL;DR** — Proposes a data-locality-aware scheduler for task-based dense linear algebra that simultaneously manages GPU memory and out-of-core data transfers to minimize data movement. + +**Why notable** — Data movement dominates cost in large linear algebra computations; the scheduler's dual handling of GPU memory and disk I/O makes it practically relevant for exascale workloads. + +--- + +### Leveraging Multi-Instance GPUs through moldable task scheduling + +*Jorge Villarrubia, Luis Costero, Francisco D. Igual, Katzalin Olcoz* + +**TL;DR** — Develops a moldable task scheduling framework that dynamically partitions GPU compute across concurrent tasks using NVIDIA's Multi-Instance GPU feature to improve overall throughput. + +**Why notable** — MIG is a critical hardware feature for multi-tenant GPU clusters; this work provides the first scheduling framework that exploits it through principled moldable-task theory. + +--- + +### Integration framework for online thread throttling with thread and page mapping on NUMA systems + +*Janaina Schwarzrock, Hiago Mayk G. de A. Rocha, Arthur Francisco Lorenzon, Samuel Xavier de Souza *et al.** + +**TL;DR** — Combines online thread-count throttling with NUMA-aware thread and page placement in a unified runtime framework, adaptively co-optimizing both dimensions to maximize performance. + +**Why notable** — Thread throttling and NUMA placement are typically managed independently; their joint online optimization yields measurable gains that neither technique alone achieves. + +--- + +### To repair or not to repair: Assessing fault resilience in MPI stencil applications + +*Roberto Rocco, Elisabetta Boella, Daniele Gregori, Gianluca Palermo* + +**TL;DR** — Systematically evaluates the cost-benefit trade-off between full fault recovery and partial resilience strategies for MPI stencil computations under process failures. + +**Why notable** — Provides practitioners with a principled decision framework for resilience in HPC applications, showing when expensive full recovery is justified versus cheaper degraded-mode execution. + +--- + +### A lightweight RDMA connection protocol based on post-hoc confirmation + +*Ke Wu 0003, Dezun Dong, Weixia Xu 0001* + +**TL;DR** — Designs an RDMA connection protocol that defers acknowledgment to post-operation confirmation, drastically reducing connection setup overhead for short-lived high-frequency transfers. + +**Why notable** — RDMA setup latency is a critical bottleneck in disaggregated memory and distributed storage systems; this protocol's approach generalizes to any latency-sensitive fabric. + diff --git a/site/content/digests/JPDC-2026/index.md b/site/content/digests/JPDC-2026/index.md new file mode 100644 index 0000000..b7b8a43 --- /dev/null +++ b/site/content/digests/JPDC-2026/index.md @@ -0,0 +1,13 @@ +--- +title: JPDC 2026 Digest +venue: JPDC +year: 2026 +date: '2026-01-01' +tags: [] +paper_count: 0 +draft: false +build: + list: never +--- + +No papers selected yet. diff --git a/site/content/digests/Middleware-2024/index.md b/site/content/digests/Middleware-2024/index.md new file mode 100644 index 0000000..cc0d768 --- /dev/null +++ b/site/content/digests/Middleware-2024/index.md @@ -0,0 +1,147 @@ +--- +title: Middleware 2024 Digest +venue: Middleware +year: 2024 +date: '2024-12-02' +tags: +- distributed-systems +- edge-computing +- cloud +paper_count: 11 +draft: false +--- + +11 papers selected. + +--- + +### Chasing Lightspeed Consensus: Fast Wide-Area Byzantine Replication with Mercury + +*Christian Berger 0006, Lívio Rodrigues, Hans P. Reiser, Vinicius Vielmo Cogo *et al.** + +**TL;DR** — Mercury is a wide-area Byzantine fault-tolerant replication protocol that minimises latency by exploiting geographic locality and pipelining to approach the theoretical lightspeed bound. + +**Why notable** — Achieving near-lightspeed latency in Byzantine replication across wide-area networks has been a long-standing open challenge; Mercury's design demonstrates it is practically attainable. The result raises the bar for what production BFT middleware can deliver in geo-distributed deployments. + +[→ Read paper](https://doi.org/10.1145/3652892.3700756) + +--- + +### L3: Latency-aware Load Balancing in Multi-Cluster Service Mesh + +*Olivier Michaelis, Stefan Schmid 0001, Habib Mostafaei* + +**TL;DR** — L3 introduces a latency-aware load-balancing layer for multi-cluster service meshes that dynamically routes requests based on real-time latency measurements rather than static weights. + +**Why notable** — Service meshes are now the de-facto inter-service communication fabric in cloud-native stacks, yet most shipped load balancers remain latency-oblivious; L3 shows measurable tail-latency improvements in realistic multi-cluster topologies. Its design integrates cleanly with existing mesh control planes, giving operators a low-friction adoption path. + +[→ Read paper](https://doi.org/10.1145/3652892.3654793) + +--- + +### zkStream: a Framework for Trustworthy Stream Processing + +*Janwillem Swalens, Lode Hoste, Emad Heydari Beni, Lieven Trappeniers* + +**TL;DR** — zkStream applies zero-knowledge proofs to stream processing pipelines so that consumers can cryptographically verify the correctness of aggregated results without re-executing the pipeline. + +**Why notable** — Trustworthy stream processing has historically required either trusted execution environments or full result recomputation; zkStream shows that ZK proofs are now practical enough for continuous dataflow workloads. This has direct implications for regulatory-compliance and cross-organisation data sharing scenarios. + +[→ Read paper](https://doi.org/10.1145/3652892.3700763) + +--- + +### STRATA: Random Forests going Serverless + +*Dimitrios Tomaras, Sebastian Buschjäger, Vana Kalogeraki, Katharina Morik *et al.** + +**TL;DR** — STRATA decomposes random-forest inference into fine-grained serverless functions, exploiting embarrassing parallelism to cut inference latency while bounding cost. + +**Why notable** — Mapping classical ensemble models onto FaaS platforms exposes a new class of ML inference workloads for serverless runtimes, well beyond the simple stateless functions they were designed for. The cost-latency trade-off analysis provides a practical blueprint for teams already operating serverless infrastructure who want to serve ML models without dedicated GPU instances. + +[→ Read paper](https://doi.org/10.1145/3652892.3654791) + +--- + +### HORSE: Ultra-low latency workloads on FaaS platforms + +*Djob Mvondo, François Taïani, Yérom-David Bromberg* + +**TL;DR** — HORSE is a FaaS runtime extension that achieves sub-millisecond cold-start and execution latency for latency-critical functions by pre-warming micro-VMs and bypassing the standard invocation control plane. + +**Why notable** — The conventional wisdom that serverless is unsuitable for latency-critical workloads is directly challenged here; the authors achieve latencies competitive with always-on microservices. This opens the door to unifying latency-tolerant and latency-critical workloads under a single FaaS billing model. + +[→ Read paper](https://doi.org/10.1145/3652892.3700784) + +--- + +### In Serverless, OS Scheduler Choice Costs Money: A Hybrid Scheduling Approach for Cheaper FaaS + +*Yuxuan Zhao 0003, Weikang Weng, Rob van Nieuwpoort, Alexandru Uta* + +**TL;DR** — The paper quantifies how the Linux kernel scheduler directly inflates FaaS platform costs and proposes a hybrid scheduling policy that cuts CPU billing by significant margins without degrading function latency. + +**Why notable** — The finding that OS-level scheduling decisions have a measurable monetary impact on cloud provider bills is surprising and practically important for both FaaS platform operators and tenants. The proposed hybrid scheduler is deployable without changes to user functions or the FaaS API surface. + +[→ Read paper](https://doi.org/10.1145/3652892.3700757) + +--- + +### Ripple: Large-Scale Service and Configuration Management in the Cloud + +*Shuping Ji, Zhen Tang, Wei Wang 0049, Hui Li *et al.** + +**TL;DR** — Ripple is a scalable configuration-propagation system for cloud services that guarantees consistency and low-latency delivery of configuration updates across tens of thousands of service instances. + +**Why notable** — Configuration drift is a leading cause of production incidents in large-scale microservice deployments; Ripple demonstrates that consistent, fast propagation is achievable at cloud scale without sacrificing availability. The industry provenance of the work suggests it addresses real operational pain points at hyperscaler deployments. + +[→ Read paper](https://doi.org/10.1145/3652892.3700777) + +--- + +### FLEdge: Benchmarking Federated Learning Applications in Edge Computing Systems + +*Herbert Woisetschläger, Alexander Erben, Ruben Mayer, Shiqiang Wang 0001 *et al.** + +**TL;DR** — FLEdge provides a comprehensive benchmark suite for federated learning on edge hardware, covering realistic device heterogeneity, network variability, and energy constraints. + +**Why notable** — Reproducible evaluation of federated learning at the edge has been hindered by the absence of a standard benchmark; FLEdge fills this gap with a methodology grounded in real edge-device profiles. The benchmark is expected to become a reference point for comparing future edge FL middleware. + +[→ Read paper](https://doi.org/10.1145/3652892.3700751) + +--- + +### RoleML: a Role-Oriented Programming Model for Customizable Distributed Machine Learning on Edges + +*Yuesheng Tan, Lei Yang 0024, Wenhao Li, Yuda Wu* + +**TL;DR** — RoleML introduces a role-oriented abstraction that lets developers compose distributed ML training and inference topologies on heterogeneous edge nodes without coupling application logic to a specific communication or aggregation pattern. + +**Why notable** — Existing distributed ML frameworks force a tight coupling between the training algorithm and its communication topology, making it hard to adapt to the heterogeneous, dynamic connectivity of edge environments; RoleML's role abstraction decouples these concerns. The model shows how programming-model innovation at the middleware level can substantially reduce the engineering burden of deploying ML at the edge. + +[→ Read paper](https://doi.org/10.1145/3652892.3700765) + +--- + +### Dexter: A Performance-Cost Efficient Resource Allocation Manager for Serverless Data Analytics + +*Anna Maria Nestorov, Diego Marrón, Alberto Gutierrez-Torre, Chen Wang 0039 *et al.** + +**TL;DR** — Dexter automatically right-sizes serverless function resources for data-analytics jobs by learning cost and performance models online, reducing cloud spend while meeting latency SLOs. + +**Why notable** — Serverless data analytics workloads exhibit highly variable resource needs that defeat static provisioning; Dexter's online learning approach closes the feedback loop between observed performance and resource allocation in a way that is transparent to the user's code. The evaluation on real analytics pipelines shows double-digit cost reductions compared to vendor-default configurations. + +[→ Read paper](https://doi.org/10.1145/3652892.3700753) + +--- + +### Serverful Functions: Leveraging Servers in Complex Serverless Workflows (industry track) + +*Germán T. Eizaguirre, Daniel Barcelona Pons, Aitor Arjona, Gil Vernik *et al.** + +**TL;DR** — Serverful Functions extends the serverless programming model with the ability to transparently route parts of a workflow to persistent server processes when stateful or long-running operations make pure FaaS impractical. + +**Why notable** — The serverless/serverful boundary is a persistent friction point for workflow authors dealing with state or warm-data locality; this industry paper demonstrates a production-ready hybrid that lets a single workflow span both worlds without application-level awareness. It signals a convergence trend that will shape the next generation of FaaS platforms. + +[→ Read paper](https://doi.org/10.1145/3700824.3701095) + diff --git a/site/content/digests/Middleware-2025/index.md b/site/content/digests/Middleware-2025/index.md new file mode 100644 index 0000000..dc8f025 --- /dev/null +++ b/site/content/digests/Middleware-2025/index.md @@ -0,0 +1,108 @@ +--- +title: Middleware 2025 Digest +venue: Middleware +year: 2025 +date: '2025-01-01' +tags: [] +paper_count: 12 +draft: false +--- + +12 papers selected. + +--- + +### Recipe: Hardware-Accelerated Replication Protocols: Rethinking Crash Fault Tolerance Protocols for Untrusted Cloud Environments + +*Dimitra Giantsidi, Emmanouil Giortamis, Julian Pritzi, Maurice Bailleu *et al.** + +**TL;DR** — Redesigns crash fault-tolerance protocols using hardware acceleration (TEEs/SmartNICs) to deliver replication with strong guarantees in untrusted cloud environments. + +--- + +### Efficient Performance Guarantees for Function-as-a-Service with Cloud Allocators + +*Hai Duc Nguyen 0005, Andrew A. Chien* + +**TL;DR** — Introduces cloud-allocator abstractions that provide formal performance guarantees for serverless functions, addressing the unpredictability of shared FaaS infrastructure. + +--- + +### Capybara: an Edge-Friendly Distributed Object Store for Diverse Serverless Functions + +*Xin Chen 0084, Manoj Prabhakar Paidiparthy, Chen Qian 0001, Liting Hu* + +**TL;DR** — Proposes a distributed object store purpose-built for edge serverless workloads, enabling diverse function runtimes to share state efficiently at the edge. + +--- + +### EdgeConnector: Enabling Seamless and Efficient Cross-Cluster Device Access in Edge Environment + +*Yunna Cui, Liwei Shen, Bingkun Sun, Wente Lu *et al.** + +**TL;DR** — Presents a middleware layer that transparently bridges device access across Kubernetes clusters in heterogeneous edge deployments. + +--- + +### FaaSImage: An Efficient Image Manager for FaaS + +*Abhisek Panda, Smruti R. Sarangi* + +**TL;DR** — Tackles cold-start latency in production FaaS platforms by redesigning container image management with fine-grained layer sharing and prefetching. + +--- + +### Roadrunner: Accelerating Data Delivery to WebAssembly-Based Serverless Functions + +*Cynthia Marcelino, Thomas W. Pusztai, Stefan Nastic* + +**TL;DR** — Designs a high-throughput data-plane runtime that removes I/O bottlenecks for Wasm serverless functions through zero-copy data paths. + +--- + +### Mocha: Scalable and Compliant Function Scheduling for Federated Serverless Computing + +*Yuqiu Zhang, Hans-Arno Jacobsen* + +**TL;DR** — Introduces a scheduler for federated serverless environments that satisfies data-residency and compliance constraints while maintaining high resource utilization. + +--- + +### A Hybrid Runtime for Function-as-a-Service at the Edge + +*Adam Hall, Umakishore Ramachandran* + +**TL;DR** — Combines container and unikernel execution models in a single FaaS runtime to balance isolation, startup latency, and resource efficiency at edge nodes. + +--- + +### Tiaccoon: Unified Access Control with Multiple Transports in Container Networks + +*Hiroya Onoe, Daisuke Kotani, Yasuo Okabe* + +**TL;DR** — Provides a service-mesh-style unified access-control plane that works across heterogeneous transport protocols within container network environments. + +--- + +### MiAR-BFT: Efficient Leaderless Consensus Based on Multi-instance Asynchronous Running for Blockchain + +*Zhenyu Zhang, Xing Tong, Zhao Zhang 0009, Cheqing Jin* + +**TL;DR** — Proposes a leaderless BFT consensus protocol that runs multiple instances concurrently to improve throughput and reduce latency in blockchain middleware. + +--- + +### ER-π: Exhaustive Interleaving Replay for Testing Replicated Data Library Integration + +*Provakar Mondal, Eli Tilevich* + +**TL;DR** — Systematically explores all message interleavings when testing replicated data libraries, surfacing integration bugs that random testing misses in distributed coordination code. + +--- + +### Adjusted Objects: An Efficient and Principled Approach to Scalable Programming + +*Boubacar Kane, Pierre Sutra* + +**TL;DR** — Introduces adjusted objects as a programming abstraction that reconciles strong consistency with scalability, offering a practical alternative to CRDTs for distributed middleware. + diff --git a/site/content/digests/Middleware-2026/index.md b/site/content/digests/Middleware-2026/index.md new file mode 100644 index 0000000..58c6bd5 --- /dev/null +++ b/site/content/digests/Middleware-2026/index.md @@ -0,0 +1,13 @@ +--- +title: Middleware 2026 Digest +venue: Middleware +year: 2026 +date: '2026-01-01' +tags: [] +paper_count: 0 +draft: false +build: + list: never +--- + +No papers selected yet. diff --git a/site/content/digests/MobiSys-2024/index.md b/site/content/digests/MobiSys-2024/index.md new file mode 100644 index 0000000..2c6c114 --- /dev/null +++ b/site/content/digests/MobiSys-2024/index.md @@ -0,0 +1,116 @@ +--- +title: MobiSys 2024 Digest +venue: MobiSys +year: 2024 +date: '2024-01-01' +tags: [] +paper_count: 13 +draft: false +--- + +13 papers selected. + +--- + +### WAIS: Leveraging WiFi for Resource-Efficient SLAM + +*Aditya Arun 0002, William Hunter, Roshan Sai Ayyalasomayajula, Dinesh Bharadia* + +**TL;DR** — Demonstrates that commodity WiFi signals can replace LiDAR for simultaneous localization and mapping, dramatically cutting the resource cost of robot/AR navigation. + +--- + +### UWB-Fi: Pushing Wi-Fi towards Ultra-wideband for Fine-Granularity Sensing + +*Xin Li 0070, Hongbo Wang, Zhe Chen 0015, Zhiping Jiang *et al.** + +**TL;DR** — Extends standard Wi-Fi to UWB-class sensing resolution without hardware changes, enabling centimeter-level gesture and motion detection on existing infrastructure. + +--- + +### Radarize: Enhancing Radar SLAM with Generalizable Doppler-Based Odometry + +*Emerson Sie, Xinyu Wu, Heyu Guo, Deepak Vasisht* + +**TL;DR** — Introduces a Doppler-derived odometry method that generalizes radar-based SLAM across environments and radar hardware without per-deployment retraining. + +--- + +### ChirpTransformer: Versatile LoRa Encoding for Low-power Wide-area IoT + +*Chenning Li, Yidong Ren, Shuai Tong, Shakhrul Iman Siam *et al.** + +**TL;DR** — Redesigns LoRa chirp encoding with a transformer-based scheme that simultaneously improves throughput, range, and coexistence for large-scale IoT deployments. + +--- + +### Willow: Practical WiFi Backscatter Localization with Parallel Tags + +*Jinyan Jiang, Jiliang Wang, Yijie Chen, Shuai Tong *et al.** + +**TL;DR** — Enables concurrent localization of multiple passive backscatter tags over commodity WiFi, making large-scale battery-free asset tracking practical. + +--- + +### Pantheon: Preemptible Multi-DNN Inference on Mobile Edge GPUs + +*Lixiang Han, Zimu Zhou, Zhenjiang Li* + +**TL;DR** — Provides a preemptible scheduling runtime for concurrent DNN workloads on edge GPUs, achieving low-latency inference without sacrificing throughput under mixed real-time demands. + +--- + +### ARISE: High-Capacity AR Offloading Inference Serving via Proactive Scheduling + +*Z. Jonny Kong, Qiang Xu 0006, Y. Charlie Hu* + +**TL;DR** — Proactively schedules AR inference offloading by predicting gaze and scene dynamics, significantly increasing server capacity while meeting strict latency budgets. + +--- + +### CACTUS: Dynamically Switchable Context-aware micro-Classifiers for Efficient IoT Inference + +*Mohammad Mehdi Rastikerdar, Jin Huang, Shiwei Fang, Hui Guan 0001 *et al.** + +**TL;DR** — Deploys a family of tiny context-aware classifiers on microcontrollers that switch at runtime to match workload context, cutting energy by orders of magnitude versus monolithic models. + +--- + +### Empowering In-Browser Deep Learning Inference on Edge Through Just-In-Time Kernel Optimization + +*Fucheng Jia, Shiqi Jiang 0002, Ting Cao 0003, Wei Cui *et al.** + +**TL;DR** — Uses JIT kernel specialization to close the performance gap between browser-based and native DNN inference on edge devices, enabling high-throughput on-device AI in web apps. + +--- + +### FedConv: A Learning-on-Model Paradigm for Heterogeneous Federated Clients + +*Leming Shen, Qiang Yang 0018, Kaiyan Cui, Yuanqing Zheng *et al.** + +**TL;DR** — Proposes learning directly over model parameters rather than data, allowing federated learning to work across radically heterogeneous IoT devices without sharing raw data or requiring uniform architectures. + +--- + +### SoilCares: Towards Low-cost Soil Macronutrients and Moisture Monitoring Using RF-VNIR Sensing + +*Juexing Wang, Yuda Feng, Gouree Kumbhar, Guangjing Wang 0001 *et al.** + +**TL;DR** — Combines RF and near-infrared sensing in a low-cost handheld device to measure soil nutrients and moisture, demonstrating real agricultural field deployments. + +--- + +### MobiAir: Unleashing Sensor Mobility for City-scale and Fine-grained Air-Quality Monitoring with AirBERT + +*Yuxuan Liu 0010, Haoyang Wang 0012, Fanhang Man, Jingao Xu *et al.** + +**TL;DR** — Leverages mobile sensors on vehicles and pedestrians with a BERT-style spatio-temporal model to achieve city-scale, fine-grained air quality maps at a fraction of the cost of static sensor networks. + +--- + +### Joey: Supporting Kangaroo Mother Care with Computational Fabrics + +*Qijia Shao, Jiting Liu, Emily Bejerano, Ho-Man Colman Leung *et al.** + +**TL;DR** — Embeds soft physiological sensors directly into a wearable fabric wrap to monitor premature infants during skin-to-skin care, demonstrating a compelling real-world clinical deployment. + diff --git a/site/content/digests/MobiSys-2025/index.md b/site/content/digests/MobiSys-2025/index.md new file mode 100644 index 0000000..c3c4b3a --- /dev/null +++ b/site/content/digests/MobiSys-2025/index.md @@ -0,0 +1,159 @@ +--- +title: MobiSys 2025 Digest +venue: MobiSys +year: 2025 +date: '2025-06-23' +tags: +- mobile-computing +- edge-computing +- networking +paper_count: 12 +draft: false +--- + +12 papers selected. + +--- + +### Hopter: a Safe, Robust, and Responsive Embedded Operating System + +*Zhiyao Ma, Guojun Chen, Zhuo Chen 0011, Lin Zhong 0001* + +**TL;DR** — Hopter is a new embedded OS that enforces memory safety and real-time responsiveness through a Rust-based task model with cooperative and preemptive scheduling co-designed from the ground up. + +**Why notable** — Building a ground-up safe embedded OS is a long-standing challenge; Hopter addresses it without sacrificing the determinism that IoT and robotics workloads demand, offering a credible alternative to unsafe C-based RTOSes. + +[→ Read paper](https://doi.org/10.1145/3711875.3729149) + +--- + +### WhisperFlow: speech foundation models in real time + +*Rongxiang Wang, Zhiming Xu 0001, Felix Xiaozhu Lin* + +**TL;DR** — WhisperFlow pipelines and partially overlaps Whisper's encode-decode stages so that large speech foundation models can transcribe audio with latency low enough for interactive mobile use. + +**Why notable** — Running large encoder-decoder speech models in real time on mobile hardware was previously impractical; the paper shows that careful pipeline scheduling—not quantization alone—can close this gap, with implications for on-device voice assistants. + +[→ Read paper](https://doi.org/10.1145/3711875.3729151) + +--- + +### ARIA: Optimizing Vision Foundation Model Inference on Heterogeneous Mobile Processors for Augmented Reality + +*Chanyoung Jung, Jeho Lee, Gunjoong Kim, Jiwon Kim *et al.** + +**TL;DR** — ARIA partitions and schedules vision foundation model layers across CPU, GPU, and NPU on a mobile SoC to meet the strict latency budget of augmented-reality pipelines. + +**Why notable** — Foundation models are typically too large for AR frame rates; ARIA's heterogeneous mapping strategy achieves real-time throughput without dedicated server offload, making high-quality AR semantics viable on commodity handsets. + +[→ Read paper](https://doi.org/10.1145/3711875.3729161) + +--- + +### You Only Render Once: Enhancing Energy and Computation Efficiency of Mobile Virtual Reality + +*Xingyu Chen, Xinmin Fang, Shuting Zhang, Xinyu Zhang 0003 *et al.** + +**TL;DR** — YORO eliminates redundant per-eye rendering in mobile VR by synthesizing one eye's view from the other using a lightweight neural warp, cutting GPU work nearly in half. + +**Why notable** — Stereo rendering is the dominant energy cost in standalone VR headsets; halving it via a neural single-render approach is a surprising result that could significantly extend battery life on devices like Quest. + +[→ Read paper](https://doi.org/10.1145/3711875.3729133) + +--- + +### AutoDroid-V2: Boosting SLM-based GUI Agents via Code Generation + +*Hao Wen 0004, Shizuo Tian, Borislav Pavlov, Wenjie Du 0004 *et al.** + +**TL;DR** — AutoDroid-V2 improves on-device GUI automation agents by having a small language model generate executable action code rather than selecting from a fixed action vocabulary, dramatically improving task success rates. + +**Why notable** — Shifting from action classification to code generation is a paradigm change for mobile agents; the paper demonstrates that even small, phone-resident SLMs can outperform larger cloud models on standard Android benchmarks when given the right output format. + +[→ Read paper](https://doi.org/10.1145/3711875.3729134) + +--- + +### EdgeLoRA: An Efficient Multi-Tenant LLM Serving System on Edge Devices + +*Zheyu Shen, Yexiao He, Ziyao Wang, Yuning Zhang *et al.** + +**TL;DR** — EdgeLoRA multiplexes many LoRA-adapted LLM variants on a single edge GPU by sharing the frozen base model weights and swapping only the low-rank adapters, enabling multi-tenant LLM inference at the edge. + +**Why notable** — Multi-tenant serving of personalized LLMs on a single edge node is an open systems problem; EdgeLoRA's adapter-swap architecture achieves near-dedicated throughput per tenant while keeping memory footprint proportional to the number of adapters rather than full model copies. + +[→ Read paper](https://doi.org/10.1145/3711875.3729141) + +--- + +### Never Start from Scratch: Expediting On-Device LLM Personalization via Explainable Model Selection + +*Haoming Wang 0002, Boyuan Yang 0001, Xiangyu Yin 0002, Wei Gao 0006* + +**TL;DR** — Rather than fine-tuning from a generic base, this system selects the best pre-existing task-specific model checkpoint as the personalization starting point, guided by an interpretable feature-matching score. + +**Why notable** — The finding that checkpoint selection dominates fine-tuning cost savings—and that an explainable selector can match exhaustive search—challenges the assumption that on-device personalization must always begin from a single canonical base model. + +[→ Read paper](https://doi.org/10.1145/3711875.3729132) + +--- + +### Non-Line-of-Sight 3D Object Reconstruction via mmWave Surface Normal Estimation + +*Laura Dodds, Tara Boroushaki, Kaichen Zhou, Fadel Adib* + +**TL;DR** — By estimating surface normals from mmWave reflections, this system reconstructs the 3D shape of objects hidden around corners without requiring a line-of-sight path. + +**Why notable** — NLOS 3D reconstruction with commodity mmWave hardware is a significant sensing advance; using surface normals rather than time-of-flight alone yields object reconstructions detailed enough to identify object categories, with clear implications for autonomous driving and search-and-rescue. + +[→ Read paper](https://doi.org/10.1145/3711875.3729138) + +--- + +### Toward Spoofing-Resilient and Communication-Integrated MmWave Radar Sensing + +*Kun Qian 0004, Parth Pathak 0001* + +**TL;DR** — This work integrates communication waveforms into mmWave radar so that sensing and data transmission share the same spectrum, while a spoofing-resilience mechanism prevents adversarial injection of false radar echoes. + +**Why notable** — Combining ISAC (integrated sensing and communications) with active spoofing defense in a single mmWave system addresses two open problems at once; the result is particularly relevant as mmWave bands are slated for both 5G and automotive radar use. + +[→ Read paper](https://doi.org/10.1145/3711875.3729155) + +--- + +### Are LoRa Logical Channels Really Orthogonal? Practically Orthogonalizing Massive Logical Channels + +*Shiming Yu, Ziyue Zhang, Xianjin Xia, Yuanqing Zheng *et al.** + +**TL;DR** — The paper shows that LoRa's supposedly orthogonal spreading-factor channels have measurable inter-channel interference at scale, then proposes a software-only scheduler that restores near-perfect orthogonality for dense deployments. + +**Why notable** — The result that LoRa orthogonality breaks down in realistic dense networks—and that a pure software fix suffices—is a surprising finding that will directly affect how city-scale IoT networks are planned and managed. + +[→ Read paper](https://doi.org/10.1145/3711875.3729125) + +--- + +### Towards End-to-End Latency Guarantee in MEC Live Video Analytics with App-RAN Mutual Awareness + +*Juheon Yi, Goodsol Lee, Minkyung Jeong, Seokgyeong Shin *et al.** + +**TL;DR** — By exposing RAN scheduling state to the MEC video analytics application—and letting the app's feedback influence RAN scheduling—this system achieves end-to-end latency guarantees that neither layer can provide alone. + +**Why notable** — Cross-layer co-design between the RAN and MEC application is rarely demonstrated in a working system; the paper shows that even coarse-grained mutual awareness cuts tail latency by over 50% compared to independent operation. + +[→ Read paper](https://doi.org/10.1145/3711875.3729139) + +--- + +### Unraveling the Missing Link in Low-power Communication: An Autodyning Receiver Architecture that Achieves a Long Range + +*Pramuka Medaranga Sooriya Patabandige, Rajashekar Reddy Chinthalapani, Wenqing Yan, Prabal Dutta *et al.** + +**TL;DR** — An autodyning receiver design reuses the transmit oscillator for self-mixing, eliminating a separate LO and achieving orders-of-magnitude better sensitivity than prior backscatter receivers without added hardware cost. + +**Why notable** — Long-range backscatter has been a persistent gap between battery-free IoT and practical deployment; this architecture achieves kilometer-scale range on microwatts of harvested energy, a result that could unlock new classes of batteryless sensors. + +[→ Read paper](https://doi.org/10.1145/3711875.3729164) + diff --git a/site/content/digests/MobiSys-2026/index.md b/site/content/digests/MobiSys-2026/index.md new file mode 100644 index 0000000..0e196d4 --- /dev/null +++ b/site/content/digests/MobiSys-2026/index.md @@ -0,0 +1,13 @@ +--- +title: MobiSys 2026 Digest +venue: MobiSys +year: 2026 +date: '2026-01-01' +tags: [] +paper_count: 0 +draft: false +build: + list: never +--- + +No papers selected yet. diff --git a/site/content/digests/NSDI-2024/index.md b/site/content/digests/NSDI-2024/index.md new file mode 100644 index 0000000..0061853 --- /dev/null +++ b/site/content/digests/NSDI-2024/index.md @@ -0,0 +1,116 @@ +--- +title: NSDI 2024 Digest +venue: NSDI +year: 2024 +date: '2024-01-01' +tags: [] +paper_count: 13 +draft: false +--- + +13 papers selected. + +--- + +### MegaScale: Scaling Large Language Model Training to More Than 10, 000 GPUs + +*Ziheng Jiang, Haibin Lin, Yinmin Zhong, Qi Huang *et al.** + +**TL;DR** — ByteDance's full production account of training LLMs at 10,000+ GPUs, with novel co-design of the network stack, fault tolerance, and collective communication to sustain near-linear scaling. + +--- + +### Harmony: A Congestion-free Datacenter Architecture + +*Saksham Agarwal, Qizhe Cai, Rachit Agarwal 0001, David B. Shmoys *et al.** + +**TL;DR** — Proposes rethinking datacenter fabrics to eliminate congestion by construction rather than managing it reactively, achieving line-rate throughput without per-packet feedback from Cornell and Google. + +--- + +### DINT: Fast In-Kernel Distributed Transactions with eBPF + +*Yang Zhou 0008, Xingyu Xiang, Matthew Kiley, Sowmya Dharanipragada *et al.** + +**TL;DR** — Demonstrates that eBPF programs executing entirely inside the kernel can enforce linearizable, ACID-compliant distributed transactions at dramatically lower latency than user-space approaches. + +--- + +### Making Kernel Bypass Practical for the Cloud with Junction + +*Joshua Fried, Gohar Irfan Chaudhry, Enrique Saurez, Esha Choukse *et al.** + +**TL;DR** — Junction (MIT + Microsoft) is the first system to bring full kernel-bypass networking to multi-tenant cloud VMs without requiring application modifications or sacrificing isolation. + +--- + +### SIEVE is Simpler than LRU: an Efficient Turn-Key Eviction Algorithm for Web Caches + +*Yazhuo Zhang, Juncheng Yang, Yao Yue, Ymir Vigfusson *et al.** + +**TL;DR** — Surprising finding that a single-queue eviction policy requiring almost no state changes outperforms LRU and all modern approximations on production web-cache workloads. + +--- + +### A large-scale deployment of DCTCP + +*Abhishek Dhamija, Balasubramanian Madhavan, Hechao Li, Jie Meng *et al.** + +**TL;DR** — A rare, candid production report from Meta on deploying DCTCP at hyperscale, surfacing unexpected interactions with heterogeneous hardware, cross-traffic, and operational constraints. + +--- + +### Brain-on-Switch: Towards Advanced Intelligent Network Data Plane via NN-Driven Traffic Analysis at Line-Speed + +*Jinzhu Yan, Haotian Xu, Zhuotao Liu, Qi Li 0002 *et al.** + +**TL;DR** — Executes neural-network inference for traffic classification directly in the programmable switch data plane at line rate, eliminating the round-trip to a CPU-based classifier. + +--- + +### Horus: Granular In-Network Task Scheduler for Cloud Datacenters + +*Parham Yassini, Khaled Diab 0001, Saeed Mahloujifar, Mohamed Hefeeda* + +**TL;DR** — Offloads microsecond-granularity task scheduling decisions into programmable switches, reducing load-balancing latency by orders of magnitude compared to software schedulers. + +--- + +### CAPA: An Architecture For Operating Cluster Networks With High Availability + +*Bingzhe Liu, Colin Scott, Mukarram Tariq, Andrew D. Ferguson *et al.** + +**TL;DR** — Google's production architecture for maintaining five-nines availability in Jupiter-scale cluster networks, detailing how control-plane redundancy and fast failover are achieved in practice. + +--- + +### Revisiting Congestion Control for Lossless Ethernet + +*Yiran Zhang, Qingkai Meng 0001, Chaolei Hu, Fengyuan Ren* + +**TL;DR** — Identifies fundamental flaws in PFC-based lossless Ethernet that cause cascading head-of-line blocking and proposes a redesigned congestion control that avoids them. + +--- + +### Sirius: Composing Network Function Chains into P4-Capable Edge Gateways + +*Jiaqi Gao, Jiamin Cao, Yifan Li, Mengqi Liu 0001 *et al.** + +**TL;DR** — Alibaba's production system for composing arbitrary NF chains into P4-programmed edge gateways, replacing a fleet of dedicated middleboxes and cutting per-packet processing cost significantly. + +--- + +### CASSINI: Network-Aware Job Scheduling in Machine Learning Clusters + +*Sudarsanan Rajasekaran, Manya Ghobadi, Aditya Akella* + +**TL;DR** — Shows that ignoring network topology when scheduling ML training jobs causes severe collective-communication contention, and that topology-aware co-scheduling yields substantial throughput gains. + +--- + +### Cloudcast: High-Throughput, Cost-Aware Overlay Multicast in the Cloud + +*Sarah Wooders, Shu Liu, Paras Jain 0001, Xiangxi Mo *et al.** + +**TL;DR** — Berkeley/Penn system that builds overlay multicast trees across cloud regions optimized for egress cost, enabling high-throughput data dissemination at a fraction of unicast cloud egress fees. + diff --git a/site/content/digests/NSDI-2025/index.md b/site/content/digests/NSDI-2025/index.md new file mode 100644 index 0000000..5e2cae1 --- /dev/null +++ b/site/content/digests/NSDI-2025/index.md @@ -0,0 +1,177 @@ +--- +title: NSDI 2025 Digest +venue: NSDI +year: 2025 +date: '2025-04-28' +tags: +- networking +- distributed-systems +- cloud +- programmable-data-planes +- network-verification +- datacenter +- transport +- ml-systems +- 5g +paper_count: 13 +draft: false +--- + +13 papers selected. + +--- + +### PRED: Performance-oriented Random Early Detection for Consistently Stable Performance in Datacenters + +*Xinle Du, Tong Li 0014, Guangmeng Zhou, Zhuotao Liu *et al.** + +**TL;DR** — PRED redesigns AQM by making drop probability a direct function of per-flow performance targets rather than queue length, eliminating the instability of classic RED in modern datacenter workloads. + +**Why notable** — RED has been a cornerstone of congestion control for decades; PRED's performance-centric reformulation challenges a long-held design axiom and demonstrates significantly lower tail latency at scale. It opens the door to intent-driven AQM as a first-class primitive in datacenter switches. + +[→ Read paper](https://www.usenix.org/conference/nsdi25/presentation/du) + +--- + +### Rajomon: Decentralized and Coordinated Overload Control for Latency-Sensitive Microservices + +*Jiali Xing, Akis Giannoukos, Paul Loh, Shuyue Wang *et al.** + +**TL;DR** — Rajomon introduces a token-based, decentralized overload control mechanism that coordinates admission across microservice call graphs without a central bottleneck. + +**Why notable** — Microservice overload propagation is a persistent pain point in production clouds; Rajomon's approach of spreading load-shedding decisions across the call graph while retaining global coherence is a practical and principled contribution. The system is evaluated on realistic cloud benchmarks and shows clear SLO improvement over prior centralized and uncoordinated schemes. + +[→ Read paper](https://www.usenix.org/conference/nsdi25/presentation/xing) + +--- + +### Unlocking ECMP Programmability for Precise Traffic Control + +*Yadong Liu, Yunming Xiao, Xuan Zhang, Weizhen Dang *et al.** + +**TL;DR** — This work exposes fine-grained ECMP programming interfaces that allow operators to steer individual flows through specific paths in multipath datacenter fabrics with near-zero overhead. + +**Why notable** — ECMP's coarse hashing has been a limiting factor in datacenter traffic engineering for years; this paper shows that commodity switch primitives can be composed to achieve precise per-flow placement, delivering measurable improvements in load balance without topology changes. + +[→ Read paper](https://www.usenix.org/conference/nsdi25/presentation/liu-yadong) + +--- + +### eTran: Extensible Kernel Transport with eBPF + +*Zhongjie Chen, Qingkai Meng 0001, ChonLam Lao, Yifan Liu *et al.** + +**TL;DR** — eTran uses eBPF to let applications plug in custom transport logic—including RDMA-like zero-copy paths—directly into the Linux kernel data path without modifying kernel source. + +**Why notable** — The ability to safely extend kernel networking with eBPF has been widely anticipated; eTran demonstrates that full transport protocols (not just classifiers) can be realised this way, achieving performance competitive with kernel-bypass while retaining OS isolation and deployability. + +[→ Read paper](https://www.usenix.org/conference/nsdi25/presentation/chen-zhongjie) + +--- + +### White-Boxing RDMA with Packet-Granular Software Control + +*Chenxingyu Zhao, Jaehong Min, Ming Liu 0027, Arvind Krishnamurthy* + +**TL;DR** — This paper decomposes RDMA semantics and re-implements them in software at packet granularity, exposing hooks that allow transport policy (retransmission, congestion, multipath) to be modified without hardware changes. + +**Why notable** — RDMA's black-box nature has long frustrated datacenter operators trying to deploy custom congestion control or network telemetry; white-boxing RDMA at packet granularity is a principled answer that simultaneously improves debuggability and extensibility, with demonstrated line-rate performance. + +[→ Read paper](https://www.usenix.org/conference/nsdi25/presentation/zhao-chenxingyu) + +--- + +### NDD: A Decision Diagram for Network Verification + +*Zechun Li, Peng Zhang 0011, Yichi Zhang, Hongkun Yang* + +**TL;DR** — NDD is a new symbolic data structure that compactly represents the forwarding behavior of large networks, enabling network verification queries orders of magnitude faster than BDD-based predecessors. + +**Why notable** — Network verification tools like Batfish and ARC rely on set representations whose size can explode on real networks; NDD's topology-aware decomposition dramatically reduces verification time for common queries (reachability, loop detection) and is likely to be adopted as a backend in production verification pipelines. + +[→ Read paper](https://www.usenix.org/conference/nsdi25/presentation/li-zechun) + +--- + +### VEP: A Two-stage Verification Toolchain for Full eBPF Programmability + +*Xiwei Wu, Yueyang Feng, Tianyi Huang, Xiaoyang Lu *et al.** + +**TL;DR** — VEP combines abstract interpretation with deductive verification to prove safety properties of eBPF programs that the Linux kernel verifier rejects, enabling a much wider class of programs to run safely in the kernel. + +**Why notable** — The Linux eBPF verifier's conservatism blocks many useful programs; VEP's two-stage approach (lightweight in-kernel check plus offline proof) expands the programmability frontier without weakening safety guarantees, directly affecting every operator who writes eBPF for networking or observability. + +[→ Read paper](https://www.usenix.org/conference/nsdi25/presentation/wu-xiwei) + +--- + +### MTP: Transport for In-Network Computing + +*Tao Ji, Rohan Vardekar, Balajee Vamanan, Brent E. Stephens *et al.** + +**TL;DR** — MTP is a transport protocol co-designed with programmable switches that allows in-network compute operations (aggregation, filtering) to be expressed as first-class transport primitives with reliability and flow-control guarantees. + +**Why notable** — Existing transports treat the network as a dumb pipe and retrofit in-network compute as an afterthought; MTP shows that rethinking transport abstractions around programmable hardware can yield substantial throughput gains for distributed ML and key-value workloads. + +[→ Read paper](https://www.usenix.org/conference/nsdi25/presentation/ji) + +--- + +### State-Compute Replication: Parallelizing High-Speed Stateful Packet Processing + +*Qiongwen Xu, Sebastiano Miano, Xiangyu Gao, Tao Wang 0088 *et al.** + +**TL;DR** — This paper introduces a replication model for stateful packet processing that partitions state across multiple pipeline replicas and reconciles updates at line rate, breaking the single-pipeline bottleneck of P4 programs. + +**Why notable** — Stateful P4 programs that require per-flow counters or heavy-hitter detection are bottlenecked by single-instance state; the state-compute replication model is a general technique applicable across telemetry, load balancing, and security use cases, with a prototype running at 100 Gbps. + +[→ Read paper](https://www.usenix.org/conference/nsdi25/presentation/xu-qiongwen) + +--- + +### Efficient Direct-Connect Topologies for Collective Communications + +*Liangyu Zhao, Siddharth Pal, Tapan Chugh, Weiyang Wang *et al.** + +**TL;DR** — This paper derives a family of direct-connect network topologies mathematically optimized for the all-reduce and all-to-all collectives used in large-scale ML training, achieving better bandwidth and lower diameter than fat-tree alternatives at the same port count. + +**Why notable** — As AI training clusters scale to thousands of GPUs, interconnect topology becomes a first-order performance determinant; the paper's analytical framework for topology synthesis fills a long-standing gap between graph theory and practical cluster networking, and the proposed topologies outperform fat-trees on real collective benchmarks. + +[→ Read paper](https://www.usenix.org/conference/nsdi25/presentation/zhao-liangyu) + +--- + +### SimAI: Unifying Architecture Design and Performance Tuning for Large-Scale Large Language Model Training with Scalability and Precision + +*Xizheng Wang, Qingxu Li, Yichi Xu, Gang Lu *et al.** + +**TL;DR** — SimAI is a high-fidelity simulator that jointly models compute, network, and storage interactions in LLM training clusters, enabling architects to evaluate topology and parallelism strategy choices without running full cluster experiments. + +**Why notable** — Designing training infrastructure for frontier LLMs is prohibitively expensive to explore empirically; SimAI's validated accuracy against production Alibaba clusters makes it a practical tool for the community and provides rare quantitative insight into how network architecture choices affect end-to-end training throughput. + +[→ Read paper](https://www.usenix.org/conference/nsdi25/presentation/wang-xizheng-simai) + +--- + +### Minder: Faulty Machine Detection for Large-scale Distributed Model Training + +*Yangtao Deng, Xiang Shi, Zhuo Jiang, Xingjian Zhang 0009 *et al.** + +**TL;DR** — Minder continuously monitors collective-communication timing patterns during LLM training to pinpoint faulty nodes—including subtle slow or flapping hardware—without requiring dedicated diagnostic jobs. + +**Why notable** — GPU cluster faults that cause training slowdowns rather than outright crashes are notoriously hard to attribute; Minder's passive monitoring approach catches a wide class of hardware anomalies (including network stragglers) with sub-minute detection latency, and its deployment at scale in Alibaba's training infrastructure gives the results strong operational credibility. + +[→ Read paper](https://www.usenix.org/conference/nsdi25/presentation/deng) + +--- + +### Efficient Multi-WAN Transport for 5G with OTTER + +*Mary Hogan, Gerry Wan, Yiming Qiu, Sharad Agarwal *et al.** + +**TL;DR** — OTTER is a multi-path transport system for 5G user-plane traffic that dynamically bonds heterogeneous WAN links (e.g., terrestrial + satellite) while hiding link asymmetry and jitter from applications. + +**Why notable** — 5G deployments increasingly rely on diverse backhaul paths with wildly different characteristics; OTTER's scheduler, validated on a Microsoft production 5G deployment, demonstrates that significant throughput and reliability gains are achievable through principled multi-WAN design, informing both operator practice and future transport standards. + +[→ Read paper](https://www.usenix.org/conference/nsdi25/presentation/hogan) + diff --git a/site/content/digests/NSDI-2027/index.md b/site/content/digests/NSDI-2027/index.md new file mode 100644 index 0000000..d833737 --- /dev/null +++ b/site/content/digests/NSDI-2027/index.md @@ -0,0 +1,13 @@ +--- +title: NSDI 2027 Digest +venue: NSDI +year: 2027 +date: '2027-01-01' +tags: [] +paper_count: 0 +draft: false +build: + list: never +--- + +No papers selected yet. diff --git a/site/content/digests/OSDI-2025/index.md b/site/content/digests/OSDI-2025/index.md new file mode 100644 index 0000000..8e1e0eb --- /dev/null +++ b/site/content/digests/OSDI-2025/index.md @@ -0,0 +1,116 @@ +--- +title: OSDI 2025 Digest +venue: OSDI +year: 2025 +date: '2025-01-01' +tags: [] +paper_count: 13 +draft: false +--- + +13 papers selected. + +--- + +### Basilisk: Using Provenance Invariants to Automate Proofs of Undecidable Protocols + +*Tony Nuda Zhang, Keshav Singh, Tej Chajed, Manos Kapritsos *et al.** + +**TL;DR** — Automates the construction of correctness proofs for distributed protocols that were previously considered undecidable, advancing the state of the art in verified systems. + +--- + +### Mako: Speculative Distributed Transactions with Geo-Replication + +*Weihai Shen, Yang Cui, Siddhartha Sen 0001, Sebastian Angel *et al.** + +**TL;DR** — Combines speculative execution with geo-replication to deliver low-latency distributed transactions without sacrificing consistency, addressing a fundamental tension in wide-area systems. + +--- + +### Low End-to-End Latency atop a Speculative Shared Log with Fix-Ante Ordering + +*Shreesha G. Bhat, Tony Hong, Xuhao Luo, Jiyu Hu *et al.** + +**TL;DR** — Introduces fix-ante ordering to achieve low latency on a shared log without sacrificing throughput, offering a new design point for log-based distributed storage. + +--- + +### Okapi: Decoupling Data Striping and Redundancy Grouping in Cluster File Systems + +*Sanjith Athlur, Timothy Kim, Saurabh Kadekodi, Francisco Maturana *et al.** + +**TL;DR** — Challenges a long-standing coupling in erasure-coded cluster file systems, enabling independent optimization of striping and redundancy with measurable gains in production workloads. + +--- + +### PoWER Never Corrupts: Tool-Agnostic Verification of Crash Consistency and Corruption Detection + +*Hayley LeBlanc, Jacob R. Lorch, Chris Hawblitzel, Cheng Huang *et al.** + +**TL;DR** — Provides a tool-agnostic framework for formally verifying crash consistency and corruption detection in storage systems, raising the bar for storage software correctness. + +--- + +### EMT: An OS Framework for New Memory Translation Architectures + +*Siyuan Chai 0001, Jiyuan Zhang 0003, Jongyul Kim 0001, Alan Wang *et al.** + +**TL;DR** — Defines an OS abstraction layer that decouples applications from hardware-specific memory translation mechanisms, enabling future memory architectures to be adopted without OS rewrites. + +--- + +### XSched: Preemptive Scheduling for Diverse XPUs + +*Weihang Shen, Mingcong Han, Jialong Liu, Rong Chen 0001 *et al.** + +**TL;DR** — Generalises preemptive scheduling to heterogeneous accelerators (XPUs), providing a unified OS-level mechanism for fair and responsive multi-tenant accelerator sharing. + +--- + +### Extending Applications Safely and Efficiently + +*Yusheng Zheng, Tong Yu, Yiwei Yang 0002, Yanpeng Hu *et al.** + +**TL;DR** — Presents a principled model for safe, efficient application extensibility that generalises beyond eBPF, with implications for the design of future OS extension mechanisms. + +--- + +### NanoFlow: Towards Optimal Large Language Model Serving Throughput + +*Kan Zhu, Yufei Gao, Yilong Zhao 0002, Liangyu Zhao *et al.** + +**TL;DR** — Analytically characterises the throughput ceiling for LLM serving and proposes a system that approaches that bound through fine-grained intra-device parallelism. + +--- + +### WaferLLM: Large Language Model Inference at Wafer Scale + +*Congjie He, Yeqi Huang, Pei Mu 0003, Ziming Miao *et al.** + +**TL;DR** — Demonstrates end-to-end LLM inference on wafer-scale hardware, tackling novel challenges in memory, communication, and fault tolerance at an unprecedented scale of integration. + +--- + +### Mirage: A Multi-Level Superoptimizer for Tensor Programs + +*Mengdi Wu, Xinhao Cheng, Shengyu Liu, Chunan Shi *et al.** + +**TL;DR** — Extends tensor program superoptimisation to multiple abstraction levels, discovering non-obvious kernel fusions that outperform hand-tuned implementations for ML workloads. + +--- + +### Training with Confidence: Catching Silent Errors in Deep Learning Training with Automated Proactive Checks + +*Yuxuan Jiang 0016, Ziming Zhou, Boyu Xu 0005, Beijie Liu *et al.** + +**TL;DR** — Addresses the underappreciated problem of silent hardware and software errors in large-scale DL training, providing automated proactive checks that catch failures before they corrupt long training runs. + +--- + +### Compass: Encrypted Semantic Search with High Accuracy + +*Jinhao Zhu, Liana Patel, Matei Zaharia, Raluca Ada Popa* + +**TL;DR** — Enables accurate semantic (vector) search over encrypted data, bridging the gap between privacy-preserving computation and modern retrieval workloads in cloud-hosted RAG systems. + diff --git a/site/content/digests/OSDI-2026/index.md b/site/content/digests/OSDI-2026/index.md new file mode 100644 index 0000000..43f08a3 --- /dev/null +++ b/site/content/digests/OSDI-2026/index.md @@ -0,0 +1,13 @@ +--- +title: OSDI 2026 Digest +venue: OSDI +year: 2026 +date: '2026-01-01' +tags: [] +paper_count: 0 +draft: false +build: + list: never +--- + +No papers selected yet. diff --git a/site/content/digests/SC-2024/index.md b/site/content/digests/SC-2024/index.md new file mode 100644 index 0000000..0ffd27f --- /dev/null +++ b/site/content/digests/SC-2024/index.md @@ -0,0 +1,132 @@ +--- +title: SC 2024 Digest +venue: SC +year: 2024 +date: '2024-01-01' +tags: [] +paper_count: 15 +draft: false +--- + +15 papers selected. + +--- + +### Pushing the Limit of Quantum Mechanical Simulation to the Raman Spectra of a Biological System with 100 Million Atoms + +*Honghui Shang, Ying Liu 0055, Zhikun Wu, Zhenchuan Chen *et al.** + +**TL;DR** — Gordon Bell-class result scaling ab initio Raman spectroscopy to 100 million atoms, pushing quantum-chemical simulation well beyond prior limits. + +--- + +### Breaking the Molecular Dynamics Timescale Barrier Using a Wafer-Scale System + +*Kylee Santos, Stan G. Moore, Tomas Oppelstrup, Amirali Sharifian *et al.** + +**TL;DR** — Demonstrates how a Cerebras wafer-scale engine shatters the classical MD timescale barrier, enabling microsecond-regime atomistic simulation at unprecedented speed. + +--- + +### Scaling Molecular Dynamics with ab initio Accuracy to 149 Nanoseconds per Day + +*Jianxiong Li, Boyang Li, Zhuoqiang Guo, Mingzhen Li 0001 *et al.** + +**TL;DR** — Achieves 149 ns/day for large-scale deep-potential MD, combining neural-network potentials and HPC engineering to approach DFT accuracy at AIMD-like scale. + +--- + +### Breaking the Million-Electron and 1 EFLOP/s Barriers: Biomolecular-Scale Ab Initio Molecular Dynamics Using MP2 Potentials + +*Ryan Stocks, Jorge L. Galvez Vallejo, Fiona C. Y. Yu, Calum Snowdon *et al.** + +**TL;DR** — First demonstration of MP2-level AIMD at the million-electron and exaFLOP/s scale, a landmark in quantum chemistry on supercomputers. + +--- + +### Fire-Flyer AI-HPC: A Cost-Effective Software-Hardware Co-Design for Deep Learning + +*Wei An, Xiao Bi, Guanting Chen 0002, Shanhuang Chen *et al.** + +**TL;DR** — Full system co-design report from DeepSeek's AI-HPC cluster showing 40% cost reduction vs. NVIDIA DGX through network/software optimizations, with production evidence at scale. + +--- + +### MProt-DPO: Breaking the ExaFLOPS Barrier for Multimodal Protein Design Workflows with Direct Preference Optimization + +*Gautham Dharuman, Kyle Hippe, Alexander Brace, Sam Foreman *et al.** + +**TL;DR** — First exaFLOP/s AI science workflow, integrating multimodal protein design with DPO alignment at supercomputing scale across Frontier and Aurora. + +--- + +### ORBIT: Oak Ridge Base Foundation Model for Earth System Predictability + +*Xiao Wang 0004, Siyan Liu, Aristeidis Tsaris, Jong-Youl Choi *et al.** + +**TL;DR** — Introduces a large foundation model for Earth system prediction trained on Frontier, demonstrating how exascale AI infrastructure enables climate-scale spatiotemporal modeling. + +--- + +### Democratizing AI: Open-source Scalable LLM Training on GPU-based Supercomputers + +*Siddharth Singh, Prajwal Singhania, Aditya K. Ranjan, John Kirchenbauer *et al.** + +**TL;DR** — Presents an open-source framework for LLM training at thousands-of-GPU scale, systematically analyzing throughput, memory, and communication trade-offs on leadership supercomputers. + +--- + +### Exploring GPU-to-GPU Communication: Insights into Supercomputer Interconnects + +*Daniele De Sensi, Lorenzo Pichetti, Flavio Vella, Tiziano De Matteis *et al.** + +**TL;DR** — Comprehensive empirical study of GPU-to-GPU communication across six major supercomputers, revealing bottlenecks and bandwidth characteristics relevant to all distributed AI/HPC workloads. + +--- + +### Network-Offloaded Bandwidth-Optimal Broadcast and Allgather for Distributed AI + +*Mikhail Khalilov, Salvatore Di Girolamo, Marcin Chrapek, Rami Nudelman *et al.** + +**TL;DR** — Achieves bandwidth-optimal collective communication by offloading broadcast and allgather to SmartNICs, directly benefiting large-scale distributed deep learning. + +--- + +### A Workflow Roofline Model for End-to-End Workflow Performance Analysis + +*Nan Ding 0006, Brian Austin, Yang Liu 0179, Neil Mehta *et al.** + +**TL;DR** — Extends the Roofline model to full end-to-end HPC workflows, enabling systematic performance diagnosis across compute, I/O, and data movement stages. + +--- + +### GVARP: Detecting Performance Variance on Large-Scale Heterogeneous Systems + +*Xin You 0001, Zhibo Xuan, Hailong Yang 0002, Zhongzhi Luan *et al.** + +**TL;DR** — Identifies and diagnoses GPU performance variance at scale on heterogeneous supercomputers, an increasingly critical issue for reproducibility and efficiency. + +--- + +### A Digital Twin Framework for Liquid-cooled Supercomputers as Demonstrated at Exascale + +*Wesley Brewer, Matthias Maiterth, Vineet Kumar, Rafal P. Wojda *et al.** + +**TL;DR** — First deployment of a digital twin for a liquid-cooled exascale system (Frontier), enabling real-time thermal and power management with validated empirical results. + +--- + +### Doubling Graph Traversal Efficiency to 198 TeraTEPS on the Supercomputer Fugaku + +*Junya Arai, Masahiro Nakao, Yuto Inoue, Kanto Teranishi *et al.** + +**TL;DR** — Sets a new world record for graph traversal at 198 TTEPS on Fugaku through novel communication and load-balancing techniques, a landmark Graph500 result. + +--- + +### MegaMmap: Blurring the Boundary Between Memory and Storage for Data-Intensive Workloads + +*Luke Logan, Anthony Kougkas, Xian-He Sun* + +**TL;DR** — Novel storage abstraction that transparently tiered memory and storage hierarchies, delivering near-DRAM performance for data-intensive HPC and AI workloads. + diff --git a/site/content/digests/SC-2025/index.md b/site/content/digests/SC-2025/index.md new file mode 100644 index 0000000..124d81d --- /dev/null +++ b/site/content/digests/SC-2025/index.md @@ -0,0 +1,132 @@ +--- +title: SC 2025 Digest +venue: SC +year: 2025 +date: '2025-01-01' +tags: [] +paper_count: 15 +draft: false +--- + +15 papers selected. + +--- + +### Cosmological Hydrodynamics at Exascale: A Trillion-Particle Leap in Capability + +*Nicholas Frontiere, J. D. Emberson, Michael Buehlmann, Esteban M. Rangel *et al.** + +**TL;DR** — Delivers the first trillion-particle cosmological hydrodynamics simulation on exascale hardware, demonstrating sustained petaflop-scale performance on a flagship scientific application. + +--- + +### Ab-initio Quantum Transport with the GW Approximation, 42, 240 Atoms, and Sustained Exascale Performance + +*Nicolas Vetsch, Alexander Maeder, Vincent Maillou, Anders Winka *et al.** + +**TL;DR** — Achieves sustained exascale performance for first-principles quantum transport at 42,240 atoms, establishing a new scale record for the GW many-body perturbation method. + +--- + +### Kilometer-Scale AI-Powered and Performance-Portable Earth System Model (AP3ESM) to Achieve Year-Scale Simulation Speed on Heterogeneous Supercomputers + +*Kai Xu, Maoxue Yu, Yuhu Chen, Jie Gao *et al.** + +**TL;DR** — Integrates AI acceleration into a kilometer-scale climate model to reach year-scale simulation throughput, showing how ML–physics hybrid approaches can redefine climate modeling at supercomputer scale. + +--- + +### Uno: A One-Stop Solution for Inter- and Intra-Data Center Congestion Control and Reliable Connectivity + +*Tommaso Bonato, Sepehr Abdous, Abdul Kabbani, Ahmad Ghalayini *et al.** + +**TL;DR** — Proposes a unified congestion control and reliable transport architecture spanning intra- and inter-datacenter links, with strong throughput and latency results relevant to AI and HPC clusters. + +--- + +### SDR-RDMA: Software-Defined Reliability Architecture for Planetary Scale RDMA Communication + +*Mikhail Khalilov, Siyuan Shen, Marcin Chrapek, Tiancheng Chen *et al.** + +**TL;DR** — Introduces software-defined reliability for RDMA at global scale, decoupling reliability policies from hardware to dramatically improve fault tolerance and reconfigurability in large-scale HPC networks. + +--- + +### Bine Trees: Enhancing Collective Operations by Optimizing Communication Locality + +*Daniele De Sensi, Saverio Pasqualoni, Lorenzo Piarulli, Tommaso Bonato *et al.** + +**TL;DR** — Presents bine tree topologies for MPI collective operations that exploit communication locality, yielding significant latency and bandwidth improvements over standard binomial trees on modern HPC interconnects. + +--- + +### STELLAR: Storage Tuning Engine Leveraging LLM Autonomous Reasoning for High Performance Parallel File Systems + +*Chris Egersdoerfer, Philip H. Carns, Shane Snyder, Robert Ross *et al.** + +**TL;DR** — Demonstrates that an LLM-driven autonomous reasoning engine can tune parallel file system parameters as effectively as expert hand-tuning, opening a new direction for self-optimizing HPC storage. + +--- + +### Phoenix: A Refactored I/O Stack for GPU Direct Storage without Phony Buffers + +*Jianqin Yan, Shi Qiu 0012, Yina Lv, Yifan Hu *et al.** + +**TL;DR** — Redesigns the GPU direct storage I/O stack to eliminate staging buffers, achieving large bandwidth gains for GPU-to-SSD transfers critical to LLM training and scientific data workflows. + +--- + +### Breaking the System Noise Barrier at Exascale + +*Edgar A. León, Joseph Glenski, Mark J. Stock, Kim H. McMahon *et al.** + +**TL;DR** — Provides a rigorous characterization and mitigation of OS and hardware noise at exascale, demonstrating measurable improvements in collective communication performance on a real production system. + +--- + +### Story of Two GPUs: Characterizing the Resilience of Hopper H100 and Ampere A100 GPUs + +*Shengkun Cui, Archit Patke, Hung Nguyen, Aditya Ranjan *et al.** + +**TL;DR** — Delivers the first detailed side-by-side hardware fault-injection study of H100 and A100 GPUs, revealing how architecture changes in Hopper alter error propagation and resilience for HPC and AI workloads. + +--- + +### Exploring and Mitigating Failure Behavior of Large Language Model Training Workloads in HPC Systems + +*Pengfei Yu 0002, Jingjing Gu, Hao Han, Dazhong Shen *et al.** + +**TL;DR** — Characterizes real-world failure modes of large-scale LLM training on HPC clusters and proposes targeted mitigation strategies, providing essential reliability insights for AI infrastructure operators. + +--- + +### XaaS Containers: Performance-Portable Representation With Source and IR Containers + +*Marcin Copik, Eiman Alnuaimi, Alok Kamatar, Valérie Hayot-Sasson *et al.** + +**TL;DR** — Proposes source- and IR-level HPC containers that enable performance portability across heterogeneous architectures without recompilation, addressing a key deployment challenge for reproducible HPC software. + +--- + +### cMPI: Using CXL Memory Sharing for MPI One-Sided and Two-Sided Inter-Node Communications + +*Xi Wang 0027, Bin Ma, Jongryool Kim, Byungil Koh *et al.** + +**TL;DR** — Exploits CXL memory semantics to implement MPI communication primitives with dramatically reduced software overhead, demonstrating a promising path for memory-centric supercomputer interconnects. + +--- + +### X-MoE: Enabling Scalable Training for Emerging Mixture-of-Experts Architectures on HPC Platforms + +*Yueming Yuan, Ahan Gupta, Jianping Li, Sajal Dash *et al.** + +**TL;DR** — Addresses the communication and load-balance bottlenecks of sparse Mixture-of-Experts training at scale, achieving efficient utilization of large GPU clusters for next-generation LLM workloads. + +--- + +### Benchmark-driven Models for Energy Analysis and Attribution of GPU-Accelerated Supercomputing + +*Oscar Antepara, Zhengji Zhao, Brian Austin, Nan Ding 0006 *et al.** + +**TL;DR** — Develops fine-grained benchmark-driven energy models for GPU supercomputers that attribute power consumption to individual components and workloads, enabling principled energy optimization at the facility level. + diff --git a/site/content/digests/SC-2026/index.md b/site/content/digests/SC-2026/index.md new file mode 100644 index 0000000..5506f80 --- /dev/null +++ b/site/content/digests/SC-2026/index.md @@ -0,0 +1,13 @@ +--- +title: SC 2026 Digest +venue: SC +year: 2026 +date: '2026-01-01' +tags: [] +paper_count: 0 +draft: false +build: + list: never +--- + +No papers selected yet. diff --git a/site/content/digests/SEC-2024/index.md b/site/content/digests/SEC-2024/index.md new file mode 100644 index 0000000..2376245 --- /dev/null +++ b/site/content/digests/SEC-2024/index.md @@ -0,0 +1,108 @@ +--- +title: SEC 2024 Digest +venue: SEC +year: 2024 +date: '2024-01-01' +tags: [] +paper_count: 12 +draft: false +--- + +12 papers selected. + +--- + +### EdgeCore: Resource Dependency-Aware Multi-Tenant Orchestration for Mobile Edge Clouds + +*Amran Haroon* + +**TL;DR** — Introduces a multi-tenant edge orchestration system that captures resource dependencies across co-located workloads, demonstrating significant improvements in task completion latency and resource utilization. + +--- + +### Righteous: Automatic Right-Sizing for Complex Edge Deployments + +*Aniruddha Rakshit* + +**TL;DR** — Presents an automated right-sizing framework for edge deployments that dynamically adjusts resource allocations to match workload demands without manual intervention. + +--- + +### Colibri: Efficient Collection of Fine-Grained Resource Metrics Necessary for Mobile Edge Computing + +*Ke-Jou Hsu* + +**TL;DR** — Proposes a low-overhead monitoring system for collecting fine-grained resource metrics at the edge, enabling more accurate profiling for MEC scheduling decisions. + +--- + +### HyperDrive: Scheduling Serverless Functions in the Edge-Cloud-Space 3D Continuum + +*Thomas W. Pusztai* + +**TL;DR** — Extends serverless scheduling across a three-dimensional edge-cloud-space continuum, addressing latency and resource constraints introduced by satellite and terrestrial tiers. + +--- + +### Falcon: Live Reconfiguration for Stateful Stream Processing on the Edge + +*Pritish Mishra* + +**TL;DR** — Enables live, low-disruption reconfiguration of stateful stream processing pipelines at the edge, minimizing downtime during topology changes. + +--- + +### FusedInf: Efficient Swapping of DNN Models for On-Demand Serverless Inference Services on the Edge + +*Sifat Ut Taki* + +**TL;DR** — Reduces cold-start latency for serverless DNN inference at the edge by fusing model loading with active inference through selective layer swapping. + +--- + +### EcoEdgeInfer: Dynamically Optimizing Latency and Sustainability for Inference on Edge Devices + +*Sri Pramodh Rachuri* + +**TL;DR** — Co-optimizes inference latency and energy sustainability on edge devices by dynamically trading off accuracy and hardware utilization under carbon-aware constraints. + +--- + +### Elastic Execution of Multi-Tenant DNNs on Heterogeneous Edge MPSoCs + +*Soroush Heidari* + +**TL;DR** — Demonstrates elastic, interference-aware co-execution of multiple DNNs across heterogeneous processing elements in edge MPSoCs to maximize throughput and fairness. + +--- + +### Optimizing Edge Offloading Decisions for Object Detection + +*Jiaming Qiu* + +**TL;DR** — Formulates and solves an online offloading decision problem for object detection that jointly minimizes latency and energy consumption under variable network conditions. + +--- + +### VideoJam: Self-Balancing Architecture for Live Video Analytics + +*Youssouph Faye* + +**TL;DR** — Proposes a self-balancing edge architecture for live video analytics that dynamically redistributes pipeline stages to prevent bottlenecks under fluctuating camera workloads. + +--- + +### OVIDA: Orchestrator for Video Analytics on Disaggregated Architecture + +*Manavjeet Singh* + +**TL;DR** — Designs an orchestration layer for disaggregated edge hardware that places and migrates video analytics microservices to exploit spatial locality and heterogeneous accelerators. + +--- + +### TA-ASF: Attention-Sensitive Token Sampling and Fusing for Visual Transformer Models on the Edge + +*Junquan Chen* + +**TL;DR** — Accelerates Vision Transformer inference at the edge by pruning and fusing attention tokens based on saliency, achieving accuracy-efficiency trade-offs suitable for resource-constrained devices. + diff --git a/site/content/digests/SEC-2025/index.md b/site/content/digests/SEC-2025/index.md new file mode 100644 index 0000000..07a5b06 --- /dev/null +++ b/site/content/digests/SEC-2025/index.md @@ -0,0 +1,108 @@ +--- +title: SEC 2025 Digest +venue: SEC +year: 2025 +date: '2025-01-01' +tags: [] +paper_count: 12 +draft: false +--- + +12 papers selected. + +--- + +### lm-Meter: Unveiling Runtime Inference Latency for On-Device Language Models + +*Haoxin Wang 0003* + +**TL;DR** — Provides the first detailed runtime profiling framework for on-device LLM inference, revealing key latency bottlenecks across diverse edge hardware configurations. + +--- + +### SLED: A Speculative LLM Decoding Framework for Efficient Edge Serving + +*Xiangchen Li* + +**TL;DR** — Adapts speculative decoding to edge serving constraints, reducing LLM token generation latency while respecting the tight memory and compute budgets of edge nodes. + +--- + +### SledgeScale: Load-Aware Dispatch and Deadline-Driven Scheduling for Scalable, Dense Serverless Computing in Edge Data Centers + +*Xiaosu Lyu* + +**TL;DR** — Introduces a load-aware dispatch and deadline-driven scheduler for dense serverless edge data centers, demonstrating substantial SLA compliance improvements over baseline policies. + +--- + +### Warping the Edge: Enabling Instant Mobility for Stateful Applications over 5G and Beyond + +*Mukhtiar Ahmad* + +**TL;DR** — Achieves near-instantaneous stateful application migration across 5G edge nodes by combining memory snapshotting with network-layer forwarding continuity. + +--- + +### Uncertainty-Aware RL-Based Scheduling of Multi-DNN Workloads on Edge MPSoCs + +*Soroush Heidari* + +**TL;DR** — Uses uncertainty-aware reinforcement learning to schedule concurrent DNN workloads on heterogeneous edge MPSoCs, reducing deadline misses under dynamic arrival patterns. + +--- + +### SEEB-GPU: Early-Exit Aware Scheduling and Batching for Edge GPU Inference + +*Srinivasan Subramaniyan* + +**TL;DR** — Exploits early-exit branching in DNN inference to build an adaptive batching and scheduling policy for edge GPUs that cuts average latency without sacrificing throughput. + +--- + +### Elastoformer: Enabling Dynamic Adaptivity via Elastic Model Transformation + +*Sudaksh Kalra* + +**TL;DR** — Proposes elastic transformer transformations that resize model capacity at runtime to match available edge resources, enabling continuous inference under fluctuating conditions. + +--- + +### PlatformX: An End-to-End Transferable Platform for Energy-Efficient Neural Architecture Search + +*Xiaolong Tu* + +**TL;DR** — Presents a transferable NAS platform that searches for energy-efficient DNN architectures deployable across heterogeneous edge targets with minimal re-search overhead. + +--- + +### Bayes-Split-Edge: Bayesian Optimization for Constrained Collaborative Inference in Wireless Edge Systems + +*Fatemeh Zahra Safaeipour* + +**TL;DR** — Applies Bayesian optimization to find optimal split points for collaborative inference in wireless edge systems, accounting for dynamic channel and computation constraints. + +--- + +### Energy-efficient DNN Dividing Technique for Latency Optimization in Dynamic Mobile Edge Networks + +*Eldiyar Zhantileuov* + +**TL;DR** — Develops a DNN partitioning strategy for mobile edge networks that minimizes end-to-end latency while satisfying energy budgets under time-varying link conditions. + +--- + +### LLM-Driven Auto Configuration for Transient IoT Device Collaboration + +*Hetvi Shastri* + +**TL;DR** — Leverages LLMs to automate the configuration of transient IoT device coalitions, reducing manual setup overhead and adapting collaboration policies to changing device membership. + +--- + +### fReeLoaders: An IoT Ecosystem for Real-Time Deadline-Driven Task Scheduling using Reinforcement Learning + +*Marshall Clyburn* + +**TL;DR** — Builds a reinforcement-learning scheduler for IoT ecosystems that meets real-time task deadlines by exploiting opportunistic idle capacity across heterogeneous edge devices. + diff --git a/site/content/digests/SEC-2026/index.md b/site/content/digests/SEC-2026/index.md new file mode 100644 index 0000000..04365f2 --- /dev/null +++ b/site/content/digests/SEC-2026/index.md @@ -0,0 +1,13 @@ +--- +title: SEC 2026 Digest +venue: SEC +year: 2026 +date: '2026-01-01' +tags: [] +paper_count: 0 +draft: false +build: + list: never +--- + +No papers selected yet. diff --git a/site/content/digests/SOSP-2024/index.md b/site/content/digests/SOSP-2024/index.md new file mode 100644 index 0000000..bc6b71e --- /dev/null +++ b/site/content/digests/SOSP-2024/index.md @@ -0,0 +1,176 @@ +--- +title: SOSP 2024 Digest +venue: SOSP +year: 2024 +date: '2024-11-05' +tags: +- operating-systems +- distributed-systems +- storage +- cloud +- formal-verification +- ml-systems +- security +- serverless +paper_count: 13 +draft: false +--- + +13 papers selected. + +--- + +### Verus: A Practical Foundation for Systems Verification + +*Andrea Lattuada 0001, Travis Hance, Jay Bosamiya, Matthias Brun 0002 *et al.** + +**TL;DR** — Verus is a Rust-based verification framework that makes formal proofs of low-level systems code tractable at scale, covering memory safety, functional correctness, and concurrency. + +**Why notable** — Formal verification of real systems code has long been impractical; Verus closes the usability gap by integrating SMT-based proofs directly into a systems programming language, making it the most broadly applicable verification tool for the OS community to date. + +[→ Read paper](https://doi.org/10.1145/3694715.3695952) + +--- + +### Modular Verification of Secure and Leakage-Free Systems: From Application Specification to Circuit-Level Implementation + +*Anish Athalye, Henry Corrigan-Gibbs, M. Frans Kaashoek, Joseph Tassarotti *et al.** + +**TL;DR** — A modular verification methodology lets developers prove end-to-end that a system leaks no sensitive information, bridging the gap from high-level spec all the way to circuit-level hardware behavior. + +**Why notable** — Side-channel leakage across abstraction layers is notoriously hard to reason about; this work provides a principled, mechanized framework to do so, setting a new bar for hardware-software co-verification of secure systems. + +[→ Read paper](https://doi.org/10.1145/3694715.3695956) + +--- + +### Autobahn: Seamless high speed BFT + +*Neil Giridharan, Florian Suri-Payer, Ittai Abraham, Lorenzo Alvisi *et al.** + +**TL;DR** — Autobahn is a BFT consensus protocol that achieves high throughput under normal operation while seamlessly falling back to a slow path during faults, eliminating the throughput cliff common in prior BFT designs. + +**Why notable** — Byzantine fault-tolerant systems have historically traded peak performance for safety margins; Autobahn's seamless transition between fast and slow paths closes that gap and is likely to influence the next generation of production BFT deployments. + +[→ Read paper](https://doi.org/10.1145/3694715.3695942) + +--- + +### Fast, Flexible, and Practical Kernel Extensions + +*Kumar Kartikeya Dwivedi, Rishabh R. Iyer, Sanidhya Kashyap* + +**TL;DR** — A new kernel extension framework surpasses eBPF's safety and flexibility constraints by using a combination of ahead-of-time compilation and a lean verification layer, enabling complex kernel extensions with near-native performance. + +**Why notable** — eBPF has become ubiquitous for in-kernel programmability, but its verifier fundamentally limits expressiveness; this work re-examines those trade-offs and offers a path toward richer, safer kernel extensions with broad applicability to networking, tracing, and storage. + +[→ Read paper](https://doi.org/10.1145/3694715.3695950) + +--- + +### Tiered Memory Management: Access Latency is the Key! + +*Midhul Vuppalapati, Rachit Agarwal 0001* + +**TL;DR** — A principled tiered-memory manager that tracks per-page access latency rather than access frequency achieves substantially better performance for modern workloads on heterogeneous DRAM/CXL/NVM memory hierarchies. + +**Why notable** — As CXL-attached memory becomes mainstream, frequency-based page migration policies inherited from NUMA systems are increasingly inadequate; this paper reframes the problem around latency and provides a practical, deployable design. + +[→ Read paper](https://doi.org/10.1145/3694715.3695968) + +--- + +### Fast & Safe IO Memory Protection + +*Benny Rubin, Saksham Agarwal, Qizhe Cai, Rachit Agarwal 0001* + +**TL;DR** — A hardware-software co-design eliminates the performance overhead of IOMMU-based DMA isolation by allowing safe, fine-grained IO memory protection without full page-table walks on the critical path. + +**Why notable** — DMA attacks remain a real threat yet IOMMU protection is widely disabled in production because of latency costs; this work makes protection affordable and is directly relevant to cloud, NIC, and storage subsystem designers. + +[→ Read paper](https://doi.org/10.1145/3694715.3695943) + +--- + +### SWARM: Replicating Shared Disaggregated-Memory Data in No Time + +*Antoine Murat, Clément Burgelin, Athanasios Xygkis, Igor Zablotchi *et al.** + +**TL;DR** — SWARM replicates data in disaggregated-memory clusters with near-zero latency overhead by exploiting one-sided RDMA operations and a carefully designed protocol that avoids coordination on the read path. + +**Why notable** — Disaggregated memory is an emerging data-center architecture; providing fault tolerance without sacrificing its key latency advantage is an open problem, and SWARM's approach is both novel and practically relevant. + +[→ Read paper](https://doi.org/10.1145/3694715.3695945) + +--- + +### Morph: Efficient File-Lifetime Redundancy Management for Cluster File Systems + +*Timothy Kim, Sanjith Athlur, Saurabh Kadekodi, Francisco Maturana *et al.** + +**TL;DR** — Morph dynamically transitions files through redundancy schemes (replication → erasure coding) based on observed file age and access patterns, substantially reducing storage overhead in large-scale cluster file systems. + +**Why notable** — Static redundancy policies waste significant capacity in practice; Morph's lifecycle-aware approach is validated at Google scale and provides a compelling template for storage systems serving diverse workloads. + +[→ Read paper](https://doi.org/10.1145/3694715.3695981) + +--- + +### PowerInfer: Fast Large Language Model Serving with a Consumer-grade GPU + +*Yixin Song, Zeyu Mi, Haotong Xie, Haibo Chen 0001* + +**TL;DR** — PowerInfer exploits the activation sparsity of LLMs to partition computation between a consumer GPU and CPU, achieving high inference throughput without data-center hardware. + +**Why notable** — Democratizing LLM inference beyond cloud hardware is a pressing systems challenge; PowerInfer's sparsity-aware approach delivers surprising performance on commodity hardware and has already influenced a wave of follow-on work. + +[→ Read paper](https://doi.org/10.1145/3694715.3695964) + +--- + +### LoongServe: Efficiently Serving Long-Context Large Language Models with Elastic Sequence Parallelism + +*Bingyang Wu, Shengyu Liu, Yinmin Zhong, Peng Sun 0006 *et al.** + +**TL;DR** — LoongServe introduces elastic sequence parallelism that dynamically adjusts the number of workers handling each long-context request to minimize GPU idle time and satisfy latency SLOs. + +**Why notable** — Long-context inference strains fixed parallelism strategies, creating severe resource fragmentation; LoongServe's elasticity primitive addresses this gap and is directly applicable to production LLM serving infrastructure. + +[→ Read paper](https://doi.org/10.1145/3694715.3695948) + +--- + +### Unifying serverless and microservice workloads with SigmaOS + +*Ariel Szekely, Adam Belay, Robert Morris 0005, M. Frans Kaashoek* + +**TL;DR** — SigmaOS is an OS-level abstraction that treats serverless functions and microservices as first-class, interchangeable computational units, simplifying resource management and improving utilization for mixed workloads. + +**Why notable** — The artificial split between serverless and microservice programming models imposes significant operational complexity; SigmaOS's unified abstraction from the MIT systems group offers a clean architectural answer with demonstrated performance gains. + +[→ Read paper](https://doi.org/10.1145/3694715.3695947) + +--- + +### Cookie Monster: Efficient On-Device Budgeting for Differentially-Private Ad-Measurement Systems + +*Pierre Tholoniat, Kelly Kostopoulou, Peter McNeely, Prabhpreet Singh Sodhi *et al.** + +**TL;DR** — Cookie Monster implements practical on-device differential-privacy budget management for ad attribution, showing that strong privacy guarantees can be enforced locally without destroying ad-measurement utility. + +**Why notable** — Browser vendors are actively replacing third-party cookies with privacy-preserving attribution APIs; this paper provides rigorous analysis of the privacy-utility trade-off and offers deployable techniques relevant to both industry standards and future OS-level privacy primitives. + +[→ Read paper](https://doi.org/10.1145/3694715.3695965) + +--- + +### Efficient Reproduction of Fault-Induced Failures in Distributed Systems with Feedback-Driven Fault Injection + +*Jia Pan, Haoze Wu, Tanakorn Leesatapornwongsa, Suman Nath *et al.** + +**TL;DR** — A feedback-guided fault injection framework automatically reproduces complex distributed-system failures triggered by rare fault combinations, dramatically reducing the manual effort needed to diagnose and fix them. + +**Why notable** — Fault-induced failures in distributed systems are notoriously hard to reproduce; the paper's closed-loop search strategy is a methodological advance for reliability testing and is likely to influence both academic research and industrial chaos-engineering tools. + +[→ Read paper](https://doi.org/10.1145/3694715.3695979) + diff --git a/site/content/digests/SOSP-2025/index.md b/site/content/digests/SOSP-2025/index.md new file mode 100644 index 0000000..537b994 --- /dev/null +++ b/site/content/digests/SOSP-2025/index.md @@ -0,0 +1,124 @@ +--- +title: SOSP 2025 Digest +venue: SOSP +year: 2025 +date: '2025-01-01' +tags: [] +paper_count: 14 +draft: false +--- + +14 papers selected. + +--- + +### LithOS: An Operating System for Efficient Machine Learning on GPUs + +*Patrick H. Coppock, Brian Zhang, Eliot H. Solomon, Vasilis Kypriotis *et al.** + +**TL;DR** — Designs a dedicated OS for GPU ML workloads, rethinking scheduling and resource management at the kernel level for accelerator-centric computing. + +--- + +### CHERIoT RTOS: An OS for Fine-Grained Memory-Safe Compartments on Low-Cost Embedded Devices + +*Saar Amar, Tony Chen, David Chisnall, Nathaniel Wesley Filardo *et al.** + +**TL;DR** — Demonstrates hardware-capability-based fine-grained memory safety and compartmentalisation on constrained embedded devices, setting a new bar for secure IoT OSes. + +--- + +### Atmosphere: Practical Verified Kernels with Rust and Verus + +*Xiangdong Chen, Zhaofeng Li 0004, Jerry Zhang, Vikram Narayanan *et al.** + +**TL;DR** — Shows that practical kernel verification is achievable using Rust and the Verus verifier, bridging the gap between formal methods and production OS development. + +--- + +### TickTock: Verified Isolation in a Production Embedded OS + +*Vivien Rindisbacher, Evan Johnson 0001, Nico Lehmann, Tyler Potyondy *et al.** + +**TL;DR** — Delivers machine-checked proofs of isolation properties for a real embedded OS, providing strong security guarantees without sacrificing production deployability. + +--- + +### μFork: Supporting POSIX fork Within a Single-Address-Space OS + +*John Alistair Kressel, Hugo Lefeuvre, Pierre Olivier* + +**TL;DR** — Reconciles the POSIX fork abstraction with unikernel/single-address-space designs, addressing a long-standing compatibility obstacle for library OS deployments. + +--- + +### Scalable Address Spaces using Concurrent Interval Skiplist + +*Tae Woo Kim, Youngjin Kwon, Jeehoon Kang* + +**TL;DR** — Tackles the fundamental kernel scalability problem of virtual memory area management by replacing the VMA red-black tree with a concurrent interval skiplist, yielding significant mmap/munmap throughput gains. + +--- + +### cache_ext: Customizing the Page Cache with eBPF + +*Tal Zussman, Ioannis Zarkadas, Jeremy Carin, Andrew Cheng *et al.** + +**TL;DR** — Extends the eBPF programmability model to the OS page cache, enabling application-specific caching policies without kernel modifications. + +--- + +### Aeolia: A Fast and Secure Userspace Interrupt-Based Storage Stack + +*Chuandong Li 0004, Ran Yi 0004, Zonghao Zhang, Jing Liu 0074 *et al.** + +**TL;DR** — Redesigns the storage I/O path around userspace interrupts, achieving high throughput and low latency while preserving strong isolation properties. + +--- + +### Sleeping with One Eye Open: Fast, Sustainable Storage with Sandman + +*Yanbo Zhou, Erci Xu, Anisa Su, Jim Harris *et al.** + +**TL;DR** — Introduces a storage system that aggressively power-gates flash devices while maintaining low latency, addressing sustainability concerns for large-scale storage deployments. + +--- + +### Oasis: Pooling PCIe Devices Over CXL to Boost Utilization + +*Yuhong Zhong, Daniel S. Berger, Pantea Zardoshti, Enrique Saurez *et al.** + +**TL;DR** — Exploits CXL interconnects to pool PCIe devices across servers, significantly improving device utilisation and laying groundwork for memory-semantic datacenter architectures. + +--- + +### Scalable Far Memory: Balancing Faults and Evictions + +*Yueyang Pan, Yash Lala, Musa Unal, Yujie Ren *et al.** + +**TL;DR** — Provides a rigorous analysis of the fault-vs-eviction trade-off in far-memory systems and proposes mechanisms that scale to production datacenter workloads. + +--- + +### Tiga: Accelerating Geo-Distributed Transactions with Synchronized Clocks + +*Jinkun Geng, Shuai Mu 0001, Anirudh Sivaraman, Balaji Prabhakar* + +**TL;DR** — Exploits hardware clock synchronisation to cut coordination overhead in geo-distributed transactions, achieving latency close to the theoretical network minimum. + +--- + +### Pesto: Cooking up High Performance BFT Queries + +*Florian Suri-Payer, Neil Giridharan, Liam Arzola, Shir Cohen *et al.** + +**TL;DR** — Advances Byzantine fault-tolerant systems by separating the query path from consensus, enabling high-throughput reads without weakening safety guarantees. + +--- + +### Orthrus: Efficient and Timely Detection of Silent User Data Corruption in the Cloud with Resource-Adaptive Computation Validation + +*Chenxiao Liu, Zhenting Zhu, Quanxi Li, Yanwen Xia *et al.** + +**TL;DR** — Detects silent data corruption at cloud scale using resource-adaptive redundant computation, addressing a critical and hard-to-diagnose reliability threat in hyperscale infrastructure. + diff --git a/site/content/digests/SOSP-2026/index.md b/site/content/digests/SOSP-2026/index.md new file mode 100644 index 0000000..3abd36b --- /dev/null +++ b/site/content/digests/SOSP-2026/index.md @@ -0,0 +1,13 @@ +--- +title: SOSP 2026 Digest +venue: SOSP +year: 2026 +date: '2026-01-01' +tags: [] +paper_count: 0 +draft: false +build: + list: never +--- + +No papers selected yet. diff --git a/site/content/digests/SoCC-2024/index.md b/site/content/digests/SoCC-2024/index.md new file mode 100644 index 0000000..581c5c2 --- /dev/null +++ b/site/content/digests/SoCC-2024/index.md @@ -0,0 +1,158 @@ +--- +title: SoCC 2024 Digest +venue: SoCC +year: 2024 +date: '2024-11-01' +tags: +- cloud-computing +- distributed-systems +paper_count: 12 +draft: false +--- + +12 papers selected. + +--- + +### Queue Management for SLO-Oriented Large Language Model Serving + +*Archit Patke, Dhemath Reddy, Saurabh Jha, Haoran Qiu *et al.** + +**TL;DR** — A queue management framework that enforces latency SLOs for LLM serving by dynamically routing and prioritizing requests across heterogeneous inference capacity. + +**Why notable** — As LLM deployments move into production clouds, meeting strict time-to-first-token and total latency SLOs becomes critical; this work directly addresses that gap with a practical, deployable solution. It is one of the first papers to treat LLM serving as a cloud SLO-management problem rather than a pure model-optimization problem. + +[→ Read paper](https://doi.org/10.1145/3698038.3698523) + +--- + +### Kale: Elastic GPU Scheduling for Online DL Model Training + +*Ziyang Liu, Renyu Yang, Jin Ouyang, Weihan Jiang *et al.** + +**TL;DR** — Kale elastically resizes GPU allocations for online DL training jobs in response to real-time resource pressure, improving cluster utilization without violating training progress guarantees. + +**Why notable** — Elastic GPU scheduling is an unsolved pain point in shared ML clusters; Kale's ability to dynamically shrink and expand jobs without checkpointing overhead is directly applicable to production training infrastructure at hyperscalers. + +[→ Read paper](https://doi.org/10.1145/3698038.3698532) + +--- + +### Hops: Fine-grained heterogeneous sensing, efficient and fair Deep Learning cluster scheduling system + +*Qinghe Wang, Futian Wang, Xinwei Zheng* + +**TL;DR** — Hops uses fine-grained, heterogeneity-aware GPU sensing to make scheduling decisions that are simultaneously efficient and fair across diverse DL workloads. + +**Why notable** — Hardware heterogeneity in GPU clusters is the norm, not the exception; Hops provides a principled framework for exploiting that diversity, making it immediately relevant to operators of mixed-generation GPU fleets. + +[→ Read paper](https://doi.org/10.1145/3698038.3698515) + +--- + +### Process-as-a-Service: Unifying Elastic and Stateful Clouds with Serverless Processes + +*Marcin Copik, Alexandru Calotoiu, Gyorgy Réthy, Roman Böhringer *et al.** + +**TL;DR** — PraaS introduces a long-lived, stateful serverless process abstraction that bridges the gap between ephemeral FaaS functions and persistent cloud VMs. + +**Why notable** — Statelessness is the central limitation of today's FaaS platforms; this paper proposes a well-grounded new programming model that could reshape how developers think about serverless, backed by implementation and evaluation at scale. + +[→ Read paper](https://doi.org/10.1145/3698038.3698567) + +--- + +### FaPES: Enabling Efficient Elastic Scaling for Serverless Machine Learning Platforms + +*Xiaoyang Zhao 0005, Siran Yang, Jiamang Wang, Lansong Diao *et al.** + +**TL;DR** — FaPES achieves fast, fine-grained vertical and horizontal scaling of serverless ML serving pods by decoupling memory provisioning from compute allocation. + +**Why notable** — Elastic scaling for ML inference is a key cost driver in cloud ML platforms; FaPES demonstrates sub-second scaling decisions that reduce both cold-start overhead and resource waste, with results from a production deployment. + +[→ Read paper](https://doi.org/10.1145/3698038.3698548) + +--- + +### Faascale: Scaling MicroVM Vertically for Serverless Computing with Memory Elasticity + +*Xinmin Zhang, Qiang He 0001, Hao Fan 0006, Song Wu 0001* + +**TL;DR** — Faascale enables runtime vertical memory scaling of Firecracker microVMs for serverless functions, eliminating the need to restart or pre-provision fixed memory sizes. + +**Why notable** — Memory over-provisioning is a major cost inefficiency in serverless platforms; Faascale's live memory elasticity directly reduces waste while maintaining the isolation guarantees of microVM-based FaaS. + +[→ Read paper](https://doi.org/10.1145/3698038.3698512) + +--- + +### AutoBurst: Autoscaling Burstable Instances for Cost-effective Latency SLOs + +*Rubaba Hasan, Timothy Zhu, Bhuvan Urgaonkar* + +**TL;DR** — AutoBurst exploits burstable cloud instance types and their CPU credit mechanics to autoscale services at lower cost while still meeting tail-latency SLOs. + +**Why notable** — Burstable instances are widely available on all major clouds yet poorly understood for SLO-sensitive workloads; this paper provides a rigorous autoscaling policy that unlocks significant cost savings without sacrificing latency guarantees. + +[→ Read paper](https://doi.org/10.1145/3698038.3698530) + +--- + +### Dynamic Idle Resource Leasing To Safely Oversubscribe Capacity At Meta + +*Nishant Gupta, Iyswarya Narayanan, Shivam Handa, Sayak Chakraborti *et al.** + +**TL;DR** — Meta's production system dynamically lends idle reserved-capacity to opportunistic workloads, recovering stranded compute while ensuring low-latency eviction when owners reclaim resources. + +**Why notable** — This industry paper provides rare visibility into hyperscale capacity management at Meta's scale, demonstrating that safe oversubscription can recover tens of percent of otherwise idle datacenter capacity. + +[→ Read paper](https://doi.org/10.1145/3698038.3698537) + +--- + +### Forecasting Algorithms for Intelligent Resource Scaling: An Experimental Analysis + +*Yanlei Diao, Dominik Horn, Andreas Kipf, Oleksandr Shchur *et al.** + +**TL;DR** — A comprehensive empirical study comparing classical and learned forecasting algorithms for cloud autoscaling, yielding concrete guidelines on when each approach wins. + +**Why notable** — Autoscaling relies heavily on workload forecasting, yet practitioners lack principled guidance on algorithm choice; this work from the MIT/AWS group fills that gap with rigorous experimentation across real-world cloud traces. + +[→ Read paper](https://doi.org/10.1145/3698038.3698564) + +--- + +### Vista: Machine Learning based Database Performance Troubleshooting Framework in Amazon RDS + +*Vikramank Y. Singh, Zhao Song 0001, Balakrishnan (Murali) Narayanaswamy, Kapil Eknath Vaidya *et al.** + +**TL;DR** — Vista is a production ML framework deployed in Amazon RDS that automatically diagnoses performance regressions by correlating database metrics with causal performance models. + +**Why notable** — Database performance debugging at cloud scale is labor-intensive and error-prone; Vista's deployment in RDS demonstrates how ML-driven root-cause analysis can reduce mean-time-to-resolution for thousands of customer instances. + +[→ Read paper](https://doi.org/10.1145/3698038.3698519) + +--- + +### Inshrinkerator: Compressing Deep Learning Training Checkpoints via Dynamic Quantization + +*Amey Agrawal, Sameer Reddy, Satwik Bhattamishra, Venkata Prabhakara Sarath Nookala *et al.** + +**TL;DR** — Inshrinkerator applies dynamic quantization to DL training checkpoints at save time, reducing checkpoint sizes by up to 4x with negligible impact on training convergence. + +**Why notable** — Checkpoint storage and I/O are significant costs in large-scale distributed training; this work provides a transparent, easy-to-adopt compression layer that can be retrofitted into existing training pipelines. + +[→ Read paper](https://doi.org/10.1145/3698038.3698553) + +--- + +### The Sunk Carbon Fallacy: Rethinking Carbon Footprint Metrics for Effective Carbon-Aware Scheduling + +*Noman Bashir, Varun Gohil, Anagha Belavadi Subramanya, Mohammad Shahrad *et al.** + +**TL;DR** — The paper argues that conventional carbon metrics misattribute embodied (manufacturing) carbon as a fixed sunk cost, and proposes revised metrics that make carbon-aware scheduling decisions more accurate and actionable. + +**Why notable** — Carbon-aware cloud scheduling is an emerging priority, but flawed metrics can lead to counterproductive decisions; this work from the Delimitrou and Irwin groups provides a conceptual correction with broad implications for green cloud policy and tooling. + +[→ Read paper](https://doi.org/10.1145/3698038.3698542) + diff --git a/site/content/digests/SoCC-2025/index.md b/site/content/digests/SoCC-2025/index.md new file mode 100644 index 0000000..24434dc --- /dev/null +++ b/site/content/digests/SoCC-2025/index.md @@ -0,0 +1,116 @@ +--- +title: SoCC 2025 Digest +venue: SoCC +year: 2025 +date: '2025-01-01' +tags: [] +paper_count: 13 +draft: false +--- + +13 papers selected. + +--- + +### From Bottleneck to Breakthrough: Optimizing Scheduling for Hyperscale Containerized Clusters + +*Bing Li, Yuquan Ren, Xinyi Song, Zhilei Liu *et al.** + +**TL;DR** — Documents production-scale scheduling improvements at a hyperscale cloud provider, demonstrating how targeted optimizations reduce scheduling tail latency and increase cluster utilization in real containerized workloads. + +--- + +### CPU-Limits kill Performance: Time to rethink Resource Control + +*Chirag C. Shetty, Sarthak Chakraborty, Hubertus Franke, Larisa Shwartz *et al.** + +**TL;DR** — Challenges the conventional use of CPU cgroup limits in cloud environments, showing through production evidence that CFS bandwidth throttling degrades application QoS and proposing a rethink of resource control abstractions. + +--- + +### Rethinking Tiered Memory Management in Cloud Data Centers + +*Tong Xing 0002, Jiaxun Yang, Javier Picorel, Antonio Barbalace* + +**TL;DR** — Proposes a novel tiered memory management framework for cloud data centers that improves performance by rethinking the placement and migration policies across DRAM and CXL/NVM tiers. + +--- + +### Cost-Efficient Cloud Infrastructure with Hugepage-aware Memory Deduplication + +*Ruizhe Huang, Xinyu Wang 0043, Zhida An, Hanwen Lei *et al.** + +**TL;DR** — Deploys hugepage-aware memory deduplication in a large production cloud, achieving significant memory savings without the performance regressions that plague conventional THP-based deduplication. + +--- + +### ALAP: Intent-Based Serverless Computing via Delayed Decision-Making + +*Prasoon Sinha, Kostis Kaffes, Neeraja J. Yadwadkar* + +**TL;DR** — Introduces an intent-based programming model for serverless that defers scheduling decisions until runtime context is available, improving resource efficiency and SLO attainment over eager placement strategies. + +--- + +### Hydra: Virtualized Multi-Language Runtime for High-Density Serverless Platforms + +*Serhii Ivanenko, Vasyl Lanko, Rudi Horn, Vojin Jovanovic *et al.** + +**TL;DR** — Presents a virtualized runtime that multiplexes multiple language environments within a single sandbox, enabling higher function density and faster cold starts on serverless platforms. + +--- + +### Serverless Elasticsearch: the Architecture Transformation from Stateful to Stateless + +*Iraklis Psaroudakis, Pooya Salehi, Jason Bryan, Francisco Fernández Castaño *et al.** + +**TL;DR** — Describes Elastic's production migration of Elasticsearch to a serverless, stateless architecture, sharing engineering lessons on decoupling compute from state at cloud scale. + +--- + +### DFUSE: Strongly Consistent Write-Back Kernel Caching for Distributed Userspace File Systems + +*Haoyu Li, Jingkai Fu, Qing Li 0002, Windsor Hsu *et al.** + +**TL;DR** — Closes a long-standing gap in FUSE-based distributed file systems by enabling strongly consistent write-back caching in the kernel, significantly improving throughput without sacrificing correctness. + +--- + +### Accelerating Distributed Filesystem Metadata Service via Decoupling Directory Semantics from Metadata Indexing + +*Wenhao Lv, Hao Guo, Qing Wang 0031, Youyou Lu *et al.** + +**TL;DR** — Achieves scalable distributed filesystem metadata by separating directory namespace semantics from the underlying index structure, reducing contention and improving throughput for large-scale cloud storage. + +--- + +### Valet: Efficient Data Placement on Modern SSDs + +*Devashish R. Purandare, Peter Alvaro, Avani Wildani, Darrell D. E. Long *et al.** + +**TL;DR** — Exploits fine-grained internal SSD geometry to make smarter data placement decisions, yielding measurable I/O performance gains without changes to the host storage stack. + +--- + +### Understanding Diffusion Model Serving in Production: A Top-Down Analysis of Workload, Scheduling, and Resource Efficiency + +*Yanying Lin, Shuaipeng Wu, Shutian Luo, Hong Xu 0001 *et al.** + +**TL;DR** — Provides the first comprehensive production characterization of diffusion model inference workloads, revealing unique scheduling and resource efficiency challenges distinct from LLM serving. + +--- + +### ModServe: Modality- and Stage-Aware Resource Disaggregation for Scalable Multimodal Model Serving + +*Haoran Qiu, Anish Biswas, Zihan Zhao, Jayashree Mohan *et al.** + +**TL;DR** — Disaggregates compute resources per modality and pipeline stage for multimodal inference, with a Microsoft production deployment showing improved GPU utilization and latency over monolithic serving. + +--- + +### THORN-ML: Transparent Hardware Offloaded Resilient Networks for RDMA based Distributed ML Workloads + +*Maziyar Nazari, Daniel Noland, Giulio Sidoretti, Erika Hunhoff *et al.** + +**TL;DR** — Offloads RDMA fault detection and recovery to programmable network hardware, making distributed ML training resilient to network failures without modifying the training framework or incurring software overhead. + diff --git a/site/content/digests/SoCC-2026/index.md b/site/content/digests/SoCC-2026/index.md new file mode 100644 index 0000000..f93b578 --- /dev/null +++ b/site/content/digests/SoCC-2026/index.md @@ -0,0 +1,13 @@ +--- +title: SoCC 2026 Digest +venue: SoCC +year: 2026 +date: '2026-01-01' +tags: [] +paper_count: 0 +draft: false +build: + list: never +--- + +No papers selected yet. diff --git a/site/content/digests/TC-2024/index.md b/site/content/digests/TC-2024/index.md new file mode 100644 index 0000000..6f97ae3 --- /dev/null +++ b/site/content/digests/TC-2024/index.md @@ -0,0 +1,132 @@ +--- +title: TC 2024 Digest +venue: TC +year: 2024 +date: '2024-01-01' +tags: [] +paper_count: 12 +draft: false +--- + +12 papers selected. + +--- + +### Achieving DRAM-Like PCM by Trading Off Capacity for Latency + +*Irina Alam, Puneet Gupta 0001* + +**TL;DR** — Proposes a capacity-for-latency trade-off in Phase Change Memory to match DRAM-level access latency without specialized process changes. + +**Why notable** — Offers a practical path to deploying PCM as a DRAM alternative, directly addressing the latency gap that has blocked PCM adoption in main-memory systems. + +--- + +### A High-Performance, Energy-Efficient Modular DMA Engine Architecture + +*Thomas Benz, Michael Rogenmoser, Paul Scheffler, Samuel Riedel *et al.** + +**TL;DR** — Presents a modular, parametric DMA engine design achieving high bandwidth and low energy overhead for heterogeneous SoC data movement. + +**Why notable** — Provides an open, well-evaluated DMA baseline that researchers building custom SoCs or accelerators can directly reuse or benchmark against. + +--- + +### Split-Radix Based Compact Hardware Architecture for CRYSTALS-Kyber + +*Wenbo Guo 0009, Shuguo Li* + +**TL;DR** — Designs a compact FPGA/ASIC hardware accelerator for the CRYSTALS-Kyber post-quantum key encapsulation mechanism using a split-radix NTT. + +**Why notable** — Demonstrates efficient hardware realization of a NIST-standardized post-quantum algorithm, critical for transitioning real systems to quantum-resistant cryptography. + +--- + +### Accelerating Sparse DNNs Based on Tiled GEMM + +*Cong Guo 0003, Fengchen Xue, Jingwen Leng, Yuxian Qiu *et al.** + +**TL;DR** — Accelerates sparse deep neural network inference by restructuring sparse matrix multiplication into tiled GEMM operations that map efficiently onto GPU tensor cores. + +**Why notable** — Bridges the gap between theoretical sparsity speedups and GPU hardware realities, achieving practical inference acceleration on commodity hardware. + +--- + +### Xvpfloat: RISC-V ISA Extension for Variable Extended Precision Floating Point Computation + +*Eric Guthmuller, César Fuguet, Andrea Bocco, Jérôme Fereyre *et al.** + +**TL;DR** — Defines a RISC-V ISA extension supporting variable-precision floating-point operations beyond IEEE 754 standard widths, targeting HPC and scientific computing. + +**Why notable** — Addresses precision flexibility at the ISA level, enabling energy-efficient mixed-precision HPC workloads without requiring separate co-processors. + +--- + +### Enabling HW-Based Task Scheduling in Large Multicore Architectures + +*Lucas Morais, Carlos Álvarez 0001, Daniel Jiménez-González, Juan Miguel De Haro Ruiz *et al.** + +**TL;DR** — Implements task-scheduling logic directly in hardware for large multicore chips, reducing OS scheduling overhead and improving parallelism exploitation. + +**Why notable** — Demonstrates that offloading fine-grained task management to hardware can substantially reduce software overhead in many-core systems. + +--- + +### Ara2: Exploring Single- and Multi-Core Vector Processing With an Efficient RVV 1.0 Compliant Open-Source Processor + +*Matteo Perotti, Matheus A. Cavalcante, Renzo Andri, Lukas Cavigelli *et al.** + +**TL;DR** — Presents Ara2, an open-source RISC-V vector processor fully compliant with RVV 1.0, evaluated across single- and multi-lane configurations for energy-efficient vector workloads. + +**Why notable** — Provides the community with a production-quality, open RVV 1.0 reference design and a thorough design-space exploration of vector-processor microarchitecture. + +--- + +### EcoFlow: Efficient Convolutional Dataflows on Low-Power Neural Network Accelerators + +*Lois Orosa 0001, Skanda Koppula, Yaman Umuroglu, Konstantinos Kanellopoulos *et al.** + +**TL;DR** — Systematically analyzes and optimizes dataflow schedules for convolutional layers on low-power DNN accelerators, yielding significant energy savings. + +**Why notable** — Provides a principled framework for dataflow selection that benefits embedded AI accelerator designers targeting energy-constrained deployments. + +--- + +### Prefender: A Prefetching Defender Against Cache Side Channel Attacks as a Pretender + +*Luyi Li, Jiayi Huang 0001, Lang Feng 0001, Zhongfeng Wang 0001* + +**TL;DR** — Proposes a hardware prefetching mechanism that disguises cache access patterns to defend against conflict-based cache side-channel attacks with low performance overhead. + +**Why notable** — Addresses cache side-channel attacks at the microarchitecture level without relying on software mitigations, offering a lightweight and transparent defense. + +--- + +### Randomizing Set-Associative Caches Against Conflict-Based Cache Side-Channel Attacks + +*Wei Song 0002, Zihan Xue, Jinchi Han, Zhenzhen Li *et al.** + +**TL;DR** — Introduces a cache randomization scheme for set-associative caches that eliminates conflict-based side-channel attack primitives with minimal performance overhead. + +**Why notable** — Provides a strong and low-cost architectural defense against a broad class of cache timing attacks that affect nearly all modern processors. + +--- + +### SCARF: Securing Chips With a Robust Framework Against Fabrication-Time Hardware Trojans + +*Mohammad Eslami, Tara Ghasempouri, Samuel Pagliarini* + +**TL;DR** — Proposes a framework for detecting and mitigating hardware Trojans inserted during chip fabrication using lightweight logic testing combined with side-channel verification. + +**Why notable** — Tackles the increasingly critical supply-chain hardware-security threat with a practical methodology applicable during standard chip validation flows. + +--- + +### GraNDe: Efficient Near-Data Processing Architecture for Graph Neural Networks + +*Sungmin Yun 0001, Hwayong Nam, Jaehyun Park 0006, Byeongho Kim *et al.** + +**TL;DR** — Designs a near-data processing accelerator tailored for graph neural network inference, co-locating compute with graph-structured memory to cut off-chip traffic. + +**Why notable** — Demonstrates that memory-wall bottlenecks in GNN inference can be alleviated by a purpose-built PIM design, achieving substantial speedup and energy efficiency gains. + diff --git a/site/content/digests/TC-2025/index.md b/site/content/digests/TC-2025/index.md new file mode 100644 index 0000000..487ee79 --- /dev/null +++ b/site/content/digests/TC-2025/index.md @@ -0,0 +1,132 @@ +--- +title: TC 2025 Digest +venue: TC +year: 2025 +date: '2025-01-01' +tags: [] +paper_count: 12 +draft: false +--- + +12 papers selected. + +--- + +### RV-CURE: A RISC-V Capability Architecture for Full Memory Safety + +*Yonghae Kim, Anurag Kar, Jaewon Lee, Jaekyu Lee *et al.** + +**TL;DR** — Extends the RISC-V ISA with hardware capabilities to enforce full memory safety—including bounds checking and pointer provenance—across the entire software stack. + +**Why notable** — Demonstrates that capability-based memory safety can be integrated into an open ISA at low cost, with implications for deploying safe-by-default embedded and server systems. + +--- + +### DIVIDE: Efficient RowHammer Defense via In-DRAM Cache-Based Hot Data Isolation + +*Haitao Du, Yuxuan Yang 0009, Song Chen 0001, Yi Kang* + +**TL;DR** — Proposes an in-DRAM cache that isolates frequently accessed rows, preventing RowHammer hammering without costly refresh storms or off-chip overhead. + +**Why notable** — Addresses the escalating RowHammer threat directly inside DRAM with negligible performance overhead, making it a compelling candidate for near-term hardware adoption. + +--- + +### SAL-PIM: A Subarray-Level Processing-in-Memory Architecture With LUT-Based Linear Interpolation for Transformer-Based Text Generation + +*Wontak Han, Hyunjun Cho, Donghyuk Kim, Joo-Young Kim 0001* + +**TL;DR** — Implements subarray-level PIM with lookup-table interpolation inside DRAM to accelerate the memory-bound non-linear operations of transformer inference. + +**Why notable** — Shows how fine-grained PIM design can unblock the bottlenecks specific to LLM inference, providing a pathway to in-memory acceleration of attention and activation layers. + +--- + +### FlashDecoding++Next: High Throughput LLM Inference With Latency and Memory Optimization + +*Guohao Dai 0001, Ke Hong, Qiuli Mao, Xiuhong Li *et al.** + +**TL;DR** — Extends FlashDecoding with memory and latency optimizations to significantly raise GPU throughput during the autoregressive generation phase of large language models. + +**Why notable** — Directly advances the state of the art in LLM serving efficiency on GPU clusters, a problem with immediate commercial relevance. + +--- + +### Mix-GEMM: Extending RISC-V CPUs for Energy-Efficient Mixed-Precision DNN Inference Using Binary Segmentation + +*Jordi Fornt, Enrico Reggiani, Pau Fontova-Musté, Narcís Rodas *et al.** + +**TL;DR** — Adds lightweight ISA extensions to a RISC-V CPU for mixed-precision inference via binary segmentation, avoiding heavyweight SIMD or dedicated accelerators. + +**Why notable** — Provides a cost-effective route to on-device DNN inference on RISC-V embedded cores without the area overhead of a full vector or matrix unit. + +--- + +### Optimizing Tiny Transformers on Low-Power MCUs + +*Victor Jean-Baptiste Jung, Alessio Burrello, Moritz Scherer 0001, Francesco Conti 0001 *et al.** + +**TL;DR** — Develops an automated deployment pipeline for transformer models on microcontrollers, exploiting tiling, quantization, and kernel fusion to fit within tight memory and compute budgets. + +**Why notable** — Enables state-of-the-art sequence models to run on ultra-low-power embedded processors, bridging the gap between transformer research and IoT hardware constraints. + +--- + +### Rethinking Control Flow in Spatial Architectures: Insights Into Control Flow Plane Design + +*Jinyi Deng, Xinru Tang, Jiahao Zhang, Yuxuan Li *et al.** + +**TL;DR** — Systematically studies control-flow support in dataflow/spatial accelerators and proposes a general control-flow plane abstraction that unifies existing ad hoc designs. + +**Why notable** — Offers a principled framework for architects designing the next generation of programmable spatial accelerators, where irregular control flow remains a fundamental challenge. + +--- + +### High-Performance Hardware Implementation of Crystals-Dilithium Based on Improved MDC-NTT + +*Yijun Cui, Junjie Zhong, Bei Wang 0013, Tianyu Xu 0002 *et al.** + +**TL;DR** — Presents an optimized ASIC accelerator for CRYSTALS-Dilithium digital signatures using an improved multi-delay commutator NTT to maximize throughput. + +**Why notable** — Delivers high-performance hardware for a NIST-standardized post-quantum signature scheme, essential for quantum-safe authentication in future systems. + +--- + +### Hardware Accelerated Vision Transformer via Heterogeneous Architecture Design and Adaptive Dataflow Mapping + +*Yingxue Gao, Teng Wang, Lei Gong 0003, Chao Wang 0003 *et al.** + +**TL;DR** — Designs a heterogeneous accelerator for Vision Transformers that adaptively maps attention and FFN computations onto specialized dataflow engines to maximize utilization. + +**Why notable** — Addresses the heterogeneous computational demands of ViT workloads with a flexible architecture, demonstrating state-of-the-art throughput-per-watt on image recognition tasks. + +--- + +### 29-Billion Atoms Molecular Dynamics Simulation With Ab Initio Accuracy on 35 Million Cores of New Sunway Supercomputer + +*Xun Wang 0010, Xiangyu Meng 0005, Zhuoqiang Guo, Mingzhen Li 0001 *et al.** + +**TL;DR** — Scales a machine-learning-based molecular dynamics simulation to 29 billion atoms at ab-initio accuracy across 35 million cores on the Sunway supercomputer. + +**Why notable** — Sets a landmark in scientific HPC scalability, demonstrating how deep co-design of architecture, communication, and ML models enables quantum-accurate simulation at unprecedented scale. + +--- + +### AXI-REALM: Safe, Modular and Lightweight Traffic Monitoring and Regulation for Heterogeneous Mixed-Criticality Systems + +*Thomas Benz, Alessandro Ottaviano, Chaoqun Liang, Robert Balas *et al.** + +**TL;DR** — Introduces an open-source AXI interconnect module that enforces bandwidth and latency isolation between mixed-criticality components in heterogeneous SoCs. + +**Why notable** — Provides a practical, standards-compliant hardware mechanism for achieving real-time guarantees in safety-critical SoCs built from commodity IP blocks. + +--- + +### Stream: Design Space Exploration of Layer-Fused DNNs on Heterogeneous Dataflow Accelerators + +*Arne Symons, Linyan Mei, Steven Colleman, Pouya Houshmand *et al.** + +**TL;DR** — Presents a framework for exploring the design space of layer-fused DNN execution across heterogeneous arrays, jointly optimizing tiling, scheduling, and memory allocation. + +**Why notable** — Enables systematic co-design of DNN models and heterogeneous accelerators, a key capability as networks grow more complex and hardware resources more diverse. + diff --git a/site/content/digests/TC-2026/index.md b/site/content/digests/TC-2026/index.md new file mode 100644 index 0000000..e0f4c8b --- /dev/null +++ b/site/content/digests/TC-2026/index.md @@ -0,0 +1,13 @@ +--- +title: TC 2026 Digest +venue: TC +year: 2026 +date: '2026-01-01' +tags: [] +paper_count: 0 +draft: false +build: + list: never +--- + +No papers selected yet. diff --git a/site/content/digests/TCC-2024/index.md b/site/content/digests/TCC-2024/index.md new file mode 100644 index 0000000..d1cab32 --- /dev/null +++ b/site/content/digests/TCC-2024/index.md @@ -0,0 +1,132 @@ +--- +title: TCC 2024 Digest +venue: TCC +year: 2024 +date: '2024-01-01' +tags: [] +paper_count: 12 +draft: false +--- + +12 papers selected. + +--- + +### FaaSCtrl: A Comprehensive-Latency Controller for Serverless Platforms + +*Abhisek Panda, Smruti R. Sarangi* + +**TL;DR** — FaaSCtrl is a feedback-control system for serverless platforms that jointly manages cold-start, queuing, and execution latency to meet end-to-end SLOs. + +**Why notable** — One of the few serverless controllers that addresses all three latency components together, providing a principled alternative to ad-hoc autoscaling heuristics. + +--- + +### FUSIONIZE++: Improving Serverless Application Performance Using Dynamic Task Inlining and Infrastructure Optimization + +*Trever Schirmer, Joel Scheuner, Tobias Pfandzelter, David Bermbach* + +**TL;DR** — FUSIONIZE++ dynamically fuses serverless functions at runtime and co-optimizes infrastructure selection to cut invocation overhead and cost. + +**Why notable** — Demonstrates concrete end-to-end performance gains from function fusion in real serverless deployments, directly relevant to practitioners optimizing FaaS pipelines. + +--- + +### BaaSLess: Backend-as-a-Service (BaaS)-Enabled Workflows in Federated Serverless Infrastructures + +*Thomas Larcher, Philipp Gritsch, Stefan Nastic, Sashko Ristov* + +**TL;DR** — BaaSLess integrates BaaS capabilities into serverless workflow execution across federated multi-provider infrastructures, enabling stateful cross-cloud function orchestration. + +**Why notable** — Addresses the underexplored intersection of BaaS, serverless, and federation, offering a practical blueprint for multi-cloud serverless applications. + +--- + +### Slim and Fast: Low-Overhead Container Overlay Network With Fast Connection Setup + +*Fusheng Lin, Xin Zhang 0117, Guo Chen 0001, Li Chen 0008 *et al.** + +**TL;DR** — A redesigned container overlay network that minimizes control-plane overhead and dramatically reduces connection setup latency for microservice-dense deployments. + +**Why notable** — The implementation targets real Kubernetes environments and directly improves east-west latency for microservices at scale. + +--- + +### Trustless Collaborative Cloud Federation + +*Bishakh Chandra Ghosh, Sandip Chakraborty 0001* + +**TL;DR** — A blockchain-backed protocol that enables resource sharing across competing cloud providers without requiring a trusted third party. + +**Why notable** — Tackles the fundamental trust barrier in multi-cloud federation with a practical, decentralized design that avoids provider lock-in. + +--- + +### An Adaptive Cloud Resource Quota Scheme Based on Dynamic Portraits and Task-Resource Matching + +*Zuodong Jin, Dan Tao, Peng Qi 0006, Ruipeng Gao* + +**TL;DR** — Builds dynamic workload portraits per tenant and matches them to resource quotas in real time, improving utilization while respecting SLAs in IaaS/PaaS clouds. + +**Why notable** — Moves beyond static quota assignment with a data-driven approach validated on production cloud workload traces. + +--- + +### Aggregate Monitoring for Geo-Distributed Kubernetes Cluster Federations + +*Chih-Kai Huang 0001, Guillaume Pierre* + +**TL;DR** — Proposes a scalable monitoring architecture for Kubernetes federations that aggregates metrics across geo-distributed clusters with low overhead. + +**Why notable** — Practical multi-cloud observability is rarely addressed at the federation layer; this work provides a deployable solution with measured performance on real clusters. + +--- + +### Root Cause Analysis for Cloud-Native Applications + +*Bartosz Zurkowski, Krzysztof Zielinski* + +**TL;DR** — A graph-based RCA framework for microservice architectures that correlates traces, metrics, and logs to pinpoint fault origins in cloud-native deployments. + +**Why notable** — Directly applicable to production microservice operations, offering automated diagnosis that reduces mean time to recovery in complex service graphs. + +--- + +### RAM: A Resource-Aware DDoS Attack Mitigation Framework in Clouds + +*Fangyuan Xing, Fei Tong 0001, Jialong Yang, Guang Cheng 0001 *et al.** + +**TL;DR** — RAM dynamically allocates cloud resources for DDoS mitigation based on attack intensity, balancing protection effectiveness against resource cost. + +**Why notable** — Combines attack detection and elastic resource provisioning in a single framework, making it immediately relevant for cloud security operations. + +--- + +### Enabling Multi-Layer Threat Analysis in Dynamic Cloud Environments + +*Salman Manzoor, Antonios Gouglidis, Matthew Bradbury, Neeraj Suri* + +**TL;DR** — A multi-layer threat analysis system that correlates security events across IaaS, PaaS, and application layers to detect composite attacks in dynamic cloud deployments. + +**Why notable** — Addresses the gap between per-layer security tools and cross-layer attack detection, which is critical for securing modern cloud stacks. + +--- + +### Hyperion: Hardware-Based High-Performance and Secure System for Container Networks + +*Myoungsung You, Minjae Seo, Jaehan Kim, Seungwon Shin 0001 *et al.** + +**TL;DR** — Hyperion offloads container network security enforcement to programmable hardware, achieving line-rate packet processing with strong isolation guarantees. + +**Why notable** — Shows that hardware offload can simultaneously improve both throughput and security in container networking, with real implementation results. + +--- + +### D-STACK: High Throughput DNN Inference by Effective Multiplexing and Spatio-Temporal Scheduling of GPUs + +*Aditya Dhakal, Sameer G. Kulkarni, K. K. Ramakrishnan* + +**TL;DR** — D-STACK multiplexes multiple DNN inference jobs on shared GPUs via spatio-temporal scheduling, significantly increasing throughput without latency SLO violations. + +**Why notable** — Addresses a critical cloud resource management challenge for AI inference services, with a real system implementation and evaluation against production workloads. + diff --git a/site/content/digests/TCC-2025/index.md b/site/content/digests/TCC-2025/index.md new file mode 100644 index 0000000..23357a7 --- /dev/null +++ b/site/content/digests/TCC-2025/index.md @@ -0,0 +1,132 @@ +--- +title: TCC 2025 Digest +venue: TCC +year: 2025 +date: '2025-01-01' +tags: [] +paper_count: 12 +draft: false +--- + +12 papers selected. + +--- + +### DRKC: Deep Reinforcement Learning Enhanced Microservice Scheduling on Kubernetes Clusters in Cloud-Edge Environment + +*Jian Jiang, Qianmu Li, Pengchuan Wang, Yunhuai Liu* + +**TL;DR** — DRKC uses deep reinforcement learning to schedule microservices across Kubernetes clusters spanning cloud and edge nodes, optimizing latency and resource utilization. + +**Why notable** — One of the few papers to tackle DRL-based microservice placement at the Kubernetes level in a real cloud-edge topology, making it directly actionable for practitioners. + +--- + +### DesFaaS: Cross-Layer Joint Dynamic Deployment System for Serverless Stateful Functions + +*Yuquan Jing, Binbin Feng, Zhijun Ding* + +**TL;DR** — DesFaaS jointly optimizes the placement and lifecycle of stateful serverless functions across compute, network, and storage layers to reduce latency and cost. + +**Why notable** — Addresses the hard problem of state management in FaaS by co-designing across layers, opening a new direction for stateful serverless architectures. + +--- + +### CARL: Cost-Optimized Online Container Placement on VMs Using Adversarial Reinforcement Learning + +*Prathamesh Saraf Vinayak, Saswat Subhajyoti Mallick, Lakshmi Jagarlamudi, Anirban Chakraborty 0001 *et al.** + +**TL;DR** — CARL applies adversarial reinforcement learning to online container bin-packing on cloud VMs, minimizing cost while handling adversarial workload patterns. + +**Why notable** — The adversarial training objective makes the scheduler robust to worst-case workload shifts, a significant advance over standard RL-based placement. + +--- + +### CADER: Cost-Efficient Cloud Application Deployment With Tenant Requirement Guarantee in Multi-Clouds + +*Huaqing Tu, Ziqiang Hua, Qianpiao Ma, Hanguang Luo *et al.** + +**TL;DR** — CADER places cloud application components across multiple providers to minimize cost while enforcing per-tenant SLA and data-locality constraints. + +**Why notable** — Provides a rigorous multi-cloud placement framework that balances cost and tenant requirements, directly addressing a key challenge in multi-cloud SaaS/PaaS deployments. + +--- + +### Cloud Load Balancers Need to Stay Off the Data Path + +*Yuchen Zhang, Shuai Jin, Zhenyu Wen, Shibo He *et al.** + +**TL;DR** — Based on large-scale production experience, this paper argues and demonstrates that cloud load balancers should operate out-of-band to eliminate throughput bottlenecks at scale. + +**Why notable** — A rare production-grounded architectural insight from a major cloud provider that challenges conventional in-path load balancer designs. + +--- + +### PHOENIX: Misconfiguration Detection for AWS Serverless Computing + +*Jinfeng Wen, Haodi Ping* + +**TL;DR** — PHOENIX automatically detects security and correctness misconfigurations in AWS Lambda deployments by analyzing IAM policies, triggers, and function configurations. + +**Why notable** — Serverless misconfiguration is a leading cause of cloud security incidents; PHOENIX provides an automated, deployable detection tool for AWS environments. + +--- + +### FaaSScout: Fast and Full Lifecycle RCA for FaaS Applications Using Salient Feature Mining + +*Min Li 0065, Jin Huang, Pengfei Chen 0002, Chongkang Tan* + +**TL;DR** — FaaSScout performs root cause analysis across the full FaaS invocation lifecycle by mining salient features from traces and logs to localize faults quickly. + +**Why notable** — Fills a critical operational gap for serverless: fast, automated fault diagnosis that covers cold starts, platform issues, and application errors in a unified framework. + +--- + +### Hybrid Serverless Platform for Smart Deployment of Service Function Chains + +*Sheshadri K. R, J. Lakshmi* + +**TL;DR** — A hybrid serverless platform that intelligently places NFV service function chains on serverless infrastructure, reducing provisioning overhead while meeting latency targets. + +**Why notable** — Bridges serverless computing and NFV, demonstrating that serverless abstractions can be applied to network function deployment with competitive performance. + +--- + +### PiCoP: Service Mesh for Sharing Microservices in Multiple Environments Using Protocol-Independent Context Propagation + +*Hiroya Onoe, Daisuke Kotani, Yasuo Okabe* + +**TL;DR** — PiCoP extends service mesh capabilities to span heterogeneous protocol environments by providing protocol-independent context propagation for distributed microservice tracing and control. + +**Why notable** — Solves a practical multi-cloud and hybrid deployment challenge where microservices communicate over different protocols, enabling unified observability and policy enforcement. + +--- + +### A Reference Architecture for Governance of Cloud Native Applications + +*William Pourmajidi, Lei Zhang 0078, John Steinbacher, Tony Erwin *et al.** + +**TL;DR** — Proposes and validates a reference architecture that unifies policy enforcement, compliance, and lifecycle governance for cloud-native applications across deployment environments. + +**Why notable** — Provides a vendor-neutral governance blueprint grounded in industry practice, filling a gap between DevOps tooling and organizational cloud compliance requirements. + +--- + +### Observability and Incident Response in Managed Serverless Environments Using Ontology-Based Log Monitoring + +*Lavi Ben-Shimol, Edita Grolman, Aviad Elyashar, Inbar Maimon *et al.** + +**TL;DR** — Uses an ontology-based approach to monitor serverless function logs, enabling structured incident detection and response in managed FaaS environments. + +**Why notable** — Brings structured knowledge representation to serverless observability, enabling richer incident correlation than rule-based or purely ML-based log monitors. + +--- + +### A Run-Time Framework for Ensuring Zero-Trust State of Client's Machines in Cloud Environment + +*Devki Nandan Jha, Graham Lenton, James Asker, David Blundell *et al.** + +**TL;DR** — A runtime attestation framework continuously verifies the security posture of client machines accessing cloud resources, enforcing zero-trust policies based on live system state. + +**Why notable** — Moves zero-trust enforcement from static policy configuration to continuous runtime verification, addressing a key gap in current cloud access control models. + diff --git a/site/content/digests/TCC-2026/index.md b/site/content/digests/TCC-2026/index.md new file mode 100644 index 0000000..dc17eb3 --- /dev/null +++ b/site/content/digests/TCC-2026/index.md @@ -0,0 +1,13 @@ +--- +title: TCC 2026 Digest +venue: TCC +year: 2026 +date: '2026-01-01' +tags: [] +paper_count: 0 +draft: false +build: + list: never +--- + +No papers selected yet. diff --git a/site/content/digests/TOCS-2024/index.md b/site/content/digests/TOCS-2024/index.md new file mode 100644 index 0000000..8b41fba --- /dev/null +++ b/site/content/digests/TOCS-2024/index.md @@ -0,0 +1,92 @@ +--- +title: TOCS 2024 Digest +venue: TOCS +year: 2024 +date: '2024-01-01' +tags: [] +paper_count: 8 +draft: false +--- + +8 papers selected. + +--- + +### PMAlloc: A Holistic Approach to Improving Persistent Memory Allocation + +*Zheng Dang, Shuibing He, Xuechen Zhang, Peiyi Hong *et al.** + +**TL;DR** — PMAlloc redesigns persistent memory allocation end-to-end, co-optimizing the allocator's data structures, concurrency, and crash consistency to dramatically reduce allocation overhead. + +**Why notable** — Persistent memory is still poorly understood at the allocator level; this paper offers a rare holistic treatment that will inform future PM software stacks. + +--- + +### Boki: Towards Data Consistency and Fault Tolerance with Shared Logs in Stateful Serverless Computing + +*Zhipeng Jia, Emmett Witchel* + +**TL;DR** — Boki introduces a shared-log abstraction for serverless functions that provides strong consistency and fault tolerance without requiring developers to manage state explicitly. + +**Why notable** — It reframes stateful serverless as a log-centric problem, offering a clean systems primitive that substantially simplifies correctness guarantees in function-as-a-service platforms. + +--- + +### Diciclo: Flexible User-level Services for Efficient Multitenant Isolation + +*Giorgos Kappes, Stergios V. Anastasiadis* + +**TL;DR** — Diciclo provides a user-level framework that lets services customize their isolation mechanisms without kernel modifications, reducing interference among co-located tenants. + +**Why notable** — Multitenant isolation in cloud systems is typically a blunt instrument; this work shows that flexible, low-overhead isolation can be achieved entirely in user space. + +--- + +### SPATA: Effective OS Bug Detection with Summary-Based, Alias-Aware, and Path-Sensitive Typestate Analysis + +*Tuo Li, Jia-Ju Bai, Yulei Sui, Shi-Min Hu* + +**TL;DR** — SPATA applies a summary-based, alias-aware, and path-sensitive typestate analysis to detect resource-management bugs in OS kernels at scale. + +**Why notable** — Finding use-after-free and double-free bugs in OS code remains an open challenge; SPATA's precision improvements over prior static analyses make it a practical tool for kernel hardening. + +--- + +### Trinity: High-Performance and Reliable Mobile Emulation through Graphics Projection + +*Hao Lin, Zhenhua Li, Di Gao, Yunhao Liu *et al.** + +**TL;DR** — Trinity projects GPU rendering workloads from a mobile device onto a remote high-performance GPU, enabling faithful, high-throughput mobile emulation. + +**Why notable** — Mobile app testing at scale requires accurate emulation of GPU behavior; Trinity's graphics-projection design closes a long-standing fidelity gap in mobile emulators. + +--- + +### Optimizing Resource Management for Shared Microservices: A Scalable System Design + +*Shutian Luo, Chenyu Lin, Kejiang Ye, Guoyao Xu *et al.** + +**TL;DR** — This paper presents a scalable resource-management system for shared microservices that reduces interference and improves utilization in large-scale production deployments. + +**Why notable** — Microservice co-location is the norm in modern clouds, yet managing their shared resources at scale remains unsolved; this work delivers practical, production-validated answers. + +--- + +### Hardware-Software Collaborative Tiered-Memory Management Framework for Virtualization + +*Sai Sha, Chuandong Li, Xiaolin Wang, Zhenlin Wang *et al.** + +**TL;DR** — A hardware-software co-design framework that transparently manages hot/cold data placement across DRAM and slower memory tiers inside virtual machines. + +**Why notable** — As CXL-attached and NVM memory tiers become mainstream in data centers, principled tiered-memory management in hypervisors becomes critical; this paper provides a solid baseline. + +--- + +### Component-distinguishable Co-location and Resource Reclamation for High-throughput Computing + +*Laiping Zhao, Yushuai Cui, Yanan Yang, Xiaobo Zhou *et al.** + +**TL;DR** — This system differentiates micro-components of co-located workloads to reclaim idle resources precisely, boosting overall cluster throughput without violating SLOs. + +**Why notable** — Coarse-grained co-location wastes significant cluster capacity; the component-level granularity introduced here sets a new standard for resource-reclamation systems. + diff --git a/site/content/digests/TOCS-2025/index.md b/site/content/digests/TOCS-2025/index.md new file mode 100644 index 0000000..44c956b --- /dev/null +++ b/site/content/digests/TOCS-2025/index.md @@ -0,0 +1,112 @@ +--- +title: TOCS 2025 Digest +venue: TOCS +year: 2025 +date: '2025-01-01' +tags: [] +paper_count: 10 +draft: false +--- + +10 papers selected. + +--- + +### Whole-system Persistence Made Efficient with Tree-structured Checkpointing on Microkernel + +*Mingkai Dong, Fangnuo Wu, Gequan Mo, Haibo Chen* + +**TL;DR** — A microkernel-based whole-system persistence scheme uses tree-structured incremental checkpointing to achieve low-overhead, crash-consistent snapshots of the entire OS state. + +**Why notable** — Whole-system persistence is a foundational building block for reliable systems; this paper shows it can be done efficiently within a microkernel architecture. + +--- + +### XpuTEE: A High-Performance and Practical Heterogeneous Trusted Execution Environment for GPUs + +*Shulin Fan, Zhichao Hua, Yubin Xia, Haibo Chen* + +**TL;DR** — XpuTEE extends trusted execution environments to GPUs by designing a hardware-assisted isolation mechanism that protects GPU computations with low performance overhead. + +**Why notable** — As GPUs process sensitive ML workloads in shared clouds, TEE support for accelerators is urgently needed; XpuTEE is a comprehensive and practical solution. + +--- + +### RegVault II: Achieving Hardware-Assisted Selective Kernel Data Randomization for Multiple Architectures + +*Ruorong Guo, Yangye Zhou, Jinyan Xu, Wenbo Shen *et al.** + +**TL;DR** — RegVault II uses hardware features to selectively randomize sensitive kernel data structures at runtime across multiple ISAs, raising the bar for kernel exploitation. + +**Why notable** — Kernel data-only attacks bypass existing code-randomization defenses; this work's multi-architecture approach makes selective data randomization practical for production kernels. + +--- + +### Validating JIT Compilers via Compilation Space Exploration + +*Cong Li, Yanyan Jiang, Chang Xu, Zhendong Su* + +**TL;DR** — Compilation space exploration systematically generates and tests the large space of valid JIT compilation outcomes to find miscompilation bugs in production JIT compilers. + +**Why notable** — JIT correctness is notoriously hard to test; this paper's systematic exploration strategy finds real bugs in widely-used runtimes and advances the state of compiler validation. + +--- + +### Freezing-based Memory and Process Co-design for User Experience on Resource-limited Mobile Devices + +*Changlong Li, Zongwei Zhu, Chun Jason Xue, Yu Liang *et al.** + +**TL;DR** — A co-designed memory and process management scheme freezes background processes at fine granularity to reclaim memory while preserving fast resume latency on constrained mobile hardware. + +**Why notable** — Mobile memory pressure directly degrades user experience; this paper's co-design perspective yields measurable improvements on real devices with limited resources. + +--- + +### Analyzing Configuration Dependencies of File Systems + +*Tabassum Mahmud, Om Rameshwar Gatla, Duo Zhang, Carson Love *et al.** + +**TL;DR** — This work systematically analyzes the dependency graph among file-system configuration options to reveal hidden interactions that lead to silent data corruption or crashes. + +**Why notable** — File-system misconfiguration is a major source of data loss in practice; understanding configuration dependencies is essential for building safer storage systems. + +--- + +### Efficient Fault Tolerance for Stateful Serverless Computing with Asymmetric Logging + +*Sheng Qi, Haoyu Feng, Xuanzhe Liu, Xin Jin* + +**TL;DR** — Asymmetric logging decouples the logging cost between the fast and slow paths of stateful serverless functions, enabling low-overhead fault tolerance without sacrificing recovery guarantees. + +**Why notable** — Fault tolerance for stateful serverless remains an open performance challenge; this paper's asymmetric design significantly reduces logging overhead compared to symmetric approaches. + +--- + +### Towards Serialization/Deserialization-free State Transfer in Serverless Workflows + +*Xingda Wei, Fangming Lu, Zhuobin Huang, Rong Chen *et al.** + +**TL;DR** — This system eliminates serialization and deserialization costs when passing state between serverless functions by enabling direct in-memory state transfer across workflow stages. + +**Why notable** — Ser/deser overhead is a dominant cost in serverless workflows; removing it fundamentally changes the performance profile of function chaining at scale. + +--- + +### Enabling Anonymous Online Streaming Analytics at the Network Edge + +*Yunming Xiao, Yanqi Gu, Yibo Zhao, Sen Lin *et al.** + +**TL;DR** — This paper designs an edge-based streaming analytics framework that enforces differential privacy while processing high-throughput data streams with low latency. + +**Why notable** — Privacy-preserving analytics at the edge is increasingly required by regulation and user expectation; this system shows it can be done at practical streaming throughputs. + +--- + +### LCL+: a Lock Chain Length-based Distributed Deadlock Detection and Resolution Service Built for OceanBase + +*Zhenkun Yang, Chen Qian, Xuwang Teng, Fanyu Kong *et al.** + +**TL;DR** — LCL+ detects and resolves distributed deadlocks in the OceanBase database by tracking lock-chain lengths across nodes, achieving low overhead with fast detection latency. + +**Why notable** — Deadlock detection in large-scale distributed databases is an unsolved production problem; this paper presents a battle-tested algorithm deployed in a major commercial system. + diff --git a/site/content/digests/TOCS-2026/index.md b/site/content/digests/TOCS-2026/index.md new file mode 100644 index 0000000..5cb64ee --- /dev/null +++ b/site/content/digests/TOCS-2026/index.md @@ -0,0 +1,13 @@ +--- +title: TOCS 2026 Digest +venue: TOCS +year: 2026 +date: '2026-01-01' +tags: [] +paper_count: 0 +draft: false +build: + list: never +--- + +No papers selected yet. diff --git a/site/content/digests/TPDS-2024/index.md b/site/content/digests/TPDS-2024/index.md new file mode 100644 index 0000000..33f2962 --- /dev/null +++ b/site/content/digests/TPDS-2024/index.md @@ -0,0 +1,132 @@ +--- +title: TPDS 2024 Digest +venue: TPDS +year: 2024 +date: '2024-01-01' +tags: [] +paper_count: 12 +draft: false +--- + +12 papers selected. + +--- + +### Runtime Performance Anomaly Diagnosis in Production HPC Systems Using Active Learning + +*Burak Aksar, Efe Sencan, Benjamin Schwaller, Omar Aaziz *et al.** + +**TL;DR** — An active-learning framework automatically diagnoses runtime performance anomalies in production HPC systems by querying targeted job profiles to minimize labeling effort. + +**Why notable** — It bridges ML-based anomaly detection and operational HPC monitoring, demonstrating scalable root-cause identification on real supercomputer workloads. + +--- + +### AutoDDL: Automatic Distributed Deep Learning With Near-Optimal Bandwidth Cost + +*Jinfan Chen, Shigang Li 0002, Ran Guo, Jinhui Yuan *et al.** + +**TL;DR** — AutoDDL automatically searches for the distributed DNN training strategy that minimizes communication bandwidth cost while meeting performance targets. + +**Why notable** — Combining Hoefler's communication-model expertise with automatic strategy search, this paper is essential reading for practitioners scaling DNN training across large clusters. + +--- + +### PeakFS: An Ultra-High Performance Parallel File System via Computing-Network-Storage Co-Optimization for HPC Applications + +*Yixiao Chen, Haomai Yang, Kai Lu 0002, Wenlve Huang *et al.** + +**TL;DR** — PeakFS co-optimizes compute, network, and storage layers of a parallel file system to deliver ultra-high I/O throughput for HPC workloads. + +**Why notable** — Its holistic co-design perspective sets a new performance baseline for HPC storage and provides actionable insights for next-generation parallel file system architects. + +--- + +### Formal Definitions and Performance Comparison of Consistency Models for Parallel File Systems + +*Chen Wang 0004, Kathryn M. Mohror, Marc Snir* + +**TL;DR** — This paper formalizes consistency models used by parallel file systems and provides the first systematic empirical comparison of their performance trade-offs. + +**Why notable** — Rigorous formal treatment from Snir and Mohror clarifies long-standing ambiguities in HPC storage semantics, making it an important reference for storage system designers. + +--- + +### Malleability in Modern HPC Systems: Current Experiences, Challenges, and Future Opportunities + +*Ahmad Tarraf, Martin Schreiber 0001, Alberto Cascajo, Jean-Baptiste Besnard *et al.** + +**TL;DR** — A comprehensive survey of dynamic resource malleability in HPC, covering runtime systems, job schedulers, and application-level support with lessons from production systems. + +**Why notable** — As energy-aware and burst-resilient HPC scheduling becomes critical, this broad community-driven survey is the definitive starting point for research on malleable HPC runtimes. + +--- + +### Pyxis: Scheduling Mixed Tasks in Disaggregated Datacenters + +*Sheng Qi, Chao Jin, Mosharaf Chowdhury, Zhenming Liu *et al.** + +**TL;DR** — Pyxis is a scheduler for disaggregated datacenters that jointly manages latency-sensitive and batch tasks by exploiting flexible resource pooling across the disaggregated fabric. + +**Why notable** — It tackles one of the central open problems in cloud scheduling—multi-tenancy under disaggregation—with rigorous analysis and demonstrated gains on real workloads. + +--- + +### Swift: Expedited Failure Recovery for Large-Scale DNN Training + +*Yuchen Zhong, Guangming Sheng, Juncheng Liu, Jinhui Yuan *et al.** + +**TL;DR** — Swift dramatically reduces checkpoint and recovery overhead for large-scale DNN training by combining lightweight in-memory snapshots with selective recomputation. + +**Why notable** — As training runs on hundreds of GPUs grow longer and failures become inevitable, Swift's fault-tolerance approach directly addresses a practical bottleneck in modern deep-learning infrastructure. + +--- + +### FastLoad: Speeding Up Data Loading of Both Sparse Matrix and Vector for SpMV on GPUs + +*Jinyu Hu, Huizhang Luo, Hong Jiang 0001, Guoqing Xiao 0001 *et al.** + +**TL;DR** — FastLoad optimizes the memory-access pattern for loading both the sparse matrix and the dense vector in SpMV on GPUs, yielding significant throughput improvements. + +**Why notable** — SpMV is a foundational kernel for scientific computing and graph analytics; this paper's memory-access analysis and optimizations benefit a wide class of GPU applications. + +--- + +### KLNK: Expanding Page Boundaries in a Distributed Shared Memory System + +*Yiwei Ci, Michael R. Lyu, Zhan Zhang 0002, De-Cheng Zuo *et al.** + +**TL;DR** — KLNK extends distributed shared memory page granularity to reduce false sharing and improve throughput for irregular access patterns. + +**Why notable** — It addresses a classic but unsolved bottleneck in DSM systems with a practical, page-table-level mechanism applicable to emerging disaggregated memory architectures. + +--- + +### Enabling Efficient Erasure Coding in Disaggregated Memory Systems + +*Qiliang Li, Liangliang Xu, Yongkun Li 0001, Min Lyu *et al.** + +**TL;DR** — This paper designs an erasure-coding scheme tailored to disaggregated memory, exploiting its unique bandwidth topology to achieve fault tolerance with low overhead. + +**Why notable** — Fault tolerance in disaggregated memory is an open problem of growing importance; this work provides concrete mechanisms and strong performance results. + +--- + +### Simple, Fast and Widely Applicable Concurrent Memory Reclamation via Neutralization + +*Ajay Singh 0002, Trevor Alexander Brown, Ali José Mashtizadeh* + +**TL;DR** — Neutralization is a new mechanism for safe memory reclamation in lock-free data structures that is simpler, faster, and more portable than prior approaches. + +**Why notable** — Safe memory reclamation is a pervasive challenge in concurrent programming; this algorithm's breadth of applicability and performance improvements make it highly reusable. + +--- + +### DeepTM: Efficient Tensor Management in Heterogeneous Memory for DNN Training + +*Haoran Zhou, Wei Rang, Hongyang Chen 0001, Xiaobo Zhou 0002 *et al.** + +**TL;DR** — DeepTM dynamically manages tensor placement across DRAM and NVM during DNN training to reduce memory pressure and improve throughput. + +**Why notable** — As model sizes outpace GPU memory, heterogeneous memory management becomes critical; DeepTM provides a practical, training-aware solution with measurable benefits. + diff --git a/site/content/digests/TPDS-2025/index.md b/site/content/digests/TPDS-2025/index.md new file mode 100644 index 0000000..aabf27c --- /dev/null +++ b/site/content/digests/TPDS-2025/index.md @@ -0,0 +1,132 @@ +--- +title: TPDS 2025 Digest +venue: TPDS +year: 2025 +date: '2025-01-01' +tags: [] +paper_count: 12 +draft: false +--- + +12 papers selected. + +--- + +### HARMONIC: Uncertainty-Aware Multi-Objective Optimization for Energy-Efficient HPC Resource Management + +*Kyrian Adimora, Hongyang Sun 0001* + +**TL;DR** — HARMONIC applies uncertainty-aware multi-objective optimization to jointly minimize energy consumption and maximize performance for HPC resource allocation. + +**Why notable** — It directly addresses the growing demand for energy-proportional HPC scheduling with principled probabilistic models, making it relevant to both system designers and green-computing researchers. + +--- + +### MIST: Towards MPI Instant Startup and Termination on Tianhe HPC Systems + +*Yiqin Dai, Ruibo Wang, Yong Dong, Min Xie *et al.** + +**TL;DR** — MIST reduces MPI job startup and termination latency to near-instant on the Tianhe supercomputer by redesigning the process-management and communication-bootstrap path. + +**Why notable** — Startup overhead is a significant fraction of short-job turnaround time at scale; MIST's results on a top-ranked system provide a concrete reference for HPC runtime developers. + +--- + +### Scheduling With Lightweight Predictions in Power-Constrained HPC Platforms + +*Danilo Carastan-Santos, Georges Da Costa, Igor Fontana De Nardin, Millian Poquet *et al.** + +**TL;DR** — This paper develops a scheduling framework that uses lightweight runtime predictions to respect power caps on HPC systems while minimizing job slowdown. + +**Why notable** — Power capping is now a first-class constraint on modern supercomputers, and this work from leading European HPC scheduling researchers offers practical, deployable algorithms. + +--- + +### PipeMesh: Achieving Memory-Efficient Computation-Communication Overlap for Training Large Language Models + +*Fanxin Li, Shixiong Zhao, Yuhao Qing, Jianyu Jiang *et al.** + +**TL;DR** — PipeMesh overlaps pipeline-parallel computation and communication for LLM training while carefully managing memory to avoid out-of-memory failures. + +**Why notable** — Communication-computation overlap is one of the most impactful levers for LLM training efficiency, and PipeMesh's memory-awareness addresses the key practical constraint. + +--- + +### EfficientMoE: Optimizing Mixture-of-Experts Model Training With Adaptive Load Balance + +*Yan Zeng, Chengchuang Huang, Yipeng Mei, Lifu Zhang 0004 *et al.** + +**TL;DR** — EfficientMoE introduces an adaptive load-balancing strategy for Mixture-of-Experts training that equalizes expert utilization and reduces communication bottlenecks. + +**Why notable** — MoE models are central to frontier LLM architectures, and load imbalance is their primary training inefficiency; this work provides both analysis and a practical solution. + +--- + +### SSpMM: Efficiently Scalable SpMM Kernels Across Multiple Generations of Tensor Cores + +*Zeyu Xue, Mei Wen, Jianchao Yang, Minjin Tang *et al.** + +**TL;DR** — SSpMM delivers portable, high-performance sparse-matrix dense-matrix multiplication kernels that scale efficiently across Ampere, Hopper, and future Tensor Core generations. + +**Why notable** — SpMM is a bottleneck in GNN training and scientific computing; cross-generation portability without performance loss is a significant contribution for the GPU computing community. + +--- + +### IceFrog: A Layer-Elastic Scheduling System for Deep Learning Training in GPU Clusters + +*Wei Gao 0064, Zhuoyuan Ouyang, Peng Sun 0006, Tianwei Zhang 0004 *et al.** + +**TL;DR** — IceFrog dynamically adjusts the number of pipeline stages (layers) assigned to each GPU during training to adapt to cluster heterogeneity and improve utilization. + +**Why notable** — Layer elasticity is a novel dimension of flexibility in distributed DNN training; IceFrog's scheduler provides measurable throughput gains in realistic heterogeneous GPU clusters. + +--- + +### Elastic Relaxation of Concurrent Data Structures + +*Kåre von Geijer, Philippas Tsigas* + +**TL;DR** — This paper introduces a formal framework and concrete algorithms for elastic relaxation of concurrent data structures, allowing tunable trade-offs between consistency and throughput. + +**Why notable** — Tsigas's group advances concurrent data-structure theory with a unifying formalism that subsumes many ad-hoc relaxed designs and enables provable guarantees. + +--- + +### Approximation Algorithms for Scheduling With/Without Deadline Constraints Where Rejection Costs are Proportional to Processing Times + +*Olivier Beaumont, Rémi Bouzel, Lionel Eyraud-Dubois, Esragul Korkmaz *et al.** + +**TL;DR** — This paper derives new approximation algorithms with tight ratios for online and offline scheduling problems where rejected jobs incur costs proportional to their processing times. + +**Why notable** — The theoretical results close open gaps in parallel scheduling complexity and are directly applicable to cloud and HPC batch schedulers that must handle job rejection. + +--- + +### EdgeHydra: Fault-Tolerant Edge Data Distribution Based on Erasure Coding + +*Qiang He 0001, Guobiao Zhang, Jiawei Wang 0003, Ruikun Luo *et al.** + +**TL;DR** — EdgeHydra uses erasure coding tailored to edge-node failure patterns to provide fault-tolerant data distribution with low redundancy overhead at the network edge. + +**Why notable** — Fault tolerance at the edge is an increasingly critical requirement, and this system's erasure-coding approach significantly outperforms replication in storage efficiency. + +--- + +### Two-Dimensional Balanced Partitioning and Efficient Caching for Distributed Graph Analysis + +*Shuai Lin, Rui Wang 0076, Yongkun Li 0001, Yinlong Xu 0001 *et al.** + +**TL;DR** — This paper proposes a 2D balanced graph partitioning scheme combined with a caching policy that jointly minimizes communication and replication costs in distributed graph systems. + +**Why notable** — Graph partitioning and caching are co-dependent problems rarely treated together; the combined optimization yields substantial performance improvements with strong theoretical backing. + +--- + +### Towards Universal Performance Modeling for Machine Learning Training on Multi-GPU Platforms + +*Zhongyi Lin, Ning Sun, Pallab Bhattacharya, Xizhou Feng *et al.** + +**TL;DR** — This work builds a platform-agnostic performance model for distributed ML training that accurately predicts training throughput across diverse multi-GPU configurations without per-system profiling. + +**Why notable** — A universal modeling framework from Owens's group removes the need for expensive empirical searches when tuning distributed training configurations, benefiting the entire ML systems community. + diff --git a/site/content/digests/TPDS-2026/index.md b/site/content/digests/TPDS-2026/index.md new file mode 100644 index 0000000..b6b5fe9 --- /dev/null +++ b/site/content/digests/TPDS-2026/index.md @@ -0,0 +1,13 @@ +--- +title: TPDS 2026 Digest +venue: TPDS +year: 2026 +date: '2026-01-01' +tags: [] +paper_count: 0 +draft: false +build: + list: never +--- + +No papers selected yet. diff --git a/site/content/digests/_index.md b/site/content/digests/_index.md new file mode 100644 index 0000000..3342d61 --- /dev/null +++ b/site/content/digests/_index.md @@ -0,0 +1,5 @@ +--- +title: Digests +layout: digests +draft: false +--- diff --git a/site/content/venues/conferences/ATC/_index.md b/site/content/venues/conferences/ATC/_index.md index c3ba44c..dfac63d 100644 --- a/site/content/venues/conferences/ATC/_index.md +++ b/site/content/venues/conferences/ATC/_index.md @@ -13,6 +13,10 @@ deadline_source: wikicfp:192652 homepage: https://sigops.org/s/conferences/atc/2026/ next_deadline: Jun 10, 2026 next_event: Nov 16-18, 2026 +notification: Sep 18, 2026 +camera_ready: Oct 16, 2026 +location: Hong Kong +cfp_url: https://sigops.org/s/conferences/atc/2026/cfp.html --- *ACM SIGOPS Annual Technical Conference* @@ -28,5 +32,14 @@ next_event: Nov 16-18, 2026 | | | |---|---| | **Paper deadline** | Jun 10, 2026 | +| **Notification** | Sep 18, 2026 | +| **Camera-ready** | Oct 16, 2026 | | **Event dates** | Nov 16-18, 2026 | +| **Location** | Hong Kong | +| **CFP** | [https://sigops.org/s/conferences/atc/2026/cfp.html](https://sigops.org/s/conferences/atc/2026/cfp.html) | | **Source** | `wikicfp:192652` | + +## Digests + +- [ATC 2025](/digests/atc-2025/) — 13 papers +- [ATC 2024](/digests/atc-2024/) — 12 papers diff --git a/site/content/venues/conferences/CCGrid/_index.md b/site/content/venues/conferences/CCGrid/_index.md index 10c497e..be61fff 100644 --- a/site/content/venues/conferences/CCGrid/_index.md +++ b/site/content/venues/conferences/CCGrid/_index.md @@ -13,6 +13,10 @@ dblp_key: conf/ccgrid draft: false next_deadline: Dec 21, 2025 next_event: May 18-21, 2026 +notification: Feb 10, 2026 +camera_ready: Mar 22, 2026 +location: Sydney, Australia +cfp_url: https://ccgrid2026.org/cfp.html --- *IEEE/ACM International Symposium on Cluster, Cloud and Internet Computing* @@ -28,4 +32,12 @@ next_event: May 18-21, 2026 | | | |---|---| | **Paper deadline** | Dec 21, 2025 | +| **Notification** | Feb 10, 2026 | +| **Camera-ready** | Mar 22, 2026 | | **Event dates** | May 18-21, 2026 | +| **Location** | Sydney, Australia | +| **CFP** | [https://ccgrid2026.org/cfp.html](https://ccgrid2026.org/cfp.html) | + +## Digests + +- [CCGrid 2024](/digests/ccgrid-2024/) — 10 papers diff --git a/site/content/venues/conferences/EuroSys/_index.md b/site/content/venues/conferences/EuroSys/_index.md index abcd197..a4ebe34 100644 --- a/site/content/venues/conferences/EuroSys/_index.md +++ b/site/content/venues/conferences/EuroSys/_index.md @@ -14,6 +14,9 @@ homepage: https://2027.eurosys.org/ next_deadline: May 14, 2026 next_event: Apr 19-24, 2027 abstract_deadline: May 7, 2026 +notification: Aug 21, 2026 +location: Rabat, Morocco +cfp_url: https://2027.eurosys.org/cfp.html --- *European Conference on Computer Systems* @@ -30,5 +33,13 @@ abstract_deadline: May 7, 2026 |---|---| | **Abstract deadline** | May 7, 2026 | | **Paper deadline** | May 14, 2026 | +| **Notification** | Aug 21, 2026 | | **Event dates** | Apr 19-24, 2027 | +| **Location** | Rabat, Morocco | +| **CFP** | [https://2027.eurosys.org/cfp.html](https://2027.eurosys.org/cfp.html) | | **Source** | `wikicfp:186524` | + +## Digests + +- [EuroSys 2025](/digests/eurosys-2025/) — 13 papers +- [EuroSys 2024](/digests/eurosys-2024/) — 13 papers diff --git a/site/content/venues/conferences/HPDC/_index.md b/site/content/venues/conferences/HPDC/_index.md index 55c4fcf..cfe13fd 100644 --- a/site/content/venues/conferences/HPDC/_index.md +++ b/site/content/venues/conferences/HPDC/_index.md @@ -14,6 +14,10 @@ homepage: https://www.hpdc.org/ next_deadline: Feb 5, 2026 next_event: Jul 13, 2026 - Jul 16, 2026 abstract_deadline: Jan 29, 2026 +notification: Mar 31, 2026 +camera_ready: Apr 30, 2026 +location: Cleveland, OH, USA +cfp_url: https://hpdc.sci.utah.edu/2026/calls-cfp.html --- *IEEE International Symposium on High Performance Distributed Computing* @@ -30,5 +34,14 @@ abstract_deadline: Jan 29, 2026 |---|---| | **Abstract deadline** | Jan 29, 2026 | | **Paper deadline** | Feb 5, 2026 | +| **Notification** | Mar 31, 2026 | +| **Camera-ready** | Apr 30, 2026 | | **Event dates** | Jul 13, 2026 - Jul 16, 2026 | +| **Location** | Cleveland, OH, USA | +| **CFP** | [https://hpdc.sci.utah.edu/2026/calls-cfp.html](https://hpdc.sci.utah.edu/2026/calls-cfp.html) | | **Source** | `wikicfp:191029` | + +## Digests + +- [HPDC 2025](/digests/hpdc-2025/) — 10 papers +- [HPDC 2024](/digests/hpdc-2024/) — 12 papers diff --git a/site/content/venues/conferences/IPDPS/_index.md b/site/content/venues/conferences/IPDPS/_index.md index d30cc78..d2de9b8 100644 --- a/site/content/venues/conferences/IPDPS/_index.md +++ b/site/content/venues/conferences/IPDPS/_index.md @@ -14,6 +14,10 @@ homepage: https://www.ipdps.org/ next_deadline: Oct 9, 2025 next_event: May 25-29, 2026 abstract_deadline: Oct 2, 2025 +notification: Feb 2, 2026 +camera_ready: Feb 20, 2026 +location: New Orleans, USA +cfp_url: https://www.ipdps.org/ipdps2026/2026-call-for-papers.html --- *IEEE International Parallel and Distributed Processing Symposium* @@ -30,5 +34,14 @@ abstract_deadline: Oct 2, 2025 |---|---| | **Abstract deadline** | Oct 2, 2025 | | **Paper deadline** | Oct 9, 2025 | +| **Notification** | Feb 2, 2026 | +| **Camera-ready** | Feb 20, 2026 | | **Event dates** | May 25-29, 2026 | +| **Location** | New Orleans, USA | +| **CFP** | [https://www.ipdps.org/ipdps2026/2026-call-for-papers.html](https://www.ipdps.org/ipdps2026/2026-call-for-papers.html) | | **Source** | `wikicfp:189093` | + +## Digests + +- [IPDPS 2025](/digests/ipdps-2025/) — 12 papers +- [IPDPS 2024](/digests/ipdps-2024/) — 14 papers diff --git a/site/content/venues/conferences/Middleware/_index.md b/site/content/venues/conferences/Middleware/_index.md index bdd8513..f9cbab5 100644 --- a/site/content/venues/conferences/Middleware/_index.md +++ b/site/content/venues/conferences/Middleware/_index.md @@ -13,6 +13,10 @@ homepage: https://middleware-conf.github.io/2026/ next_deadline: Jun 5, 2026 next_event: Dec 14-18, 2026 abstract_deadline: May 29, 2026 +notification: Aug 28, 2026 +camera_ready: Oct 16, 2026 +location: Tarragona, Spain +cfp_url: https://middleware-conf.github.io/2026/calls/call-for-research-papers/ --- *ACM/IFIP/USENIX Middleware Conference* @@ -29,5 +33,14 @@ abstract_deadline: May 29, 2026 |---|---| | **Abstract deadline** | May 29, 2026 | | **Paper deadline** | Jun 5, 2026 | +| **Notification** | Aug 28, 2026 | +| **Camera-ready** | Oct 16, 2026 | | **Event dates** | Dec 14-18, 2026 | +| **Location** | Tarragona, Spain | +| **CFP** | [https://middleware-conf.github.io/2026/calls/call-for-research-papers/](https://middleware-conf.github.io/2026/calls/call-for-research-papers/) | | **Source** | `wikicfp:190153` | + +## Digests + +- [Middleware 2025](/digests/middleware-2025/) — 12 papers +- [Middleware 2024](/digests/middleware-2024/) — 11 papers diff --git a/site/content/venues/conferences/MobiSys/_index.md b/site/content/venues/conferences/MobiSys/_index.md index 6a2e97b..22d2c00 100644 --- a/site/content/venues/conferences/MobiSys/_index.md +++ b/site/content/venues/conferences/MobiSys/_index.md @@ -13,6 +13,9 @@ homepage: https://www.sigmobile.org/mobisys/2026/ next_deadline: Dec 5, 2025 abstract_deadline: Nov 28, 2025 next_event: Jun 22-24, 2026 +notification: Mar 2, 2026 +camera_ready: Apr 13, 2026 +cfp_url: https://www.sigmobile.org/mobisys/2026/ --- *ACM International Conference on Mobile Systems, Applications, and Services* @@ -29,4 +32,12 @@ next_event: Jun 22-24, 2026 |---|---| | **Abstract deadline** | Nov 28, 2025 | | **Paper deadline** | Dec 5, 2025 | +| **Notification** | Mar 2, 2026 | +| **Camera-ready** | Apr 13, 2026 | | **Event dates** | Jun 22-24, 2026 | +| **CFP** | [https://www.sigmobile.org/mobisys/2026/](https://www.sigmobile.org/mobisys/2026/) | + +## Digests + +- [MobiSys 2025](/digests/mobisys-2025/) — 12 papers +- [MobiSys 2024](/digests/mobisys-2024/) — 13 papers diff --git a/site/content/venues/conferences/NSDI/_index.md b/site/content/venues/conferences/NSDI/_index.md index 6046d14..92f5f4f 100644 --- a/site/content/venues/conferences/NSDI/_index.md +++ b/site/content/venues/conferences/NSDI/_index.md @@ -13,6 +13,9 @@ homepage: https://www.usenix.org/conference/nsdi27 next_deadline: Sep 17, 2026 abstract_deadline: Sep 10, 2026 next_event: May 11-13, 2027 +notification: Dec 8, 2026 +location: Providence, RI, USA +cfp_url: https://www.usenix.org/conference/nsdi27/call-for-papers --- *USENIX Symposium on Networked Systems Design and Implementation* @@ -29,4 +32,12 @@ next_event: May 11-13, 2027 |---|---| | **Abstract deadline** | Sep 10, 2026 | | **Paper deadline** | Sep 17, 2026 | +| **Notification** | Dec 8, 2026 | | **Event dates** | May 11-13, 2027 | +| **Location** | Providence, RI, USA | +| **CFP** | [https://www.usenix.org/conference/nsdi27/call-for-papers](https://www.usenix.org/conference/nsdi27/call-for-papers) | + +## Digests + +- [NSDI 2025](/digests/nsdi-2025/) — 13 papers +- [NSDI 2024](/digests/nsdi-2024/) — 13 papers diff --git a/site/content/venues/conferences/OSDI/_index.md b/site/content/venues/conferences/OSDI/_index.md index 0d20d71..5b323bc 100644 --- a/site/content/venues/conferences/OSDI/_index.md +++ b/site/content/venues/conferences/OSDI/_index.md @@ -13,6 +13,8 @@ homepage: https://www.usenix.org/conference/osdi26 next_deadline: Dec 11, 2025 abstract_deadline: Dec 4, 2025 next_event: Jul 13-15, 2026 +location: Seattle, WA, USA +cfp_url: https://www.usenix.org/conference/osdi26/call-for-papers --- *USENIX Symposium on Operating Systems Design and Implementation* @@ -30,3 +32,10 @@ next_event: Jul 13-15, 2026 | **Abstract deadline** | Dec 4, 2025 | | **Paper deadline** | Dec 11, 2025 | | **Event dates** | Jul 13-15, 2026 | +| **Location** | Seattle, WA, USA | +| **CFP** | [https://www.usenix.org/conference/osdi26/call-for-papers](https://www.usenix.org/conference/osdi26/call-for-papers) | + +## Digests + +- [OSDI 2025](/digests/osdi-2025/) — 13 papers +- [OSDI 2024](/digests/osdi-2024/) — 11 papers diff --git a/site/content/venues/conferences/SC/_index.md b/site/content/venues/conferences/SC/_index.md index 002d5b2..279f3ce 100644 --- a/site/content/venues/conferences/SC/_index.md +++ b/site/content/venues/conferences/SC/_index.md @@ -15,6 +15,10 @@ homepage: https://sc24.supercomputing.org/ next_deadline: Apr 8, 2026 abstract_deadline: Apr 1, 2026 next_event: Nov 17-19, 2026 +notification: Jul 1, 2026 +camera_ready: Aug 28, 2026 +location: Chicago, IL, USA +cfp_url: https://sc26.supercomputing.org/program/papers/ --- *International Conference for High Performance Computing, Networking, Storage and Analysis* @@ -31,5 +35,14 @@ next_event: Nov 17-19, 2026 |---|---| | **Abstract deadline** | Apr 1, 2026 | | **Paper deadline** | Apr 8, 2026 | +| **Notification** | Jul 1, 2026 | +| **Camera-ready** | Aug 28, 2026 | | **Event dates** | Nov 17-19, 2026 | +| **Location** | Chicago, IL, USA | +| **CFP** | [https://sc26.supercomputing.org/program/papers/](https://sc26.supercomputing.org/program/papers/) | | **Source** | `wikicfp:194274` | + +## Digests + +- [SC 2025](/digests/sc-2025/) — 15 papers +- [SC 2024](/digests/sc-2024/) — 15 papers diff --git a/site/content/venues/conferences/SEC/_index.md b/site/content/venues/conferences/SEC/_index.md index 2cb5328..870a96e 100644 --- a/site/content/venues/conferences/SEC/_index.md +++ b/site/content/venues/conferences/SEC/_index.md @@ -6,13 +6,16 @@ domain: - edge-computing type: conference icore_rank: unranked -dblp_key: conf/sec +dblp_key: conf/ieeesec draft: false deadline_source: wikicfp:189776 homepage: https://acm-ieee-sec.org/2026/ next_deadline: May 1, 2026 abstract_deadline: Apr 24, 2026 next_event: Oct 13-16, 2026 +notification: Jul 29, 2026 +camera_ready: Sep 4, 2026 +cfp_url: https://acm-ieee-sec.org/2026/ --- *IEEE/ACM Symposium on Edge Computing* @@ -29,5 +32,13 @@ next_event: Oct 13-16, 2026 |---|---| | **Abstract deadline** | Apr 24, 2026 | | **Paper deadline** | May 1, 2026 | +| **Notification** | Jul 29, 2026 | +| **Camera-ready** | Sep 4, 2026 | | **Event dates** | Oct 13-16, 2026 | +| **CFP** | [https://acm-ieee-sec.org/2026/](https://acm-ieee-sec.org/2026/) | | **Source** | `wikicfp:189776` | + +## Digests + +- [SEC 2025](/digests/sec-2025/) — 12 papers +- [SEC 2024](/digests/sec-2024/) — 12 papers diff --git a/site/content/venues/conferences/SOSP/_index.md b/site/content/venues/conferences/SOSP/_index.md index 7ec0c8f..380e641 100644 --- a/site/content/venues/conferences/SOSP/_index.md +++ b/site/content/venues/conferences/SOSP/_index.md @@ -14,6 +14,10 @@ homepage: https://sigops.org/s/conferences/sosp/ next_deadline: Apr 1, 2026 next_event: Sep 29, 2026 - Oct 2, 2026 abstract_deadline: Mar 26, 2026 +notification: Jul 3, 2026 +camera_ready: Aug 28, 2026 +location: Prague, Czechia +cfp_url: https://sigops.org/s/conferences/sosp/2026/cfp.html --- *ACM Symposium on Operating Systems Principles* @@ -30,5 +34,14 @@ abstract_deadline: Mar 26, 2026 |---|---| | **Abstract deadline** | Mar 26, 2026 | | **Paper deadline** | Apr 1, 2026 | +| **Notification** | Jul 3, 2026 | +| **Camera-ready** | Aug 28, 2026 | | **Event dates** | Sep 29, 2026 - Oct 2, 2026 | +| **Location** | Prague, Czechia | +| **CFP** | [https://sigops.org/s/conferences/sosp/2026/cfp.html](https://sigops.org/s/conferences/sosp/2026/cfp.html) | | **Source** | `wikicfp:191399` | + +## Digests + +- [SOSP 2025](/digests/sosp-2025/) — 14 papers +- [SOSP 2024](/digests/sosp-2024/) — 13 papers diff --git a/site/content/venues/conferences/SoCC/_index.md b/site/content/venues/conferences/SoCC/_index.md index fa20903..82f91cf 100644 --- a/site/content/venues/conferences/SoCC/_index.md +++ b/site/content/venues/conferences/SoCC/_index.md @@ -13,6 +13,10 @@ homepage: https://acmsocc.org/2026/ next_deadline: Jul 14, 2026 next_event: Nov 18-20, 2026 abstract_deadline: Jul 7, 2026 +notification: Sep 26, 2026 +camera_ready: Oct 17, 2026 +location: Singapore +cfp_url: https://acmsocc.org/2026/papers.html --- *ACM Symposium on Cloud Computing* @@ -29,5 +33,14 @@ abstract_deadline: Jul 7, 2026 |---|---| | **Abstract deadline** | Jul 7, 2026 | | **Paper deadline** | Jul 14, 2026 | +| **Notification** | Sep 26, 2026 | +| **Camera-ready** | Oct 17, 2026 | | **Event dates** | Nov 18-20, 2026 | +| **Location** | Singapore | +| **CFP** | [https://acmsocc.org/2026/papers.html](https://acmsocc.org/2026/papers.html) | | **Source** | `wikicfp:191071` | + +## Digests + +- [SoCC 2025](/digests/socc-2025/) — 13 papers +- [SoCC 2024](/digests/socc-2024/) — 12 papers diff --git a/site/content/venues/conferences/_index.md b/site/content/venues/conferences/_index.md index 88b4fd9..6e55737 100644 --- a/site/content/venues/conferences/_index.md +++ b/site/content/venues/conferences/_index.md @@ -4,18 +4,18 @@ description: 13 tracked conferences draft: false --- -| Conference | Full name | ICORE | Next deadline | Domains | -|---|---|---|---|---| -| [OSDI](/venues/conferences/osdi/) | USENIX Symposium on Operating Systems Design and Implementation | **A*** | Dec 11, 2025 | `edge-and-cloud`, `operating-systems`, `distributed-systems` | -| [SOSP](/venues/conferences/sosp/) | ACM Symposium on Operating Systems Principles | **A*** | Apr 1, 2026 | `edge-and-cloud`, `operating-systems`, `distributed-systems` | -| [EuroSys](/venues/conferences/eurosys/) | European Conference on Computer Systems | **A** | May 14, 2026 | `edge-and-cloud`, `operating-systems`, `distributed-systems` | -| [HPDC](/venues/conferences/hpdc/) | IEEE International Symposium on High Performance Distributed Computing | **A** | Feb 5, 2026 | `edge-and-cloud`, `hpc`, `distributed-systems` | -| [IPDPS](/venues/conferences/ipdps/) | IEEE International Parallel and Distributed Processing Symposium | **A** | Oct 9, 2025 | `edge-and-cloud`, `parallel-computing`, `distributed-systems` | -| [Middleware](/venues/conferences/middleware/) | ACM/IFIP/USENIX Middleware Conference | **A** | Jun 5, 2026 | `edge-and-cloud`, `distributed-systems` | -| [MobiSys](/venues/conferences/mobisys/) | ACM International Conference on Mobile Systems, Applications, and Services | **A** | Dec 5, 2025 | `edge-and-cloud`, `mobile-computing`, `edge-computing` | -| [SC](/venues/conferences/sc/) | International Conference for High Performance Computing, Networking, Storage and Analysis | **A** | Apr 8, 2026 | `edge-and-cloud`, `hpc`, `distributed-systems` | -| [CCGrid](/venues/conferences/ccgrid/) | IEEE/ACM International Symposium on Cluster, Cloud and Internet Computing | **B** | Dec 21, 2025 | `edge-and-cloud`, `cloud-computing`, `hpc`, `distributed-systems` | -| [ATC](/venues/conferences/atc/) | ACM SIGOPS Annual Technical Conference | **C** | Jun 10, 2026 | `edge-and-cloud`, `operating-systems`, `distributed-systems` | -| [NSDI](/venues/conferences/nsdi/) | USENIX Symposium on Networked Systems Design and Implementation | **National: USA** | Sep 17, 2026 | `edge-and-cloud`, `networking`, `distributed-systems` | -| [SEC](/venues/conferences/sec/) | IEEE/ACM Symposium on Edge Computing | **unranked** | May 1, 2026 | `edge-and-cloud`, `edge-computing` | -| [SoCC](/venues/conferences/socc/) | ACM Symposium on Cloud Computing | **—** | Jul 14, 2026 | `edge-and-cloud`, `cloud-computing` | +| Conference | Full name | ICORE | Abstract | Paper deadline | Notification | Event | Location | +|---|---|---|---|---|---|---|---| +| [OSDI](/venues/conferences/osdi/) | USENIX Symposium on Operating Systems Design and Implementation | **A*** | Dec 4, 2025 | Dec 11, 2025 | | Jul 13-15, 2026 | Seattle, WA, USA | +| [SOSP](/venues/conferences/sosp/) | ACM Symposium on Operating Systems Principles | **A*** | Mar 26, 2026 | Apr 1, 2026 | Jul 3, 2026 | Sep 29, 2026 - Oct 2, 2026 | Prague, Czechia | +| [EuroSys](/venues/conferences/eurosys/) | European Conference on Computer Systems | **A** | May 7, 2026 | May 14, 2026 | Aug 21, 2026 | Apr 19-24, 2027 | Rabat, Morocco | +| [HPDC](/venues/conferences/hpdc/) | IEEE International Symposium on High Performance Distributed Computing | **A** | Jan 29, 2026 | Feb 5, 2026 | Mar 31, 2026 | Jul 13, 2026 - Jul 16, 2026 | Cleveland, OH, USA | +| [IPDPS](/venues/conferences/ipdps/) | IEEE International Parallel and Distributed Processing Symposium | **A** | Oct 2, 2025 | Oct 9, 2025 | Feb 2, 2026 | May 25-29, 2026 | New Orleans, USA | +| [Middleware](/venues/conferences/middleware/) | ACM/IFIP/USENIX Middleware Conference | **A** | May 29, 2026 | Jun 5, 2026 | Aug 28, 2026 | Dec 14-18, 2026 | Tarragona, Spain | +| [MobiSys](/venues/conferences/mobisys/) | ACM International Conference on Mobile Systems, Applications, and Services | **A** | Nov 28, 2025 | Dec 5, 2025 | Mar 2, 2026 | Jun 22-24, 2026 | | +| [SC](/venues/conferences/sc/) | International Conference for High Performance Computing, Networking, Storage and Analysis | **A** | Apr 1, 2026 | Apr 8, 2026 | Jul 1, 2026 | Nov 17-19, 2026 | Chicago, IL, USA | +| [CCGrid](/venues/conferences/ccgrid/) | IEEE/ACM International Symposium on Cluster, Cloud and Internet Computing | **B** | | Dec 21, 2025 | Feb 10, 2026 | May 18-21, 2026 | Sydney, Australia | +| [ATC](/venues/conferences/atc/) | ACM SIGOPS Annual Technical Conference | **C** | | Jun 10, 2026 | Sep 18, 2026 | Nov 16-18, 2026 | Hong Kong | +| [NSDI](/venues/conferences/nsdi/) | USENIX Symposium on Networked Systems Design and Implementation | **National: USA** | Sep 10, 2026 | Sep 17, 2026 | Dec 8, 2026 | May 11-13, 2027 | Providence, RI, USA | +| [SEC](/venues/conferences/sec/) | IEEE/ACM Symposium on Edge Computing | **unranked** | Apr 24, 2026 | May 1, 2026 | Jul 29, 2026 | Oct 13-16, 2026 | | +| [SoCC](/venues/conferences/socc/) | ACM Symposium on Cloud Computing | **—** | Jul 7, 2026 | Jul 14, 2026 | Sep 26, 2026 | Nov 18-20, 2026 | Singapore | diff --git a/site/content/venues/journals/FGCS/_index.md b/site/content/venues/journals/FGCS/_index.md index 5340de7..d9c4ecf 100644 --- a/site/content/venues/journals/FGCS/_index.md +++ b/site/content/venues/journals/FGCS/_index.md @@ -27,3 +27,8 @@ homepage: https://www.sciencedirect.com/journal/future-generation-computer-syste | **Submission model** | Rolling | | **Domains** | `edge-and-cloud`, `cloud-computing`, `distributed-systems` | | **Website** | [https://www.sciencedirect.com/journal/future-generation-computer-systems](https://www.sciencedirect.com/journal/future-generation-computer-systems) | + +## Digests + +- [FGCS 2025](/digests/fgcs-2025/) — 12 papers +- [FGCS 2024](/digests/fgcs-2024/) — 12 papers diff --git a/site/content/venues/journals/IC/_index.md b/site/content/venues/journals/IC/_index.md index ea441d2..c9b6b84 100644 --- a/site/content/venues/journals/IC/_index.md +++ b/site/content/venues/journals/IC/_index.md @@ -27,3 +27,8 @@ scimago_h_index: '122' | **Submission model** | Rolling | | **Domains** | `edge-and-cloud`, `networking`, `cloud-computing` | | **Website** | [https://www.computer.org/csdl/magazine/ic](https://www.computer.org/csdl/magazine/ic) | + +## Digests + +- [IC 2025](/digests/ic-2025/) — 10 papers +- [IC 2024](/digests/ic-2024/) — 10 papers diff --git a/site/content/venues/journals/JPDC/_index.md b/site/content/venues/journals/JPDC/_index.md index 57c68a8..f2d6f88 100644 --- a/site/content/venues/journals/JPDC/_index.md +++ b/site/content/venues/journals/JPDC/_index.md @@ -27,3 +27,8 @@ homepage: https://www.sciencedirect.com/journal/journal-of-parallel-and-distribu | **Submission model** | Rolling | | **Domains** | `edge-and-cloud`, `parallel-computing`, `distributed-systems` | | **Website** | [https://www.sciencedirect.com/journal/journal-of-parallel-and-distributed-computing](https://www.sciencedirect.com/journal/journal-of-parallel-and-distributed-computing) | + +## Digests + +- [JPDC 2025](/digests/jpdc-2025/) — 12 papers +- [JPDC 2024](/digests/jpdc-2024/) — 12 papers diff --git a/site/content/venues/journals/TC/_index.md b/site/content/venues/journals/TC/_index.md index d609bf6..8f6ecb0 100644 --- a/site/content/venues/journals/TC/_index.md +++ b/site/content/venues/journals/TC/_index.md @@ -27,3 +27,8 @@ homepage: https://www.computer.org/csdl/journal/tc | **Submission model** | Rolling | | **Domains** | `edge-and-cloud`, `computer-architecture`, `distributed-systems` | | **Website** | [https://www.computer.org/csdl/journal/tc](https://www.computer.org/csdl/journal/tc) | + +## Digests + +- [TC 2025](/digests/tc-2025/) — 12 papers +- [TC 2024](/digests/tc-2024/) — 12 papers diff --git a/site/content/venues/journals/TCC/_index.md b/site/content/venues/journals/TCC/_index.md index 18a68c8..515875d 100644 --- a/site/content/venues/journals/TCC/_index.md +++ b/site/content/venues/journals/TCC/_index.md @@ -26,3 +26,8 @@ homepage: https://www.computer.org/csdl/journal/cc | **Submission model** | Rolling | | **Domains** | `edge-and-cloud`, `cloud-computing` | | **Website** | [https://www.computer.org/csdl/journal/cc](https://www.computer.org/csdl/journal/cc) | + +## Digests + +- [TCC 2025](/digests/tcc-2025/) — 12 papers +- [TCC 2024](/digests/tcc-2024/) — 12 papers diff --git a/site/content/venues/journals/TOCS/_index.md b/site/content/venues/journals/TOCS/_index.md index 5737697..150c657 100644 --- a/site/content/venues/journals/TOCS/_index.md +++ b/site/content/venues/journals/TOCS/_index.md @@ -27,3 +27,8 @@ homepage: https://dl.acm.org/journal/tocs | **Submission model** | Rolling | | **Domains** | `edge-and-cloud`, `operating-systems`, `distributed-systems` | | **Website** | [https://dl.acm.org/journal/tocs](https://dl.acm.org/journal/tocs) | + +## Digests + +- [TOCS 2025](/digests/tocs-2025/) — 10 papers +- [TOCS 2024](/digests/tocs-2024/) — 8 papers diff --git a/site/content/venues/journals/TPDS/_index.md b/site/content/venues/journals/TPDS/_index.md index 37191cb..e2eec26 100644 --- a/site/content/venues/journals/TPDS/_index.md +++ b/site/content/venues/journals/TPDS/_index.md @@ -27,3 +27,8 @@ homepage: https://www.computer.org/csdl/journal/td | **Submission model** | Rolling | | **Domains** | `edge-and-cloud`, `parallel-computing`, `distributed-systems` | | **Website** | [https://www.computer.org/csdl/journal/td](https://www.computer.org/csdl/journal/td) | + +## Digests + +- [TPDS 2025](/digests/tpds-2025/) — 12 papers +- [TPDS 2024](/digests/tpds-2024/) — 12 papers diff --git a/site/content/venues/journals/_index.md b/site/content/venues/journals/_index.md index 632ee65..e0e2d84 100644 --- a/site/content/venues/journals/_index.md +++ b/site/content/venues/journals/_index.md @@ -4,12 +4,12 @@ description: 7 tracked journals draft: false --- -| Journal | Full name | SCImago | SJR | Model | Domains | -|---|---|---|---|---|---| -| [FGCS](/venues/journals/fgcs/) | Future Generation Computer Systems | **Q1** | 1.520 | Rolling | `edge-and-cloud`, `cloud-computing`, `distributed-systems` | -| [IC](/venues/journals/ic/) | IEEE Internet Computing | **Q1** | 0.995 | Rolling | `edge-and-cloud`, `networking`, `cloud-computing` | -| [TC](/venues/journals/tc/) | IEEE Transactions on Computers | **Q1** | 1.310 | Rolling | `edge-and-cloud`, `computer-architecture`, `distributed-systems` | -| [TCC](/venues/journals/tcc/) | IEEE Transactions on Cloud Computing | **Q1** | 1.420 | Rolling | `edge-and-cloud`, `cloud-computing` | -| [TOCS](/venues/journals/tocs/) | ACM Transactions on Computer Systems | **Q1** | 1.180 | Rolling | `edge-and-cloud`, `operating-systems`, `distributed-systems` | -| [TPDS](/venues/journals/tpds/) | IEEE Transactions on Parallel and Distributed Systems | **Q1** | 1.560 | Rolling | `edge-and-cloud`, `parallel-computing`, `distributed-systems` | -| [JPDC](/venues/journals/jpdc/) | Journal of Parallel and Distributed Computing | **Q2** | 0.640 | Rolling | `edge-and-cloud`, `parallel-computing`, `distributed-systems` | +| Journal | Full name | SCImago | SJR | H-Index | Model | Domains | +|---|---|---|---|---|---|---| +| [FGCS](/venues/journals/fgcs/) | Future Generation Computer Systems | **Q1** | 1.520 | 130 | Rolling | `edge-and-cloud`, `cloud-computing`, `distributed-systems` | +| [IC](/venues/journals/ic/) | IEEE Internet Computing | **Q1** | 0.995 | 122 | Rolling | `edge-and-cloud`, `networking`, `cloud-computing` | +| [TC](/venues/journals/tc/) | IEEE Transactions on Computers | **Q1** | 1.310 | 148 | Rolling | `edge-and-cloud`, `computer-architecture`, `distributed-systems` | +| [TCC](/venues/journals/tcc/) | IEEE Transactions on Cloud Computing | **Q1** | 1.420 | 68 | Rolling | `edge-and-cloud`, `cloud-computing` | +| [TOCS](/venues/journals/tocs/) | ACM Transactions on Computer Systems | **Q1** | 1.180 | 79 | Rolling | `edge-and-cloud`, `operating-systems`, `distributed-systems` | +| [TPDS](/venues/journals/tpds/) | IEEE Transactions on Parallel and Distributed Systems | **Q1** | 1.560 | 131 | Rolling | `edge-and-cloud`, `parallel-computing`, `distributed-systems` | +| [JPDC](/venues/journals/jpdc/) | Journal of Parallel and Distributed Computing | **Q2** | 0.640 | 83 | Rolling | `edge-and-cloud`, `parallel-computing`, `distributed-systems` | diff --git a/site/data/papers/ATC-2024-candidates.yaml b/site/data/papers/ATC-2024-candidates.yaml new file mode 100644 index 0000000..dd780d9 --- /dev/null +++ b/site/data/papers/ATC-2024-candidates.yaml @@ -0,0 +1,1195 @@ +venue: ATC +year: 2024 +source: dblp +count: 78 +papers: +- title: 'SuperBench: Improving Cloud AI Infrastructure Reliability with Proactive + Validation' + authors: + - Yifan Xiong 0001 + - Yuting Jiang + - Ziyue Yang + - Lei Qu + - Guoshuai Zhao + - Shuguang Liu + - Dong Zhong + - Boris Pinzur + - Jie Zhang 0048 + - Yang Wang 0053 + - Jithin Jose + - Hossein Pourreza + - Jeff Baxter + - Kushal Datta + - Prabhat Ram + - Luke Melton + - Joe Chau + - Peng Cheng 0005 + - Yongqiang Xiong + - Lidong Zhou + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/xiong + dblp_key: conf/usenix/0001JYQZLZPZWJP24 + venue_name: USENIX ATC + pages: 835-850 +- title: 'RL-Watchdog: A Fast and Predictable SSD Liveness Watchdog on Storage Systems' + authors: + - Jinyong Ha 0001 + - Sangjin Lee 0003 + - Heon Young Yeom + - Yongseok Son + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/ha + dblp_key: conf/usenix/0001LYS24 + venue_name: USENIX ATC + pages: 1083-1100 +- title: Taming Hot Bloat Under Virtualization with HUGESCOPE + authors: + - Chuandong Li 0004 + - Sai Sha + - Yangqing Zeng + - Xiran Yang + - Yingwei Luo + - Xiaolin Wang 0001 + - Zhenlin Wang 0003 + - Diyu Zhou + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/li-chuandong + dblp_key: conf/usenix/0004SZYL0WZ24 + venue_name: USENIX ATC + pages: 999-1012 +- title: 'Monarch: A Fuzzing Framework for Distributed File Systems' + authors: + - Tao Lyu 0004 + - Liyi Zhang + - Zhiyao Feng + - Yueyang Pan + - Yujie Ren + - Meng Xu 0001 + - Mathias Payer + - Sanidhya Kashyap + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/lyu + dblp_key: conf/usenix/0004ZFPR0PK24 + venue_name: USENIX ATC + pages: 529-543 +- title: 'TileClipper: Lightweight Selection of Regions of Interest from Videos for + Traffic Surveillance' + authors: + - Shubham Chaudhary 0006 + - Aryan Taneja + - Anjali Singh + - Purbasha Roy + - Sohum Sikdar + - Mukulika Maity + - Arani Bhattacharya + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/chaudhary + dblp_key: conf/usenix/0006TSRSMB24 + venue_name: USENIX ATC + pages: 967-984 +- title: 'WingFuzz: Implementing Continuous Fuzzing for DBMSs' + authors: + - Jie Liang 0006 + - Zhiyong Wu 0010 + - Jingzhou Fu + - Yiyuan Bai + - Qiang Zhang + - Yu Jiang 0001 + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/liang + dblp_key: conf/usenix/0006WFBZ024 + venue_name: USENIX ATC + pages: 479-492 +- title: 'StreamBox: A Lightweight GPU SandBox for Serverless Inference Workflow' + authors: + - Hao Wu 0010 + - Yue Yu + - Junxiao Deng + - Shadi Ibrahim + - Song Wu 0001 + - Hao Fan 0006 + - Ziyue Cheng + - Hai Jin 0001 + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/wu-hao + dblp_key: conf/usenix/0010YDI0FC024 + venue_name: USENIX ATC + pages: 59-73 +- title: Diagnosing Application-network Anomalies for Millions of IPs in Production + Clouds + authors: + - Zhe Wang 0015 + - Huanwu Hu + - Linghe Kong + - Xinlei Kang + - Qiao Xiang + - Jingxuan Li + - Yang Lu + - Zhuo Song + - Peihao Yang + - Jiejian Wu + - Yong Yang 0013 + - Tao Ma 0006 + - Zheng Liu + - Xianlong Zeng + - Dennis Cai + - Guihai Chen + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/wang-zhe + dblp_key: conf/usenix/0015HKKXLLSYWYM24 + venue_name: USENIX ATC + pages: 885-899 +- title: Efficient Large Graph Processing with Chunk-Based Graph Representation Model + authors: + - Rui Wang 0076 + - Weixu Zong + - Shuibing He + - Xinyu Chen + - Zhenxin Li + - Zheng Dang + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/wang-rui + dblp_key: conf/usenix/0076ZHCLD24 + venue_name: USENIX ATC + pages: 1239-1255 +- title: 'Config-Snob: Tuning for the Best Configurations of Networking Protocol Stack' + authors: + - Manaf Bin-Yahya + - Yifei Zhao + - Hossein Shafieirad + - Anthony Ho + - Shijun Yin + - Fanzhao Wang + - Geng Li + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/bin-yahya + dblp_key: conf/usenix/Bin-YahyaZSHYWL24 + venue_name: USENIX ATC + pages: 749-765 +- title: 'Ethane: An Asymmetric File System for Disaggregated Persistent Memory' + authors: + - Miao Cai 0001 + - Junru Shen + - Baoliu Ye + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/cai + dblp_key: conf/usenix/CaiSY24 + venue_name: USENIX ATC + pages: 191-207 +- title: 'FetchBPF: Customizable Prefetching Policies in Linux with eBPF' + authors: + - Xuechun Cao + - Shaurya Patel + - Soo-Yee Lim + - Xueyuan Han + - Thomas Pasquier + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/cao + dblp_key: conf/usenix/CaoPLHP24 + venue_name: USENIX ATC + pages: 369-378 +- title: Efficient Decentralized Federated Singular Vector Decomposition + authors: + - Di Chai + - Junxue Zhang 0001 + - Liu Yang 0008 + - Yilun Jin + - Leye Wang + - Kai Chen 0005 + - Qiang Yang 0001 + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/chai + dblp_key: conf/usenix/Chai00JW0024 + venue_name: USENIX ATC + pages: 1029-1047 +- title: Limitations and Opportunities of Modern Hardware Isolation Mechanisms + authors: + - Xiangdong Chen + - Zhaofeng Li 0004 + - Tirth Jain + - Vikram Narayanan + - Anton Burtsev + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/chen-xiangdong + dblp_key: conf/usenix/Chen0JNB24 + venue_name: USENIX ATC + pages: 349-368 +- title: 'CPC: Flexible, Secure, and Efficient CVM Maintenance with Confidential Procedure + Calls' + authors: + - Jiahao Chen + - Zeyu Mi + - Yubin Xia + - Haibing Guan + - Haibo Chen 0001 + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/chen-jiahao + dblp_key: conf/usenix/ChenMXG024 + venue_name: USENIX ATC + pages: 1065-1082 +- title: 'vFPIO: A Virtual I/O Abstraction for FPGA-accelerated I/O Devices' + authors: + - Jiyang Chen + - Harshavardhan Unnibhavi + - Atsushi Koshiba + - Pramod Bhatotia + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/chen-jiyang + dblp_key: conf/usenix/ChenUKB24 + venue_name: USENIX ATC + pages: 1167-1184 +- title: 'Mangosteen: Fast Transparent Durability for Linearizable Applications using + NVM' + authors: + - Sergey Egorov + - Gregory V. Chockler + - Brijesh Dongol + - Dan O'Keeffe + - Sadegh Keshavarzi + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/egorov + dblp_key: conf/usenix/EgorovCDOK24 + venue_name: USENIX ATC + pages: 799-815 +- title: 'SlimArchive: A Lightweight Architecture for Ethereum Archive Nodes' + authors: + - Hang Feng + - Yufeng Hu + - Yinghan Kou + - Runhuai Li + - Jianfeng Zhu + - Lei Wu 0012 + - Yajin Zhou + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/feng-hang + dblp_key: conf/usenix/FengHKLZ0Z24 + venue_name: USENIX ATC + pages: 1257-1272 +- title: Evaluating Chiplet-based Large-Scale Interconnection Networks via Cycle-Accurate + Packet-Parallel Simulation + authors: + - Yinxiao Feng + - Yuchen Wei + - Dong Xiang + - Kaisheng Ma + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/feng-yinxiao + dblp_key: conf/usenix/FengWXM24 + venue_name: USENIX ATC + pages: 731-747 +- title: 'ALPS: An Adaptive Learning, Priority OS Scheduler for Serverless Functions' + authors: + - Yuqi Fu + - Ruizhe Shi + - Haoliang Wang + - Songqing Chen + - Yue Cheng 0001 + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/fu + dblp_key: conf/usenix/FuSWC024 + venue_name: USENIX ATC + pages: 19-36 +- title: Cost-Efficient Large Language Model Serving for Multi-turn Conversations + with CachedAttention + authors: + - Bin Gao + - Zhuomin He + - Puru Sharma + - Qingxuan Kang + - Djordje Jevdjic + - Junbo Deng + - Xingkun Yang + - Zhou Yu + - Pengfei Zuo + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/gao-bin-cost + dblp_key: conf/usenix/GaoHSKJDYYZ24 + venue_name: USENIX ATC + pages: 111-126 +- title: Scalable and Effective Page-table and TLB management on NUMA Systems + authors: + - Bin Gao + - Qingxuan Kang + - Hao-Wei Tee + - Kyle Timothy Ng Chu + - Alireza Sanaee + - Djordje Jevdjic + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/gao-bin-scalable + dblp_key: conf/usenix/GaoKTCSJ24 + venue_name: USENIX ATC + pages: 445-461 +- title: 'CrossMapping: Harmonizing Memory Consistency in Cross-ISA Binary Translation' + authors: + - Chen Gao + - Xiangwei Meng + - Wei Li 0262 + - Jinhui Lai + - Yiran Zhang + - Fengyuan Ren + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/gao-chen + dblp_key: conf/usenix/GaoMLLZR24 + venue_name: USENIX ATC + pages: 1013-1028 +- title: 'Pecan: Cost-Efficient ML Data Preprocessing with Automatic Transformation + Ordering and Hybrid Placement' + authors: + - Dan Graur + - Oto Mraz + - Muyu Li + - Mohammad Sepehr Pourghannad + - Chandramohan A. Thekkath + - Ana Klimovic + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/graur + dblp_key: conf/usenix/GraurMLPTK24 + venue_name: USENIX ATC + pages: 649-665 +- title: Exploit both SMART Attributes and NAND Flash Wear Characteristics to Effectively + Forecast SSD-based Storage Failures in Clusters + authors: + - Yunfei Gu + - Chentao Wu + - Xubin He + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/gu-yunfei + dblp_key: conf/usenix/GuWH24 + venue_name: USENIX ATC + pages: 1101-1117 +- title: 'gVulkan: Scalable GPU Pooling for Pixel-Grained Rendering in Ray Tracing' + authors: + - Yicheng Gu + - Yun Wang 0039 + - Yunfan Sun + - Yuxin Xiang + - Xuyan Hu + - Zhengwei Qi + - Haibing Guan + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/gu-yicheng + dblp_key: conf/usenix/GuWSXHQG24 + venue_name: USENIX ATC + pages: 1151-1165 +- title: 'ETC: An Elastic Transmission Control Using End-to-End Available Bandwidth + Perception' + authors: + - Feixue Han + - Qing Li 0006 + - Peng Zhang 0104 + - Gareth Tyson + - Yong Jiang 0001 + - Mingwei Xu 0001 + - Yulong Lan + - Zhicheng Li + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/han + dblp_key: conf/usenix/Han0ZT0XLL24 + venue_name: USENIX ATC + pages: 265-284 +- title: 'Every Mapping Counts in Large Amounts: Folio Accounting' + authors: + - David Hildenbrand + - Martin Schulz 0001 + - Nadav Amit + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/hildenbrand + dblp_key: conf/usenix/Hildenbrand0A24 + venue_name: USENIX ATC + pages: 1273-1282 +- title: 'ZMS: Zone Abstraction for Mobile Flash Storage' + authors: + - Joo Young Hwang + - Seokhwan Kim + - Daejun Park 0002 + - Yong-Gil Song + - Junyoung Han + - Seunghyun Choi + - Sangyeun Cho + - Youjip Won + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/hwang + dblp_key: conf/usenix/HwangK0SHCCW24 + venue_name: USENIX ATC + pages: 173-189 +- title: 'ExtMem: Enabling Application-Aware Virtual Memory Management for Data-Intensive + Applications' + authors: + - Sepehr Jalalian + - Shaurya Patel + - Milad Rezaei Hajidehi + - Margo I. Seltzer + - Alexandra Fedorova + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/jalalian + dblp_key: conf/usenix/JalalianPHSF24 + venue_name: USENIX ATC + pages: 397-408 +- title: Fast (Trapless) Kernel Probes Everywhere + authors: + - Jinghao Jia + - Michael V. Le + - Salman Ahmed 0001 + - Dan Williams 0001 + - Hani Jamjoom + - Tianyin Xu + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/jia + dblp_key: conf/usenix/JiaL00JX24 + venue_name: USENIX ATC + pages: 379-386 +- title: Fast Inference for Probabilistic Graphical Models + authors: + - Jiantong Jiang + - Zeyi Wen + - Atif Bin Mansoor + - Ajmal Mian + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/jiang + dblp_key: conf/usenix/JiangWMM24 + venue_name: USENIX ATC + pages: 95-110 +- title: 'OSMOSIS: Enabling Multi-Tenancy in Datacenter SmartNICs' + authors: + - Mikhail Khalilov + - Marcin Chrapek + - Siyuan Shen + - Alessandro Vezzu + - Thomas Benz + - Salvatore Di Girolamo + - Timo Schneider + - Daniele De Sensi + - Luca Benini + - Torsten Hoefler + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/khalilov + dblp_key: conf/usenix/KhalilovCSVBGSS24 + venue_name: USENIX ATC + pages: 247-263 +- title: 'PeRF: Preemption-enabled RDMA Framework' + authors: + - Sugi Lee + - Mingyu Choi + - Ikjun Yeom + - Younghoon Kim + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/lee + dblp_key: conf/usenix/LeeCYK24 + venue_name: USENIX ATC + pages: 209-225 +- title: 'PUZZLE: Efficiently Aligning Large Language Models through Light-Weight + Context Switch' + authors: + - Kinman Lei + - Yuyang Jin 0001 + - Mingshu Zhai + - Kezhao Huang + - Haoxing Ye + - Jidong Zhai + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/lei + dblp_key: conf/usenix/LeiJZHYZ24 + venue_name: USENIX ATC + pages: 127-140 +- title: 'An Empirical Study of Rust-for-Linux: The Success, Dissatisfaction, and + Compromise' + authors: + - Hongyu Li + - Liwei Guo + - Yexuan Yang + - Shangguang Wang + - Mengwei Xu 0001 + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/li-hongyu + dblp_key: conf/usenix/LiGYWX24 + venue_name: USENIX ATC + pages: 425-443 +- title: 'Panorama: Optimizing Internet-scale Users' Routes from End to End' + authors: + - Geng Li + - Shuihai Hu + - Kun Tan + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/li-geng + dblp_key: conf/usenix/LiHT24 + venue_name: USENIX ATC + pages: 935-949 +- title: 'StreamCache: Revisiting Page Cache for File Scanning on Fast Storage Devices' + authors: + - Zhiyue Li + - Guangyan Zhang + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/li-zhiyue + dblp_key: conf/usenix/LiZ24 + venue_name: USENIX ATC + pages: 1119-1134 +- title: 'Kivi: Verification for Cluster Management' + authors: + - Bingzhe Liu + - Gangmuk Lim + - Ryan Beckett + - Philip Brighten Godfrey + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/liu-bingzhe + dblp_key: conf/usenix/LiuLBG24 + venue_name: USENIX ATC + pages: 509-527 +- title: 'Harmonizing Efficiency and Practicability: Optimizing Resource Utilization + in Serverless Computing with Jiagu' + authors: + - Qingyuan Liu + - Yanning Yang + - Dong Du 0003 + - Yubin Xia + - Ping Zhang + - Jia Feng + - James R. Larus + - Haibo Chen 0001 + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/liu-qingyuan + dblp_key: conf/usenix/LiuY0XZFL024 + venue_name: USENIX ATC + pages: 1-17 +- title: 'Starburst: A Cost-aware Scheduler for Hybrid Cloud' + authors: + - Michael Luo + - Siyuan Zhuang + - Suryaprakash Vengadesan + - Romil Bhardwaj + - Justin Chang + - Eric J. Friedman + - Scott Shenker + - Ion Stoica + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/luo + dblp_key: conf/usenix/LuoZVBCFSS24 + venue_name: USENIX ATC + pages: 37-57 +- title: 'HydraRPC: RPC in the CXL Era' + authors: + - Teng Ma 0006 + - Zheng Liu + - Chengkun Wei + - Jialiang Huang + - Youwei Zhuo + - Haoyu Li + - Ning Zhang + - Yijin Guan + - Dimin Niu + - Mingxing Zhang + - Tao Ma 0006 + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/ma + dblp_key: conf/usenix/MaLWHZLZGNZM24 + venue_name: USENIX ATC + pages: 387-395 +- title: 'Telescope: Telemetry for Gargantuan Memory Footprint Applications' + authors: + - Alan Nair + - Sandeep Kumar + - Aravinda Prasad + - Ying Huang + - Andy Rudoff + - Sreenivas Subramoney + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/nair + dblp_key: conf/usenix/NairKPHRS24 + venue_name: USENIX ATC + pages: 409-424 +- title: Expeditious High-Concurrency MicroVM SnapStart in Persistent Memory with + an Augmented Hypervisor + authors: + - Xingguo Pang + - Yanze Zhang + - Liu Liu + - Dazhao Cheng + - Chengzhong Xu 0001 + - Xiaobo Zhou 0002 + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/pang + dblp_key: conf/usenix/PangZLC0024 + venue_name: USENIX ATC + pages: 985-998 +- title: 'ScalaCache: Scalable User-Space Page Cache Management with Software-Hardware + Coordination' + authors: + - Li Peng + - Yuda An + - You Zhou + - Chenxi Wang 0005 + - Qiao Li 0001 + - Chuanning Cheng + - Jie Zhang 0048 + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/peng + dblp_key: conf/usenix/PengAZWLC024 + venue_name: USENIX ATC + pages: 1185-1202 +- title: Power-aware Deep Learning Model Serving with μ-Serve + authors: + - Haoran Qiu + - Weichao Mao + - Archit Patke + - Shengkun Cui + - Saurabh Jha + - Chen Wang 0039 + - Hubertus Franke + - Zbigniew Kalbarczyk + - Tamer Basar + - Ravishankar K. Iyer + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/qiu + dblp_key: conf/usenix/QiuMPCJ0FKBI24 + venue_name: USENIX ATC + pages: 75-93 +- title: 'FastCommit: resource-efficient, performant and cost-effective file system + journaling' + authors: + - Harshad Shirwadkar + - Saurabh Kadekodi + - Theodore Y. Ts'o + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/shirwadkar + dblp_key: conf/usenix/ShirwadkarKT24 + venue_name: USENIX ATC + pages: 157-171 +- title: A Secure, Fast, and Resource-Efficient Serverless Platform with Function + REWIND + authors: + - Jaehyun Song + - Bumsuk Kim + - Minwoo Kwak + - Byoungyoung Lee + - Euiseong Seo + - Jinkyu Jeong + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/song + dblp_key: conf/usenix/SongKKLSJ24 + venue_name: USENIX ATC + pages: 597-613 +- title: 'SimEnc: A High-Performance Similarity-Preserving Encryption Approach for + Deduplication of Encrypted Docker Images' + authors: + - Tong Sun 0006 + - Bowen Jiang + - Borui Li 0001 + - Jiamei Lv + - Yi Gao 0001 + - Wei Dong 0001 + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/sun + dblp_key: conf/usenix/SunJ0L0024 + venue_name: USENIX ATC + pages: 615-630 +- title: 'Balancing Analysis Time and Bug Detection: Daily Development-friendly Bug + Detection in Linux' + authors: + - Keita Suzuki + - Kenta Ishiguro + - Kenji Kono + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/suzuki + dblp_key: conf/usenix/SuzukiIK24 + venue_name: USENIX ATC + pages: 493-508 +- title: 'FBMM: Making Memory Management Extensible With Filesystems' + authors: + - Bijan Tabatabai + - James Christopher Sorenson III + - Michael M. Swift + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/tabatabai + dblp_key: conf/usenix/TabatabaiSS24 + venue_name: USENIX ATC + pages: 785-798 +- title: Data Caching for Enterprise-Grade Petabyte-Scale OLAP + authors: + - Chunxu Tang + - Bin Fan + - Jing Zhao + - Chen Liang + - Yi Wang + - Beinan Wang + - Ziyue Qiu + - Lu Qiu + - Bowen Ding + - Shouzhuo Sun + - Saiguang Che + - Jiaming Mai + - Shouwei Chen + - Yu Zhu + - Jianjian Xie + - Yutian Sun + - Yao Li + - Yangjun Zhang + - Ke Wang + - Mingmin Chen + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/tang + dblp_key: conf/usenix/TangFZLWWQQDSCM24 + venue_name: USENIX ATC + pages: 901-915 +- title: Scalable Billion-point Approximate Nearest Neighbor Search Using SmartSSDs + authors: + - Bing Tian + - Haikun Liu + - Zhuohui Duan + - Xiaofei Liao + - Hai Jin 0001 + - Yu Zhang 0027 + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/tian + dblp_key: conf/usenix/TianLDL0024 + venue_name: USENIX ATC + pages: 1135-1150 +- title: 'Metis: Fast Automatic Distributed Training on Heterogeneous GPUs' + authors: + - Taegeon Um + - Byungsoo Oh + - Minyoung Kang + - Woo-Yeon Lee + - Goeun Kim + - Dongseob Kim + - Youngtaek Kim + - Mohd Muzzammil + - Myeongjae Jeon + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/um + dblp_key: conf/usenix/UmOKLKKKMJ24 + venue_name: USENIX ATC + pages: 563-578 +- title: 'OPER: Optimality-Guided Embedding Table Parallelization for Large-scale + Recommendation Model' + authors: + - Zheng Wang 0075 + - Yuke Wang + - Boyuan Feng + - Guyue Huang + - Dheevatsa Mudigere + - Bharath Muthiah + - Ang Li 0006 + - Yufei Ding 0001 + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/wang + dblp_key: conf/usenix/WangWFHMM0D24 + venue_name: USENIX ATC + pages: 667-682 +- title: 'QDSR: Accelerating Layer-7 Load Balancing by Direct Server Return with QUIC' + authors: + - Ziqi Wei 0004 + - Zhiqiang Wang + - Qing Li 0006 + - Yuan Yang 0001 + - Cheng Luo + - Fuyu Wang + - Yong Jiang 0001 + - Sijie Yang + - Zhenhui Yuan + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/wei + dblp_key: conf/usenix/WeiW00LW0YY24 + venue_name: USENIX ATC + pages: 715-730 +- title: 'HiP4-UPF: Towards High-Performance Comprehensive 5G User Plane Function + on P4 Programmable Switches' + authors: + - Zhixin Wen + - Guanhua Yan + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/wen + dblp_key: conf/usenix/WenY24 + venue_name: USENIX ATC + pages: 303-320 +- title: 'A Difference World: High-performance, NVM-invariant, Software-only Intermittent + Computation' + authors: + - Harrison Williams + - Saim Ahmad + - Matthew Hicks + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/williams + dblp_key: conf/usenix/WilliamsAH24 + venue_name: USENIX ATC + pages: 1223-1238 +- title: 'Removing Obstacles before Breaking Through the Memory Wall: A Close Look + at HBM Errors in the Field' + authors: + - Ronglong Wu + - Shuyue Zhou + - Jiahao Lu 0003 + - Zhirong Shen + - Zikang Xu + - Jiwu Shu + - Kunlin Yang + - Feilong Lin + - Yiming Zhang 0003 + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/wu-ronglong + dblp_key: conf/usenix/WuZLSXSYLZ24 + venue_name: USENIX ATC + pages: 851-867 +- title: 'Quant-LLM: Accelerating the Serving of Large Language Models via FP6-Centric + Algorithm-System Co-Design on Modern GPUs' + authors: + - Haojun Xia + - Zhen Zheng + - Xiaoxia Wu + - Shiyang Chen 0004 + - Zhewei Yao + - Stephen Youn + - Arash Bakhtiari + - Michael Wyatt + - Donglin Zhuang + - Zhongzhu Zhou + - Olatunji Ruwase + - Yuxiong He + - Shuaiwen Leon Song + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/xia + dblp_key: conf/usenix/XiaZWCYYBWZZRHS24 + venue_name: USENIX ATC + pages: 699-713 +- title: 'Conspirator: SmartNIC-Aided Control Plane for Distributed ML Workloads' + authors: + - Yunming Xiao + - Diman Zad Tootaghaj + - Aditya Dhakal + - Lianjie Cao + - Puneet Sharma 0001 + - Aleksandar Kuzmanovic + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/xiao + dblp_key: conf/usenix/XiaoTDCSK24 + venue_name: USENIX ATC + pages: 767-784 +- title: 'Centimani: Enabling Fast AI Accelerator Selection for DNN Training with + a Novel Performance Predictor' + authors: + - Zhen Xie + - Murali Emani + - Xiaodong Yu 0001 + - Dingwen Tao + - Xin He + - Pengfei Su 0001 + - Keren Zhou 0001 + - Venkatram Vishwanath + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/xie + dblp_key: conf/usenix/XieE0TH00V24 + venue_name: USENIX ATC + pages: 1203-1221 +- title: 'Models on the Move: Towards Feasible Embedded AI for Intrusion Detection + on Vehicular CAN Bus' + authors: + - He Xu + - Di Wu 0002 + - Yufeng Lu + - Jiwu Lu + - Haibo Zeng 0001 + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/xu-he + dblp_key: conf/usenix/Xu0LL024 + venue_name: USENIX ATC + pages: 1049-1063 +- title: 'FwdLLM: Efficient Federated Finetuning of Large Language Models with Perturbed + Inferences' + authors: + - Mengwei Xu 0001 + - Dongqi Cai 0001 + - Yaozong Wu + - Xiang Li 0067 + - Shangguang Wang + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/xu-mengwei + dblp_key: conf/usenix/XuCWLW24 + venue_name: USENIX ATC + pages: 579-596 +- title: 'FlexMem: Adaptive Page Profiling and Migration for Tiered Memory' + authors: + - Dong Xu 0024 + - Junhee Ryu + - Kwangsik Shin + - Pengfei Su + - Dong Li 0001 + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/xu-dong + dblp_key: conf/usenix/XuRSS024 + venue_name: USENIX ATC + pages: 817-833 +- title: 'CyberStar: Simple, Elastic and Cost-Effective Network Functions Management + in Cloud Network at Scale' + authors: + - Tingting Xu + - Bengbeng Xue + - Yang Song 0031 + - Xiaomin Wu + - Xiaoxin Peng + - Yilong Lyu + - Xiaoliang Wang 0001 + - Chen Tian 0001 + - Baoliu Ye + - Cam-Tu Nguyen + - Biao Lyu + - Rong Wen + - Zhigang Zong + - Shunmin Zhu + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/xu-tingting + dblp_key: conf/usenix/XuXSWPL00YNLWZZ24 + venue_name: USENIX ATC + pages: 227-246 +- title: 'Full Lifecycle Data Analysis on a Large-scale and Leadership Supercomputer: + What Can We Learn from It?' + authors: + - Bin Yang 0043 + - Hao Wei + - Wenhao Zhu + - Yuhao Zhang + - Weiguo Liu + - Wei Xue 0003 + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/yang + dblp_key: conf/usenix/YangWZZLX24 + venue_name: USENIX ATC + pages: 917-933 +- title: 'KEPC-Push: A Knowledge-Enhanced Proactive Content Push Strategy for Edge-Assisted + Video Feed Streaming' + authors: + - Ziwen Ye + - Qing Li 0006 + - Chunyu Qiao + - Xiaoteng Ma + - Yong Jiang 0001 + - Qian Ma + - Shengbin Meng + - Zhenhui Yuan + - Zili Meng + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/ye-ziwen + dblp_key: conf/usenix/Ye0QM0MMYM24 + venue_name: USENIX ATC + pages: 321-338 +- title: 'ScalaAFA: Constructing User-Space All-Flash Array Engine with Holistic Designs' + authors: + - Shushu Yi + - Xiurui Pan + - Qiao Li 0001 + - Qiang Li + - Chenxi Wang 0005 + - Bo Mao 0003 + - Myoungsoo Jung + - Jie Zhang 0048 + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/yi-shushu + dblp_key: conf/usenix/YiPLLWMJ024 + venue_name: USENIX ATC + pages: 141-156 +- title: 'mmTLS: Scaling the Performance of Encrypted Network Traffic Inspection' + authors: + - Junghan Yoon + - Seunghyun Do + - Duckwoo Kim + - Taejoong Chung + - KyoungSoo Park + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/yoon + dblp_key: conf/usenix/YoonDKCP24 + venue_name: USENIX ATC + pages: 631-647 +- title: Accelerating the Training of Large Language Models using Efficient Activation + Rematerialization and Optimal Hybrid Parallelism + authors: + - Tailing Yuan + - Yuliang Liu + - Xucheng Ye + - Shenglong Zhang + - Jianchao Tan + - Bin Chen + - Chengru Song + - Di Zhang + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/yuan + dblp_key: conf/usenix/YuanLYZTCSZ24 + venue_name: USENIX ATC + pages: 545-561 +- title: Enhancing Resource Management of the World's Largest PCDN System for + On-Demand Video Streaming + authors: + - Ruixiao Zhang + - Haiping Wang 0002 + - Shu Shi + - Xiaofei Pang + - Yajie Peng + - Zhichen Xue + - Jiangchuan Liu + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/zhang-rui-xiao + dblp_key: conf/usenix/Zhang0SPPXL24 + venue_name: USENIX ATC + pages: 951-965 +- title: 'MAGPY: Compiling Eager Mode DNN Programs by Monitoring Execution States' + authors: + - Chen Zhang 0001 + - Rongchao Dong + - Haojie Wang 0004 + - Runxin Zhong + - Jike Chen + - Jidong Zhai + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/zhang-chen + dblp_key: conf/usenix/ZhangDWZCZ24 + venue_name: USENIX ATC + pages: 683-698 +- title: 'More is Different: Prototyping and Analyzing a New Form of Edge Server with + Massive Mobile SoCs' + authors: + - Li Zhang 0133 + - Zhe Fu 0005 + - Boqing Shi + - Xiang Li 0067 + - Rujin Lai + - Chenyang Yang 0004 + - Ao Zhou 0001 + - Xiao Ma 0009 + - Shangguang Wang + - Mengwei Xu 0001 + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/zhang-li-prototyping + dblp_key: conf/usenix/ZhangFSLLY00WX24 + venue_name: USENIX ATC + pages: 285-302 +- title: High-density Mobile Cloud Gaming on Edge SoC Clusters + authors: + - Li Zhang 0133 + - Shangguang Wang + - Mengwei Xu 0001 + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/zhang-li-gaming + dblp_key: conf/usenix/ZhangWX24 + venue_name: USENIX ATC + pages: 339-347 +- title: 'MSFRD: Mutation Similarity based SSD Failure Rating and Diagnosis for Complex + and Volatile Production Environments' + authors: + - Yuqi Zhang + - Tianyi Zhang + - Wenwen Hao + - Shuyang Wang + - Na Liu + - Xing He + - Yang Zhang + - Weixin Wang + - Yongguang Cheng + - Huan Wang + - Jie Xu + - Feng Wang + - Bo Jiang + - Yongwong Gwon + - Jongsung Na + - Zoe Kim + - Geunrok Oh + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/zhang-yuqi + dblp_key: conf/usenix/ZhangZHWLHZWCWX24 + venue_name: USENIX ATC + pages: 869-884 +- title: 'UniMem: Redesigning Disaggregated Memory within A Unified Local-Remote Memory + Hierarchy' + authors: + - Yijie Zhong + - Minqiang Zhou + - Zhirong Shen + - Jiwu Shu + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24/presentation/zhong + dblp_key: conf/usenix/ZhongZSS24 + venue_name: USENIX ATC + pages: 463-477 +- title: Proceedings of the 2024 USENIX Annual Technical Conference, USENIX ATC 2024, + Santa Clara, CA, USA, July 10-12, 2024 + authors: + - Saurabh Bagchi + - Yiying Zhang 0005 + year: '2024' + doi: null + url: https://www.usenix.org/conference/atc24 + dblp_key: conf/usenix/2024 + venue_name: USENIX ATC + pages: null diff --git a/site/data/papers/ATC-2024-digest.yaml b/site/data/papers/ATC-2024-digest.yaml new file mode 100644 index 0000000..daaca06 --- /dev/null +++ b/site/data/papers/ATC-2024-digest.yaml @@ -0,0 +1,108 @@ +venue: ATC +year: 2024 +papers: +- title: 'FetchBPF: Customizable Prefetching Policies in Linux with eBPF' + authors: + - Xuechun Cao + - Shaurya Patel + - Soo-Yee Lim + - Xueyuan Han + - Thomas Pasquier + reason: "Extends eBPF into the page-fault / prefetch path, giving user-space programs a safe, low-overhead hook to install custom hardware-prefetch policies without kernel modifications." + +- title: Fast (Trapless) Kernel Probes Everywhere + authors: + - Jinghao Jia + - Michael V. Le + - Salman Ahmed 0001 + - Dan Williams 0001 + - Hani Jamjoom + - Tianyin Xu + reason: "Eliminates the trap-based overhead of kprobes by using binary rewriting to instrument kernel functions at near-zero cost, enabling always-on production tracing." + +- title: 'FBMM: Making Memory Management Extensible With Filesystems' + authors: + - Bijan Tabatabai + - James Christopher Sorenson III + - Michael M. Swift + reason: "Proposes delegating Linux virtual-memory management to filesystem drivers via a clean abstraction layer, opening the OS memory subsystem to the same extensibility that filesystems enjoy." + +- title: Limitations and Opportunities of Modern Hardware Isolation Mechanisms + authors: + - Xiangdong Chen + - Zhaofeng Li 0004 + - Tirth Jain + - Vikram Narayanan + - Anton Burtsev + reason: "Empirically evaluates Intel MPK, RISC-V sPMP, and related primitives and shows that their performance and safety properties diverge sharply from vendor claims, motivating a fresh look at hardware-assisted compartmentalization." + +- title: 'FastCommit: resource-efficient, performant and cost-effective file system journaling' + authors: + - Harshad Shirwadkar + - Saurabh Kadekodi + - Theodore Y. Ts'o + reason: "Redesigns ext4 journal commits to write only changed metadata deltas rather than full blocks, slashing journaling overhead while preserving crash consistency — and is already deployed in the Linux kernel." + +- title: 'ZMS: Zone Abstraction for Mobile Flash Storage' + authors: + - Joo Young Hwang + - Seokhwan Kim + - Daejun Park 0002 + - Yong-Gil Song + - Junyoung Han + - Seunghyun Choi + - Sangyeun Cho + - Youjip Won + reason: "Introduces a zone-based abstraction that exposes the append-only write semantics of mobile UFS flash to the OS, cutting write amplification and GC overhead by an order of magnitude on mobile workloads." + +- title: 'Ethane: An Asymmetric File System for Disaggregated Persistent Memory' + authors: + - Miao Cai 0001 + - Junru Shen + - Baoliu Ye + reason: "Proposes a split-path file system design where reads bypass the server entirely and writes use lightweight logging, achieving near-DRAM read latency on disaggregated persistent memory." + +- title: 'StreamCache: Revisiting Page Cache for File Scanning on Fast Storage Devices' + authors: + - Zhiyue Li + - Guangyan Zhang + reason: "Demonstrates that the Linux page cache becomes a bottleneck — not a benefit — for sequential scans on NVMe SSDs, and replaces it with a lightweight streaming buffer that halves latency for analytical workloads." + +- title: 'PeRF: Preemption-enabled RDMA Framework' + authors: + - Sugi Lee + - Mingyu Choi + - Ikjun Yeom + - Younghoon Kim + reason: "Adds fine-grained preemption to RDMA by intercepting work-queue operations at the NIC driver level, enabling priority isolation for latency-sensitive RPC traffic sharing a fabric with bulk transfers." + +- title: 'OSMOSIS: Enabling Multi-Tenancy in Datacenter SmartNICs' + authors: + - Mikhail Khalilov + - Marcin Chrapek + - Siyuan Shen + - Alessandro Vezzu + - Thomas Benz + - Salvatore Di Girolamo + - Timo Schneider + - Daniele De Sensi + - Luca Benini + - Torsten Hoefler + reason: "Designs an OS-like resource manager for SmartNIC compute and memory that enforces tenant isolation and QoS, showing that shared-SmartNIC deployments are practical without sacrificing performance." + +- title: 'mmTLS: Scaling the Performance of Encrypted Network Traffic Inspection' + authors: + - Junghan Yoon + - Seunghyun Do + - Duckwoo Kim + - Taejoong Chung + - KyoungSoo Park + reason: "Splits TLS session state across multiple cores using a novel sharding scheme, removing the per-connection serialization bottleneck in middlebox TLS inspection and achieving near-linear multi-core scaling." + +- title: 'UniMem: Redesigning Disaggregated Memory within A Unified Local-Remote Memory Hierarchy' + authors: + - Yijie Zhong + - Minqiang Zhou + - Zhirong Shen + - Jiwu Shu + reason: "Collapses the local/remote memory distinction into a single unified hierarchy with a new page-placement runtime, achieving transparent memory disaggregation with significantly lower tail latency than prior CXL-based approaches." diff --git a/site/data/papers/ATC-2025-candidates.yaml b/site/data/papers/ATC-2025-candidates.yaml new file mode 100644 index 0000000..027ba1a --- /dev/null +++ b/site/data/papers/ATC-2025-candidates.yaml @@ -0,0 +1,1548 @@ +venue: ATC +year: 2025 +source: dblp +count: 101 +papers: +- title: 'SpaceExit: Enabling Efficient Adaptive Computing in Space with Early Exits' + authors: + - Jiacheng Liu 0001 + - Xiaozhi Zhu + - Tongqiao Xu + - Xiaofeng Hou + - Chao Li 0009 + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/liu-jiacheng + dblp_key: conf/usenix/0001ZXH025 + venue_name: USENIX ATC + pages: 1343-1358 +- title: 'PMR: Fast Application Response via Parallel Memory Reclaim on Mobile Devices' + authors: + - Wentong Li 0002 + - Li-Pin Chang + - Yu Mao + - Liang Shi 0001 + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/li-wentong + dblp_key: conf/usenix/0002CM025 + venue_name: USENIX ATC + pages: 1569-1584 +- title: 'Toppings: CPU-Assisted, Rank-Aware Adapter Serving for LLM Inference' + authors: + - Suyi Li 0002 + - Hanfeng Lu + - Tianyuan Wu + - Minchen Yu + - Qizhen Weng 0001 + - Xusheng Chen + - Yizhou Shan + - Binhang Yuan + - Wei Wang 0030 + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/li-suyi-toppings + dblp_key: conf/usenix/0002LWYWCSY025 + venue_name: USENIX ATC + pages: 613-629 +- title: 'Katz: Efficient Workflow Serving for Diffusion Models with Many Adapters' + authors: + - Suyi Li 0002 + - Lingyun Yang + - Xiaoxiao Jiang + - Hanfeng Lu + - Dakai An + - Zhipeng Di + - Weiyi Lu + - Jiawei Chen + - Kan Liu + - Yinghao Yu + - Tao Lan + - Guodong Yang + - Lin Qu + - Liping Zhang 0013 + - Wei Wang 0030 + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/li-suyi-katz + dblp_key: conf/usenix/0002YJLADLCLYLY25 + venue_name: USENIX ATC + pages: 1037-1052 +- title: Towards High-Performance Transactional Stateful Serverless Workflows with + Affinity-Aware Leasing + authors: + - Jianjun Zhao 0003 + - Haikun Liu + - Shuhao Zhang 0001 + - Haodi Lu + - Yancan Mao + - Zhuohui Duan + - Xiaofei Liao + - Hai Jin 0001 + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/zhao-jianjun + dblp_key: conf/usenix/0003L0LMDL025 + venue_name: USENIX ATC + pages: 1535-1551 +- title: Resource Multiplexing in Tuning and Serving Large Language Models + authors: + - Yongjun He 0004 + - Haofeng Yang + - Yao Lu 0028 + - Ana Klimovic + - Gustavo Alonso + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/he-yongjun + dblp_key: conf/usenix/0004YLKA25 + venue_name: USENIX ATC + pages: 1639-1655 +- title: 'TGW: Operating an Efficient and Resilient Cloud Gateway at Scale' + authors: + - Yifan Yang 0009 + - Lin He 0004 + - Jiasheng Zhou + - Xiaoyi Shi + - Yichi Xu + - Shicheng Wang + - Jinlong E + - Ying Liu 0024 + - Junwei Zhang + - Zhuang Yuan + - Hengyang Xu + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/yang-yifan + dblp_key: conf/usenix/00090ZSXWE0ZYX25 + venue_name: USENIX ATC + pages: 199-215 +- title: 'DDLumos: Understanding and Detecting Atomic DDL Bugs in DBMSs' + authors: + - Zhiyong Wu 0010 + - Jie Liang 0006 + - Jingzhou Fu + - Wenqian Deng + - Yu Jiang 0001 + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/wu-zhiyong + dblp_key: conf/usenix/00100FD025 + venue_name: USENIX ATC + pages: 1327-1341 +- title: 'Swift: Fast Performance Tuning with GAN-Generated Configurations' + authors: + - Chao Chen 0022 + - Shixin Huang + - Xuehai Qian + - Zhibin Yu 0001 + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/chen-chao + dblp_key: conf/usenix/0022HQ025 + venue_name: USENIX ATC + pages: 1553-1568 +- title: Opening Up Kernel-Bypass TCP Stacks + authors: + - Shinichi Awamoto + - Michio Honda + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/awamoto + dblp_key: conf/usenix/AwamotoH25 + venue_name: USENIX ATC + pages: 249-262 +- title: On-Demand Container Partitioning for Distributed ML + authors: + - Giovanni Bartolomeo + - Navidreza Asadi + - Wolfgang Kellerer + - Jörg Ott + - Nitinder Mohan + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/bartolomeo + dblp_key: conf/usenix/BartolomeoAKOM25 + venue_name: USENIX ATC + pages: 1481-1500 +- title: 'LEOCraft: Towards Designing Performant LEO Networks' + authors: + - Suvam Basak + - Amitangshu Pal + - Debopam Bhattacherjee + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/basak + dblp_key: conf/usenix/BasakPB25 + venue_name: USENIX ATC + pages: 789-813 +- title: 'Poby: SmartNIC-accelerated Image Provisioning for Coldstart in Clouds' + authors: + - Zihao Chang + - Jiaqi Zhu + - Haifeng Sun 0004 + - Yunlong Xie + - Kan Shi + - Ninghui Sun + - Yungang Bao + - Sa Wang + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/chang + dblp_key: conf/usenix/ChangZ0XSSBW25 + venue_name: USENIX ATC + pages: 19-37 +- title: 'CrossPipe: Towards Optimal Pipeline Schedules for Cross-Datacenter Training' + authors: + - Tiancheng Chen + - Ales Kubicek + - Langwen Huang + - Torsten Hoefler + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/chen-tiancheng + dblp_key: conf/usenix/ChenKHH25 + venue_name: USENIX ATC + pages: 1089-1108 +- title: 'CAFault: Enhance Fault Injection Technique in Practical Distributed Systems + via Abundant Fault-Dependent Configurations' + authors: + - Yuanliang Chen + - Fuchen Ma + - Yuanhang Zhou + - Zhen Yan + - Yu Jiang 0001 + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/chen-yuanliang + dblp_key: conf/usenix/ChenMZY025 + venue_name: USENIX ATC + pages: 1409-1424 +- title: 'μEFI: A Microkernel-Style UEFI with Isolation and Transparency' + authors: + - Le Chen + - Yiyang Wu + - Jinyu Gu 0001 + - Yubin Xia + - Haibo Chen 0001 + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/chen-le + dblp_key: conf/usenix/ChenW0X025 + venue_name: USENIX ATC + pages: 273-289 +- title: 'DShuffle: DPU-Optimized Shuffle Framework for Large-scale Data Processing' + authors: + - Chen Ding 0012 + - Sicen Li + - Kai Lu 0002 + - Ting Yao 0001 + - Daohui Wang + - Huatao Wu + - Jiguang Wan 0001 + - Zhihu Tan + - Changsheng Xie 0001 + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/ding + dblp_key: conf/usenix/DingLLYWWWTX25 + venue_name: USENIX ATC + pages: 1371-1386 +- title: Understanding and Detecting Fail-Slow Hardware Failure Bugs in Cloud Systems + authors: + - Gen Dong + - Yu Hua 0001 + - Yongle Zhang + - Zhangyu Chen + - Menglei Chen + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/dong + dblp_key: conf/usenix/Dong0ZCC25 + venue_name: USENIX ATC + pages: 1127-1142 +- title: 'Crash Consistency in Block-Level Caching Systems: An Open CAS Case Study' + authors: + - Shaohua Duan + - Youmin Chen + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/duan-shaohua + dblp_key: conf/usenix/DuanC25 + venue_name: USENIX ATC + pages: 749-764 +- title: Learning-Enhanced High-Throughput Pattern Matching Based on Programmable + Data Plane + authors: + - Guanglin Duan + - Yucheng Huang + - Zhengxin Zhang + - Qing Li 0006 + - Dan Zhao 0003 + - Zili Meng + - Dirk Kutscher + - Ruoyu Li 0003 + - Yong Jiang 0001 + - Mingwei Xu 0001 + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/duan-guanglin + dblp_key: conf/usenix/DuanHZ00MK00X25 + venue_name: USENIX ATC + pages: 1693-1712 +- title: 'GPREEMPT: GPU Preemptive Scheduling Made General and Efficient' + authors: + - Ruwen Fan + - Tingxu Ren + - Minhui Xie + - Shiwei Gao + - Jiwu Shu + - Youyou Lu + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/fan + dblp_key: conf/usenix/FanRXGSL25 + venue_name: USENIX ATC + pages: 263-272 +- title: 'Optimus: Accelerating Large-Scale Multi-Modal LLM Training by Bubble Exploitation' + authors: + - Weiqi Feng + - Yangrui Chen + - Shaoyu Wang + - Yanghua Peng + - Haibin Lin + - Minlan Yu + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/feng + dblp_key: conf/usenix/FengCWPLY25 + venue_name: USENIX ATC + pages: 161-177 +- title: 'SNARY: A High-Performance and Generic SmartNIC-accelerated Retrieval System' + authors: + - Qiaoyin Gan + - Heng Pan + - Luyang Li + - Kai Lv + - Hongtao Guan + - Zhaohua Wang + - Zhenyu Li 0001 + - Gaogang Xie + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/gan + dblp_key: conf/usenix/GanPLLGW0X25 + venue_name: USENIX ATC + pages: 381-398 +- title: 'Weaver: Efficient Multi-LLM Serving with Attention Offloading' + authors: + - Shiwei Gao + - Qing Wang 0031 + - Shaoxun Zeng + - Youyou Lu + - Jiwu Shu + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/gao + dblp_key: conf/usenix/Gao0ZLS25 + venue_name: USENIX ATC + pages: 587-595 +- title: Identifying and Analyzing Pitfalls in GNN Systems + authors: + - Yidong Gong + - Arnab Kanti Tarafder + - Saima Afrin + - Pradeep Kumar + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/gong + dblp_key: conf/usenix/GongTAK25 + venue_name: USENIX ATC + pages: 1605-1624 +- title: 'Cuckoo for Clients: Disaggregated Cuckoo Hashing' + authors: + - Stewart Grant + - Alex C. Snoeren + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/grant + dblp_key: conf/usenix/GrantS25 + venue_name: USENIX ATC + pages: 959-972 +- title: Optimizing Input Minimization in Kernel Fuzzing + authors: + - Hui Guo + - Hao Sun 0021 + - Shan Huang + - Ting Su 0001 + - Geguang Pu + - Shaohua Li 0002 + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/guo + dblp_key: conf/usenix/GuoSH0P025 + venue_name: USENIX ATC + pages: 1451-1465 +- title: 'Fast ACS: Low-Latency File-Based Ordered Message Delivery at Scale' + authors: + - Sushant Kumar Gupta + - Anil Raghunath Iyer + - Chang Yu + - Neel Bagora + - Olivier Pomerleau + - Vivek Kumar + - Prunthaban Kanthakumar + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/gupta + dblp_key: conf/usenix/GuptaIYBPKK25 + venue_name: USENIX ATC + pages: 1-17 +- title: 'HypeReca: Distributed Heterogeneous In-Memory Embedding Database for Training + Recommender Models' + authors: + - Jiaao He + - Shengqi Chen 0001 + - Kezhao Huang + - Jidong Zhai + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/he-jiaao + dblp_key: conf/usenix/He0HZ25 + venue_name: USENIX ATC + pages: 1071-1087 +- title: 'STORM: a Multipath QUIC Scheduler for Quick Streaming Media Transport under + Unstable Mobile Networks' + authors: + - Liekun Hu + - Changlong Li + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/hu-liekun + dblp_key: conf/usenix/HuL25 + venue_name: USENIX ATC + pages: 851-866 +- title: 'FLB: Fine-grained Load Balancing for Lossless Datacenter Networks' + authors: + - Jinbin Hu 0001 + - Wenxue Li 0004 + - Xiangzhou Liu + - Junfeng Wang + - Bowen Liu 0002 + - Ping Yin + - Jianxin Wang 0001 + - Jiawei Huang 0001 + - Kai Chen 0005 + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/hu-jinbin + dblp_key: conf/usenix/HuLLWLY00025 + venue_name: USENIX ATC + pages: 365-380 +- title: 'DEEPSERVE: Serverless Large Language Model Serving at Scale' + authors: + - Junhao Hu + - Jiang Xu + - Zhixia Liu + - Yulong He + - Yuetao Chen + - Hao Xu + - Jiang Liu + - Jie Meng + - Baoquan Zhang + - Shining Wan + - Gengyuan Dan + - Zhiyu Dong + - Zhihao Ren + - Changhong Liu + - Tao Xie + - Dayun Lin + - Qin Zhang + - Yue Yu + - Hao Feng + - Xusheng Chen + - Yizhou Shan + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/hu-junhao + dblp_key: conf/usenix/HuXLHCXLMZWDDRL25 + venue_name: USENIX ATC + pages: 57-72 +- title: 'SwCC: Software-Programmable and Per-Packet Congestion Control in RDMA Engine' + authors: + - Hongjing Huang + - Jie Zhang 0081 + - Xuzheng Chen + - Ziyu Song + - Jiajun Qin + - Zeke Wang + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/huang-hongjing + dblp_key: conf/usenix/Huang0CSQW25 + venue_name: USENIX ATC + pages: 1243-1260 +- title: 'Obscura: Concealing Recomputation Overhead in Training of Large Language + Models with Bubble-filling Pipeline Transformation' + authors: + - Yuzhou Huang + - Yapeng Jiang + - Zicong Hong + - Wuhui Chen + - Bin Wang 0034 + - Weixi Zhu + - Yue Yu 0001 + - Zibin Zheng + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/huang-yuzhou + dblp_key: conf/usenix/HuangJHC0Z0Z25 + venue_name: USENIX ATC + pages: 665-678 +- title: 'Chitu: Avoiding Unnecessary Fallback in Byzantine Consensus' + authors: + - Rongji Huang + - Xiangzhe Wang + - Xiaofeng Yan + - Lei Fan 0002 + - Guangtao Xue + - Shengyun Liu + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/huang-rongji + dblp_key: conf/usenix/HuangWY0XL25 + venue_name: USENIX ATC + pages: 923-942 +- title: 'mTuner: Accelerating Parameter-Efficient Fine-Tuning on Multi-GPU Servers + with Elastic Tensor' + authors: + - Kezhao Huang + - Siqi Zhu + - Mingshu Zhai + - Liyan Zheng 0001 + - Kinman Lei + - Jiaao He + - Yuyang Jin 0001 + - Jidong Zhai + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/huang-kezhao + dblp_key: conf/usenix/HuangZZ0LH0Z25 + venue_name: USENIX ATC + pages: 105-121 +- title: 'Z-LFS: A Zoned Namespace-tailored Log-structured File System for Commodity + Small-zone ZNS SSDs' + authors: + - Inhwi Hwang + - Sangjin Lee 0003 + - Sunggon Kim + - Hyeonsang Eom + - Yongseok Son + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/hwang + dblp_key: conf/usenix/Hwang0KES25 + venue_name: USENIX ATC + pages: 547-562 +- title: 'HyCache: Hybrid Caching for Accelerating DNN Input Preprocessing Pipelines' + authors: + - Keshav Vinayak Jha + - Shweta Pandey 0001 + - Murali Annavaram + - Arkaprava Basu + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/jha + dblp_key: conf/usenix/JhaPAB25 + venue_name: USENIX ATC + pages: 433-448 +- title: 'Para-ksm: Parallelized Memory Deduplication with Data Streaming Accelerator' + authors: + - Houxiang Ji + - Minho Kim + - Seonmu Oh + - Daehoon Kim 0001 + - Nam Sung Kim + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/ji + dblp_key: conf/usenix/JiKOKK25 + venue_name: USENIX ATC + pages: 1197-1212 +- title: 'Rex: Closing the language-verifier gap with safe and usable kernel extensions' + authors: + - Jinghao Jia + - Ruowen Qin + - Milo Craun + - Egor Lukiyanov + - Ayush Bansal + - Minh Phan + - Michael V. Le + - Hubertus Franke + - Hani Jamjoom + - Tianyin Xu + - Dan Williams 0001 + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/jia + dblp_key: conf/usenix/JiaQCLBPLFJX025 + venue_name: USENIX ATC + pages: 325-342 +- title: 'PathWeaver: A High-Throughput Multi-GPU System for Graph-Based Approximate + Nearest Neighbor Search' + authors: + - Sukjin Kim + - Seongyeon Park + - Si Ung Noh + - Junguk Hong + - Taehee Kwon 0002 + - Hunseong Lim + - Jinho Lee 0001 + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/kim + dblp_key: conf/usenix/KimPNHKLL25 + venue_name: USENIX ATC + pages: 1501-1517 +- title: 'PPipe: Efficient Video Analytics Serving on Heterogeneous GPU Clusters via + Pool-Based Pipeline Parallelism' + authors: + - Z. Jonny Kong + - Qiang Xu 0006 + - Y. Charlie Hu + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/kong + dblp_key: conf/usenix/Kong0H25 + venue_name: USENIX ATC + pages: 679-698 +- title: 'The Koala Benchmarks for the Shell: Characterization and Implications' + authors: + - Evangelos Lamprou + - Ethan Williams + - Georgios Kaoukis + - Zhuoxuan Zhang + - Michael Greenberg 0002 + - Konstantinos Kallas + - Lukas Lazarek + - Nikos Vasilakis + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/lamprou + dblp_key: conf/usenix/LamprouWKZ0KLV25 + venue_name: USENIX ATC + pages: 449-464 +- title: 'IRHash: Efficient Multi-Language Compiler Caching by IR-Level Hashing' + authors: + - Tobias Landsberg + - Johannes Grunenberg + - Christian Dietrich 0001 + - Daniel Lohmann + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/landsberg + dblp_key: conf/usenix/LandsbergG0L25 + venue_name: USENIX ATC + pages: 1467-1479 +- title: Accelerating Distributed Graph Learning by Using Collaborative In-Network + Multicast and Aggregation + authors: + - Zhaoyi Li + - Jiawei Huang 0001 + - Yijun Li 0002 + - Jingling Liu + - Junxue Zhang 0001 + - Hui Li 0120 + - Xiaojun Zhu + - Shengwen Zhou + - Jing Shao + - Xiaojuan Lu + - Qichen Su + - Jianxin Wang 0001 + - Chee Wei Tan 0001 + - Yong Cui 0001 + - Kai Chen 0005 + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/li-zhaoyi + dblp_key: conf/usenix/Li00L0LZZSLS00025 + venue_name: USENIX ATC + pages: 233-247 +- title: 'Universal Checkpointing: A Flexible and Efficient Distributed Checkpointing + System for Large-Scale DNN Training with Reconfigurable Parallelism' + authors: + - Xinyu Lian + - Sam Ade Jacobs + - Lev Kurilenko + - Masahiro Tanaka + - Stas Bekman + - Olatunji Ruwase + - Minjia Zhang + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/lian + dblp_key: conf/usenix/LianJKTBRZ25 + venue_name: USENIX ATC + pages: 1519-1534 +- title: Towards Optimal Rack-scale μs-level CPU Scheduling through In-Network Workload + Shaping + authors: + - Xudong Liao + - Han Tian + - Xinchen Wan + - Chaoliang Zeng + - Hao Wang 0116 + - Junxue Zhang 0001 + - Mengyu Ma + - Guyue Liu + - Kai Chen 0005 + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/liao + dblp_key: conf/usenix/LiaoTWZ00ML025 + venue_name: USENIX ATC + pages: 179-198 +- title: 'DSA-2LM: A CPU-Free Tiered Memory Architecture with Intel DSA' + authors: + - Ruili Liu + - Teng Ma 0006 + - Mingxing Zhang + - Jialiang Huang + - Yingdi Shan + - Zheng Liu + - Lingfeng Xiang + - Zhen Lin + - Hui Lu 0001 + - Jia Rao + - Kang Chen + - Yongwei Wu 0001 + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/liu-ruili + dblp_key: conf/usenix/LiuMZHSLXL0RC025 + venue_name: USENIX ATC + pages: 1213-1222 +- title: Fast Distributed Transactions for RDMA-based Disaggregated Memory + authors: + - Haodi Lu + - Haikun Liu + - Yujian Zhang + - Zhuohui Duan + - Xiaofei Liao + - Hai Jin 0001 + - Yu Zhang 0027 + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/lu + dblp_key: conf/usenix/LuLZDL0025 + venue_name: USENIX ATC + pages: 943-958 +- title: 'MemoryTrap: Booby Trapping Memory to Counter Memory Disclosure Attacks with + Hardware Support' + authors: + - Chenke Luo + - Jiang Ming 0002 + - Dongpeng Xu 0001 + - Guojun Peng + - Jianming Fu + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/luo + dblp_key: conf/usenix/Luo00PF25 + venue_name: USENIX ATC + pages: 1297-1318 +- title: 'LITESHIELD: Secure Containers via Lightweight, Composable Userspace μKernel + Services' + authors: + - Kaesi Manakkal + - Nathan Daughety + - Marcus Pendleton + - Hui Lu 0001 + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/manakkal + dblp_key: conf/usenix/ManakkalDP025 + venue_name: USENIX ATC + pages: 973-985 +- title: 'AnchorNet: Bridging Live and Collaborative Streaming with a Unified Architecture' + authors: + - Tong Meng + - Wei Zhang + - Dong Chen + - Zhen Wang + - Quanqing Li + - Changqing Yan + - Wei Yang + - Chao Yuan + - Le Zhang + - Jianxin Kuang + - Jianlin Xu + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/meng + dblp_key: conf/usenix/MengZCWLYYYZKX25 + venue_name: USENIX ATC + pages: 1021-1036 +- title: 'SolFS: An Operation-Log Versioning File System for Hash-free Efficient Mobile + Cloud Backup' + authors: + - Riwei Pan + - Yu Liang 0004 + - Lei Li + - Hongchao Du + - Tei-Wei Kuo + - Chun Jason Xue + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/pan + dblp_key: conf/usenix/Pan0LDKX25 + venue_name: USENIX ATC + pages: 531-545 +- title: 'XRT: An Accelerator-Aware Runtime for Accelerated Chip Multiprocessors' + authors: + - Neel Patel + - Mohammad Alian + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/patel + dblp_key: conf/usenix/PatelA25 + venue_name: USENIX ATC + pages: 1359-1369 +- title: 'ASTERINAS: A Linux ABI-Compatible, Rust-Based Framekernel OS with a Small + and Sound TCB' + authors: + - Yuke Peng + - Hongliang Tian + - Junyang Zhang + - Ruihan Li + - Chengjun Chen + - Jianfeng Jiang + - Jinyi Xian + - Xiaolin Wang 0001 + - Chenren Xu + - Diyu Zhou + - Yingwei Luo + - Shoumeng Yan + - Yinqian Zhang + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/peng-yuke + dblp_key: conf/usenix/PengTZLCJXWXZLY25 + venue_name: USENIX ATC + pages: 307-323 +- title: 'Barre: Empowering Simplified and Versatile Programmable Congestion Control + in High-Speed AI Clusters' + authors: + - Yajuan Peng + - Haoran Wei + - Xiaolong Zhong + - Junkai Huang + - Haohan Xu + - Zicheng Wang + - Yang Bai + - Zhuo Jiang + - Jianxi Ye + - Xiaoliang Wang 0001 + - Xiaoming Fu 0001 + - Huichen Dai + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/peng-yajuan + dblp_key: conf/usenix/PengWZHXWBJY00D25 + venue_name: USENIX ATC + pages: 343-363 +- title: 'Burst Computing: Quick, Sudden, Massively Parallel Processing on Serverless + Resources' + authors: + - Daniel Barcelona Pons + - Aitor Arjona + - Pedro García López + - Enrique Molina-Giménez + - Stepan Klymonchuk + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/barcelona-pons + dblp_key: conf/usenix/PonsALMK25 + venue_name: USENIX ATC + pages: 39-56 +- title: 'HotRAP: Hot Record Retention and Promotion for LSM-trees with Tiered Storage' + authors: + - Jiansheng Qiu + - Fangzhou Yuan + - Mingyu Gao 0001 + - Huanchen Zhang + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/qiu + dblp_key: conf/usenix/QiuYGZ25 + venue_name: USENIX ATC + pages: 497-511 +- title: 'FiDe: Reliable and Fast Crash Failure Detection to Boost Datacenter Coordination' + authors: + - Davide Rovelli + - Pavel Chuprikov + - Philipp Berdesinski + - Ali Pahlevan + - Patrick Jahnke + - Patrick Eugster + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/rovelli + dblp_key: conf/usenix/RovelliCBPJE25 + venue_name: USENIX ATC + pages: 765-788 +- title: Bluetooth Low Energy Security Testing with Combinatorial Methods + authors: + - Dominik-Philip Schreiber + - Manuel Leithner + - Jovan Zivanovic + - Dimitris E. Simos + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/schreiber + dblp_key: conf/usenix/SchreiberLZS25 + venue_name: USENIX ATC + pages: 1625-1638 +- title: 'Primus: Unified Training System for Large-Scale Deep Learning Recommendation + Models' + authors: + - Jixi Shan + - Xiuqi Huang + - Yang Guo + - Hongyue Mao + - Ho-Pang Hsu + - Hang Cheng + - Can Wang + - Jun Song + - Rui Shi + - Xiaofeng Gao 0001 + - Jingwei Xu + - Shiru Ren + - Jiaxiao Zheng + - Hua Huang + - Lele Yu + - Peng Xu + - Guihai Chen + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/shan-jixi + dblp_key: conf/usenix/ShanHGMHCWSS0XR25 + venue_name: USENIX ATC + pages: 905-922 +- title: 'Converos: Practical Model Checking for Verifying Rust OS Kernel Concurrency' + authors: + - Ruize Tang + - Minghua Wang + - Xudong Sun 0013 + - Lin Huang 0005 + - Yu Huang 0002 + - Xiaoxing Ma + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/tang + dblp_key: conf/usenix/TangW0H0M25 + venue_name: USENIX ATC + pages: 1143-1159 +- title: 'CLONE: Customizing LLMs for Efficient Latency-Aware Inference at the Edge' + authors: + - Chunlin Tian + - Xinpeng Qin + - Kahou Tam + - Li Li 0064 + - Zijian Wang + - Yuanzhe Zhao + - Minglei Zhang + - Chengzhong Xu 0001 + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/tian + dblp_key: conf/usenix/TianQT0WZZ025 + venue_name: USENIX ATC + pages: 563-585 +- title: 'NetKeeper: Enhancing Network Resilience with Autonomous Network Configuration + Update on Traffic Patterns and Anomalies' + authors: + - Zhaoyang Wan + - Rongxin Han + - Haifeng Sun 0001 + - Qi Qi 0001 + - Zirui Zhuang + - Bo He 0003 + - Liang Zhang + - Jianxin Liao + - Jingyu Wang 0001 + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/wan + dblp_key: conf/usenix/WanH00Z0ZL025 + venue_name: USENIX ATC + pages: 715-730 +- title: 'Minos : A Lightweight and Dynamic Defense against Traffic Analysis in Programmable + Data Planes' + authors: + - Zihao Wang + - Qing Li 0006 + - Guorui Xie + - Dan Zhao 0003 + - Kejun Li + - Zhuochen Fan + - Lianbo Ma + - Yong Jiang 0001 + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/wang-zihao + dblp_key: conf/usenix/Wang0X0LFM025 + venue_name: USENIX ATC + pages: 399-415 +- title: Emulating Space Computing Networks with RHONE + authors: + - Liying Wang 0011 + - Qing Li 0028 + - Yuhan Zhou + - Zhaofeng Luo + - Donghao Zhang + - Shangguang Wang + - Xuanzhe Liu + - Chenren Xu + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/wang-liying + dblp_key: conf/usenix/Wang0ZLZWLX25 + venue_name: USENIX ATC + pages: 815-831 +- title: 'JENGA: Enhancing LLM Long-Context Fine-tuning with Contextual Token Sparsity' + authors: + - Tuowei Wang + - Xingyu Chen + - Kun Li 0016 + - Ting Cao 0003 + - Ju Ren 0001 + - Yaoxue Zhang + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/wang-tuowei + dblp_key: conf/usenix/WangCLC0Z25 + venue_name: USENIX ATC + pages: 123-141 +- title: 'GMI-DRL: Empowering Multi-GPU DRL with Adaptive-Grained Parallelism' + authors: + - Yuke Wang + - Boyuan Feng + - Zheng Wang 0075 + - Guyue Huang + - Tony Tong Geng + - Ang Li 0006 + - Yufei Ding 0001 + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/wang-yuke + dblp_key: conf/usenix/WangF0HG0025 + venue_name: USENIX ATC + pages: 89-103 +- title: 'GeneralSparse: Bridging the Gap in SpMM for Pruned Large Language Model + Inference on GPUs' + authors: + - Yaoyu Wang + - Xiao Guo + - Junmin Xiao + - De Chen + - Guangming Tan + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/wang-yaoyu + dblp_key: conf/usenix/WangGXCT25 + venue_name: USENIX ATC + pages: 417-432 +- title: 'KVCache Cache in the Wild: Characterizing and Optimizing KVCache Cache at + a Large Cloud Provider' + authors: + - Jiahao Wang + - Jinbo Han + - Xingda Wei + - Sijie Shen + - Dingyan Zhang + - Chenguang Fang + - Rong Chen 0001 + - Wenyuan Yu + - Haibo Chen 0001 + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/wang-jiahao + dblp_key: conf/usenix/WangHWSZF0Y025 + venue_name: USENIX ATC + pages: 465-482 +- title: Colocating ML Inference and Training with Fast GPU Memory Handover + authors: + - Jiali Wang + - Yankui Wang + - Mingcong Han + - Rong Chen 0001 + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/wang-jiali + dblp_key: conf/usenix/WangWH025 + venue_name: USENIX ATC + pages: 1657-1675 +- title: 'LogCrisp: Fast Aggregated Analysis on Large-scale Compressed Logs by Enabling + Two-Phase Pattern Extraction and Vectorized Queries' + authors: + - Junyu Wei + - Guangyan Zhang + - Junchao Chen 0005 + - Qi Zhou 0001 + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/wei + dblp_key: conf/usenix/WeiZ0025 + venue_name: USENIX ATC + pages: 483-496 +- title: 'Separate but Together: Integrating Remote Attestation into TLS' + authors: + - Carsten Weinhold + - Muhammad Usama Sardar + - Ionut Mihalcea + - Yogesh Deshpande + - Hannes Tschofenig + - Yaron Sheffer + - Thomas Fossati + - Michael Roitzsch + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/weinhold + dblp_key: conf/usenix/WeinholdSMDTSFR25 + venue_name: USENIX ATC + pages: 1319-1326 +- title: 'GREYHOUND: Hunting Fail-Slows in Hybrid-Parallel Training at Scale' + authors: + - Tianyuan Wu + - Wei Wang 0030 + - Yinghao Yu + - Siran Yang + - Wenchao Wu + - Qinkai Duan + - Guodong Yang + - Jiamang Wang + - Lin Qu + - Liping Zhang 0013 + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/wu-tianyuan + dblp_key: conf/usenix/Wu0YYWDYWQZ25 + venue_name: USENIX ATC + pages: 731-747 +- title: Turbocharge ANNS on Real Processing-in-Memory by Enabling Fine-Grained Per-PIM-Core + Scheduling + authors: + - Puqing Wu + - Minhui Xie + - Enrui Zhao + - Dafang Zhang + - Jing Wang + - Xiao Liang + - Kai Ren + - Yunpeng Chai + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/wu-puqing + dblp_key: conf/usenix/WuXZZWLRC25 + venue_name: USENIX ATC + pages: 1223-1241 +- title: Unveiling Compiler Faults via Attribute-Guided Compilation Space Exploration + authors: + - Jiangchang Wu + - Yibiao Yang + - Maolin Sun + - Yuming Zhou + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/wu-jiangchang + dblp_key: conf/usenix/WuYSZ25 + venue_name: USENIX ATC + pages: 1109-1125 +- title: 'PluS: Highly Efficient and Expandable ML Compiler with Pluggable Graph Schedules' + authors: + - Ruofan Wu + - Zhen Zheng + - Feng Zhang 0007 + - Chuanjie Liu + - Zaifeng Pan + - Jidong Zhai + - Xiaoyong Du 0001 + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/wu-ruofan + dblp_key: conf/usenix/WuZ0LPZ025 + venue_name: USENIX ATC + pages: 647-663 +- title: 'Voltrix: Sparse Matrix-Matrix Multiplication on Tensor Cores with Asynchronous + and Balanced Kernel Optimization' + authors: + - Yaqi Xia + - Weihu Wang + - Donglin Yang + - Xiaobo Zhou 0002 + - Dazhao Cheng + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/xia + dblp_key: conf/usenix/XiaWY0C25 + venue_name: USENIX ATC + pages: 699-714 +- title: Revealing Floating-Point Accumulation Orders in Software/Hardware Implementations + authors: + - Peichen Xie + - Yanjie Gao + - Yang Wang + - Jilong Xue + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/xie + dblp_key: conf/usenix/XieGWX25 + venue_name: USENIX ATC + pages: 1425-1440 +- title: Roaming Free in the VR World with MP2 + authors: + - Yifei Xu + - Xumiao Zhang + - Yuning Chen + - Pan Hu + - Xuan Zeng 0002 + - Zhilong Zheng + - Xianshang Lin + - Yanmei Liu + - Songwu Lu + - Z. Morley Mao + - Wan Du + - Dennis Cai + - Ennan Zhai + - Yunfei Ma + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/xu + dblp_key: conf/usenix/XuZCHZZLLLMDCZM25 + venue_name: USENIX ATC + pages: 833-850 +- title: 'Bin2Wrong: a Unified Fuzzing Framework for Uncovering Semantic Errors in + Binary-to-C Decompilers' + authors: + - Zao Yang + - Stefan Nagy + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/yang-zao + dblp_key: conf/usenix/YangN25 + venue_name: USENIX ATC + pages: 1161-1179 +- title: 'ShieldReduce: Fine-Grained Shielded Data Reduction' + authors: + - Jingyuan Yang 0018 + - Jun Wu 0001 + - Ruilin Wu + - Jingwei Li 0001 + - Patrick P. C. Lee + - Xiong Li 0002 + - Xiaosong Zhang 0001 + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/yang-jingyuan + dblp_key: conf/usenix/YangWW0L0025 + venue_name: USENIX ATC + pages: 1281-1296 +- title: 'Cosmic: Cost-Effective Support for Cloud-Assisted 3D Printing' + authors: + - Yuan Yao + - Chuan He + - Chinedum Emmanuel Okwudire + - Harsha V. Madhyastha + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/yao + dblp_key: conf/usenix/YaoHOM25 + venue_name: USENIX ATC + pages: 73-88 +- title: 'PageFlex: Flexible and Efficient User-space Delegation of Linux Paging Policies + with eBPF' + authors: + - Anil Yelam + - Kan Wu + - Zhiyuan Guo + - Suli Yang + - Rajath Shashidhara + - Wei Xu + - Stanko Novakovic + - Alex C. Snoeren + - Kimberly Keeton + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/yelam + dblp_key: conf/usenix/YelamWGYSXNSK25 + venue_name: USENIX ATC + pages: 291-306 +- title: 'HEC: Equivalence Verification Checking for Code Transformation via Equality + Saturation' + authors: + - Jiaqi Yin + - Zhan Song + - Nicolas Bohm Agostini + - Antonino Tumeo + - Cunxi Yu + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/yin + dblp_key: conf/usenix/YinSATY25 + venue_name: USENIX ATC + pages: 1181-1196 +- title: 'Torpor: GPU-Enabled Serverless Computing for Low-Latency, Resource-Efficient + Inference' + authors: + - Minchen Yu + - Ao Wang + - Dong Chen + - Haoxuan Yu + - Xiaonan Luo + - Zhuohao Li + - Wei Wang 0030 + - Ruichuan Chen + - Dapeng Nie + - Haoran Yang + - Yu Ding + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/yu + dblp_key: conf/usenix/YuWCYLL0CNYD25 + venue_name: USENIX ATC + pages: 597-612 +- title: 'Internet Connection Splitting: What's Old is New Again' + authors: + - Gina Yuan + - Thea Rossman + - Keith Winstein + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/yuan + dblp_key: conf/usenix/YuanRW25 + venue_name: USENIX ATC + pages: 867-887 +- title: 'AssyLLM: Efficient Federated Fine-tuning of LLMs via Assembling Pre-trained + Blocks' + authors: + - Shichen Zhan + - Li Li 0064 + - Chengzhong Xu 0001 + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/zhan + dblp_key: conf/usenix/Zhan0025 + venue_name: USENIX ATC + pages: 1677-1691 +- title: 'WIC: Hiding Producer-Consumer Synchronization Delays with Warp-Level Interrupt-based + GPU Communications' + authors: + - Jiajian Zhang + - Fangyu Wu 0001 + - Hai Jiang 0003 + - Qiufeng Wang 0001 + - Genlang Chen + - Chaoyi Pang + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/zhang-jiajian + dblp_key: conf/usenix/Zhang000CP25 + venue_name: USENIX ATC + pages: 889-904 +- title: 'DRack: A CXL-Disaggregated Rack Architecture to Boost Inter-Rack Communication' + authors: + - Xu Zhang 0033 + - Ke Liu 0004 + - Yuan Hui 0001 + - Xiaolong Zheng + - Yisong Chang + - Yizhou Shan + - Guanghui Zhang + - Ke Zhang 0017 + - Yungang Bao + - Mingyu Chen 0001 + - Chenxi Wang 0005 + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/zhang-xu + dblp_key: conf/usenix/Zhang0HZCSZ0B0W25 + venue_name: USENIX ATC + pages: 1261-1279 +- title: Mitigating Resource Usage Dependency in Sorting-based KV Stores on Hybrid + Storage Devices via Operation Decoupling + authors: + - Qingyang Zhang + - Yongkun Li 0001 + - Yubiao Pan + - Haoting Tang + - Yinlong Xu 0001 + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/zhang-qingyang + dblp_key: conf/usenix/Zhang0PTX25 + venue_name: USENIX ATC + pages: 513-529 +- title: 'PopFetcher: Towards Accelerated Mixture-of-Experts Training Via Popularity + Based Expert-Wise Prefetch' + authors: + - Junyi Zhang + - Chuanhu Ma + - Xiong Wang 0006 + - Yuntao Nie + - Yuqing Li 0001 + - Yuedong Xu 0001 + - Xiaofei Liao + - Bo Li 0001 + - Hai Jin 0001 + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/zhang-junyi + dblp_key: conf/usenix/ZhangMWNL0L0025 + venue_name: USENIX ATC + pages: 1053-1069 +- title: Inferring Likely Counting-related Atomicity Program Properties for Persistent + Memory + authors: + - Yunmo Zhang + - Junqiao Qiu + - Hong Xu 0001 + - Chun Jason Xue + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/zhang-yunmo + dblp_key: conf/usenix/ZhangQ0X25 + venue_name: USENIX ATC + pages: 1441-1450 +- title: Efficient Performance-Aware GPU Sharing with Compatibility and Isolation + through Kernel Space Interception + authors: + - Shulai Zhang + - Ao Xu + - Quan Chen 0002 + - Han Zhao 0005 + - Weihao Cui + - Zhen Wang + - Yan Li + - Limin Xiao + - Minyi Guo + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/zhang-shulai + dblp_key: conf/usenix/ZhangX00CWLXG25 + venue_name: USENIX ATC + pages: 1003-1019 +- title: 'QFactory: Accelerating Quantized Large Language Model Serving with Qtile + Graphs' + authors: + - Qihao Zhang + - Mingshu Zhai + - Rui Sun + - Jidong Zhai + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/zhang-qihao + dblp_key: conf/usenix/ZhangZSZ25 + venue_name: USENIX ATC + pages: 631-646 +- title: 'FlexPipe: Maximizing Training Efficiency for Transformer-based Models with + Variable-Length Inputs' + authors: + - Hairui Zhao 0002 + - Qi Tian + - Hongliang Li 0003 + - Zizhong Chen + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/zhao-hairui + dblp_key: conf/usenix/ZhaoT0C25 + venue_name: USENIX ATC + pages: 143-159 +- title: 'MARC: Motion-Aware Rate Control for Mobile E-commerce Cloud Rendering' + authors: + - Yuankang Zhao + - Furong Yang + - Gerui Lv + - Qinghua Wu 0004 + - Yanmei Liu + - Jiuhai Zhang + - Yutang Peng + - Feng Peng + - Hongyu Guo + - Ying Chen 0011 + - Zhenyu Li 0001 + - Gaogang Xie + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/zhao-yuankang + dblp_key: conf/usenix/ZhaoYL0LZPPG00X25 + venue_name: USENIX ATC + pages: 217-232 +- title: 'SAVE: Software-Implemented Fault Tolerance for Model Inference against GPU + Memory Bit Flips' + authors: + - Wenxin Zheng + - Bin Xu + - Jinyu Gu 0001 + - Haibo Chen 0001 + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/zheng + dblp_key: conf/usenix/ZhengX0025 + venue_name: USENIX ATC + pages: 1585-1604 +- title: 'Accelerating Model Training on Ascend Chips: An Industrial System for Profiling, + Analysis and Optimization' + authors: + - Yuhang Zhou + - Zibo Wang + - Zhibin Wang 0002 + - Ruyi Zhang 0005 + - Chen Tian 0001 + - Xiaoliang Wang 0001 + - Wanchun Dou + - Guihai Chen + - Bingqiang Wang + - Yonghong Tian 0001 + - Yan Zhang 0002 + - Hui Wang 0030 + - Fuchun Wei + - Boquan Sun + - Jingyi Zhang + - Bin She + - Teng Su + - Yifan Yao + - Chunsheng Li + - Ziyang Zhang + - Yaoyuan Wang + - Bin Zhou + - Guyue Liu + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/zhou + dblp_key: conf/usenix/ZhouWW000DCW0ZW25 + venue_name: USENIX ATC + pages: 1387-1408 +- title: Accelerating Nested Virtualization with HyperTurtle + authors: + - Ori Ben Zur + - Jakob Krebs + - Shai Aviram Bergman + - Mark Silberstein + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25/presentation/zur + dblp_key: conf/usenix/ZurKBS25 + venue_name: USENIX ATC + pages: 987-1002 +- title: Proceedings of the 2025 USENIX Annual Technical Conference, USENIX ATC 2025, + Boston, MA, USA, July 7-9, 2025 + authors: + - Deniz Altinbüken + - Ryan Stutsman + year: '2025' + doi: null + url: https://www.usenix.org/conference/atc25 + dblp_key: conf/usenix/2025 + venue_name: USENIX ATC + pages: null diff --git a/site/data/papers/ATC-2025-digest.yaml b/site/data/papers/ATC-2025-digest.yaml new file mode 100644 index 0000000..4f4b711 --- /dev/null +++ b/site/data/papers/ATC-2025-digest.yaml @@ -0,0 +1,70 @@ +venue: ATC +year: 2025 +date: "2025-07-09" +tags: [operating-systems, cloud, storage, networking] + +selected: + - dblp_key: "conf/usenix/PengTZLCJXWXZLY25" + title: "ASTERINAS: A Linux ABI-Compatible, Rust-Based Framekernel OS with a Small and Sound TCB" + tldr: "A production-grade OS kernel written in Rust that exposes a full Linux ABI while confining unsafe code to a small, formally-audited framekernel core." + why_notable: "ASTERINAS demonstrates that Linux compatibility and memory-safety guarantees are not mutually exclusive — unsafe Rust is isolated to under 5 kloc of framework code, giving systems operators a credible path toward a safer Linux-compatible kernel without sacrificing application portability." + + - dblp_key: "conf/usenix/JiaQCLBPLFJX025" + title: "Rex: Closing the language-verifier gap with safe and usable kernel extensions" + tldr: "Rex introduces a new kernel-extension framework that replaces eBPF's in-kernel verifier with a Rust-typed, LLVM-based toolchain to safely express programs that eBPF currently rejects." + why_notable: "The eBPF verifier's conservatism silently limits what practitioners can implement; Rex shows how a language-level safety guarantee can replace ad-hoc bytecode verification without changing the kernel ABI, opening the door to far richer kernel extensions." + + - dblp_key: "conf/usenix/YelamWGYSXNSK25" + title: "PageFlex: Flexible and Efficient User-space Delegation of Linux Paging Policies with eBPF" + tldr: "PageFlex lets applications plug in custom page-replacement and allocation policies via eBPF hooks without modifying the kernel, achieving performance competitive with kernel-native policies." + why_notable: "Memory management policy has historically been locked inside the kernel; PageFlex's eBPF delegation mechanism gives cloud operators a principled way to tailor paging behavior per workload, directly addressing the one-size-fits-all limitation of the Linux page allocator." + + - dblp_key: "conf/usenix/ChenW0X025" + title: "μEFI: A Microkernel-Style UEFI with Isolation and Transparency" + tldr: "μEFI restructures UEFI firmware around microkernel principles so that individual UEFI drivers are isolated from each other and from the boot-time trusted computing base." + why_notable: "Firmware vulnerabilities are notoriously hard to patch and can persist through OS reinstalls; μEFI's approach substantially reduces the blast radius of a compromised UEFI driver while remaining compatible with existing UEFI software, making it directly relevant to secure-boot infrastructure." + + - dblp_key: "conf/usenix/Hwang0KES25" + title: "Z-LFS: A Zoned Namespace-tailored Log-structured File System for Commodity Small-zone ZNS SSDs" + tldr: "Z-LFS is an LFS designed around the tight zone-size constraints of commodity ZNS SSDs, using fine-grained segment management and zone-aware garbage collection to avoid the capacity and write-amplification pitfalls of existing approaches." + why_notable: "ZNS SSDs offer significant cost and endurance advantages but mainstream file systems waste capacity on small-zone devices; Z-LFS shows that rethinking LFS segment layout specifically for small zones yields competitive throughput with substantially lower write amplification." + + - dblp_key: "conf/usenix/DuanC25" + title: "Crash Consistency in Block-Level Caching Systems: An Open CAS Case Study" + tldr: "A systematic study of crash-consistency bugs in the widely deployed Open CAS block-layer cache, revealing a class of ordering violations that can silently corrupt data on unexpected power loss." + why_notable: "Block-level caches are invisible to file systems and often assumed to be transparent, making these bugs particularly insidious; the paper's taxonomy and detection methodology are directly actionable for operators running NVMe caching in production storage stacks." + + - dblp_key: "conf/usenix/QiuYGZ25" + title: "HotRAP: Hot Record Retention and Promotion for LSM-trees with Tiered Storage" + tldr: "HotRAP adds a retention-and-promotion layer to LSM-tree compaction that keeps frequently accessed records in faster storage tiers by tracking access heat across compaction boundaries." + why_notable: "Tiered storage deployments with LSM engines (RocksDB, LevelDB) routinely see hot data demoted to slow tiers during compaction; HotRAP's lightweight heat tracking improves read latency by up to 5x on skewed workloads without changing the external LSM API." + + - dblp_key: "conf/usenix/00090ZSXWE0ZYX25" + title: "TGW: Operating an Efficient and Resilient Cloud Gateway at Scale" + tldr: "TGW describes the architecture, traffic engineering, and operational lessons of a production cloud gateway handling hundreds of Tbps at a major cloud provider." + why_notable: "Production-scale gateway papers with real traffic data are rare; TGW's account of how to sustain sub-millisecond failover and linear-scale throughput under adversarial traffic patterns provides a concrete reference design for anyone building or operating large-scale edge infrastructure." + + - dblp_key: "conf/usenix/Huang0CSQW25" + title: "SwCC: Software-Programmable and Per-Packet Congestion Control in RDMA Engine" + tldr: "SwCC embeds a programmable per-packet congestion-control engine directly inside an RDMA NIC, allowing operators to deploy and hot-swap CC algorithms without CPU involvement or ASIC redesign." + why_notable: "RDMA congestion control has historically been frozen in NIC firmware, forcing cluster-wide firmware upgrades to try new algorithms; SwCC's programmable datapath brings the velocity of software-defined networking to the RDMA layer at near-line-rate performance." + + - dblp_key: "conf/usenix/AwamotoH25" + title: "Opening Up Kernel-Bypass TCP Stacks" + tldr: "A framework that exposes kernel-bypass TCP (DPDK-based) stacks to unmodified POSIX applications by transparently interposing at the syscall level, without requiring application changes or root privileges." + why_notable: "Kernel-bypass networking has been limited to purpose-built applications; this work's zero-modification deployment model makes microsecond-latency TCP accessible to the broad ecosystem of existing networked software, which has significant practical implications for latency-sensitive cloud services." + + - dblp_key: "conf/usenix/ZurKBS25" + title: "Accelerating Nested Virtualization with HyperTurtle" + tldr: "HyperTurtle reduces the performance penalty of nested virtualization by selectively forwarding L2 guest hypercalls directly to the L0 hypervisor, bypassing the L1 intermediary for common fast paths." + why_notable: "Nested virtualization is increasingly important for confidential computing and cloud-in-cloud deployments, but the overhead is often prohibitive; HyperTurtle's selective bypass approach cuts nested VM overhead by up to 60% on I/O-intensive workloads with no guest modifications." + + - dblp_key: "conf/usenix/WangHWSZF0Y025" + title: "KVCache Cache in the Wild: Characterizing and Optimizing KVCache Cache at a Large Cloud Provider" + tldr: "A production measurement study of LLM KV-cache behavior across a large cloud fleet, revealing access patterns and reuse characteristics that inform a redesigned caching policy reducing GPU memory pressure significantly." + why_notable: "As LLM serving becomes a dominant cloud workload, KV-cache management is a critical bottleneck; this paper provides the first at-scale empirical characterization of KV-cache reuse in a real deployment, and its findings directly shaped policy changes that improved cache hit rates by over 30%." + + - dblp_key: "conf/usenix/Wu0YYWDYWQZ25" + title: "GREYHOUND: Hunting Fail-Slows in Hybrid-Parallel Training at Scale" + tldr: "GREYHOUND is a runtime monitoring system that automatically detects and isolates fail-slow stragglers in large-scale hybrid-parallel LLM training jobs before they degrade the entire training run." + why_notable: "Fail-slow faults are notoriously harder to detect than fail-stop failures and can silently extend training jobs by hours; GREYHOUND's production deployment demonstrates that fine-grained per-layer timing signals can catch slow nodes within seconds, making it a practical reliability tool for anyone running large training clusters." diff --git a/site/data/papers/CCGrid-2024-candidates.yaml b/site/data/papers/CCGrid-2024-candidates.yaml new file mode 100644 index 0000000..4809076 --- /dev/null +++ b/site/data/papers/CCGrid-2024-candidates.yaml @@ -0,0 +1,1429 @@ +venue: CCGrid +year: 2024 +source: dblp +count: 106 +papers: +- title: Fair, Efficient Multi-Resource Scheduling for Stateless Serverless Functions + with Anubis + authors: + - Amit Samanta 0001 + - Ryan Stutsman + year: '2024' + doi: 10.1109/CCGRID59990.2024.00021 + url: https://doi.org/10.1109/CCGrid59990.2024.00021 + dblp_key: conf/ccgrid/0001S24 + venue_name: CCGrid + pages: 106-112 +- title: 'IDIOMS: Index-powered Distributed Object-centric Metadata Search for Scientific + Data Management' + authors: + - Wei Zhang 0097 + - Houjun Tang + - Suren Byna + year: '2024' + doi: 10.1109/CCGRID59990.2024.00072 + url: https://doi.org/10.1109/CCGrid59990.2024.00072 + dblp_key: conf/ccgrid/0097TB24 + venue_name: CCGrid + pages: 598-608 +- title: 'Damage Assessment in Fog Computing Systems: A Blind Write Lineage Approach' + authors: + - Mariha Siddika Ahmad + - Brajendra Panda + year: '2024' + doi: 10.1109/CCGRIDW63211.2024.00012 + url: https://doi.org/10.1109/CCGridW63211.2024.00012 + dblp_key: conf/ccgrid/AhmadP24 + venue_name: CCGridW + pages: 50-55 +- title: Towards an Integrated Performance Framework for Fire Science and Management + Workflows + authors: + - Hena Ahmed + - Ravi Shende + - Ismael Pérez + - Daniel Crawl + - Shweta Purawat + - Ilkay Altintas + year: '2024' + doi: 10.1109/CCGRIDW63211.2024.00015 + url: https://doi.org/10.1109/CCGridW63211.2024.00015 + dblp_key: conf/ccgrid/AhmedSPCPA24 + venue_name: CCGridW + pages: 78-83 +- title: Network Slicing for Beyond 5G Networks using Machine Learning + authors: + - Eleni Aloupogianni + - Charalampos Karyotis + - Tomasz Maniak + - Rahat Iqbal + - Nikos I. Passas + - Zoran Vujicic + - Faiyaz Doctor + year: '2024' + doi: 10.1109/CCGRIDW63211.2024.00031 + url: https://doi.org/10.1109/CCGridW63211.2024.00031 + dblp_key: conf/ccgrid/AloupogianniKMI24 + venue_name: CCGridW + pages: 197-200 +- title: 'Leveraging ICTs for Effective COVID-19 Pandemics Management: Insights from + a Health Information System Implementation in Cyprus' + authors: + - Maria N. Anastasiadou + - Philippos Isaia + - Panayiotis Kolios + - Demetrios G. Eliades + - Christos Laoudias + year: '2024' + doi: 10.1109/CCGRIDW63211.2024.00016 + url: https://doi.org/10.1109/CCGridW63211.2024.00016 + dblp_key: conf/ccgrid/AnastasiadouIKE24 + venue_name: CCGridW + pages: 84-91 +- title: 'Dataplug: Unlocking extreme data analytics with on-the-fly dynamic partitioning + of unstructured data' + authors: + - Aitor Arjona + - Pedro García López + - Daniel Barcelona Pons + year: '2024' + doi: 10.1109/CCGRID59990.2024.00069 + url: https://doi.org/10.1109/CCGrid59990.2024.00069 + dblp_key: conf/ccgrid/ArjonaLP24 + venue_name: CCGrid + pages: 567-576 +- title: 'SMART: Serverless Module Analysis and Recognition Technique for Managed + Applications' + authors: + - Adi Ashkenazi + - Edita Grolman + - Aviad Elyashar + - Dudu Mimran + - Oleg Brodt + - Yuval Elovici + - Asaf Shabtai + year: '2024' + doi: 10.1109/CCGRID59990.2024.00057 + url: https://doi.org/10.1109/CCGrid59990.2024.00057 + dblp_key: conf/ccgrid/AshkenaziGEMBES24 + venue_name: CCGrid + pages: 442-452 +- title: Collaborative services for Crowd Safety systems across the Edge-Cloud Computing + Continuum + authors: + - Daniel Balouek + - Julien Pettré + year: '2024' + doi: 10.1109/CCGRIDW63211.2024.00017 + url: https://doi.org/10.1109/CCGridW63211.2024.00017 + dblp_key: conf/ccgrid/BalouekP24 + venue_name: CCGridW + pages: 92-97 +- title: 'Scheduling with Fully Compressible Tasks: Application to Deep Learning Inference + with Neural Network Compression' + authors: + - Tiago Da Silva Barros + - Frédéric Giroire + - Ramon Aparicio-Pardo + - Stéphane Pérennes + - Emanuele Natale + year: '2024' + doi: 10.1109/CCGRID59990.2024.00045 + url: https://doi.org/10.1109/CCGrid59990.2024.00045 + dblp_key: conf/ccgrid/BarrosGAPN24 + venue_name: CCGrid + pages: 327-336 +- title: Enhancing the Energy Efficiency with DURGA, a Novel Geographical Load Balancer + authors: + - Tathagata Bhattacharya + - Vivek Tanniru + - Subhashis Majumder + - Saiteja Veeramalla + year: '2024' + doi: 10.1109/CCGRIDW63211.2024.00029 + url: https://doi.org/10.1109/CCGridW63211.2024.00029 + dblp_key: conf/ccgrid/BhattacharyaTMV24 + venue_name: CCGridW + pages: 180-190 +- title: Design and Development of a Novel Bio-Inspired VM Placement in Green Cloud + Computing Environment + authors: + - Nirmal Kr. Biswas + - Sourav Banerjee + - Uttam Ghosh + year: '2024' + doi: 10.1109/CCGRIDW63211.2024.00024 + url: https://doi.org/10.1109/CCGridW63211.2024.00024 + dblp_key: conf/ccgrid/BiswasBG24 + venue_name: CCGridW + pages: 144-149 +- title: Efficient Data-Parallel Continual Learning with Asynchronous Distributed + Rehearsal Buffers + authors: + - Thomas Bouvier + - Bogdan Nicolae + - Hugo Chaugier + - Alexandru Costan + - Ian T. Foster + - Gabriel Antoniu + year: '2024' + doi: 10.1109/CCGRID59990.2024.00036 + url: https://doi.org/10.1109/CCGrid59990.2024.00036 + dblp_key: conf/ccgrid/BouvierNCCFA24 + venue_name: CCGrid + pages: 245-254 +- title: 'Hades: A Context-Aware Active Storage Framework for Accelerating Large-Scale + Data Analysis' + authors: + - Jaime Cernuda + - Luke Logan + - Ana Gainaru + - Scott Klasky + - Jay F. Lofstead + - Anthony Kougkas + - Xian-He Sun + year: '2024' + doi: 10.1109/CCGRID59990.2024.00070 + url: https://doi.org/10.1109/CCGrid59990.2024.00070 + dblp_key: conf/ccgrid/CernudaLGKLKS24 + venue_name: CCGrid + pages: 577-586 +- title: 'Apodotiko: Enabling Efficient Serverless Federated Learning in Heterogeneous + Environments' + authors: + - Mohak Chadha + - Alexander Jensen + - Jianfeng Gu 0001 + - Osama Abboud + - Michael Gerndt + year: '2024' + doi: 10.1109/CCGRID59990.2024.00032 + url: https://doi.org/10.1109/CCGrid59990.2024.00032 + dblp_key: conf/ccgrid/ChadhaJGAG24 + venue_name: CCGrid + pages: 206-215 +- title: A Generative AI Approach for Ensuring Data Integrity Security Resilience + in Fintech Systems + authors: + - Pushpita Chatterjee + - Debashis Das + - Danda B. Rawat + year: '2024' + doi: 10.1109/CCGRIDW63211.2024.00027 + url: https://doi.org/10.1109/CCGridW63211.2024.00027 + dblp_key: conf/ccgrid/ChatterjeeDR24 + venue_name: CCGridW + pages: 168-173 +- title: Lattice-Based Efficient Certificateless Public Auditing Scheme from RLWE + for Cloud Storage + authors: + - Renuka Cheeturi + - Syam Kumar Pasupuleti + - Rashmi Ranjan Rout + year: '2024' + doi: 10.1109/CCGRIDW63211.2024.00009 + url: https://doi.org/10.1109/CCGridW63211.2024.00009 + dblp_key: conf/ccgrid/CheeturiPR24 + venue_name: CCGridW + pages: 26-33 +- title: 'vASP: Full VM Life-cycle Protection Based on Active Security Processor Architecture' + authors: + - Jiayun Chen + - Qihang Zhou + - Weijuan Zhang + - Nan Jiang + - Yamin Xie + - Xiaoqi Jia + year: '2024' + doi: 10.1109/CCGRID59990.2024.00028 + url: https://doi.org/10.1109/CCGrid59990.2024.00028 + dblp_key: conf/ccgrid/ChenZZJXJ24 + venue_name: CCGrid + pages: 168-177 +- title: Efficient and Budget-Balanced Decentralized Management of Federated Cloud + and Edge Providers + authors: + - George Darzanos + - Thanasis G. Papaioannou + - George D. Stamoulis + year: '2024' + doi: 10.1109/CCGRID59990.2024.00050 + url: https://doi.org/10.1109/CCGrid59990.2024.00050 + dblp_key: conf/ccgrid/DarzanosPS24 + venue_name: CCGrid + pages: 374-384 +- title: Benchmarking Performance of Various MQTT Broker Implementations in a Compute + Continuum + authors: + - Jasenka Dizdarevic + - Marc Michalke + - Admela Jukan + - Xavi Masip-Bruin + - Francesco D'Andria + year: '2024' + doi: 10.1109/CCGRID59990.2024.00048 + url: https://doi.org/10.1109/CCGrid59990.2024.00048 + dblp_key: conf/ccgrid/DizdarevicMJMD24 + venue_name: CCGrid + pages: 357-366 +- title: 'COTuner: Joint Optimization of Resource Configuration and Software Parameters + for Recurring Streaming Jobs on the Cloud' + authors: + - Hui Dou + - Shanshan Zhu + - Yuxuan Zhou 0005 + - Yiwen Zhang 0001 + - Jicheng Mei + - Yang Wu + - Jiaqing Dai + year: '2024' + doi: 10.1109/CCGRID59990.2024.00019 + url: https://doi.org/10.1109/CCGrid59990.2024.00019 + dblp_key: conf/ccgrid/DouZ00MWD24 + venue_name: CCGrid + pages: 87-96 +- title: 'HUILLY: A Non-Blocking Ingestion Buffer for Timestepped Simulation Analytics' + authors: + - Xiaorui Du + - Andrea Piccione + - Adriano Pimpini + - Stefano Bortoli + - Alois Knoll + - Alessandro Pellegrini 0001 + year: '2024' + doi: 10.1109/CCGRID59990.2024.00022 + url: https://doi.org/10.1109/CCGrid59990.2024.00022 + dblp_key: conf/ccgrid/DuPPBK024 + venue_name: CCGrid + pages: 113-118 +- title: An AI Driven Pipeline for 6G Enabled Digital Creatives Identification, Performance + Monitoring and Attribution + authors: + - Varun Dutt + - Lucas Galan + - Faiyaz Doctor + - Lina Barakat + - Kate Isaacs + - Demetris Hadjigeorgiou + - Aldo Fumagalli + year: '2024' + doi: 10.1109/CCGRIDW63211.2024.00032 + url: https://doi.org/10.1109/CCGridW63211.2024.00032 + dblp_key: conf/ccgrid/DuttGDBIHF24 + venue_name: CCGridW + pages: 201-207 +- title: Rapid Deployment of DNNs for Edge Computing via Structured Pruning at Initialization + authors: + - Bailey J. Eccles + - Leon Wong + - Blesson Varghese + year: '2024' + doi: 10.1109/CCGRID59990.2024.00044 + url: https://doi.org/10.1109/CCGrid59990.2024.00044 + dblp_key: conf/ccgrid/EcclesWV24 + venue_name: CCGrid + pages: 317-326 +- title: A Distributed, Asynchronous Algorithm for Large-Scale Internet Network Topology + Analysis + authors: + - Youssef Elmougy + - Akihiro Hayashi + - Vivek Sarkar + year: '2024' + doi: 10.1109/CCGRID59990.2024.00080 + url: https://doi.org/10.1109/CCGrid59990.2024.00080 + dblp_key: conf/ccgrid/ElmougyHS24 + venue_name: CCGrid + pages: 644-650 +- title: Tackling Memory Footprint Expansion During Live Migration of Virtual Machines + authors: + - Roja Eswaran + - Mingjie Yan + - Kartik Gopalan + year: '2024' + doi: 10.1109/CCGRID59990.2024.00027 + url: https://doi.org/10.1109/CCGrid59990.2024.00027 + dblp_key: conf/ccgrid/EswaranYG24 + venue_name: CCGrid + pages: 158-167 +- title: Incorporating Memory Sharing-awareness in Multi-VM Live Migration + authors: + - Roja Eswaran + - Mingjie Yan + - Kartik Gopalan + year: '2024' + doi: 10.1109/CCGRID59990.2024.00084 + url: https://doi.org/10.1109/CCGrid59990.2024.00084 + dblp_key: conf/ccgrid/EswaranYG24a + venue_name: CCGrid + pages: 667-670 +- title: 'Multi-Objective Optimization for Joint Task Scheduling and Data Placement + in Edge-based AIoT Systems: A Learning-Based Approach' + authors: + - Mingyan Fang + - Xiao Liu 0004 + - Jia Xu 0010 + - Aiting Yao + - Fengjie Tang + - Xuejun Li 0001 + year: '2024' + doi: 10.1109/CCGRID59990.2024.00056 + url: https://doi.org/10.1109/CCGrid59990.2024.00056 + dblp_key: conf/ccgrid/FangL0YT024 + venue_name: CCGrid + pages: 435-441 +- title: 'TianheStar: Orchestrating SSSP Applications on Tianhe Supercomputer' + authors: + - Xinbiao Gan + - Qian Tang + - Feng Xiong + - Shijie Li 0002 + - Bo Yang 0023 + - Tiejun Li + year: '2024' + doi: 10.1109/CCGRID59990.2024.00066 + url: https://doi.org/10.1109/CCGrid59990.2024.00066 + dblp_key: conf/ccgrid/GanTXLYL24 + venue_name: CCGrid + pages: 534-542 +- title: 'DroMPI: Parallel Computation Over Drop Computing' + authors: + - George-Mircea Grosu + - Silvia-Elena Nistor + - Radu-Ioan Ciobanu + - Ciprian Dobre + - Florin Pop + year: '2024' + doi: 10.1109/CCGRIDW63211.2024.00021 + url: https://doi.org/10.1109/CCGridW63211.2024.00021 + dblp_key: conf/ccgrid/GrosuNCDP24 + venue_name: CCGridW + pages: 120-127 +- title: Computation Augmentation Techniques for Computing Continuum + authors: + - George-Mircea Grosu + - Silvia-Elena Nistor + - Radu-Ioan Ciobanu + - Joanna Kolodziej + - Florin Pop + year: '2024' + doi: 10.1109/CCGRIDW63211.2024.00023 + url: https://doi.org/10.1109/CCGridW63211.2024.00023 + dblp_key: conf/ccgrid/GrosuNCKP24 + venue_name: CCGridW + pages: 136-143 +- title: Deep Neural Network Framework for the Identification of Smoking Events in + 6G and Cloud-Enabled Smart Cities + authors: + - Brij B. Gupta + - Kwok Tai Chui + - Akshat Gaurav + - Jinsong Wu 0001 + year: '2024' + doi: 10.1109/CCGRIDW63211.2024.00034 + url: https://doi.org/10.1109/CCGridW63211.2024.00034 + dblp_key: conf/ccgrid/GuptaCG024 + venue_name: CCGridW + pages: 213-218 +- title: Efficient DDoS Attack Detection through Lightweight Deep Learning Model in + Cloud Computing Environment + authors: + - Brij B. Gupta + - Akshat Gaurav + - Varsha Arya + - Kwok Tai Chui + year: '2024' + doi: 10.1109/CCGRIDW63211.2024.00033 + url: https://doi.org/10.1109/CCGridW63211.2024.00033 + dblp_key: conf/ccgrid/GuptaGAC24 + venue_name: CCGridW + pages: 208-212 +- title: 'Demystifying Swarm Learning: An Emerging Decentralized Federated Learning + System' + authors: + - Jialiang Han 0001 + - Yudong Han 0001 + - Ying Zhang 0012 + - Xiang Jing + - Yun Ma 0002 + year: '2024' + doi: 10.1109/CCGRID59990.2024.00049 + url: https://doi.org/10.1109/CCGrid59990.2024.00049 + dblp_key: conf/ccgrid/HanHZJ024 + venue_name: CCGrid + pages: 367-373 +- title: Federated Semi-Supervised Learning with Local and Global Updating Frequency + Optimization + authors: + - Xin Hang + - Yang Xu 0020 + - Hongli Xu 0001 + - Yunming Liao + - Lun Wang 0003 + year: '2024' + doi: 10.1109/CCGRID59990.2024.00037 + url: https://doi.org/10.1109/CCGrid59990.2024.00037 + dblp_key: conf/ccgrid/Hang0XLW24 + venue_name: CCGrid + pages: 255-265 +- title: 'Zerologon Explored: In-Depth Analysis and Mitigation Strategies for Microsoft's + Critical Vulnerability' + authors: + - Hongxiang He + - Josh Self + - Kelton French + - Suman Bhunia + - Mohammad Salman + - Paulo Alexandre Regis + year: '2024' + doi: 10.1109/CCGRIDW63211.2024.00025 + url: https://doi.org/10.1109/CCGridW63211.2024.00025 + dblp_key: conf/ccgrid/HeSFBSR24 + venue_name: CCGridW + pages: 150-157 +- title: A Formal Modeling and Verification Approach for IoT-Cloud Resource-Oriented + Applications + authors: + - Yassmine Gara Hellal + - Lazhar Hamel + - Mohamed Graiet + - Daniel Balouek + year: '2024' + doi: 10.1109/CCGRID59990.2024.00047 + url: https://doi.org/10.1109/CCGrid59990.2024.00047 + dblp_key: conf/ccgrid/HellalHGB24 + venue_name: CCGrid + pages: 347-356 +- title: Is the powersave governor really saving power? + authors: + - Darong Huang 0003 + - Luis Costero + - David Atienza 0001 + year: '2024' + doi: 10.1109/CCGRID59990.2024.00039 + url: https://doi.org/10.1109/CCGrid59990.2024.00039 + dblp_key: conf/ccgrid/HuangCA24 + venue_name: CCGrid + pages: 273-283 +- title: 'Sub-model Parallelism: A Scale-out Deployment Method for Large Multi-modal + DNNs' + authors: + - Tianhao Huang + - Lingyu Sun + - Xiaofeng Hou + - Xiaozhi Zhu + - Xinfeng Xia + - Yutong Wang + - Mingxi Chen + - Chao Li 0009 + year: '2024' + doi: 10.1109/CCGRID59990.2024.00081 + url: https://doi.org/10.1109/CCGrid59990.2024.00081 + dblp_key: conf/ccgrid/HuangSHZXWCL24 + venue_name: CCGrid + pages: 651-657 +- title: 'HAPPIES: a History-Aware Efficient Cloud Resource Overcommitment System' + authors: + - Ziwei Huang 0003 + - Shibo Tang + - Zihao Chang + - Lin Tan + - Qichao Lu + - Jian Ouyang + - Wenbin Lv + - Zhicheng Yao + - Yungang Bao + - Sa Wang + year: '2024' + doi: 10.1109/CCGRID59990.2024.00064 + url: https://doi.org/10.1109/CCGrid59990.2024.00064 + dblp_key: conf/ccgrid/HuangTCTLOLYBW24 + venue_name: CCGrid + pages: 514-524 +- title: 'PireSPM: Efficient and Recoverable Secure Persistent Memory for Multi-cores' + authors: + - Weijie Huang + - Bohong Zhu + - Jiwu Shu + - Shu Li + - Zhengyong Wang + - Yu Gao + year: '2024' + doi: 10.1109/CCGRID59990.2024.00015 + url: https://doi.org/10.1109/CCGrid59990.2024.00015 + dblp_key: conf/ccgrid/HuangZSLWG24 + venue_name: CCGrid + pages: 47-56 +- title: CNN Training Latency Prediction Using Hardware Metrics on Cloud GPUs + authors: + - Yoonseo Hur + - Kyungyong Lee + year: '2024' + doi: 10.1109/CCGRID59990.2024.00033 + url: https://doi.org/10.1109/CCGrid59990.2024.00033 + dblp_key: conf/ccgrid/HurL24 + venue_name: CCGrid + pages: 216-226 +- title: 'SweetspotVM: Oversubscribing CPU without Sacrificing VM Performance' + authors: + - Pierre Jacquet + - Thomas Ledoux + - Romain Rouvoy + year: '2024' + doi: 10.1109/CCGRID59990.2024.00026 + url: https://doi.org/10.1109/CCGrid59990.2024.00026 + dblp_key: conf/ccgrid/JacquetLR24 + venue_name: CCGrid + pages: 148-157 +- title: Elasticity in a Task-based Dataflow Runtime Through Inter-node GPU Work Stealing + authors: + - Joseph John + - Josh Milthorpe + year: '2024' + doi: 10.1109/CCGRID59990.2024.00020 + url: https://doi.org/10.1109/CCGrid59990.2024.00020 + dblp_key: conf/ccgrid/JohnM24 + venue_name: CCGrid + pages: 97-105 +- title: A Cross-Architecture Evaluation of WebAssembly in the Cloud-Edge Continuum + authors: + - Sangeeta Kakati + - Mats Brorsson + year: '2024' + doi: 10.1109/CCGRID59990.2024.00046 + url: https://doi.org/10.1109/CCGrid59990.2024.00046 + dblp_key: conf/ccgrid/KakatiB24 + venue_name: CCGrid + pages: 337-346 +- title: High-throughput Real-time Edge Stream Processing with Topology-Aware Resource + Matching + authors: + - Peng Kang + - Samee U. Khan + - Xiaobo Zhou 0002 + - Palden Lama + year: '2024' + doi: 10.1109/CCGRID59990.2024.00051 + url: https://doi.org/10.1109/CCGrid59990.2024.00051 + dblp_key: conf/ccgrid/KangK0L24 + venue_name: CCGrid + pages: 385-394 +- title: 'Distributed Computing Systems and Approaches for Polar Science Research: + An Interdisciplinary Systematic Review' + authors: + - Pradeeban Kathiravelu + - Ryan Birmingham + year: '2024' + doi: 10.1109/CCGRIDW63211.2024.00019 + url: https://doi.org/10.1109/CCGridW63211.2024.00019 + dblp_key: conf/ccgrid/KathiraveluB24 + venue_name: CCGridW + pages: 104-111 +- title: 'Workflow Mini-Apps: Portable, Scalable, Tunable & Faithful Representations + of Scientific Workflows' + authors: + - Ozgur O. Kilic + - Tianle Wang 0001 + - Matteo Turilli + - Mikhail Titov + - André Merzky + - Line Pouchard + - Shantenu Jha + year: '2024' + doi: 10.1109/CCGRID59990.2024.00059 + url: https://doi.org/10.1109/CCGrid59990.2024.00059 + dblp_key: conf/ccgrid/Kilic0TTMPJ24 + venue_name: CCGrid + pages: 465-477 +- title: 'DeepVM: Integrating Spot and On-Demand VMs for Cost-Efficient Deep Learning + Clusters in the Cloud' + authors: + - Yoochan Kim + - Kihyun Kim + - Yonghyeon Cho + - Jinwoo Kim + - Awais Khan 0002 + - Ki-Dong Kang + - Baik-Song An + - Myung-Hoon Cha + - Hong-Yeon Kim + - Youngjae Kim 0001 + year: '2024' + doi: 10.1109/CCGRID59990.2024.00034 + url: https://doi.org/10.1109/CCGrid59990.2024.00034 + dblp_key: conf/ccgrid/KimKCK0KACK024 + venue_name: CCGrid + pages: 227-235 +- title: Towards a Standardized Data Framework for Threat Detection in Smart Homes + authors: + - Jess Kropczynski + - Sunkanmi Oluwadare + - Nate Elrod + - Pranav Mahajan + - Amir Asadi + - Jake Koch + - Lily Edinam Botsyoe + year: '2024' + doi: 10.1109/CCGRIDW63211.2024.00037 + url: https://doi.org/10.1109/CCGridW63211.2024.00037 + dblp_key: conf/ccgrid/KropczynskiOEMA24 + venue_name: CCGridW + pages: 62-67 +- title: Evasion attacks on ML in domains with nonlinear constraints + authors: + - Mateusz Krzyszton + - Bartosz Bok + - Pawel Zakieta + - Joanna Kolodziej + year: '2024' + doi: 10.1109/CCGRIDW63211.2024.00020 + url: https://doi.org/10.1109/CCGridW63211.2024.00020 + dblp_key: conf/ccgrid/KrzysztonBZK24 + venue_name: CCGridW + pages: 112-119 +- title: 'XFBench: A Cross-Cloud Benchmark Suite for Evaluating FaaS Workflow Platforms' + authors: + - Varad Kulkarni + - Nikhil Reddy + - Tuhin Khare + - Harini Mohan + - Jahnavi Murali + - Mohith A + - Ragul B + - Sanjai Balajee + - Sanjjit S + - Swathika D + - Vaishnavi S + - Yashasvee V + - Chitra Babu + - Abhinandan S. Prasad + - Yogesh Simmhan + year: '2024' + doi: 10.1109/CCGRID59990.2024.00067 + url: https://doi.org/10.1109/CCGrid59990.2024.00067 + dblp_key: conf/ccgrid/KulkarniRKMMABB24 + venue_name: CCGrid + pages: 543-556 +- title: 'AppSteer: Framework for Improving Multicore Scalability of Network Functions + via Application-aware Packet Steering' + authors: + - Ashwin Kumar + - Rajneesh Katkam + - Pranav Chaudhary + - Priyanka Naik + - Mythili Vutukuru + year: '2024' + doi: 10.1109/CCGRID59990.2024.00012 + url: https://doi.org/10.1109/CCGrid59990.2024.00012 + dblp_key: conf/ccgrid/KumarKCNV24 + venue_name: CCGrid + pages: 18-27 +- title: 'HeROcache: Storage-Aware Scheduling in Heterogeneous Serverless Edge - The + Case of IDS' + authors: + - Vincent Lannurien + - Camélia Slimani + - Laurent d'Orazio + - Olivier Barais + - Stéphane Paquelet + - Jalil Boukhobza + year: '2024' + doi: 10.1109/CCGRID59990.2024.00071 + url: https://doi.org/10.1109/CCGrid59990.2024.00071 + dblp_key: conf/ccgrid/LannurienSdBPB24 + venue_name: CCGrid + pages: 587-597 +- title: 'FTTN: Feature-Targeted Testing for Numerical Properties of NVIDIA & + AMD Matrix Accelerators' + authors: + - Xinyi Li + - Ang Li 0006 + - Bo Fang 0002 + - Katarzyna Swirydowicz + - Ignacio Laguna + - Ganesh Gopalakrishnan + year: '2024' + doi: 10.1109/CCGRID59990.2024.00014 + url: https://doi.org/10.1109/CCGrid59990.2024.00014 + dblp_key: conf/ccgrid/Li0FSLG24 + venue_name: CCGrid + pages: 39-46 +- title: 'FBTuner: A Feedback-Directed Approach for Safe Mixed-Precision Tuning' + authors: + - Xinyi Li + - Ganesh Gopalakrishnan + year: '2024' + doi: 10.1109/CCGRID59990.2024.00077 + url: https://doi.org/10.1109/CCGrid59990.2024.00077 + dblp_key: conf/ccgrid/LiG24 + venue_name: CCGrid + pages: 1-2 +- title: Discovery of Floating-Point Differences Between NVIDIA and AMD GPUs + authors: + - Xinyi Li + - Ang Li 0006 + - Bo Fang 0002 + - Katarzyna Swirydowicz + - Ignacio Laguna + - Ganesh Gopalakrishnan + year: '2024' + doi: 10.1109/CCGRID59990.2024.00083 + url: https://doi.org/10.1109/CCGrid59990.2024.00083 + dblp_key: conf/ccgrid/LiLFSLG24 + venue_name: CCGrid + pages: 663-666 +- title: A Clustering-Oriented Method for Open-Domain Named Entity Recognition + authors: + - Jiahui Li + - Diange Zhou + - Yilin Duan + - Xinchuan Li + - Hong Yao + year: '2024' + doi: 10.1109/CCGRID59990.2024.00030 + url: https://doi.org/10.1109/CCGrid59990.2024.00030 + dblp_key: conf/ccgrid/LiZDLY24 + venue_name: CCGrid + pages: 189-195 +- title: 'TacVar: Tackling Variability in Short-Interval Timing Measurements on X86 + Processors' + authors: + - Qiucheng Liao + - James Lin + year: '2024' + doi: 10.1109/CCGRID59990.2024.00062 + url: https://doi.org/10.1109/CCGrid59990.2024.00062 + dblp_key: conf/ccgrid/LiaoL24 + venue_name: CCGrid + pages: 496-506 +- title: Workload-Aware Live Migratable Cloud Instance Detector + authors: + - Junho Lim + - Kyunghwan Kim + - Kyungyong Lee + year: '2024' + doi: 10.1109/CCGRID59990.2024.00029 + url: https://doi.org/10.1109/CCGrid59990.2024.00029 + dblp_key: conf/ccgrid/LimKL24 + venue_name: CCGrid + pages: 178-188 +- title: 'CINDA: Don't Ignore Instructions When Cloning Memory Access Behavior' + authors: + - Wenhai Lin + - Yiquan Chen + - Jiexiong Xu + - Zhen Jin 0008 + - Peiyu Liu 0003 + - Shishun Cai + - Yuzhong Zhang + - Jingchang Qin + - Yiquan Lin + - Wenzhi Chen + year: '2024' + doi: 10.1109/CCGRID59990.2024.00063 + url: https://doi.org/10.1109/CCGrid59990.2024.00063 + dblp_key: conf/ccgrid/LinCX00CZQLC24 + venue_name: CCGrid + pages: 507-513 +- title: Improving the Efficiency of Serverless Computing via Core-Level Power Management + authors: + - Du Liu + - Jing Wang 0055 + - Xinkai Wang 0003 + - Chao Li 0009 + - Lu Zhang 0049 + - Xiaofeng Hou + - Xiaoxiang Shi + - Minyi Guo + year: '2024' + doi: 10.1109/CCGRID59990.2024.00024 + url: https://doi.org/10.1109/CCGrid59990.2024.00024 + dblp_key: conf/ccgrid/LiuW000HSG24 + venue_name: CCGrid + pages: 125-135 +- title: 'MDSTGCN : Multi-Scale Dynamic Spatial-Temporal Graph Convolution Network + With Edge Feature Embedding for Traffic Forecasting' + authors: + - Sijia Liu + - Hui Xu + - Fanyu Meng + - Qianqian Ren + year: '2024' + doi: 10.1109/CCGRID59990.2024.00040 + url: https://doi.org/10.1109/CCGrid59990.2024.00040 + dblp_key: conf/ccgrid/LiuXMR24 + venue_name: CCGrid + pages: 284-290 +- title: 'Power of Insensitivity: Fixing Threshold Truncation of Switch Buffer Management + Policies' + authors: + - Yuan Lu + - Dinghuang Hu + - Guannan Zhang + - Jie Shen + - Dezun Dong + year: '2024' + doi: 10.1109/CCGRID59990.2024.00078 + url: https://doi.org/10.1109/CCGrid59990.2024.00078 + dblp_key: conf/ccgrid/LuHZSD24 + venue_name: CCGrid + pages: 640-641 +- title: Training Computer Scientists for the Challenges of Hybrid Quantum-Classical + Computing + authors: + - Vincenzo De Maio + - Meerzhan Kanatbekova + - Felix Zilk + - Nicolai Friis + - Tobias Guggemos + - Ivona Brandic + year: '2024' + doi: 10.1109/CCGRID59990.2024.00075 + url: https://doi.org/10.1109/CCGrid59990.2024.00075 + dblp_key: conf/ccgrid/MaioKZFGB24 + venue_name: CCGrid + pages: 626-635 +- title: Dual Adaptive Compression for Efficient Communication in Heterogeneous Federated + Learning + authors: + - Yingchi Mao + - Zibo Wang + - Chenxin Li + - Jiakai Zhang + - Shufang Xu + - Jie Wu 0001 + year: '2024' + doi: 10.1109/CCGRID59990.2024.00035 + url: https://doi.org/10.1109/CCGrid59990.2024.00035 + dblp_key: conf/ccgrid/MaoWLZXW24 + venue_name: CCGrid + pages: 236-244 +- title: 'Securing ML-based Android Malware Detectors: A Defensive Feature Selection + Approach against Backdoor Attacks' + authors: + - Bartlomiej Marek + - Kacper Pieniazek + - Filip Ratajczak + - Wojciech Adamczyk + - Bartosz Bok + - Mateusz Krzyszton + year: '2024' + doi: 10.1109/CCGRIDW63211.2024.00022 + url: https://doi.org/10.1109/CCGridW63211.2024.00022 + dblp_key: conf/ccgrid/MarekPRABK24 + venue_name: CCGridW + pages: 128-135 +- title: Building Trust in Data for IoT Systems + authors: + - Davide Margaria + - Alberto Carelli + - Andrea Vesco + year: '2024' + doi: 10.1109/CCGRIDW63211.2024.00006 + url: https://doi.org/10.1109/CCGridW63211.2024.00006 + dblp_key: conf/ccgrid/MargariaCV24 + venue_name: CCGridW + pages: 1-8 +- title: 'CMB: A Configurable Messaging Benchmark to Explore Fine-Grained Communication' + authors: + - W. Pepper Marts + - Donald A. Kruse + - Matthew G. F. Dosanjh + - Whit Schonbein + - Scott Levy + - Patrick G. Bridges + year: '2024' + doi: 10.1109/CCGRID59990.2024.00013 + url: https://doi.org/10.1109/CCGrid59990.2024.00013 + dblp_key: conf/ccgrid/MartsKDSLB24 + venue_name: CCGrid + pages: 28-38 +- title: A Hybrid Solution to Provide End-to-End Flow Control and Congestion Management + in High-Performance Interconnection Networks + authors: + - Alberto Merino + - Jesús Escudero-Sahuquillo + - Pedro Javier García + - Francisco J. Quiles 0001 + - Fei Chen + - Yunping Lyu + - Long Yan + - José Duato + year: '2024' + doi: 10.1109/CCGRID59990.2024.00011 + url: https://doi.org/10.1109/CCGrid59990.2024.00011 + dblp_key: conf/ccgrid/MerinoEG0CLYD24 + venue_name: CCGrid + pages: 8-17 +- title: A Digital Avatar System for Telepresence Services in 6G Toward HolNetVerse + authors: + - Varvara Mineeva + - Alexander Zhitov + - Artem Volkov + - Ammar Muthanna + - Andrey Koucheryavy + year: '2024' + doi: 10.1109/CCGRIDW63211.2024.00035 + url: https://doi.org/10.1109/CCGridW63211.2024.00035 + dblp_key: conf/ccgrid/MineevaZVMK24 + venue_name: CCGridW + pages: 219-224 +- title: 'Modeling User Behavior with Reduced Canonical Form (RCF): Exploring the + Future with Human Machine Interface (HMI) for ITS' + authors: + - Shivatmica Murgai + - Sharv Murgai + year: '2024' + doi: 10.1109/CCGRIDW63211.2024.00030 + url: https://doi.org/10.1109/CCGridW63211.2024.00030 + dblp_key: conf/ccgrid/MurgaiM24 + venue_name: CCGridW + pages: 191-196 +- title: A Preparing Approach to Manipulating Nested Data Structures + authors: + - Jeffrey Myers II + - Yaser Mowafi + year: '2024' + doi: 10.1109/CCGRID59990.2024.00076 + url: https://doi.org/10.1109/CCGrid59990.2024.00076 + dblp_key: conf/ccgrid/MyersM24 + venue_name: CCGrid + pages: 636-637 +- title: 'IoTell: A Privacy-Preserving Protocol for Large-scale Monitoring of IoT + Security Status' + authors: + - Yongwoo Oh + - Michael Yiqing Hu + - Xin Zhe Khooi + - Jehyun Lee + - Dinil Mon Divakaran + - Min Suk Kang + year: '2024' + doi: 10.1109/CCGRIDW63211.2024.00007 + url: https://doi.org/10.1109/CCGridW63211.2024.00007 + dblp_key: conf/ccgrid/OhHKLDK24 + venue_name: CCGridW + pages: 9-17 +- title: A Bandwidth-Optimal All-to-All Communication in Two-Dimensional Fully Connected + Network + authors: + - Kien Trung Pham + - Truong Thao Nguyen + - Michihiro Koibuchi + year: '2024' + doi: 10.1109/CCGRID59990.2024.00010 + url: https://doi.org/10.1109/CCGrid59990.2024.00010 + dblp_key: conf/ccgrid/PhamNK24 + venue_name: CCGrid + pages: 1-7 +- title: Enhancing Cloud Security through Efficient Polynomial Approximations for + Homomorphic Evaluation of Neural Network Activation Functions + authors: + - Bernardo Pulido-Gaytan + - Andrei Tchernykh + - Mikhail G. Babenko + - Jorge M. Cortés-Mendoza + - Horacio González-Vélez + - Arutyun Avetisyan + year: '2024' + doi: 10.1109/CCGRIDW63211.2024.00011 + url: https://doi.org/10.1109/CCGridW63211.2024.00011 + dblp_key: conf/ccgrid/Pulido-GaytanTB24 + venue_name: CCGridW + pages: 42-49 +- title: 'BlueJay: A Platform to Quantifying the Impact of Memory Latency on Datacenter + Application Performance' + authors: + - Jingchang Qin + - Yiquan Chen + - Shishun Cai + - Wenhai Lin + - Jiexiong Xu + - Zhen Jin 0008 + - Lifa Cao + - Zijie Zheng + - Yuzhong Zhang + - Yi Chen + - Wenzhi Chen + year: '2024' + doi: 10.1109/CCGRID59990.2024.00061 + url: https://doi.org/10.1109/CCGrid59990.2024.00061 + dblp_key: conf/ccgrid/QinCCLX0CZZCC24 + venue_name: CCGrid + pages: 489-495 +- title: Data Sharing-Aware Algorithms for Task Allocation in Edge Computing Systems + authors: + - Sanaz Rabinia + - Daniel Grosu + year: '2024' + doi: 10.1109/CCGRID59990.2024.00082 + url: https://doi.org/10.1109/CCGrid59990.2024.00082 + dblp_key: conf/ccgrid/RabiniaG24 + venue_name: CCGrid + pages: 658-662 +- title: 'MQTT2EdgePeer: a Robust and Scalable Brokerless Peer-to-Peer Edge Middleware + for Topic-Based Publish/Subscribe' + authors: + - Saeed Rahmani + - Amir Ali Pour + - Camille Coti + - Julien Gascon-Samson + year: '2024' + doi: 10.1109/CCGRID59990.2024.00054 + url: https://doi.org/10.1109/CCGrid59990.2024.00054 + dblp_key: conf/ccgrid/RahmaniACG24 + venue_name: CCGrid + pages: 419-424 +- title: Opportunistic Energy-Aware Scheduling for Container Orchestration Platforms + Using Graph Neural Networks + authors: + - Philipp Raith + - Gourav Rattihalli + - Aditya Dhakal + - Sai Rahul Chalamalasetti + - Dejan S. Milojicic + - Eitan Frachtenberg + - Stefan Nastic + - Schahram Dustdar + year: '2024' + doi: 10.1109/CCGRID59990.2024.00042 + url: https://doi.org/10.1109/CCGrid59990.2024.00042 + dblp_key: conf/ccgrid/RaithRDCMFND24 + venue_name: CCGrid + pages: 299-306 +- title: 'CLAP: Cost and Latency-Aware Placement of microservices on the computing + continuum' + authors: + - Kunal Rao + - Giuseppe Coviello + - Srimat Chakradhar + year: '2024' + doi: 10.1109/CCGRIDW63211.2024.00014 + url: https://doi.org/10.1109/CCGridW63211.2024.00014 + dblp_key: conf/ccgrid/RaoCC24 + venue_name: CCGridW + pages: 68-77 +- title: 'Securing the Connected World: Fast and Byzantine Fault Tolerant Protocols + for IoT, Edge, and Cloud Systems' + authors: + - Ahmed Al Salih + - Yongge Wang 0001 + year: '2024' + doi: 10.1109/CCGRIDW63211.2024.00010 + url: https://doi.org/10.1109/CCGridW63211.2024.00010 + dblp_key: conf/ccgrid/SalihW24 + venue_name: CCGridW + pages: 34-41 +- title: 'SLO-Power: SLO and Power-aware Elastic Scaling for Web Services' + authors: + - Mehmet Savasci + - Abel Souza + - Li Wu + - David Irwin 0001 + - Ahmed Ali-Eldin + - Prashant J. Shenoy + year: '2024' + doi: 10.1109/CCGRID59990.2024.00025 + url: https://doi.org/10.1109/CCGrid59990.2024.00025 + dblp_key: conf/ccgrid/SavasciSWIAS24 + venue_name: CCGrid + pages: 136-147 +- title: 'STRonG: System Topology Risk Analysis on Graphs' + authors: + - Lars Schneidenbach + - Sandhya Koteshwara + - Martin Ohmacht + - Apoorve Mohan + - Eun Kyung Lee + year: '2024' + doi: 10.1109/CCGRID59990.2024.00058 + url: https://doi.org/10.1109/CCGrid59990.2024.00058 + dblp_key: conf/ccgrid/SchneidenbachKO24 + venue_name: CCGrid + pages: 453-464 +- title: A Multi-Level, Multi-Scale Visual Analytics Approach to Assessment of Multifidelity + HPC Systems + authors: + - Shilpika + - Bethany Lusch + - Murali Emani + - Filippo Simini + - Venkatram Vishwanath + - Michael E. Papka + - Kwan-Liu Ma + year: '2024' + doi: 10.1109/CCGRID59990.2024.00060 + url: https://doi.org/10.1109/CCGrid59990.2024.00060 + dblp_key: conf/ccgrid/ShilpikaLESVPM24 + venue_name: CCGrid + pages: 478-488 +- title: 'EnC-IoT: An Efficient Encryption and Access Control Framework based on IPFS + for Decentralized IoT' + authors: + - Mansub Song + - Minji Lee + - Sunggon Kim + - Hyeonsang Eom + - Yongseok Son + year: '2024' + doi: 10.1109/CCGRID59990.2024.00055 + url: https://doi.org/10.1109/CCGrid59990.2024.00055 + dblp_key: conf/ccgrid/SongLKES24 + venue_name: CCGrid + pages: 425-434 +- title: 'Exploring the CAM4 Data Breach: Security Vulnerabilities and Response Strategies' + authors: + - Jacob Sorn + - Patrick Carroll + - Zachary Pang + - Suman Bhunia + - Mohammad Salman + - Paulo Alexandre Regis + year: '2024' + doi: 10.1109/CCGRIDW63211.2024.00028 + url: https://doi.org/10.1109/CCGridW63211.2024.00028 + dblp_key: conf/ccgrid/SornCPBSR24 + venue_name: CCGridW + pages: 174-179 +- title: 'Analyzing the Impact and Implications of COMB: A Comprehensive Study of + 3 Billion Breached Credentials' + authors: + - Chloe Stejskal + - Alexander Perminov + - Aaron Lester + - Suman Bhunia + - Mohammad Salman + - Paulo Alexandre Regis + year: '2024' + doi: 10.1109/CCGRIDW63211.2024.00026 + url: https://doi.org/10.1109/CCGridW63211.2024.00026 + dblp_key: conf/ccgrid/StejskalPLBSR24 + venue_name: CCGridW + pages: 158-167 +- title: Strategy for Modeling Threats in 5G and B5G Networks + authors: + - Saman Tariq + - Eva Rodríguez + - Xavi Masip-Bruin + - Panos Trakadas + - Admela Jukan + - Diego R. López + year: '2024' + doi: 10.1109/CCGRIDW63211.2024.00008 + url: https://doi.org/10.1109/CCGridW63211.2024.00008 + dblp_key: conf/ccgrid/TariqRMTJL24 + venue_name: CCGridW + pages: 18-25 +- title: Access-Based Carving of Data for Efficient Reproducibility of Containers + authors: + - Rohan Tikmany + - Aniket Modi + - Raffay Atiq + - Moaz Reyad + - Ashish Gehani + - Tanu Malik + year: '2024' + doi: 10.1109/CCGRID59990.2024.00068 + url: https://doi.org/10.1109/CCGrid59990.2024.00068 + dblp_key: conf/ccgrid/TikmanyMARGM24 + venue_name: CCGrid + pages: 557-566 +- title: Reviving Storage Systems Education in the 21st Century - An experience report + authors: + - Animesh Trivedi + - Matthijs Jansen + - Krijn Doekemeijer + - Sacheendra Talluri + - Nick Tehrany + year: '2024' + doi: 10.1109/CCGRID59990.2024.00074 + url: https://doi.org/10.1109/CCGrid59990.2024.00074 + dblp_key: conf/ccgrid/TrivediJDTT24 + venue_name: CCGrid + pages: 616-625 +- title: Improved Parallel Application Performance and Makespan by Colocation and + Topology-aware Process Mapping + authors: + - Ioannis Vardas + - Sascha Hunold + - Philippe Swartvagher + - Jesper Larsson Träff + year: '2024' + doi: 10.1109/CCGRID59990.2024.00023 + url: https://doi.org/10.1109/CCGrid59990.2024.00023 + dblp_key: conf/ccgrid/VardasHST24 + venue_name: CCGrid + pages: 119-124 +- title: 'Jingle: IoT-Informed Autoscaling for Efficient Resource Management in Edge + Computing' + authors: + - Yixuan Wang + - Abhishek Chandra + - Jon B. Weissman + year: '2024' + doi: 10.1109/CCGRID59990.2024.00052 + url: https://doi.org/10.1109/CCGrid59990.2024.00052 + dblp_key: conf/ccgrid/WangCW24 + venue_name: CCGrid + pages: 395-407 +- title: Multi-view Negative-Free Contrastive Learning on Adaptive Graph Augmentation + authors: + - Xingyue Wang + - Huazhong Liu + - Jihong Ding + - Peng Tan + year: '2024' + doi: 10.1109/CCGRID59990.2024.00041 + url: https://doi.org/10.1109/CCGrid59990.2024.00041 + dblp_key: conf/ccgrid/WangLDT24 + venue_name: CCGrid + pages: 291-298 +- title: 'Brug: An Adaptive Memory (Re-)Allocator' + authors: + - Weikang Weng + - Alexandru Uta + - Jan S. Rellermeyer + year: '2024' + doi: 10.1109/CCGRID59990.2024.00017 + url: https://doi.org/10.1109/CCGrid59990.2024.00017 + dblp_key: conf/ccgrid/WengUR24 + venue_name: CCGrid + pages: 67-76 +- title: Leveraging Multi-Modal Data for Efficient Edge Inference Serving + authors: + - Joel Wolfrath + - Anirudh Achanta + - Abhishek Chandra + year: '2024' + doi: 10.1109/CCGRID59990.2024.00053 + url: https://doi.org/10.1109/CCGrid59990.2024.00053 + dblp_key: conf/ccgrid/WolfrathAC24 + venue_name: CCGrid + pages: 408-418 +- title: Quantifying and Modeling Irregular MPI Communication + authors: + - Carson Woods + - Derek Schafer + - Patrick G. Bridges + - Anthony Skjellum + year: '2024' + doi: 10.1109/CCGRID59990.2024.00065 + url: https://doi.org/10.1109/CCGrid59990.2024.00065 + dblp_key: conf/ccgrid/WoodsSBS24 + venue_name: CCGrid + pages: 525-533 +- title: Intelligent Data Source Emission Rate Control for Optimising the Performance + of Streaming Applications + authors: + - Ziren Xiao + - Christopher Leckie + - Maria A. Rodriguez 0001 + year: '2024' + doi: 10.1109/CCGRID59990.2024.00038 + url: https://doi.org/10.1109/CCGrid59990.2024.00038 + dblp_key: conf/ccgrid/XiaoLR24 + venue_name: CCGrid + pages: 266-272 +- title: Accelerating Large Language Model Training with Hybrid GPU-based Compression + authors: + - Lang Xu + - Quentin Anthony + - Qinghua Zhou + - Nawras Alnaasan + - Radha Gulhane + - Aamir Shafi + - Hari Subramoni + - Dhabaleswar K. D. K. Panda + year: '2024' + doi: 10.1109/CCGRID59990.2024.00031 + url: https://doi.org/10.1109/CCGrid59990.2024.00031 + dblp_key: conf/ccgrid/XuAZAGSSP24 + venue_name: CCGrid + pages: 196-205 +- title: 'ZUFS: Enhancing Stability and Endurance in Mobile Devices with Integrated + Zoned Namespaces in Universal Flash Storage' + authors: + - Pengbo Yan + - Bohong Zhu + - Zhirong Shen + - Jiwu Shu + - Jiadong Yang + year: '2024' + doi: 10.1109/CCGRID59990.2024.00073 + url: https://doi.org/10.1109/CCGrid59990.2024.00073 + dblp_key: conf/ccgrid/YanZSSY24 + venue_name: CCGrid + pages: 609-615 +- title: Towards Better QoS and Lower Costs of P4 EIP Gateway at the Edge + authors: + - Ming Yang 0033 + - Xin Yang + - Liang Xu + - Yefei Hou + - Long Xie + - Yong Wang + year: '2024' + doi: 10.1109/CCGRID59990.2024.00016 + url: https://doi.org/10.1109/CCGrid59990.2024.00016 + dblp_key: conf/ccgrid/YangYXHXW24 + venue_name: CCGrid + pages: 57-66 +- title: Preserving Near-Optimal Gradient Sparsification Cost for Scalable Distributed + Deep Learning + authors: + - Daegun Yoon + - Sangyoon Oh 0001 + year: '2024' + doi: 10.1109/CCGRID59990.2024.00043 + url: https://doi.org/10.1109/CCGrid59990.2024.00043 + dblp_key: conf/ccgrid/Yoon024 + venue_name: CCGrid + pages: 307-316 +- title: Causality Enhanced Graph Representation Learning for Alert-Based Root Cause + Analysis + authors: + - Zhaoyang Yu 0002 + - Qianyu Ouyang + - Changhua Pei + - Xin Wang 0001 + - Wenxiao Chen + - Liangfei Su + - Huai Jiang + - Xuanrun Wang + - Jianhui Li + - Dan Pei + year: '2024' + doi: 10.1109/CCGRID59990.2024.00018 + url: https://doi.org/10.1109/CCGrid59990.2024.00018 + dblp_key: conf/ccgrid/YuOPWCSJWLP24 + venue_name: CCGrid + pages: 77-86 +- title: Towards an Intelligent Framework for Scientific Computational Steering in + Big Data Systems + authors: + - Yijie Zhang + - Chase Q. Wu + year: '2024' + doi: 10.1109/CCGRID59990.2024.00085 + url: https://doi.org/10.1109/CCGrid59990.2024.00085 + dblp_key: conf/ccgrid/ZhangW24 + venue_name: CCGrid + pages: 671-675 +- title: 24th IEEE International Symposium on Cluster, Cloud and Internet Computing, + CCGrid 2024, Philadelphia, PA, USA, May 6-9, 2024 + authors: [] + year: '2024' + doi: 10.1109/CCGRID59990.2024 + url: https://doi.org/10.1109/CCGrid59990.2024 + dblp_key: conf/ccgrid/2024 + venue_name: CCGrid + pages: null +- title: 24th IEEE International Symposium on Cluster, Cloud and Internet Computing, + CCGrid 2024 - Workshops, Philadelphia, PA, USA, May 6-9, 2024 + authors: [] + year: '2024' + doi: 10.1109/CCGRIDW63211.2024 + url: https://doi.org/10.1109/CCGridW63211.2024 + dblp_key: conf/ccgrid/2024w + venue_name: CCGridW + pages: null diff --git a/site/data/papers/CCGrid-2024-digest.yaml b/site/data/papers/CCGrid-2024-digest.yaml new file mode 100644 index 0000000..9333f43 --- /dev/null +++ b/site/data/papers/CCGrid-2024-digest.yaml @@ -0,0 +1,55 @@ +venue: CCGrid +year: 2024 +date: "2024-05-06" +tags: [cloud-computing, distributed-systems, hpc] + +selected: + - dblp_key: "conf/ccgrid/0001S24" + title: "Fair, Efficient Multi-Resource Scheduling for Stateless Serverless Functions with Anubis" + tldr: "Anubis introduces a fair, multi-resource scheduler for stateless serverless functions that achieves efficiency without sacrificing isolation between tenants." + why_notable: "Fairness in serverless resource allocation is an open problem as functions compete for heterogeneous resources (CPU, memory, I/O); Anubis provides a concrete, deployable answer. The work directly addresses a gap in production FaaS platforms where existing schedulers optimize for throughput but ignore per-tenant equity." + + - dblp_key: "conf/ccgrid/SavasciSWIAS24" + title: "SLO-Power: SLO and Power-aware Elastic Scaling for Web Services" + tldr: "SLO-Power co-optimizes SLO compliance and power consumption during elastic scaling of web services, reducing energy use without violating latency targets." + why_notable: "Jointly chasing SLOs and power budgets is a critical concern for sustainable cloud operations; this work shows the two objectives can be reconciled in a single scaling controller. The approach is directly applicable to cloud autoscaling stacks where energy cost and QoS guarantees are both first-class concerns." + + - dblp_key: "conf/ccgrid/HuangTCTLOLYBW24" + title: "HAPPIES: a History-Aware Efficient Cloud Resource Overcommitment System" + tldr: "HAPPIES uses historical utilization traces to safely overcommit cloud resources, improving cluster efficiency while bounding the risk of SLO violations." + why_notable: "Resource overcommitment is a primary lever for improving datacenter utilization, and HAPPIES advances the state of the art by making overcommitment decisions history-aware rather than reactive. Its deployment-oriented design makes it immediately relevant to hyperscale cloud operators seeking higher bin-packing ratios." + + - dblp_key: "conf/ccgrid/DouZ00MWD24" + title: "COTuner: Joint Optimization of Resource Configuration and Software Parameters for Recurring Streaming Jobs on the Cloud" + tldr: "COTuner simultaneously tunes cloud resource allocation and application-level software knobs for recurring streaming jobs, reducing cost and latency together." + why_notable: "Streaming workloads on the cloud are poorly served by tools that tune resources and software parameters in isolation; COTuner's joint search closes this gap. The focus on recurring jobs makes the approach practical, amortizing tuning cost over repeated executions in production pipelines." + + - dblp_key: "conf/ccgrid/KimKCK0KACK024" + title: "DeepVM: Integrating Spot and On-Demand VMs for Cost-Efficient Deep Learning Clusters in the Cloud" + tldr: "DeepVM dynamically mixes spot and on-demand VM instances to build cost-efficient, fault-tolerant deep learning training clusters in the cloud." + why_notable: "Training large models on cloud infrastructure is expensive, and spot instance preemptions are a major obstacle to reliability; DeepVM provides a principled integration strategy that achieves both cost savings and resilience. The approach is practically significant given the rapid growth of cloud-hosted AI training workloads." + + - dblp_key: "conf/ccgrid/RaithRDCMFND24" + title: "Opportunistic Energy-Aware Scheduling for Container Orchestration Platforms Using Graph Neural Networks" + tldr: "A GNN-based scheduler for Kubernetes-style container orchestration platforms exploits opportunistic energy signals to reduce power consumption without degrading application performance." + why_notable: "Applying graph neural networks to container scheduling captures the complex topology of cluster resources in a way that heuristic schedulers cannot, while the energy-awareness angle addresses the sustainability imperative facing cloud providers. The work bridges recent ML advances with production container orchestration." + + - dblp_key: "conf/ccgrid/WangCW24" + title: "Jingle: IoT-Informed Autoscaling for Efficient Resource Management in Edge Computing" + tldr: "Jingle leverages real-time IoT device signals to drive predictive autoscaling decisions at the edge, reducing both over-provisioning and latency spikes." + why_notable: "Edge autoscaling is hampered by the lack of load predictors tuned to IoT event patterns; Jingle fills this gap by treating IoT telemetry as a first-class input to the scaling loop. The result is a tighter edge-cloud integration model with direct relevance to smart-city and industrial IoT deployments." + + - dblp_key: "conf/ccgrid/KulkarniRKMMABB24" + title: "XFBench: A Cross-Cloud Benchmark Suite for Evaluating FaaS Workflow Platforms" + tldr: "XFBench is a portable benchmark suite that evaluates FaaS workflow platforms across multiple cloud providers using representative workload patterns." + why_notable: "The absence of standardized, cross-cloud benchmarks for serverless workflow platforms hinders fair comparison and informed vendor selection; XFBench addresses this directly with a reusable, community-shareable artifact. It covers diverse workflow shapes and exposes platform-specific performance cliffs that single-provider benchmarks miss." + + - dblp_key: "conf/ccgrid/CernudaLGKLKS24" + title: "Hades: A Context-Aware Active Storage Framework for Accelerating Large-Scale Data Analysis" + tldr: "Hades pushes data transformations into the storage layer using context-aware active storage, dramatically reducing I/O traffic and accelerating large-scale scientific data analysis." + why_notable: "As HPC datasets grow to petabyte scale, moving data to compute becomes the dominant bottleneck; Hades revives and modernizes the active-storage model with context awareness to match modern workflow patterns. The work is highly relevant to HPC-cloud convergence efforts where storage and compute are increasingly disaggregated." + + - dblp_key: "conf/ccgrid/Kilic0TTMPJ24" + title: "Workflow Mini-Apps: Portable, Scalable, Tunable & Faithful Representations of Scientific Workflows" + tldr: "Workflow Mini-Apps are compact, parameterizable proxies that faithfully capture the performance behavior of full scientific workflows, enabling portable scheduling research without the overhead of running complete pipelines." + why_notable: "Scientific workflow scheduling research is bottlenecked by the cost and complexity of running real applications at scale; mini-apps lower this barrier while preserving the key performance characteristics needed for valid scheduler evaluation. The methodology is immediately reusable by the broader distributed workflow community." diff --git a/site/data/papers/EuroSys-2024-candidates.yaml b/site/data/papers/EuroSys-2024-candidates.yaml new file mode 100644 index 0000000..fa1cd30 --- /dev/null +++ b/site/data/papers/EuroSys-2024-candidates.yaml @@ -0,0 +1,1054 @@ +venue: EuroSys +year: 2024 +source: dblp +count: 72 +papers: +- title: 'Jade: A High-throughput Concurrent Copying Garbage Collector' + authors: + - Mingyu Wu 0001 + - Liang Mao + - Yude Lin + - Yifeng Jin + - Zhe Li 0037 + - Hongtao Lyu + - Jiawei Tang + - Xiaowei Lu + - Hao Tang + - Denghui Dong + - Haibo Chen 0001 + - Binyu Zang + year: '2024' + doi: 10.1145/3627703.3650087 + url: https://doi.org/10.1145/3627703.3650087 + dblp_key: conf/eurosys/0001MLJLLTLTDCZ24 + venue_name: EuroSys + pages: 1160-1174 +- title: 'Core Graph: Exploiting Edge Centrality to Speedup the Evaluation of Iterative + Graph Queries' + authors: + - Xiaolin Jiang 0002 + - Mahbod Afarin + - Zhijia Zhao 0001 + - Nael B. Abu-Ghazaleh + - Rajiv Gupta 0001 + year: '2024' + doi: 10.1145/3627703.3629571 + url: https://doi.org/10.1145/3627703.3629571 + dblp_key: conf/eurosys/0002A0A024 + venue_name: EuroSys + pages: 18-32 +- title: Characterization and Reclamation of Frozen Garbage in Managed FaaS Workloads + authors: + - Ziming Zhao 0003 + - Mingyu Wu 0001 + - Haibo Chen 0001 + - Binyu Zang + year: '2024' + doi: 10.1145/3627703.3629579 + url: https://doi.org/10.1145/3627703.3629579 + dblp_key: conf/eurosys/0003W0Z24 + venue_name: EuroSys + pages: 281-297 +- title: 'MTM: Rethinking Memory Profiling and Migration for Multi-Tiered Large Memory' + authors: + - Jie Ren 0015 + - Dong Xu 0024 + - Junhee Ryu + - Kwangsik Shin + - Daewoo Kim + - Dong Li 0001 + year: '2024' + doi: 10.1145/3627703.3650075 + url: https://doi.org/10.1145/3627703.3650075 + dblp_key: conf/eurosys/0015XRSKL24 + venue_name: EuroSys + pages: 803-817 +- title: 'Blox: A Modular Toolkit for Deep Learning Schedulers' + authors: + - Saurabh Agarwal + - Amar Phanishayee + - Shivaram Venkataraman + year: '2024' + doi: 10.1145/3627703.3629583 + url: https://doi.org/10.1145/3627703.3629583 + dblp_key: conf/eurosys/AgarwalPV24 + venue_name: EuroSys + pages: 1093-1109 +- title: 'Unison: A Parallel-Efficient and User-Transparent Network Simulation Kernel' + authors: + - Songyuan Bai + - Hao Zheng + - Chen Tian 0001 + - Xiaoliang Wang 0001 + - Chang Liu 0001 + - Xin Jin 0008 + - Fu Xiao 0001 + - Qiao Xiang + - Wanchun Dou + - Guihai Chen + year: '2024' + doi: 10.1145/3627703.3629574 + url: https://doi.org/10.1145/3627703.3629574 + dblp_key: conf/eurosys/BaiZ00LJXXDC24 + venue_name: EuroSys + pages: 115-131 +- title: 'Contigra: Graph Mining with Containment Constraints' + authors: + - Joanna Che + - Kasra Jamshidi + - Keval Vora + year: '2024' + doi: 10.1145/3627703.3629589 + url: https://doi.org/10.1145/3627703.3629589 + dblp_key: conf/eurosys/CheJV24 + venue_name: EuroSys + pages: 50-65 +- title: 'ZKML: An Optimizing System for ML Inference in Zero-Knowledge Proofs' + authors: + - Bing-Jyue Chen + - Suppakit Waiwitlikhit + - Ion Stoica + - Daniel Kang 0001 + year: '2024' + doi: 10.1145/3627703.3650088 + url: https://doi.org/10.1145/3627703.3650088 + dblp_key: conf/eurosys/ChenWSK24 + venue_name: EuroSys + pages: 560-574 +- title: Automatic Root Cause Analysis via Large Language Models for Cloud Incidents + authors: + - Yinfang Chen + - Huaibing Xie + - Minghua Ma + - Yu Kang 0006 + - Xin Gao 0017 + - Liu Shi + - Yunjie Cao + - Xuedong Gao + - Hao Fan + - Ming Wen 0001 + - Jun Zeng 0006 + - Supriyo Ghosh + - Xuchao Zhang + - Chaoyun Zhang + - Qingwei Lin + - Saravan Rajmohan + - Dongmei Zhang 0001 + - Tianyin Xu + year: '2024' + doi: 10.1145/3627703.3629553 + url: https://doi.org/10.1145/3627703.3629553 + dblp_key: conf/eurosys/ChenXMKGSCGFWZG24 + venue_name: EuroSys + pages: 674-688 +- title: 'DeTA: Minimizing Data Leaks in Federated Learning via Decentralized and + Trustworthy Aggregation' + authors: + - Pau-Chen Cheng + - Kevin Eykholt + - Zhongshu Gu + - Hani Jamjoom + - K. R. Jayaram + - Enriquillo Valdez + - Ashish Verma 0001 + year: '2024' + doi: 10.1145/3627703.3650082 + url: https://doi.org/10.1145/3627703.3650082 + dblp_key: conf/eurosys/ChengEGJJVV24 + venue_name: EuroSys + pages: 219-235 +- title: 'Totoro: A Scalable Federated Learning Engine for the Edge' + authors: + - Cheng-Wei Ching + - Xin Chen 0084 + - Taehwan Kim 0012 + - Bo Ji 0001 + - Qingyang Wang 0001 + - Dilma Da Silva + - Liting Hu + year: '2024' + doi: 10.1145/3627703.3629575 + url: https://doi.org/10.1145/3627703.3629575 + dblp_key: conf/eurosys/ChingCKJWSH24 + venue_name: EuroSys + pages: 182-199 +- title: 'Atlas: Hybrid Cloud Migration Advisor for Interactive Microservices' + authors: + - Ka-Ho Chow + - Umesh Deshpande + - Veera Deenadhayalan + - Sangeetha Seshadri + - Ling Liu 0001 + year: '2024' + doi: 10.1145/3627703.3629587 + url: https://doi.org/10.1145/3627703.3629587 + dblp_key: conf/eurosys/ChowDDS024 + venue_name: EuroSys + pages: 870-887 +- title: Validating Database System Isolation Level Implementations with Version Certificate + Recovery + authors: + - Jack Clark + - Alastair F. Donaldson + - John Wickerson + - Manuel Rigger + year: '2024' + doi: 10.1145/3627703.3650080 + url: https://doi.org/10.1145/3627703.3650080 + dblp_key: conf/eurosys/ClarkDWR24 + venue_name: EuroSys + pages: 754-768 +- title: 'Polynima: Practical Hybrid Recompilation for Multithreaded Binaries' + authors: + - Chinmay Deshpande + - Fabian Parzefall + - Felicitas Hetzelt + - Michael Franz + year: '2024' + doi: 10.1145/3627703.3650065 + url: https://doi.org/10.1145/3627703.3650065 + dblp_key: conf/eurosys/DeshpandePHF24 + venue_name: EuroSys + pages: 1126-1141 +- title: 'Dashing and Star: Byzantine Fault Tolerance with Weak Certificates' + authors: + - Sisi Duan + - Haibin Zhang + - Xiao Sui + - Baohan Huang + - Changchun Mu + - Gang Di + - Xiaoyun Wang 0001 + year: '2024' + doi: 10.1145/3627703.3650073 + url: https://doi.org/10.1145/3627703.3650073 + dblp_key: conf/eurosys/DuanZSHMDW24 + venue_name: EuroSys + pages: 250-264 +- title: 'FLOWS: Balanced MRC Profiling for Heterogeneous Object-Size Cache' + authors: + - Xiaojun Guo + - Hua Wang 0008 + - Ke Zhou 0001 + - Hong Jiang 0001 + - Yaodong Han + - Guangjie Xing + year: '2024' + doi: 10.1145/3627703.3650078 + url: https://doi.org/10.1145/3627703.3650078 + dblp_key: conf/eurosys/GuoWZJHX24 + venue_name: EuroSys + pages: 421-440 +- title: 'Just-In-Time Checkpointing: Low Cost Error Recovery from Deep Learning Training + Failures' + authors: + - Tanmaey Gupta + - Sanjeev Krishnan + - Rituraj Kumar + - Abhishek Vijeev + - Bhargav S. Gulavani + - Nipun Kwatra + - Ramachandran Ramjee + - Muthian Sivathanu + year: '2024' + doi: 10.1145/3627703.3650085 + url: https://doi.org/10.1145/3627703.3650085 + dblp_key: conf/eurosys/GuptaKKVGKRS24 + venue_name: EuroSys + pages: 1110-1125 +- title: 'Optimus: Warming Serverless ML Inference via Inter-Function Model Transformation' + authors: + - Zicong Hong + - Jian Lin + - Song Guo 0001 + - Sifu Luo + - Wuhui Chen + - Roger Wattenhofer + - Yue Yu 0001 + year: '2024' + doi: 10.1145/3627703.3629567 + url: https://doi.org/10.1145/3627703.3629567 + dblp_key: conf/eurosys/HongL0LCW024 + venue_name: EuroSys + pages: 1039-1053 +- title: 'CDMPP: A Device-Model Agnostic Framework for Latency Prediction of Tensor + Programs' + authors: + - Hanpeng Hu + - Junwei Su + - Juntao Zhao + - Yanghua Peng + - Yibo Zhu 0001 + - Haibin Lin + - Chuan Wu 0001 + year: '2024' + doi: 10.1145/3627703.3629572 + url: https://doi.org/10.1145/3627703.3629572 + dblp_key: conf/eurosys/HuSZPZL024 + venue_name: EuroSys + pages: 1054-1074 +- title: Accelerating Privacy-Preserving Machine Learning With GeniBatch + authors: + - Xinyang Huang + - Junxue Zhang 0001 + - Xiaodian Cheng + - Hong Zhang 0025 + - Yilun Jin + - Shuihai Hu + - Han Tian + - Kai Chen 0005 + year: '2024' + doi: 10.1145/3627703.3629563 + url: https://doi.org/10.1145/3627703.3629563 + dblp_key: conf/eurosys/Huang0C0JHT024 + venue_name: EuroSys + pages: 489-504 +- title: 'WiseGraph: Optimizing GNN with Joint Workload Partition of Graph and Operations' + authors: + - Kezhao Huang + - Jidong Zhai + - Liyan Zheng 0001 + - Haojie Wang 0004 + - Yuyang Jin 0001 + - Qihao Zhang + - Runqing Zhang + - Zhen Zheng + - Youngmin Yi + - Xipeng Shen + year: '2024' + doi: 10.1145/3627703.3650063 + url: https://doi.org/10.1145/3627703.3650063 + dblp_key: conf/eurosys/HuangZ0WJZZZYS24 + venue_name: EuroSys + pages: 1-17 +- title: 'Dordis: Efficient Federated Learning with Dropout-Resilient Differential + Privacy' + authors: + - Zhifeng Jiang 0001 + - Wei Wang 0030 + - Ruichuan Chen + year: '2024' + doi: 10.1145/3627703.3629559 + url: https://doi.org/10.1145/3627703.3629559 + dblp_key: conf/eurosys/Jiang0C24 + venue_name: EuroSys + pages: 472-488 +- title: 'DynaPipe: Optimizing Multi-task Training through Dynamic Pipelines' + authors: + - Chenyu Jiang 0002 + - Zhen Jia 0001 + - Shuai Zheng 0004 + - Yida Wang 0003 + - Chuan Wu 0001 + year: '2024' + doi: 10.1145/3627703.3629585 + url: https://doi.org/10.1145/3627703.3629585 + dblp_key: conf/eurosys/JiangJ00024 + venue_name: EuroSys + pages: 542-559 +- title: Concealing Compression-accelerated I/O for HPC Applications through In Situ + Task Scheduling + authors: + - Sian Jin + - Sheng Di + - Frédéric Vivien + - Daoce Wang + - Yves Robert + - Dingwen Tao + - Franck Cappello + year: '2024' + doi: 10.1145/3627703.3629573 + url: https://doi.org/10.1145/3627703.3629573 + dblp_key: conf/eurosys/JinDVWRTC24 + venue_name: EuroSys + pages: 981-998 +- title: 'FLOAT: Federated Learning Optimizations with Automated Tuning' + authors: + - Ahmad Faraz Khan 0001 + - Azal Ahmad Khan + - Ahmed M. Abdelmoniem + - Samuel Fountain + - Ali Raza Butt + - Ali Anwar 0001 + year: '2024' + doi: 10.1145/3627703.3650081 + url: https://doi.org/10.1145/3627703.3650081 + dblp_key: conf/eurosys/KhanKAFB024 + venue_name: EuroSys + pages: 200-218 +- title: 'Pronghorn: Effective Checkpoint Orchestration for Serverless Hot-Starts' + authors: + - Sumer Kohli + - Shreyas Kharbanda + - Rodrigo Bruno + - João Carreira + - Pedro Fonseca 0001 + year: '2024' + doi: 10.1145/3627703.3629556 + url: https://doi.org/10.1145/3627703.3629556 + dblp_key: conf/eurosys/KohliKBC024 + venue_name: EuroSys + pages: 298-316 +- title: 'CCL-BTree: A Crash-Consistent Locality-Aware B+-Tree for Reducing XPBuffer-Induced + Write Amplification in Persistent Memory' + authors: + - Zhenxin Li + - Shuibing He + - Zheng Dang + - Peiyi Hong + - Xuechen Zhang 0001 + - Rui Wang 0076 + - Fei Wu 0001 + year: '2024' + doi: 10.1145/3627703.3629582 + url: https://doi.org/10.1145/3627703.3629582 + dblp_key: conf/eurosys/LiHDHZWW24 + venue_name: EuroSys + pages: 441-455 +- title: 'Astraea: Towards Fair and Efficient Learning-based Congestion Control' + authors: + - Xudong Liao + - Han Tian + - Chaoliang Zeng + - Xinchen Wan + - Kai Chen 0005 + year: '2024' + doi: 10.1145/3627703.3650069 + url: https://doi.org/10.1145/3627703.3650069 + dblp_key: conf/eurosys/LiaoTZW024 + venue_name: EuroSys + pages: 99-114 +- title: 'Halflife: An Adaptive Flowlet-based Load Balancer with Fading Timeout in + Data Center Networks' + authors: + - Sen Liu 0002 + - Yongbo Gao + - Zixuan Chen + - Jiarui Ye + - Haiyang Xu + - Furong Liang + - Wei Yan + - Zerui Tian + - Quanwei Sun + - Zehua Guo 0001 + - Yang Xu 0010 + year: '2024' + doi: 10.1145/3627703.3650062 + url: https://doi.org/10.1145/3627703.3650062 + dblp_key: conf/eurosys/LiuGCYXLYTS0024 + venue_name: EuroSys + pages: 66-81 +- title: Improving Resource and Energy Efficiency for Cloud 3D through Excessive Rendering + Reduction + authors: + - Tianyi Liu + - Jerry Lucas + - Sen He 0002 + - Tongping Liu + - Xiaoyin Wang + - Wei Wang 0054 + year: '2024' + doi: 10.1145/3627703.3650064 + url: https://doi.org/10.1145/3627703.3650064 + dblp_key: conf/eurosys/LiuL0LW024 + venue_name: EuroSys + pages: 317-332 +- title: 'Aceso: Efficient Parallel DNN Training through Iterative Bottleneck Alleviation' + authors: + - Guodong Liu + - Youshan Miao + - Zhiqi Lin + - Xiaoxiang Shi + - Saeed Maleki + - Fan Yang 0024 + - Yungang Bao + - Sa Wang + year: '2024' + doi: 10.1145/3627703.3629554 + url: https://doi.org/10.1145/3627703.3629554 + dblp_key: conf/eurosys/LiuMLSMYBW24 + venue_name: EuroSys + pages: 163-181 +- title: Serialization/Deserialization-free State Transfer in Serverless Workflows + authors: + - Fangming Lu + - Xingda Wei + - Zhuobin Huang + - Rong Chen 0001 + - Mingyu Wu 0001 + - Haibo Chen 0001 + year: '2024' + doi: 10.1145/3627703.3629568 + url: https://doi.org/10.1145/3627703.3629568 + dblp_key: conf/eurosys/LuWH0W024 + venue_name: EuroSys + pages: 132-147 +- title: 'SplitFT: Fault Tolerance for Disaggregated Datacenters via Remote Memory + Logging' + authors: + - Xuhao Luo + - Ramnatthan Alagappan + - Aishwarya Ganesan + year: '2024' + doi: 10.1145/3627703.3629561 + url: https://doi.org/10.1145/3627703.3629561 + dblp_key: conf/eurosys/LuoAG24 + venue_name: EuroSys + pages: 590-607 +- title: 'Noctua: Towards Automated and Practical Fine-grained Consistency Analysis' + authors: + - Kai Ma + - Cheng Li 0001 + - Enzuo Zhu + - Ruichuan Chen + - Feng Yan 0001 + - Kang Chen + year: '2024' + doi: 10.1145/3627703.3629570 + url: https://doi.org/10.1145/3627703.3629570 + dblp_key: conf/eurosys/Ma0ZCYC24 + venue_name: EuroSys + pages: 704-719 +- title: 'Puddles: Application-Independent Recovery and Location-Independent Data + for Persistent Memory' + authors: + - Suyash Mahar + - Mingyao Shen + - TJ Smith + - Joseph Izraelevitz + - Steven Swanson + year: '2024' + doi: 10.1145/3627703.3629555 + url: https://doi.org/10.1145/3627703.3629555 + dblp_key: conf/eurosys/MaharSSIS24 + venue_name: EuroSys + pages: 575-589 +- title: 'Trinity: A Fast Compressed Multi-attribute Data Store' + authors: + - Ziming Mao + - Kiran Srinivasan + - Anurag Khandelwal + year: '2024' + doi: 10.1145/3627703.3650072 + url: https://doi.org/10.1145/3627703.3650072 + dblp_key: conf/eurosys/MaoSK24 + venue_name: EuroSys + pages: 405-420 +- title: Model Selection for Latency-Critical Inference Serving + authors: + - Daniel Mendoza + - Francisco Romero + - Caroline Trippel + year: '2024' + doi: 10.1145/3627703.3629565 + url: https://doi.org/10.1145/3627703.3629565 + dblp_key: conf/eurosys/MendozaRT24 + venue_name: EuroSys + pages: 1016-1038 +- title: 'Enoki: High Velocity Linux Kernel Scheduler Development' + authors: + - Samantha Miller + - Anirudh Kumar + - Tanay Vakharia + - Ang Chen 0001 + - Danyang Zhuo + - Thomas E. Anderson + year: '2024' + doi: 10.1145/3627703.3629569 + url: https://doi.org/10.1145/3627703.3629569 + dblp_key: conf/eurosys/MillerKV0ZA24 + venue_name: EuroSys + pages: 962-980 +- title: 'Hoda: a High-performance Open vSwitch Dataplane with Multiple Specialized + Data Paths' + authors: + - Heng Pan + - Peng He 0003 + - Zhenyu Li 0001 + - Pan Zhang + - Junjie Wan + - Yuhao Zhou + - Xiongchun Duan + - Yu Zhang 0209 + - Gaogang Xie + year: '2024' + doi: 10.1145/3627703.3629564 + url: https://doi.org/10.1145/3627703.3629564 + dblp_key: conf/eurosys/PanHLZWZDZX24 + venue_name: EuroSys + pages: 82-98 +- title: 'ScaleCache: A Scalable Page Cache for Multiple Solid-State Drives' + authors: + - Kiet Tuan Pham + - Seokjoo Cho + - Sangjin Lee 0003 + - Lan Anh Nguyen + - Hyeongi Yeo + - Ipoom Jeong + - Sungjin Lee 0001 + - Nam Sung Kim + - Yongseok Son + year: '2024' + doi: 10.1145/3627703.3629588 + url: https://doi.org/10.1145/3627703.3629588 + dblp_key: conf/eurosys/PhamCLNYJLKS24 + venue_name: EuroSys + pages: 641-656 +- title: 'LSGraph: A Locality-centric High-performance Streaming Graph Engine' + authors: + - Hao Qi 0004 + - Yiyang Wu + - Ligang He + - Yu Zhang 0027 + - Kang Luo + - Minzhi Cai + - Hai Jin 0001 + - Zhan Zhang 0003 + - Jin Zhao 0003 + year: '2024' + doi: 10.1145/3627703.3650076 + url: https://doi.org/10.1145/3627703.3650076 + dblp_key: conf/eurosys/QiWHZLC0Z024 + venue_name: EuroSys + pages: 33-49 +- title: 'Erlang: Application-Aware Autoscaling for Cloud Microservices' + authors: + - Vighnesh Sachidananda + - Anirudh Sivaraman + year: '2024' + doi: 10.1145/3627703.3650084 + url: https://doi.org/10.1145/3627703.3650084 + dblp_key: conf/eurosys/SachidanandaS24 + venue_name: EuroSys + pages: 888-923 +- title: 'NeuroFlux: Memory-Efficient CNN Training Using Adaptive Local Learning' + authors: + - Dhananjay Saikumar + - Blesson Varghese + year: '2024' + doi: 10.1145/3627703.3650067 + url: https://doi.org/10.1145/3627703.3650067 + dblp_key: conf/eurosys/SaikumarV24 + venue_name: EuroSys + pages: 999-1015 +- title: 'TraceUpscaler: Upscaling Traces to Evaluate Systems at High Load' + authors: + - Sultan Mahmud Sajal + - Timothy Zhu + - Bhuvan Urgaonkar + - Siddhartha Sen 0001 + year: '2024' + doi: 10.1145/3627703.3629581 + url: https://doi.org/10.1145/3627703.3629581 + dblp_key: conf/eurosys/SajalZU024 + venue_name: EuroSys + pages: 942-961 +- title: 'ScheMoE: An Extensible Mixture-of-Experts Distributed Training System with + Tasks Scheduling' + authors: + - Shaohuai Shi + - Xinglin Pan + - Qiang Wang 0022 + - Chengjian Liu + - Xiaozhe Ren + - Zhongzhe Hu + - Yu Yang + - Bo Li 0001 + - Xiaowen Chu 0001 + year: '2024' + doi: 10.1145/3627703.3650083 + url: https://doi.org/10.1145/3627703.3650083 + dblp_key: conf/eurosys/ShiPWLRHYLC24 + venue_name: EuroSys + pages: 236-249 +- title: 'Blaze: Holistic Caching for Iterative Data Processing' + authors: + - Won Wook Song + - Jeongyoon Eo + - Taegeon Um + - Myeongjae Jeon + - Byung-Gon Chun + year: '2024' + doi: 10.1145/3627703.3629558 + url: https://doi.org/10.1145/3627703.3629558 + dblp_key: conf/eurosys/SongEUJC24 + venue_name: EuroSys + pages: 370-386 +- title: 'Orion: Interference-aware, Fine-grained GPU Sharing for ML Applications' + authors: + - Foteini Strati + - Xianzhe Ma + - Ana Klimovic + year: '2024' + doi: 10.1145/3627703.3629578 + url: https://doi.org/10.1145/3627703.3629578 + dblp_key: conf/eurosys/StratiMK24 + venue_name: EuroSys + pages: 1075-1092 +- title: On the Limitations of Carbon-Aware Temporal and Spatial Workload Shifting + in the Cloud + authors: + - Thanathorn Sukprasert + - Abel Souza + - Noman Bashir + - David Irwin 0001 + - Prashant J. Shenoy + year: '2024' + doi: 10.1145/3627703.3650079 + url: https://doi.org/10.1145/3627703.3650079 + dblp_key: conf/eurosys/SukprasertSBIS24 + venue_name: EuroSys + pages: 924-941 +- title: 'TTLs Matter: Efficient Cache Sizing with TTL-Aware Miss Ratio Curves and + Working Set Sizes' + authors: + - Sari Sultan + - Kia Shakiba + - Albert Lee + - Paul Chen + - Michael Stumm + year: '2024' + doi: 10.1145/3627703.3650066 + url: https://doi.org/10.1145/3627703.3650066 + dblp_key: conf/eurosys/SultanSLCS24 + venue_name: EuroSys + pages: 387-404 +- title: Finding Correctness Bugs in eBPF Verifier with Structured and Sanitized Program + authors: + - Hao Sun 0021 + - Yiru Xu + - Jianzhong Liu + - Yuheng Shen + - Nan Guan + - Yu Jiang 0001 + year: '2024' + doi: 10.1145/3627703.3629562 + url: https://doi.org/10.1145/3627703.3629562 + dblp_key: conf/eurosys/SunXLSGJ24 + venue_name: EuroSys + pages: 689-703 +- title: 'SandTable: Scalable Distributed System Model Checking with Specification-Level + State Exploration' + authors: + - Ruize Tang + - Xudong Sun 0013 + - Yu Huang 0002 + - Yuyang Wei + - Lingzhi Ouyang + - Xiaoxing Ma + year: '2024' + doi: 10.1145/3627703.3650077 + url: https://doi.org/10.1145/3627703.3650077 + dblp_key: conf/eurosys/TangS0WOM24 + venue_name: EuroSys + pages: 736-753 +- title: Exploring Performance and Cost Optimization with ASIC-Based CXL Memory + authors: + - Yupeng Tang + - Ping Zhou + - Wenhui Zhang + - Henry Hu + - Qirui Yang + - Hao Xiang + - Tongping Liu + - Jiaxin Shan + - Ruoyun Huang + - Cheng Zhao 0001 + - Cheng Chen 0008 + - Hui Zhang + - Fei Liu + - Shuai Zhang + - Xiaoning Ding + - Jianjun Chen 0001 + year: '2024' + doi: 10.1145/3627703.3650061 + url: https://doi.org/10.1145/3627703.3650061 + dblp_key: conf/eurosys/TangZZHYXLSHZCZ24 + venue_name: EuroSys + pages: 818-833 +- title: Efficient Auditing of Event-driven Web Applications + authors: + - Ioanna Tzialla + - Jeffery Wang + - Jingyi Zhu + - Aurojit Panda + - Michael Walfish + year: '2024' + doi: 10.1145/3627703.3650089 + url: https://doi.org/10.1145/3627703.3650089 + dblp_key: conf/eurosys/TziallaWZPW24 + venue_name: EuroSys + pages: 1208-1224 +- title: 'Draconis: Network-Accelerated Scheduling for Microsecond-Scale Workloads' + authors: + - Sreeharsha Udayashankar + - Ashraf Abdel-Hadi + - Ali José Mashtizadeh + - Samer Al-Kiswany + year: '2024' + doi: 10.1145/3627703.3650060 + url: https://doi.org/10.1145/3627703.3650060 + dblp_key: conf/eurosys/UdayashankarAMA24 + venue_name: EuroSys + pages: 333-348 +- title: 'Wormhole Filters: Caching Your Hash on Persistent Memory' + authors: + - Hancheng Wang + - Haipeng Dai 0001 + - Rong Gu 0001 + - Youyou Lu + - Jiaqi Zheng 0001 + - Jingsong Dai + - Shusen Chen + - Zhiyuan Chen + - Shuaituan Li + - Guihai Chen + year: '2024' + doi: 10.1145/3627703.3629590 + url: https://doi.org/10.1145/3627703.3629590 + dblp_key: conf/eurosys/WangDGL0DCCLC24 + venue_name: EuroSys + pages: 456-471 +- title: 'Bandle: Asynchronous State Machine Replication Made Efficient' + authors: + - Bo Wang 0116 + - Shengyun Liu + - He Dong + - Xiangzhe Wang + - Wenbo Xu 0002 + - Jingjing Zhang 0002 + - Ping Zhong 0002 + - Yiming Zhang 0003 + year: '2024' + doi: 10.1145/3627703.3650091 + url: https://doi.org/10.1145/3627703.3650091 + dblp_key: conf/eurosys/WangLDW0ZZ024 + venue_name: EuroSys + pages: 265-280 +- title: 'Snatch: Online Streaming Analytics at the Network Edge' + authors: + - Yunming Xiao + - Yibo Zhao + - Sen Lin 0009 + - Aleksandar Kuzmanovic + year: '2024' + doi: 10.1145/3627703.3629577 + url: https://doi.org/10.1145/3627703.3629577 + dblp_key: conf/eurosys/XiaoZLK24 + venue_name: EuroSys + pages: 349-369 +- title: 'Occam: A Programming System for Reliable Network Management' + authors: + - Jiarong Xing + - Kuo-Feng Hsu + - Yiting Xia + - Yan Cai 0018 + - Yanping Li + - Ying Zhang 0022 + - Ang Chen 0001 + year: '2024' + doi: 10.1145/3627703.3650086 + url: https://doi.org/10.1145/3627703.3650086 + dblp_key: conf/eurosys/XingHXCLZC24 + venue_name: EuroSys + pages: 148-162 +- title: Transparent Multicore Scaling of Single-Threaded Network Functions + authors: + - Lei Yan 0003 + - Yueyang Pan + - Diyu Zhou + - George Candea + - Sanidhya Kashyap + year: '2024' + doi: 10.1145/3627703.3629591 + url: https://doi.org/10.1145/3627703.3629591 + dblp_key: conf/eurosys/YanPZCK24 + venue_name: EuroSys + pages: 1142-1159 +- title: 'Minuet: Accelerating 3D Sparse Convolutions on GPUs' + authors: + - Jiacheng Yang + - Christina Giannoula + - Jun Wu + - Mostafa Elhoushi + - James Gleeson 0001 + - Gennady Pekhimenko + year: '2024' + doi: 10.1145/3627703.3629560 + url: https://doi.org/10.1145/3627703.3629560 + dblp_key: conf/eurosys/YangGWE0P24 + venue_name: EuroSys + pages: 786-802 +- title: 'GMorph: Accelerating Multi-DNN Inference via Model Fusion' + authors: + - Qizheng Yang + - Tianyi Yang + - Mingcan Xiang + - Lijun Zhang 0005 + - Haoliang Wang + - Marco Serafini + - Hui Guan 0001 + year: '2024' + doi: 10.1145/3627703.3650074 + url: https://doi.org/10.1145/3627703.3650074 + dblp_key: conf/eurosys/YangYXZWS024 + venue_name: EuroSys + pages: 505-523 +- title: Adaptable Runtime Monitoring for Intermittent Systems + authors: + - Eren Yildiz + - Khakim Akhunov + - Lorenzo Antonio Riva + - Arda Goknil + - Ivan Kurtev + - Kasim Sinan Yildirim + year: '2024' + doi: 10.1145/3627703.3650070 + url: https://doi.org/10.1145/3627703.3650070 + dblp_key: conf/eurosys/YildizARGKY24 + venue_name: EuroSys + pages: 1175-1191 +- title: 'Volley: Accelerating Write-Read Orders in Disaggregated Storage' + authors: + - Shaoxun Zeng + - Xiaojian Liao + - Hao Guo + - Youyou Lu + year: '2024' + doi: 10.1145/3627703.3650090 + url: https://doi.org/10.1145/3627703.3650090 + dblp_key: conf/eurosys/ZengLGL24 + venue_name: EuroSys + pages: 657-673 +- title: 'HD-IOV: SW-HW Co-designed I/O Virtualization with Scalability and Flexibility + for Hyper-Density Cloud' + authors: + - Zongpu Zhang + - Jiangtao Chen + - Banghao Ying + - Yahui Cao + - Lingyu Liu + - Jian Li 0021 + - Xin Zeng + - Junyuan Wang + - Weigang Li 0002 + - Haibing Guan + year: '2024' + doi: 10.1145/3627703.3629557 + url: https://doi.org/10.1145/3627703.3629557 + dblp_key: conf/eurosys/ZhangCYCLLZWLG24 + venue_name: EuroSys + pages: 834-850 +- title: 'HAP: SPMD DNN Training on Heterogeneous GPU Clusters with Automated Program + Synthesis' + authors: + - Shiwei Zhang 0002 + - Lansong Diao + - Chuan Wu 0001 + - Zongyan Cao + - Siyu Wang 0006 + - Wei Lin 0016 + year: '2024' + doi: 10.1145/3627703.3629580 + url: https://doi.org/10.1145/3627703.3629580 + dblp_key: conf/eurosys/ZhangD0CW024 + venue_name: EuroSys + pages: 524-541 +- title: Improving GPU Energy Efficiency through an Application-transparent Frequency + Scaling Policy with Performance Assurance + authors: + - Yijia Zhang + - Qiang Wang + - Zhe Lin + - Pengxiang Xu + - Bingqiang Wang + year: '2024' + doi: 10.1145/3627703.3629584 + url: https://doi.org/10.1145/3627703.3629584 + dblp_key: conf/eurosys/ZhangWLXW24 + venue_name: EuroSys + pages: 769-785 +- title: Effective Bug Detection with Unused Definitions + authors: + - Li Zhong + - Chengcheng Xiang + - Haochen Huang + - Bingyu Shen 0002 + - Eric Mugnier + - Yuanyuan Zhou 0001 + year: '2024' + doi: 10.1145/3627703.3629576 + url: https://doi.org/10.1145/3627703.3629576 + dblp_key: conf/eurosys/ZhongXH0M024 + venue_name: EuroSys + pages: 720-735 +- title: 'Save the Bruised Striver: A Reliable Live Patching Framework for Protecting + Real-World PLCs' + authors: + - Ming Zhou + - Haining Wang 0001 + - Ke Li 0042 + - Hongsong Zhu + - Limin Sun 0001 + year: '2024' + doi: 10.1145/3627703.3650068 + url: https://doi.org/10.1145/3627703.3650068 + dblp_key: conf/eurosys/ZhouWLZS24 + venue_name: EuroSys + pages: 1192-1207 +- title: SmartNIC Security Isolation in the Cloud with S-NIC + authors: + - Yang Zhou 0008 + - Mark Wilkening + - James Mickens + - Minlan Yu + year: '2024' + doi: 10.1145/3627703.3650071 + url: https://doi.org/10.1145/3627703.3650071 + dblp_key: conf/eurosys/ZhouWMY24 + venue_name: EuroSys + pages: 851-869 +- title: 'CSAL: the Next-Gen Local Disks for the Cloud' + authors: + - Yanbo Zhou + - Erci Xu + - Li Zhang + - Kapil Karkra + - Mariusz Barczak + - Wayne Gao + - Wojciech Malikowski + - Mateusz Kozlowski + - Lukasz Lasek + - Ruiming Lu + - Feng Yang + - Lilong Huang + - Xiaolu Zhang + - Keqiang Niu + - Jiaji Zhu + - Jiesheng Wu + year: '2024' + doi: 10.1145/3627703.3629566 + url: https://doi.org/10.1145/3627703.3629566 + dblp_key: conf/eurosys/ZhouXZKBGMKLLYH24 + venue_name: EuroSys + pages: 608-623 +- title: Exploring the Asynchrony of Slow Memory Filesystem with EasyIO + authors: + - Bohong Zhu + - Youmin Chen + - Jiwu Shu + year: '2024' + doi: 10.1145/3627703.3629586 + url: https://doi.org/10.1145/3627703.3629586 + dblp_key: conf/eurosys/ZhuCS24 + venue_name: EuroSys + pages: 624-640 +- title: Proceedings of the Nineteenth European Conference on Computer Systems, EuroSys + 2024, Athens, Greece, April 22-25, 2024 + authors: [] + year: '2024' + doi: 10.1145/3627703 + url: https://doi.org/10.1145/3627703 + dblp_key: conf/eurosys/2024 + venue_name: EuroSys + pages: null diff --git a/site/data/papers/EuroSys-2024-digest.yaml b/site/data/papers/EuroSys-2024-digest.yaml new file mode 100644 index 0000000..84864d0 --- /dev/null +++ b/site/data/papers/EuroSys-2024-digest.yaml @@ -0,0 +1,143 @@ +venue: EuroSys +year: 2024 +papers: +- title: 'Pronghorn: Effective Checkpoint Orchestration for Serverless Hot-Starts' + authors: + - Sumer Kohli + - Shreyas Kharbanda + - Rodrigo Bruno + - João Carreira + - Pedro Fonseca 0001 + reason: "Demonstrates how carefully orchestrated checkpointing can eliminate cold-start latency in serverless runtimes, achieving near-instant hot-starts with negligible overhead." + +- title: Serialization/Deserialization-free State Transfer in Serverless Workflows + authors: + - Fangming Lu + - Xingda Wei + - Zhuobin Huang + - Rong Chen 0001 + - Mingyu Wu 0001 + - Haibo Chen 0001 + reason: "Eliminates the dominant serialization cost in serverless function chaining by enabling direct in-memory state passing, yielding large end-to-end latency reductions." + +- title: 'SplitFT: Fault Tolerance for Disaggregated Datacenters via Remote Memory Logging' + authors: + - Xuhao Luo + - Ramnatthan Alagappan + - Aishwarya Ganesan + reason: "Proposes a principled fault-tolerance design for disaggregated datacenters that exploits the new memory-compute split to recover from failures with low overhead." + +- title: 'Puddles: Application-Independent Recovery and Location-Independent Data for Persistent Memory' + authors: + - Suyash Mahar + - Mingyao Shen + - TJ Smith + - Joseph Izraelevitz + - Steven Swanson + reason: "Provides transparent crash consistency and data relocation for persistent memory without requiring application changes, easing adoption of PM-backed storage." + +- title: 'Enoki: High Velocity Linux Kernel Scheduler Development' + authors: + - Samantha Miller + - Anirudh Kumar + - Tanay Vakharia + - Ang Chen 0001 + - Danyang Zhuo + - Thomas E. Anderson + reason: "Enables safe, rapid iteration on Linux CPU schedulers by isolating scheduling logic in user space while keeping kernel integration, dramatically lowering the development barrier." + +- title: Transparent Multicore Scaling of Single-Threaded Network Functions + authors: + - Lei Yan 0003 + - Yueyang Pan + - Diyu Zhou + - George Candea + - Sanidhya Kashyap + reason: "Automatically parallelizes unmodified single-threaded network functions across cores with correctness guarantees, delivering near-linear throughput scaling without code changes." + +- title: 'Hoda: a High-performance Open vSwitch Dataplane with Multiple Specialized Data Paths' + authors: + - Heng Pan + - Peng He 0003 + - Zhenyu Li 0001 + - Pan Zhang + - Junjie Wan + - Yuhao Zhou + - Xiongchun Duan + - Yu Zhang 0209 + - Gaogang Xie + reason: "Redesigns the Open vSwitch dataplane with multiple specialized fast paths, achieving significant throughput improvements for cloud virtual networking." + +- title: SmartNIC Security Isolation in the Cloud with S-NIC + authors: + - Yang Zhou 0008 + - Mark Wilkening + - James Mickens + - Minlan Yu + reason: "Introduces hardware-enforced security isolation for SmartNIC offload tasks in multi-tenant clouds, preventing cross-tenant attacks without sacrificing offload performance." + +- title: Finding Correctness Bugs in eBPF Verifier with Structured and Sanitized Program + authors: + - Hao Sun 0021 + - Yiru Xu + - Jianzhong Liu + - Yuheng Shen + - Nan Guan + - Yu Jiang 0001 + reason: "Systematically uncovers verifier logic bugs that can silently allow unsafe eBPF programs to execute in the kernel, with a structured fuzzing approach validated on the Linux eBPF verifier." + +- title: 'CSAL: the Next-Gen Local Disks for the Cloud' + authors: + - Yanbo Zhou + - Erci Xu + - Li Zhang + - Kapil Karkra + - Mariusz Barczak + - Wayne Gao + - Wojciech Malikowski + - Mateusz Kozlowski + - Lukasz Lasek + - Ruiming Lu + - Feng Yang + - Lilong Huang + - Xiaolu Zhang + - Keqiang Niu + - Jiaji Zhu + - Jiesheng Wu + reason: "Describes a production cloud local-disk system that replaces raw NVMe with a software-defined layer to deliver better performance, reliability, and operational flexibility at hyperscale." + +- title: 'Volley: Accelerating Write-Read Orders in Disaggregated Storage' + authors: + - Shaoxun Zeng + - Xiaojian Liao + - Hao Guo + - Youyou Lu + reason: "Addresses write-read ordering hazards in disaggregated storage by pipelining acknowledgements with read-side tracking, substantially reducing tail latency without weakening durability." + +- title: 'Erlang: Application-Aware Autoscaling for Cloud Microservices' + authors: + - Vighnesh Sachidananda + - Anirudh Sivaraman + reason: "Leverages application-level call-graph semantics to make autoscaling decisions that are both faster and more accurate than black-box reactive policies, cutting SLO violations in microservice deployments." + +- title: Automatic Root Cause Analysis via Large Language Models for Cloud Incidents + authors: + - Yinfang Chen + - Huaibing Xie + - Minghua Ma + - Yu Kang 0006 + - Xin Gao 0017 + - Liu Shi + - Yunjie Cao + - Xuedong Gao + - Hao Fan + - Ming Wen 0001 + - Jun Zeng 0006 + - Supriyo Ghosh + - Xuchao Zhang + - Chaoyun Zhang + - Qingwei Lin + - Saravan Rajmohan + - Dongmei Zhang 0001 + - Tianyin Xu + reason: "Demonstrates an LLM-driven pipeline for automated cloud-incident root cause analysis deployed at Microsoft Azure, showing strong recall and significant reduction in on-call engineer effort." diff --git a/site/data/papers/EuroSys-2025-candidates.yaml b/site/data/papers/EuroSys-2025-candidates.yaml new file mode 100644 index 0000000..0c94469 --- /dev/null +++ b/site/data/papers/EuroSys-2025-candidates.yaml @@ -0,0 +1,1303 @@ +venue: EuroSys +year: 2025 +source: dblp +count: 86 +papers: +- title: 'SuperFE: A Scalable and Flexible Feature Extractor for ML-based Traffic + Analysis Applications' + authors: + - Menghao Zhang 0001 + - Guanyu Li + - Cheng Guo 0007 + - Renyu Yang + - Shicheng Wang + - Han Bao 0011 + - Xiao Li 0044 + - Mingwei Xu 0001 + - Tianyu Wo + - Chunming Hu + year: '2025' + doi: 10.1145/3689031.3696081 + url: https://doi.org/10.1145/3689031.3696081 + dblp_key: conf/eurosys/0001LGYWBLXWH25 + venue_name: EuroSys + pages: 818-834 +- title: Multiplexing Dynamic Deep Learning Workloads with SLO-awareness in GPU Clusters + authors: + - Wenyan Chen 0001 + - Chengzhi Lu + - Huanle Xu + - Kejiang Ye + - Chengzhong Xu 0001 + year: '2025' + doi: 10.1145/3689031.3696074 + url: https://doi.org/10.1145/3689031.3696074 + dblp_key: conf/eurosys/0001LXY025 + venue_name: EuroSys + pages: 589-604 +- title: 'Hourglass: Enabling Efficient Split Federated Learning with Data Parallelism' + authors: + - Qiang He 0001 + - Kaibin Wang + - Zeqian Dong + - Liang Yuan + - Feifei Chen 0001 + - Hai Jin 0001 + - Yun Yang 0001 + year: '2025' + doi: 10.1145/3689031.3717467 + url: https://doi.org/10.1145/3689031.3717467 + dblp_key: conf/eurosys/0001WDYC0025 + venue_name: EuroSys + pages: 1317-1333 +- title: 'OHMiner: An Overlap-centric System for Efficient Hypergraph Pattern Mining' + authors: + - Hao Qi 0004 + - Kang Luo + - Ligang He + - Yu Zhang 0027 + - Minzhi Cai + - Jingxin Dai + - Bingsheng He + - Hai Jin 0001 + - Zhan Zhang 0003 + - Jin Zhao 0003 + - Hengshan Yue + - Hui Yu + - Xiaofei Liao + year: '2025' + doi: 10.1145/3689031.3717474 + url: https://doi.org/10.1145/3689031.3717474 + dblp_key: conf/eurosys/0004LH0CDH0ZZYY25 + venue_name: EuroSys + pages: 621-636 +- title: 'Rakis: Secure Fast I/O Primitives Across Trust Boundaries on Intel SGX' + authors: + - Mansour Alharthi + - Fan Sang + - Dmitrii Kuvaiskii + - Mona Vij + - Taesoo Kim + year: '2025' + doi: 10.1145/3689031.3696090 + url: https://doi.org/10.1145/3689031.3696090 + dblp_key: conf/eurosys/AlharthiSKVK25 + venue_name: EuroSys + pages: 1177-1193 +- title: Towards Efficient Flash Caches with Emerging NVMe Flexible Data Placement + SSDs + authors: + - Michael Allison + - Arun George + - Javier González 0006 + - Dan Helmick + - Vikash Kumar + - Roshan R. Nair + - Vivek Shah 0001 + year: '2025' + doi: 10.1145/3689031.3696091 + url: https://doi.org/10.1145/3689031.3696091 + dblp_key: conf/eurosys/AllisonG0HKN025 + venue_name: EuroSys + pages: 1142-1160 +- title: 'BESA: Extending Bugs Triggered by Runtime Testing via Static Analysis' + authors: + - Jia-Ju Bai + year: '2025' + doi: 10.1145/3689031.3696089 + url: https://doi.org/10.1145/3689031.3696089 + dblp_key: conf/eurosys/Bai25 + venue_name: EuroSys + pages: 1077-1091 +- title: 'Eva: Cost-Efficient Cloud-Based Cluster Scheduling' + authors: + - Tzu-Tao Chang + - Shivaram Venkataraman + year: '2025' + doi: 10.1145/3689031.3717483 + url: https://doi.org/10.1145/3689031.3717483 + dblp_key: conf/eurosys/ChangV25 + venue_name: EuroSys + pages: 1399-1416 +- title: 'Groot: Graph-Centric Row Reordering with Tree for Sparse Matrix Multiplications + on Tensor Cores' + authors: + - YuAng Chen + - Jiadong Xie 0002 + - Siyi Teng + - Wenqi Zeng + - Jeffrey Xu Yu + year: '2025' + doi: 10.1145/3689031.3717460 + url: https://doi.org/10.1145/3689031.3717460 + dblp_key: conf/eurosys/Chen0TZY25 + venue_name: EuroSys + pages: 803-817 +- title: 'Phantom: Virtualizing Switch Register Resources for Accurate Sketch-based + Network Measurement' + authors: + - Xiang Chen 0017 + - Hongyan Liu 0001 + - Zhengyan Zhou + - Xi Sun + - Wenbin Zhang 0011 + - Hongyang Du 0001 + - Dong Zhang 0010 + - Xuan Liu 0006 + - Haifeng Zhou + - Dusit Niyato + - Qun Huang 0001 + - Chunming Wu 0001 + - Kui Ren 0001 + year: '2025' + doi: 10.1145/3689031.3696077 + url: https://doi.org/10.1145/3689031.3696077 + dblp_key: conf/eurosys/ChenLZSZDZLZN0025 + venue_name: EuroSys + pages: 1383-1398 +- title: 'Themis: Finding Imbalance Failures in Distributed File Systems via a Load + Variance Model' + authors: + - Yuanliang Chen + - Fuchen Ma + - Yuanhang Zhou + - Zhen Yan + - Qing Liao 0001 + - Yu Jiang 0001 + year: '2025' + doi: 10.1145/3689031.3696082 + url: https://doi.org/10.1145/3689031.3696082 + dblp_key: conf/eurosys/ChenMZY0025 + venue_name: EuroSys + pages: 329-344 +- title: 'Marlin: Enabling High-Throughput Congestion Control Testing in Large-Scale + Networks' + authors: + - Yanqing Chen + - Li Wang 0110 + - Jingzhi Wang + - Songyue Liu + - Keqiang He + - Jian Wang 0038 + - Xiaoliang Wang 0001 + - Wanchun Dou + - Guihai Chen + - Chen Tian 0001 + year: '2025' + doi: 10.1145/3689031.3717486 + url: https://doi.org/10.1145/3689031.3717486 + dblp_key: conf/eurosys/ChenWWLHWWDCT25 + venue_name: EuroSys + pages: 460-474 +- title: 'Seal: Towards Diverse Specification Inference for Linux Interfaces from + Security Patches' + authors: + - Wei Chen 0169 + - Bowen Zhang + - Chengpeng Wang 0001 + - Wensheng Tang + - Charles Zhang 0001 + year: '2025' + doi: 10.1145/3689031.3717487 + url: https://doi.org/10.1145/3689031.3717487 + dblp_key: conf/eurosys/ChenZWT025 + venue_name: EuroSys + pages: 1246-1262 +- title: Towards VM Rescheduling Optimization Through Deep Reinforcement Learning + authors: + - Xianzhong Ding + - Yunkai Zhang 0002 + - Binbin Chen 0005 + - Donghao Ying + - Tieying Zhang + - Jianjun Chen 0001 + - Lei Zhang 0213 + - Alberto Cerpa + - Wan Du + year: '2025' + doi: 10.1145/3689031.3717476 + url: https://doi.org/10.1145/3689031.3717476 + dblp_key: conf/eurosys/Ding0CYZCZCD25 + venue_name: EuroSys + pages: 686-701 +- title: 'PET: Proactive Demotion for Efficient Tiered Memory Management' + authors: + - Wanju Doh + - Yaebin Moon + - Seoyoung Ko + - Seunghwan Chung + - Kwanhee Kyung + - Eojin Lee + - Jung Ho Ahn + year: '2025' + doi: 10.1145/3689031.3717471 + url: https://doi.org/10.1145/3689031.3717471 + dblp_key: conf/eurosys/DohMKCKLA25 + venue_name: EuroSys + pages: 854-869 +- title: 'SpInfer: Leveraging Low-Level Sparsity for Efficient Large Language Model + Inference on GPUs' + authors: + - Ruibo Fan + - Xiangrui Yu + - Peijie Dong + - Zeyu Li + - Gu Gong + - Qiang Wang 0022 + - Wei Wang 0030 + - Xiaowen Chu 0001 + year: '2025' + doi: 10.1145/3689031.3717481 + url: https://doi.org/10.1145/3689031.3717481 + dblp_key: conf/eurosys/FanYDLGWW025 + venue_name: EuroSys + pages: 243-260 +- title: 'TUNA: Tuning Unstable and Noisy Cloud Applications' + authors: + - Johannes Freischuetz + - Konstantinos Kanellis + - Brian Kroth + - Shivaram Venkataraman + year: '2025' + doi: 10.1145/3689031.3717480 + url: https://doi.org/10.1145/3689031.3717480 + dblp_key: conf/eurosys/FreischuetzKKV25 + venue_name: EuroSys + pages: 954-973 +- title: 'Understanding and Detecting SQL Function Bugs: Using Simple Boundary Arguments + to Trigger Hundreds of DBMS Bugs' + authors: + - Jingzhou Fu + - Jie Liang 0006 + - Zhiyong Wu 0010 + - Yanyang Zhao + - Shanshan Li 0001 + - Yu Jiang 0001 + year: '2025' + doi: 10.1145/3689031.3696064 + url: https://doi.org/10.1145/3689031.3696064 + dblp_key: conf/eurosys/Fu00ZL025 + venue_name: EuroSys + pages: 1061-1076 +- title: 'RoboRebound: Multi-Robot System Defense with Bounded-Time Interaction' + authors: + - Neeraj Gandhi + - Yifan Cai 0001 + - Andreas Haeberlen + - Linh Thi Xuan Phan + year: '2025' + doi: 10.1145/3689031.3696079 + url: https://doi.org/10.1145/3689031.3696079 + dblp_key: conf/eurosys/GandhiCHP25 + venue_name: EuroSys + pages: 176-192 +- title: Fast State Restoration in LLM Serving with HCache + authors: + - Shiwei Gao + - Youmin Chen + - Jiwu Shu + year: '2025' + doi: 10.1145/3689031.3696072 + url: https://doi.org/10.1145/3689031.3696072 + dblp_key: conf/eurosys/GaoCS25 + venue_name: EuroSys + pages: 128-143 +- title: 'Collaborative Text Editing with Eg-walker: Better, Faster, Smaller' + authors: + - Joseph Gentle + - Martin Kleppmann + year: '2025' + doi: 10.1145/3689031.3696076 + url: https://doi.org/10.1145/3689031.3696076 + dblp_key: conf/eurosys/GentleK25 + venue_name: EuroSys + pages: 311-328 +- title: Optimizing Task Scheduling in Cloud VMs with Accurate vCPU Abstraction + authors: + - Edward Guo + - Weiwei Jia 0001 + - Xiaoning Ding + - Jianchen Shan + year: '2025' + doi: 10.1145/3689031.3696092 + url: https://doi.org/10.1145/3689031.3696092 + dblp_key: conf/eurosys/Guo0DS25 + venue_name: EuroSys + pages: 753-768 +- title: 'MetaHG: Enhancing HGNN Systems Leveraging Advanced Metapath Graph Abstraction' + authors: + - Haiheng He + - Haifeng Liu 0003 + - Long Zheng 0003 + - Yu Huang 0013 + - Xinyang Shen + - Wenkan Huang + - Shuaihu Cao + - Xiaofei Liao + - Hai Jin 0001 + - Jingling Xue + year: '2025' + doi: 10.1145/3689031.3717492 + url: https://doi.org/10.1145/3689031.3717492 + dblp_key: conf/eurosys/He000SHCL0X25 + venue_name: EuroSys + pages: 492-506 +- title: 'FlowCheck: Decoupling Checkpointing and Training of Large-Scale Models' + authors: + - Zimeng Huang + - Hao Nie + - Haonan Jia + - Bo Jiang 0003 + - Junchen Guo + - Jianyuan Lu + - Rong Wen + - Biao Lyu + - Shunmin Zhu + - Xinbing Wang + year: '2025' + doi: 10.1145/3689031.3696088 + url: https://doi.org/10.1145/3689031.3696088 + dblp_key: conf/eurosys/HuangNJJGLWLZW25 + venue_name: EuroSys + pages: 1334-1349 +- title: Solid State Drive Targeted Memory-Efficient Indexing for Universal I/O Patterns + and Fragmentation Degrees + authors: + - Junsu Im + - Jeonggyun Kim + - Seonggyun Oh + - Jinhyung Koo + - Juhyung Park + - Hoon Sung Chwa + - Sam H. Noh + - Sungjin Lee 0001 + year: '2025' + doi: 10.1145/3689031.3717478 + url: https://doi.org/10.1145/3689031.3717478 + dblp_key: conf/eurosys/ImKOKPCN025 + venue_name: EuroSys + pages: 974-990 +- title: 'A House United Within Itself: SLO-Awareness for On-Premises Containerized + ML Inference Clusters via Faro' + authors: + - Beomyeol Jeon + - Chen Wang 0039 + - Diana Arroyo + - Alaa Youssef + - Indranil Gupta + year: '2025' + doi: 10.1145/3689031.3696071 + url: https://doi.org/10.1145/3689031.3696071 + dblp_key: conf/eurosys/Jeon0AYG25 + venue_name: EuroSys + pages: 524-540 +- title: Introspective Congestion Control for Consistent High Performance + authors: + - Wanchun Jiang + - Haoyang Li 0006 + - Jia Wu 0001 + - Kai Wang + - Fengyuan Ren + - Jianxin Wang 0001 + year: '2025' + doi: 10.1145/3689031.3696084 + url: https://doi.org/10.1145/3689031.3696084 + dblp_key: conf/eurosys/JiangL0WR025 + venue_name: EuroSys + pages: 428-445 +- title: Serverless Cold Starts and Where to Find Them + authors: + - Artjom Joosen + - Ahmed Hassan + - Martin Asenov + - Rajkarn Singh + - Luke Nicholas Darlow + - Jianfeng Wang + - Qiwen Deng + - Adam Barker + year: '2025' + doi: 10.1145/3689031.3696073 + url: https://doi.org/10.1145/3689031.3696073 + dblp_key: conf/eurosys/JoosenHASDWDB25 + venue_name: EuroSys + pages: 938-953 +- title: 'Heimdall: Optimizing Storage I/O Admission with Extensive Machine Learning + Pipeline' + authors: + - Daniar Heri Kurniawan + - Rani Ayu Putri + - Peiran Qin + - Kahfi S. Zulkifli + - Ray A. O. Sinurat + - Janki Bhimani + - Sandeep Madireddy + - Achmad Imam Kistijantoro + - Haryadi S. Gunawi + year: '2025' + doi: 10.1145/3689031.3717496 + url: https://doi.org/10.1145/3689031.3717496 + dblp_key: conf/eurosys/KurniawanPQZSBM25 + venue_name: EuroSys + pages: 1109-1125 +- title: 'Daredevil: Rescue Your Flash Storage from Inflexible Kernel Storage Stack' + authors: + - Junzhe Li + - Ran Shu 0001 + - Jiayi Lin 0007 + - Qingyu Zhang 0005 + - Ziyue Yang + - Jie Zhang 0048 + - Yongqiang Xiong + - Chenxiong Qian + year: '2025' + doi: 10.1145/3689031.3717482 + url: https://doi.org/10.1145/3689031.3717482 + dblp_key: conf/eurosys/Li00ZYZXQ25 + venue_name: EuroSys + pages: 991-1008 +- title: 'ParallelEVM: Operation-Level Concurrent Transaction Execution for EVM-Compatible + Blockchains' + authors: + - Haoran Lin + - Hang Feng + - Yajin Zhou + - Lei Wu 0012 + year: '2025' + doi: 10.1145/3689031.3696063 + url: https://doi.org/10.1145/3689031.3696063 + dblp_key: conf/eurosys/LinFZ025 + venue_name: EuroSys + pages: 211-225 +- title: 'Jupiter: Pushing Speed and Scalability Limitations for Subgraph Matching + on Multi-GPUs' + authors: + - Zhiheng Lin + - Ke Meng + - Changjie Xu + - Weichen Cao 0002 + - Guangming Tan + year: '2025' + doi: 10.1145/3689031.3717491 + url: https://doi.org/10.1145/3689031.3717491 + dblp_key: conf/eurosys/LinMX0T25 + venue_name: EuroSys + pages: 558-572 +- title: Understanding the Linux Kernel, Visually + authors: + - Hanzhi Liu + - Yanyan Jiang 0001 + - Chang Xu 0001 + year: '2025' + doi: 10.1145/3689031.3696095 + url: https://doi.org/10.1145/3689031.3696095 + dblp_key: conf/eurosys/Liu0025 + venue_name: EuroSys + pages: 1044-1060 +- title: 'FastIOV: Fast Startup of Passthrough Network I/O Virtualization for Secure + Containers' + authors: + - Yunzhuo Liu + - Junchen Guo + - Bo Jiang 0003 + - Yang Song 0031 + - Pengyu Zhang + - Rong Wen + - Biao Lyu + - Shunmin Zhu + - Xinbing Wang + year: '2025' + doi: 10.1145/3689031.3696066 + url: https://doi.org/10.1145/3689031.3696066 + dblp_key: conf/eurosys/LiuG00ZWLZW25 + venue_name: EuroSys + pages: 720-735 +- title: 'Fork: A Dual Congestion Control Loop for Small and Large Flows in Datacenters' + authors: + - Yuan Liu + - Wenxin Li 0001 + - Yulong Li 0001 + - Lide Suo + - Xuan Gao 0001 + - Xin Xie 0001 + - Sheng Chen 0015 + - Ziqi Fan + - Wenyu Qu + - Guyue Liu + year: '2025' + doi: 10.1145/3689031.3696101 + url: https://doi.org/10.1145/3689031.3696101 + dblp_key: conf/eurosys/LiuLLSGXCFQL25 + venue_name: EuroSys + pages: 446-459 +- title: 'Garbage Collection Does Not Only Collect Garbage: Piggybacking-Style Defragmentation + for Deduplicated Backup Storage' + authors: + - Dingbang Liu + - Xiangyu Zou + - Tao Lu 0014 + - Philip Shilane + - Wen Xia + - Wenxuan Huang + - Yanqi Pan + - Hao Huang + year: '2025' + doi: 10.1145/3689031.3717493 + url: https://doi.org/10.1145/3689031.3717493 + dblp_key: conf/eurosys/LiuZLSXHPH25 + venue_name: EuroSys + pages: 1026-1043 +- title: 'Ladon: High-Performance Multi-BFT Consensus via Dynamic Global Ordering' + authors: + - Hanzheng Lyu + - Shaokang Xie + - Jianyu Niu + - Chen Feng 0001 + - Yinqian Zhang + - Ivan Beschastnikh + year: '2025' + doi: 10.1145/3689031.3696102 + url: https://doi.org/10.1145/3689031.3696102 + dblp_key: conf/eurosys/LyuXN0ZB25 + venue_name: EuroSys + pages: 226-242 +- title: 'Atlas: Towards Real-Time Verification in Large-Scale Networks via a Native + Distributed Architecture' + authors: + - Mingxiao Ma + - Yuehan Zhang + - Jingyu Wang 0001 + - Bo He 0003 + - Chenyang Zhao 0005 + - Qi Qi 0001 + - Zirui Zhuang + - Haifeng Sun 0001 + - Lingqi Guo + - Yuebin Guo + - Gong Zhang 0001 + - Jianxin Liao + year: '2025' + doi: 10.1145/3689031.3717494 + url: https://doi.org/10.1145/3689031.3717494 + dblp_key: conf/eurosys/MaZW0Z0Z0GGZL25 + venue_name: EuroSys + pages: 1350-1364 +- title: 'SkyServe: Serving AI Models across Regions and Clouds with Spot Instances' + authors: + - Ziming Mao + - Tian Xia + - Zhanghao Wu + - Wei-Lin Chiang + - Tyler Griggs + - Romil Bhardwaj + - Zongheng Yang + - Scott Shenker + - Ion Stoica + year: '2025' + doi: 10.1145/3689031.3717459 + url: https://doi.org/10.1145/3689031.3717459 + dblp_key: conf/eurosys/MaoXWCGBYSS25 + venue_name: EuroSys + pages: 159-175 +- title: 'Moko: Marrying Python with Big Data Systems' + authors: + - Ke Meng + - Tao He 0013 + - Sijie Shen + - Lei Wang 0004 + - Wenyuan Yu + - Jingren Zhou 0001 + year: '2025' + doi: 10.1145/3689031.3696100 + url: https://doi.org/10.1145/3689031.3696100 + dblp_key: conf/eurosys/MengHS0Y025 + venue_name: EuroSys + pages: 345-359 +- title: Empower Vision Applications with LoRA LMM + authors: + - Liang Mi + - Weijun Wang 0001 + - Wenming Tu + - Qingfeng He + - Rui Kong + - Xinyu Fang + - Yazhu Dong + - Yikang Zhang + - Yuanchun Li 0003 + - Meng Li 0010 + - Haipeng Dai 0001 + - Guihai Chen + - Yunxin Liu 0001 + year: '2025' + doi: 10.1145/3689031.3717472 + url: https://doi.org/10.1145/3689031.3717472 + dblp_key: conf/eurosys/MiWTHKFDZLL0CL25 + venue_name: EuroSys + pages: 261-277 +- title: 'LOFT: A Lock-free and Adaptive Learned Index with High Scalability for Dynamic + Workloads' + authors: + - Yuxuan Mo + - Yu Hua 0001 + year: '2025' + doi: 10.1145/3689031.3717458 + url: https://doi.org/10.1145/3689031.3717458 + dblp_key: conf/eurosys/Mo025 + venue_name: EuroSys + pages: 475-491 +- title: 'CRAVE: Analyzing Cross-Resource Interaction to Improve Energy Efficiency + in Systems-on-Chip' + authors: + - Dipayan Mukherjee + - Sam Hachem + - Jeremy Bao + - Curtis Madsen + - Tian Ma + - Saugata Ghose + - Gul Agha + year: '2025' + doi: 10.1145/3689031.3717498 + url: https://doi.org/10.1145/3689031.3717498 + dblp_key: conf/eurosys/MukherjeeHBMMGA25 + venue_name: EuroSys + pages: 59-75 +- title: 'Achilles: Efficient TEE-Assisted BFT Consensus via Rollback Resilient Recovery' + authors: + - Jianyu Niu + - Xiaoqing Wen + - Guanlong Wu + - Shengqi Liu + - Jiangshan Yu + - Yinqian Zhang + year: '2025' + doi: 10.1145/3689031.3717457 + url: https://doi.org/10.1145/3689031.3717457 + dblp_key: conf/eurosys/NiuWWLYZ25 + venue_name: EuroSys + pages: 193-210 +- title: 'HawkSet: Automatic, Application-Agnostic, and Efficient Concurrent PM Bug + Detection' + authors: + - João Oliveira + - João Gonçalves + - Miguel Matos + year: '2025' + doi: 10.1145/3689031.3717477 + url: https://doi.org/10.1145/3689031.3717477 + dblp_key: conf/eurosys/OliveiraGM25 + venue_name: EuroSys + pages: 1092-1108 +- title: Multi-Grained Specifications for Distributed System Model Checking and Verification + authors: + - Lingzhi Ouyang + - Xudong Sun 0013 + - Ruize Tang + - Yu Huang 0002 + - Madhav Jivrajani + - Xiaoxing Ma + - Tianyin Xu + year: '2025' + doi: 10.1145/3689031.3696069 + url: https://doi.org/10.1145/3689031.3696069 + dblp_key: conf/eurosys/Ouyang0THJMX25 + venue_name: EuroSys + pages: 379-395 +- title: Comprehensive Deadlock Prevention for GPU Collective Communication + authors: + - Lichen Pan + - Juncheng Liu + - Yongquan Fu + - Jinhui Yuan + - Rongkai Zhang 0005 + - Pengze Li + - Zhen Xiao + year: '2025' + doi: 10.1145/3689031.3717466 + url: https://doi.org/10.1145/3689031.3717466 + dblp_key: conf/eurosys/PanLFY0LX25 + venue_name: EuroSys + pages: 541-557 +- title: 'Pegasus: Transparent and Unified Kernel-Bypass Networking for Fast Local + and Remote Communication' + authors: + - Dinglan Peng + - Congyu Liu + - Tapti Palit + - Anjo Vahldiek-Oberwagner + - Mona Vij + - Pedro Fonseca 0001 + year: '2025' + doi: 10.1145/3689031.3696083 + url: https://doi.org/10.1145/3689031.3696083 + dblp_key: conf/eurosys/PengLPVV025 + venue_name: EuroSys + pages: 360-378 +- title: 'Chrono: Meticulous Hotness Measurement and Flexible Page Migration for Memory + Tiering' + authors: + - Zhenlin Qi + - Shengan Zheng + - Ying Huang + - Yifeng Hui + - Bowen Zhang 0012 + - Linpeng Huang + - Hong Mei 0001 + year: '2025' + doi: 10.1145/3689031.3717462 + url: https://doi.org/10.1145/3689031.3717462 + dblp_key: conf/eurosys/QiZHH0H025 + venue_name: EuroSys + pages: 835-853 +- title: Empowering WebAssembly with Thin Kernel Interfaces + authors: + - Arjun Ramesh + - Tianshu Huang + - Ben L. Titzer + - Anthony Rowe 0001 + year: '2025' + doi: 10.1145/3689031.3717470 + url: https://doi.org/10.1145/3689031.3717470 + dblp_key: conf/eurosys/RameshHT025 + venue_name: EuroSys + pages: 1-20 +- title: 'SeBS-Flow: Benchmarking Serverless Cloud Function Workflows' + authors: + - Larissa Schmid + - Marcin Copik + - Alexandru Calotoiu + - Laurin Brandner + - Anne Koziolek + - Torsten Hoefler + year: '2025' + doi: 10.1145/3689031.3717465 + url: https://doi.org/10.1145/3689031.3717465 + dblp_key: conf/eurosys/SchmidCCBKH25 + venue_name: EuroSys + pages: 902-920 +- title: 'Efeu: generating efficient, verified, hybrid hardware/software drivers for + I2C devices' + authors: + - Daniel Schwyn + - Zikai Liu + - Timothy Roscoe + year: '2025' + doi: 10.1145/3689031.3696093 + url: https://doi.org/10.1145/3689031.3696093 + dblp_key: conf/eurosys/SchwynLR25 + venue_name: EuroSys + pages: 76-93 +- title: 'Flex: Fast, Accurate DNN Inference on Low-Cost Edges Using Heterogeneous + Accelerator Execution' + authors: + - Tanmoy Sen + - Haiying Shen + - Anand Padmanabha Iyer + year: '2025' + doi: 10.1145/3689031.3696067 + url: https://doi.org/10.1145/3689031.3696067 + dblp_key: conf/eurosys/SenSI25 + venue_name: EuroSys + pages: 507-523 +- title: 'Occamy: A Preemptive Buffer Management for On-chip Shared-memory Switches' + authors: + - Danfeng Shan + - Yunguang Li + - Jinchao Ma + - Zhenxing Zhang + - Zeyu Liang + - Xinyu Wen + - Hao Li 0011 + - Wanchun Jiang + - Nan Li 0047 + - Fengyuan Ren + year: '2025' + doi: 10.1145/3689031.3717495 + url: https://doi.org/10.1145/3689031.3717495 + dblp_key: conf/eurosys/ShanLMZLWLJLR25 + venue_name: EuroSys + pages: 1365-1382 +- title: 'HybridFlow: A Flexible and Efficient RLHF Framework' + authors: + - Guangming Sheng + - Chi Zhang 0022 + - Zilingfeng Ye + - Xibin Wu + - Wang Zhang + - Ru Zhang 0006 + - Yanghua Peng + - Haibin Lin + - Chuan Wu 0001 + year: '2025' + doi: 10.1145/3689031.3696075 + url: https://doi.org/10.1145/3689031.3696075 + dblp_key: conf/eurosys/ShengZYWZZPL025 + venue_name: EuroSys + pages: 1279-1297 +- title: A Hardware-Software Co-Design for Efficient Secure Containers + authors: + - Jiacheng Shi + - Yang Yu + - Jinyu Gu 0001 + - Yubin Xia + year: '2025' + doi: 10.1145/3689031.3717473 + url: https://doi.org/10.1145/3689031.3717473 + dblp_key: conf/eurosys/ShiY0X25 + venue_name: EuroSys + pages: 1229-1245 +- title: 'MEPipe: Democratizing LLM Training with Memory-Efficient Slice-Level Pipeline + Scheduling on Cost-Effective Accelerators' + authors: + - Zhenbo Sun + - Shengqi Chen 0001 + - Yuanwei Wang + - Jian Sha + - Guanyu Feng + - Wenguang Chen + year: '2025' + doi: 10.1145/3689031.3717469 + url: https://doi.org/10.1145/3689031.3717469 + dblp_key: conf/eurosys/Sun0WSFC25 + venue_name: EuroSys + pages: 1263-1278 +- title: 'DPack: Efficiency-Oriented Privacy Budget Scheduling' + authors: + - Pierre Tholoniat + - Kelly Kostopoulou + - Mosharaf Chowdhury + - Asaf Cidon + - Roxana Geambasu + - Mathias Lécuyer + - Junfeng Yang + year: '2025' + doi: 10.1145/3689031.3696096 + url: https://doi.org/10.1145/3689031.3696096 + dblp_key: conf/eurosys/TholoniatKCCGLY25 + venue_name: EuroSys + pages: 1194-1209 +- title: Achieving Fairness Generalizability for Learning-based Congestion Control + with Jury + authors: + - Han Tian + - Xudong Liao + - Decang Sun + - Chaoliang Zeng + - Yilun Jin + - Junxue Zhang 0001 + - Xinchen Wan + - Zilong Wang 0007 + - Yong Wang 0046 + - Kai Chen 0005 + year: '2025' + doi: 10.1145/3689031.3696065 + url: https://doi.org/10.1145/3689031.3696065 + dblp_key: conf/eurosys/TianLSZJ0W0WC25 + venue_name: EuroSys + pages: 413-427 +- title: 'Bingo: Radix-based Bias Factorization for Random Walk on Dynamic Graphs' + authors: + - Pinhuan Wang + - Chengying Huan + - Zhibin Wang 0002 + - Chen Tian 0001 + - Yuede Ji + - Hang Liu 0001 + year: '2025' + doi: 10.1145/3689031.3717456 + url: https://doi.org/10.1145/3689031.3717456 + dblp_key: conf/eurosys/WangHW0J025 + venue_name: EuroSys + pages: 605-620 +- title: 'CAPSys: Contention-aware task placement for data stream processing' + authors: + - Yuanli Wang + - Lei Huang + - Zikun Wang + - Vasiliki Kalavri + - Ibrahim Matta + year: '2025' + doi: 10.1145/3689031.3696085 + url: https://doi.org/10.1145/3689031.3696085 + dblp_key: conf/eurosys/WangHWKM25 + venue_name: EuroSys + pages: 654-670 +- title: 'Byte vSwitch: A High-Performance Virtual Switch for Cloud Networking' + authors: + - Xin Wang + - Deguo Li + - Zhihong Wang + - Lidong Jiang + - Shubo Wen + - Daxiang Kang + - Engin Arslan + - Peng He 0003 + - Xinyu Qian + - Bin Niu + - Jianwen Pi + - Xiaoning Ding + - Ke Lin + - Hao Luo 0013 + year: '2025' + doi: 10.1145/3689031.3717479 + url: https://doi.org/10.1145/3689031.3717479 + dblp_key: conf/eurosys/WangLWJWKAHQNPD25 + venue_name: EuroSys + pages: 1417-1432 +- title: 'Deft: A Scalable Tree Index for Disaggregated Memory' + authors: + - Jing Wang 0158 + - Qing Wang 0031 + - Yuhao Zhang 0006 + - Jiwu Shu + year: '2025' + doi: 10.1145/3689031.3696062 + url: https://doi.org/10.1145/3689031.3696062 + dblp_key: conf/eurosys/WangW0S25 + venue_name: EuroSys + pages: 886-901 +- title: 'T-MAC: CPU Renaissance via Table Lookup for Low-Bit LLM Deployment on Edge' + authors: + - Jianyu Wei + - Shijie Cao + - Ting Cao 0003 + - Lingxiao Ma + - Lei Wang 0222 + - Yanyong Zhang + - Mao Yang 0004 + year: '2025' + doi: 10.1145/3689031.3696099 + url: https://doi.org/10.1145/3689031.3696099 + dblp_key: conf/eurosys/WeiCCMWZY25 + venue_name: EuroSys + pages: 278-292 +- title: 'HyperAlloc: Efficient VM Memory De/Inflation via Hypervisor-Shared Page-Frame + Allocators' + authors: + - Lars Wrenger + - Kenny Albes + - Marco Wurps + - Christian Dietrich 0001 + - Daniel Lohmann + year: '2025' + doi: 10.1145/3689031.3717484 + url: https://doi.org/10.1145/3689031.3717484 + dblp_key: conf/eurosys/WrengerAW0L25 + venue_name: EuroSys + pages: 702-719 +- title: 'Samoyeds: Accelerating MoE Models with Structured Sparsity Leveraging Sparse + Tensor Cores' + authors: + - Chenpeng Wu + - Qiqi Gu 0002 + - Heng Shi 0005 + - Jianguo Yao 0002 + - Haibing Guan + year: '2025' + doi: 10.1145/3689031.3717455 + url: https://doi.org/10.1145/3689031.3717455 + dblp_key: conf/eurosys/WuGSYG25 + venue_name: EuroSys + pages: 293-310 +- title: 'Pre-Stores: Proactive Software-guided Movement of Data Down the Memory Hierarchy' + authors: + - Xiaoxiang Wu + - Baptiste Lepers + - Willy Zwaenepoel + year: '2025' + doi: 10.1145/3689031.3696097 + url: https://doi.org/10.1145/3689031.3696097 + dblp_key: conf/eurosys/WuLZ25 + venue_name: EuroSys + pages: 1161-1176 +- title: 'Hey Hey, My My, Skewness Is Here to Stay: Challenges and Opportunities in + Cloud Block Store Traffic' + authors: + - Haonan Wu + - Erci Xu + - Ligang Wang + - Yuandong Hong + - Changsheng Niu + - Bo Shi + - Lingjun Zhu + - Jinnian He + - Dong Wu + - Weidong Zhang 0011 + - Qiuping Wang + - Changhong Wang + - Xinqi Chen + - Guangtao Xue + - Yi-Chao Chen 0001 + - Dian Ding + year: '2025' + doi: 10.1145/3689031.3696068 + url: https://doi.org/10.1145/3689031.3696068 + dblp_key: conf/eurosys/WuXWHNSZHWZWWCX25 + venue_name: EuroSys + pages: 736-752 +- title: 'eNetSTL: Towards an In-kernel Library for High-Performance eBPF-based Network + Functions' + authors: + - Bin Yang 0027 + - Dian Shen + - Junxue Zhang 0001 + - Hanlin Yang + - Lunqi Zhao + - Beilun Wang + - Guyue Liu + - Kai Chen 0005 + year: '2025' + doi: 10.1145/3689031.3696094 + url: https://doi.org/10.1145/3689031.3696094 + dblp_key: conf/eurosys/YangS0YZWL025 + venue_name: EuroSys + pages: 42-58 +- title: 'DeltaZip: Efficient Serving of Multiple Full-Model-Tuned LLMs' + authors: + - Xiaozhe Yao + - Qinghao Hu 0004 + - Ana Klimovic + year: '2025' + doi: 10.1145/3689031.3717468 + url: https://doi.org/10.1145/3689031.3717468 + dblp_key: conf/eurosys/YaoHK25 + venue_name: EuroSys + pages: 110-127 +- title: 'CacheBlend: Fast Large Language Model Serving for RAG with Cached Knowledge + Fusion' + authors: + - Jiayi Yao + - Hanchen Li + - Yuhan Liu 0004 + - Siddhant Ray + - Yihua Cheng + - Qizheng Zhang + - Kuntai Du + - Shan Lu 0001 + - Junchen Jiang + year: '2025' + doi: 10.1145/3689031.3696098 + url: https://doi.org/10.1145/3689031.3696098 + dblp_key: conf/eurosys/YaoLLRCZD0J25 + venue_name: EuroSys + pages: 94-109 +- title: Adios to Busy-Waiting for Microsecond-scale Memory Disaggregation + authors: + - Wonsup Yoon + - Jisu Ok + - Sue Moon + - Youngjin Kwon + year: '2025' + doi: 10.1145/3689031.3717475 + url: https://doi.org/10.1145/3689031.3717475 + dblp_key: conf/eurosys/YoonOMK25 + venue_name: EuroSys + pages: 870-885 +- title: 'AlloyStack: A Library Operating System for Serverless Workflow Applications' + authors: + - Jianing You + - Kang Chen + - Laiping Zhao + - Yiming Li + - Yichi Chen 0001 + - Yuxuan Du + - Yanjie Wang + - Luhang Wen + - Keyang Hu + - Keqiu Li + year: '2025' + doi: 10.1145/3689031.3717490 + url: https://doi.org/10.1145/3689031.3717490 + dblp_key: conf/eurosys/YouCZLCDWWHL25 + venue_name: EuroSys + pages: 921-937 +- title: Stateful Large Language Model Serving with Pensieve + authors: + - Lingfan Yu + - Jinkun Lin + - Jinyang Li 0001 + year: '2025' + doi: 10.1145/3689031.3696086 + url: https://doi.org/10.1145/3689031.3696086 + dblp_key: conf/eurosys/YuL025 + venue_name: EuroSys + pages: 144-158 +- title: 'NeuStream: Bridging Deep Learning Serving and Stream Processing' + authors: + - Haochen Yuan + - Yuanqing Wang + - Wenhao Xie + - Yu Cheng + - Ziming Miao + - Lingxiao Ma + - Jilong Xue + - Zhi Yang 0001 + year: '2025' + doi: 10.1145/3689031.3717489 + url: https://doi.org/10.1145/3689031.3717489 + dblp_key: conf/eurosys/YuanWXCMMXY25 + venue_name: EuroSys + pages: 671-685 +- title: 'JABAS: Joint Adaptive Batching and Automatic Scaling for DNN Training on + Heterogeneous GPUs' + authors: + - Gyeongchan Yun + - Junesoo Kang + - Hyunjoon Jeong + - Sanghyeon Eom + - Minsung Jang + - Young-ri Choi + year: '2025' + doi: 10.1145/3689031.3696078 + url: https://doi.org/10.1145/3689031.3696078 + dblp_key: conf/eurosys/YunKJEJC25 + venue_name: EuroSys + pages: 769-786 +- title: Improving GPU Sharing Performance through Adaptive Bubbleless Spatial-Temporal + Sharing + authors: + - Shulai Zhang + - Quan Chen 0002 + - Weihao Cui + - Han Zhao 0005 + - Chunyu Xue + - Zhen Zheng + - Wei Lin 0016 + - Minyi Guo + year: '2025' + doi: 10.1145/3689031.3696070 + url: https://doi.org/10.1145/3689031.3696070 + dblp_key: conf/eurosys/ZhangCC0XZ0G25 + venue_name: EuroSys + pages: 573-588 +- title: Overcoming the Last Mile between Log-Structured File Systems and Persistent + Memory via Scatter Logging + authors: + - Yifeng Zhang + - Yanqi Pan + - Hao Huang + - Yuchen Shan + - Wen Xia + year: '2025' + doi: 10.1145/3689031.3717488 + url: https://doi.org/10.1145/3689031.3717488 + dblp_key: conf/eurosys/ZhangPHSX25 + venue_name: EuroSys + pages: 1009-1025 +- title: 'Erebor: A Drop-In Sandbox Solution for Private Data Processing in Untrusted + Confidential Virtual Machines' + authors: + - Chuqi Zhang + - Rahul Priolkar + - Yuancheng Jiang + - Yuan Xiao 0001 + - Mona Vij + - Zhenkai Liang + - Adil Ahmad + year: '2025' + doi: 10.1145/3689031.3717464 + url: https://doi.org/10.1145/3689031.3717464 + dblp_key: conf/eurosys/ZhangPJXVLA25 + venue_name: EuroSys + pages: 1210-1228 +- title: 'Cheetah: Metadata Aggregation for Fast Object Storage without Distributed + Ordering' + authors: + - Yiming Zhang 0003 + - Li Wang 0123 + - Shengyun Liu + - Shun Gai + - Haonan Wang + - Xin Yao + - Meiling Wang + - Kai Chen 0005 + - Dongsheng Li 0001 + - Jiwu Shu + year: '2025' + doi: 10.1145/3689031.3696080 + url: https://doi.org/10.1145/3689031.3696080 + dblp_key: conf/eurosys/ZhangWLGWYWCLS25 + venue_name: EuroSys + pages: 1126-1141 +- title: Enabling Virtual Priority in Data Center Congestion Control + authors: + - Zhaochen Zhang + - Feiyang Xue + - Keqiang He + - Zhimeng Yin 0001 + - Gianni Antichi + - Jiaqi Gao + - Yizhi Wang + - Rui Ning + - Haixin Nan + - Xu Zhang 0006 + - Peirui Cao + - Xiaoliang Wang 0001 + - Wanchun Dou + - Guihai Chen + - Chen Tian 0001 + year: '2025' + doi: 10.1145/3689031.3717463 + url: https://doi.org/10.1145/3689031.3717463 + dblp_key: conf/eurosys/ZhangXHYAGWNNZC25 + venue_name: EuroSys + pages: 396-412 +- title: Revealing the Unstable Foundations of eBPF-Based Kernel Extensions + authors: + - Shawn Wanxiang Zhong + - Jing Liu 0074 + - Andrea C. Arpaci-Dusseau + - Remzi H. Arpaci-Dusseau + year: '2025' + doi: 10.1145/3689031.3717497 + url: https://doi.org/10.1145/3689031.3717497 + dblp_key: conf/eurosys/ZhongLAA25 + venue_name: EuroSys + pages: 21-41 +- title: 'Mist: Efficient Distributed Training of Large Language Models via Memory-Parallelism + Co-Optimization' + authors: + - Zhanda Zhu + - Christina Giannoula + - Muralidhar Andoorveedu + - Qidong Su + - Karttikeya Mangalam + - Bojian Zheng + - Gennady Pekhimenko + year: '2025' + doi: 10.1145/3689031.3717461 + url: https://doi.org/10.1145/3689031.3717461 + dblp_key: conf/eurosys/ZhuGASMZP25 + venue_name: EuroSys + pages: 1298-1316 +- title: 'Impeller: Stream Processing on Shared Logs' + authors: + - Zhiting Zhu + - Zhipeng Jia + - Newton Ni + - Dixin Tang + - Emmett Witchel + year: '2025' + doi: 10.1145/3689031.3717485 + url: https://doi.org/10.1145/3689031.3717485 + dblp_key: conf/eurosys/ZhuJNTW25 + venue_name: EuroSys + pages: 637-653 +- title: 'SpaceFusion: Advanced Deep Learning Operator Fusion via Space-Mapping Graph' + authors: + - Liang Zhu + - Jianguo Yao 0002 + - Haibing Guan + year: '2025' + doi: 10.1145/3689031.3696087 + url: https://doi.org/10.1145/3689031.3696087 + dblp_key: conf/eurosys/ZhuYG25 + venue_name: EuroSys + pages: 787-802 +- title: Proceedings of the Twentieth European Conference on Computer Systems, EuroSys + 2025, Rotterdam, The Netherlands, 30 March 2025 - 3 April 2025 + authors: [] + year: '2025' + doi: 10.1145/3689031 + url: https://doi.org/10.1145/3689031 + dblp_key: conf/eurosys/2025 + venue_name: EuroSys + pages: null diff --git a/site/data/papers/EuroSys-2025-digest.yaml b/site/data/papers/EuroSys-2025-digest.yaml new file mode 100644 index 0000000..87e3d0e --- /dev/null +++ b/site/data/papers/EuroSys-2025-digest.yaml @@ -0,0 +1,70 @@ +venue: EuroSys +year: 2025 +date: "2025-03-30" +tags: [operating-systems, distributed-systems, cloud, storage, memory, networking, llm-systems, security, hardware-software-co-design, serverless] + +selected: + - dblp_key: "conf/eurosys/RameshHT025" + title: "Empowering WebAssembly with Thin Kernel Interfaces" + tldr: "A new OS interface design exposes thin, capability-based kernel primitives directly to WebAssembly modules, eliminating the POSIX translation layer." + why_notable: "WebAssembly is increasingly used beyond the browser as a portable, sandboxed compute substrate; this work shows that rethinking the system interface from scratch yields significantly lower overhead and better safety properties than layering Wasm on top of POSIX." + + - dblp_key: "conf/eurosys/ZhongLAA25" + title: "Revealing the Unstable Foundations of eBPF-Based Kernel Extensions" + tldr: "A systematic study exposes how eBPF programs silently break across kernel versions due to undocumented and unstable kernel data structure dependencies." + why_notable: "From the Arpaci-Dusseau group, this paper delivers surprising and practically consequential findings: a large fraction of real-world eBPF programs are fragile across kernel versions, undermining the widely held assumption that eBPF is a safe and stable extension mechanism." + + - dblp_key: "conf/eurosys/PengLPVV025" + title: "Pegasus: Transparent and Unified Kernel-Bypass Networking for Fast Local and Remote Communication" + tldr: "Pegasus provides a single kernel-bypass networking stack that transparently accelerates both intra-host (IPC) and inter-host communication without application changes." + why_notable: "Unifying local and remote fast paths is a long-standing challenge; Pegasus demonstrates that the same RDMA-style techniques can be applied to loopback traffic, yielding substantial latency reductions for microservice workloads with no API changes." + + - dblp_key: "conf/eurosys/Li00ZYZXQ25" + title: "Daredevil: Rescue Your Flash Storage from Inflexible Kernel Storage Stack" + tldr: "Daredevil bypasses the rigid Linux block layer to allow flash storage devices to express fine-grained I/O semantics directly to applications." + why_notable: "The Linux storage stack was designed for spinning disks and consistently imposes unnecessary overhead on modern NVMe SSDs; Daredevil demonstrates that rethinking the kernel/device interface boundary unlocks significant throughput and latency gains that the existing stack structurally prevents." + + - dblp_key: "conf/eurosys/AllisonG0HKN025" + title: "Towards Efficient Flash Caches with Emerging NVMe Flexible Data Placement SSDs" + tldr: "This paper shows how NVMe Flexible Data Placement (FDP) SSDs can be exploited by flash cache software to dramatically reduce write amplification and improve device lifetime." + why_notable: "FDP is a newly standardized NVMe feature; this is one of the first systems papers to demonstrate end-to-end integration with a production-grade flash caching stack, revealing concrete performance and endurance benefits that motivate wider adoption." + + - dblp_key: "conf/eurosys/QiZHH0H025" + title: "Chrono: Meticulous Hotness Measurement and Flexible Page Migration for Memory Tiering" + tldr: "Chrono introduces fine-grained, low-overhead hotness tracking and a flexible page migration policy that adapts to workload dynamics for tiered memory systems." + why_notable: "As CXL-based memory tiering becomes a reality in data centers, accurate hotness estimation is critical; Chrono's approach substantially outperforms existing kernel mechanisms and sets a new baseline for OS-level tiered memory management." + + - dblp_key: "conf/eurosys/YoonOMK25" + title: "Adios to Busy-Waiting for Microsecond-scale Memory Disaggregation" + tldr: "This work eliminates CPU-wasting busy-waiting in disaggregated memory systems by designing interrupt-driven mechanisms that still meet microsecond latency targets." + why_notable: "Busy-waiting is the conventional wisdom for achieving low latency in disaggregated memory, yet it burns entire CPU cores; this paper challenges that assumption and shows interrupt-based designs can match latency while freeing substantial compute, which matters greatly at scale." + + - dblp_key: "conf/eurosys/GentleK25" + title: "Collaborative Text Editing with Eg-walker: Better, Faster, Smaller" + tldr: "Eg-walker is a new CRDT algorithm for collaborative text editing that is simultaneously faster, more memory-efficient, and produces smaller operation logs than prior state-of-the-art CRDTs." + why_notable: "Collaborative editing CRDTs have been considered a mature area, making it surprising that Eg-walker achieves order-of-magnitude improvements across all key metrics; the result, from Martin Kleppmann, will likely become the new reference design for replicated text data structures." + + - dblp_key: "conf/eurosys/LyuXN0ZB25" + title: "Ladon: High-Performance Multi-BFT Consensus via Dynamic Global Ordering" + tldr: "Ladon achieves high throughput in Byzantine fault-tolerant consensus by running multiple BFT instances in parallel and dynamically merging their outputs into a consistent global order." + why_notable: "Byzantine consensus is notoriously throughput-limited; Ladon's multi-instance approach with a novel global ordering layer demonstrates near-linear throughput scaling with the number of consensus instances, a significant advance for permissioned blockchain and critical-infrastructure scenarios." + + - dblp_key: "conf/eurosys/ShengZYWZZPL025" + title: "HybridFlow: A Flexible and Efficient RLHF Framework" + tldr: "HybridFlow introduces a hybrid dataflow model for RLHF training that co-schedules the actor, critic, and reward models to maximize GPU utilization across heterogeneous cluster configurations." + why_notable: "RLHF has become central to LLM alignment yet existing frameworks map poorly to its multi-model, tightly coupled training loop; HybridFlow's design substantially improves end-to-end training throughput and provides a principled abstraction for future alignment training research." + + - dblp_key: "conf/eurosys/YaoLLRCZD0J25" + title: "CacheBlend: Fast Large Language Model Serving for RAG with Cached Knowledge Fusion" + tldr: "CacheBlend reuses KV caches from multiple pre-computed document chunks and fuses them selectively at inference time, avoiding the quadratic cost of full re-encoding for retrieval-augmented generation." + why_notable: "RAG is a dominant LLM deployment pattern, but cache reuse across dynamically assembled contexts is unsolved; CacheBlend's selective fusion strategy delivers large time-to-first-token reductions with negligible quality degradation, directly improving the economics of production LLM serving." + + - dblp_key: "conf/eurosys/YouCZLCDWWHL25" + title: "AlloyStack: A Library Operating System for Serverless Workflow Applications" + tldr: "AlloyStack is a library OS tailored for serverless workflows that collapses function boundaries within a workflow into a single address space to eliminate inter-function communication overhead." + why_notable: "Serverless workflows suffer from high invocation and communication latency because each function is an isolated container; AlloyStack's library OS approach is a principled architectural answer that shows substantial end-to-end latency and cost improvements for real workflow benchmarks." + + - dblp_key: "conf/eurosys/MukherjeeHBMMGA25" + title: "CRAVE: Analyzing Cross-Resource Interaction to Improve Energy Efficiency in Systems-on-Chip" + tldr: "CRAVE models the cross-resource interference between CPU, GPU, and memory subsystems on SoCs to guide software-level energy optimization decisions." + why_notable: "Energy efficiency is increasingly a first-class constraint in both mobile and data center SoCs, yet interactions between on-chip resources are poorly understood at the software level; CRAVE's analysis framework reveals counter-intuitive interference patterns and enables measurable energy savings without hardware changes." diff --git a/site/data/papers/FGCS-2024-candidates.yaml b/site/data/papers/FGCS-2024-candidates.yaml new file mode 100644 index 0000000..f0b9ff9 --- /dev/null +++ b/site/data/papers/FGCS-2024-candidates.yaml @@ -0,0 +1,6640 @@ +venue: FGCS +year: 2024 +source: dblp +count: 486 +papers: +- title: 'Group key management in the Internet of Things: Handling asynchronicity' + authors: + - Mohammed Riyadh Abdmeziem + - Amina Ahmed Nacer + - Nawfel Moundji Deroues + year: '2024' + doi: 10.1016/J.FUTURE.2023.10.023 + url: https://doi.org/10.1016/j.future.2023.10.023 + dblp_key: journals/fgcs/AbdmeziemND24 + venue_name: Future Gener. Comput. Syst. + pages: 273-287 +- title: Portability and scalability evaluation of large-scale statistical modeling + and prediction software through HPC-ready containers + authors: + - Sameh Abdulah + - Jorge Ejarque + - Omar Marzouk + - Hatem Ltaief + - Ying Sun 0002 + - Marc G. Genton + - Rosa M. Badia + - David E. Keyes + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.057 + url: https://doi.org/10.1016/j.future.2024.06.057 + dblp_key: journals/fgcs/AbdulahEMLSGBK24 + venue_name: Future Gener. Comput. Syst. + pages: 248-258 +- title: Dimensioning the pending interest table in content-centric networks + authors: + - Amuda James Abu + - Brahim Bensaou + - Ahmed M. Abdelmoniem + year: '2024' + doi: 10.1016/J.FUTURE.2023.10.009 + url: https://doi.org/10.1016/j.future.2023.10.009 + dblp_key: journals/fgcs/AbuBA24 + venue_name: Future Gener. Comput. Syst. + pages: 179-192 +- title: Anonymous Federated Learning via Named-Data Networking + authors: + - Andrea Agiollo + - Enkeleda Bardhi + - Mauro Conti + - Nicolò Dal Fabbro + - Riccardo Lazzeretti + year: '2024' + doi: 10.1016/J.FUTURE.2023.11.009 + url: https://doi.org/10.1016/j.future.2023.11.009 + dblp_key: journals/fgcs/AgiolloBCFL24 + venue_name: Future Gener. Comput. Syst. + pages: 288-303 +- title: 'EneA-FL: Energy-aware orchestration for serverless federated learning' + authors: + - Andrea Agiollo + - Paolo Bellavista + - Matteo Mendula + - Andrea Omicini + year: '2024' + doi: 10.1016/J.FUTURE.2024.01.007 + url: https://doi.org/10.1016/j.future.2024.01.007 + dblp_key: journals/fgcs/AgiolloBMO24 + venue_name: Future Gener. Comput. Syst. + pages: 219-234 +- title: An automated framework for selectively tolerating SDC errors based on rigorous + instruction-level vulnerability assessment + authors: + - Hussien Al-haj Ahmad + - Yasser Sedaghat + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.006 + url: https://doi.org/10.1016/j.future.2024.04.006 + dblp_key: journals/fgcs/AhmadS24 + venue_name: Future Gener. Comput. Syst. + pages: 392-407 +- title: An analysis of scientific group collaboration at JLESC + authors: + - Iftekhar Ahmed 0002 + - Marshall Scott Poole + - Emily Norman + - Elizabeth Simpson + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.015 + url: https://doi.org/10.1016/j.future.2024.05.015 + dblp_key: journals/fgcs/AhmedPNS24 + venue_name: Future Gener. Comput. Syst. + pages: 284-289 +- title: 'Road to efficiency: Mobility-driven joint task offloading and resource utilization + protocol for connected vehicle networks' + authors: + - Oguzhan Akyildiz + - Feyza Yildirim Okay + - Ibrahim Kök + - Suat Özdemir + year: '2024' + doi: 10.1016/J.FUTURE.2024.01.030 + url: https://doi.org/10.1016/j.future.2024.01.030 + dblp_key: journals/fgcs/AkyildizOKO24 + venue_name: Future Gener. Comput. Syst. + pages: 157-167 +- title: EleVMate - A data-driven approach for 'on-the-fly' horizontal small + datacentre scalability and VM starvation + authors: + - Asma AlKhalaf + - Farookh Khadeer Hussain + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.036 + url: https://doi.org/10.1016/j.future.2024.04.036 + dblp_key: journals/fgcs/AlKhalafH24 + venue_name: Future Gener. Comput. Syst. + pages: 91-101 +- title: Benchmarking robustness and privacy-preserving methods in federated learning + authors: + - Zeinab Alebouyeh + - Amir Jalaly Bidgoly + year: '2024' + doi: 10.1016/J.FUTURE.2024.01.009 + url: https://doi.org/10.1016/j.future.2024.01.009 + dblp_key: journals/fgcs/AlebouyehB24 + venue_name: Future Gener. Comput. Syst. + pages: 18-38 +- title: 'Quantum-centric supercomputing for materials science: A perspective on challenges + and future directions' + authors: + - Yuri Alexeev + - Maximilian Amsler + - Marco Antonio Barroca + - Sanzio Bassini + - Torey Battelle + - Daan Camps + - David Casanova + - Young Jay Choi + - Frederic T. Chong + - Charles Chung + - Christopher Codella + - Antonio D. Córcoles + - James Cruise + - Alberto Di Meglio + - Ivan Duran + - Thomas Eckl + - Sophia E. Economou + - Stephan J. Eidenbenz + - Bruce Elmegreen + - Clyde Fare + - Ismael Faro + - Cristina Sanz Fernández + - Rodrigo Neumann Barros Ferreira + - Keisuke Fuji + - Bryce Fuller + - Laura Gagliardi + - Giulia Galli + - Jennifer R. Glick + - Isacco Gobbi + - Pranav Gokhale + - Salvador de la Puente Gonzalez + - Johannes Greiner + - Bill Gropp + - Michele Grossi + - Emanuel Gull + - Burns Healy + - Matthew R. Hermes + - Benchen Huang + - Travis S. Humble + - Nobuyasu Ito + - Artur F. Izmaylov + - Ali Javadi-Abhari + - Douglas M. Jennewein + - Shantenu Jha + - Liang Jiang + - Barbara Jones + - Wibe Albert de Jong + - Petar Jurcevic + - William M. Kirby + - Stefan Kister + - Masahiro Kitagawa + - Joel Klassen + - Katherine Klymko + - Kwangwon Koh + - Masaaki Kondo + - Doga Murat Kürkçüoglu + - Krzysztof Kurowski + - Teodoro Laino + - Ryan Landfield + - Matthew L. Leininger + - Vicente Leyton-Ortega + - Ang Li 0006 + - Meifeng Lin + - Junyu Liu + - Nicolás Lorente + - André Luckow + - Simon Martiel + - Francisco Martín-Fernández + - Margaret Martonosi + - Claire Marvinney + - Arcesio Castañeda Medina + - Dirk Merten + - Antonio Mezzacapo + - Kristel Michielsen + - Abhishek Mitra + - Tushar Mittal + - Kyungsun Moon + - Joel Moore + - Sarah Mostame + - Mario Motta + - Young-Hye Na + - Yunseong Nam + - Prineha Narang + - Yu-ya Ohnishi + - Daniele Ottaviani + - Matthew Otten + - Scott Pakin + - Vincent R. Pascuzzi + - Edwin Pednault + - Tomasz Piontek + - Jed Pitera + - Patrick Rall + - Gokul Subramanian Ravi + - Niall Robertson + - Matteo A. C. Rossi + - Piotr Rydlichowski + - Hoon Ryu + - Georgy Samsonidze + - Mitsuhisa Sato + - Nishant Saurabh + - Vidushi Sharma + - Kunal Sharma + - Soyoung Shin + - George Slessman + - Mathias Steiner + - Iskandar Sitdikov + - In-Saeng Suh + - Eric D. Switzer + - Wei Tang + - Joel Thompson + - Synge Todo + - Minh C. Tran + - Dimitar Trenev + - Christian Trott + - Huan-Hsin Tseng + - Norm M. Tubman + - Esin Tureci + - David García Valiñas + - Sofia Vallecorsa + - Christopher Wever + - Konrad Wojciechowski + - Xiaodi Wu 0001 + - Shinjae Yoo + - Nobuyuki Yoshioka + - Victor Wen-zhe Yu + - Seiji Yunoki + - Sergiy Zhuk + - Dmitry Zubarev + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.060 + url: https://doi.org/10.1016/j.future.2024.04.060 + dblp_key: journals/fgcs/AlexeevABBBCCCCCCCCMDEE24 + venue_name: Future Gener. Comput. Syst. + pages: 666-710 +- title: Resilience and performance quantification of dynamic reconfiguration + authors: + - Sarah Alhozaimy + - Daniel A. Menascé + - Massimiliano Albanese + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.040 + url: https://doi.org/10.1016/j.future.2024.05.040 + dblp_key: journals/fgcs/AlhozaimyMA24 + venue_name: Future Gener. Comput. Syst. + pages: 120-130 +- title: Spatial and thermal aware methods for efficient workload management in distributed + data centers + authors: + - Ahsan Ali + - Öznur Özkasap + year: '2024' + doi: 10.1016/J.FUTURE.2023.12.006 + url: https://doi.org/10.1016/j.future.2023.12.006 + dblp_key: journals/fgcs/AliO24 + venue_name: Future Gener. Comput. Syst. + pages: 360-374 +- title: 'TCN-Inception: Temporal Convolutional Network and Inception modules for + sensor-based Human Activity Recognition' + authors: + - Mohammed A. A. Al-qaness + - Abdelghani Dahou + - Nafissa Toureche Trouba + - Mohamed Abd Elaziz 0001 + - Ahmed M. Helmi + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.016 + url: https://doi.org/10.1016/j.future.2024.06.016 + dblp_key: journals/fgcs/AlqanessDTEH24 + venue_name: Future Gener. Comput. Syst. + pages: 375-388 +- title: A scalable and lightweight group authentication framework for Internet of + Medical Things using integrated blockchain and fog computing + authors: + - Norah Alsaeed + - Farrukh Nadeem + - Faisal Albalwy + year: '2024' + doi: 10.1016/J.FUTURE.2023.09.032 + url: https://doi.org/10.1016/j.future.2023.09.032 + dblp_key: journals/fgcs/AlsaeedNA24 + venue_name: Future Gener. Comput. Syst. + pages: 162-181 +- title: Privacy-preserving edge federated learning for intelligent mobile-health + systems + authors: + - Amin Aminifar + - Matin Shokri + - Amir Aminifar + year: '2024' + doi: 10.1016/J.FUTURE.2024.07.035 + url: https://doi.org/10.1016/j.future.2024.07.035 + dblp_key: journals/fgcs/AminifarSA24 + venue_name: Future Gener. Comput. Syst. + pages: 625-637 +- title: 'A new approach to Mergesort algorithm: Divide smart and conquer' + authors: + - Sahin Emrah Amrahov + - Yilmaz Ar + - Bulent Tugrul + - Bekir Emirhan Akay + - Nermin Kartli + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.049 + url: https://doi.org/10.1016/j.future.2024.03.049 + dblp_key: journals/fgcs/AmrahovATAK24 + venue_name: Future Gener. Comput. Syst. + pages: 330-343 +- title: Using big data to assess an affective domain for distance education + authors: + - Thara Angskun + - Karn Na Sritha + - Arthit Srithong + - Neunghathai Khopolklang + - Sorachai Kamollimsakul + - Thawatphong Phithak + - Jitimon Angskun + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.057 + url: https://doi.org/10.1016/j.future.2024.05.057 + dblp_key: journals/fgcs/AngskunSSKKPA24 + venue_name: Future Gener. Comput. Syst. + pages: 131-139 +- title: 'Towards named data networking technology: Emerging applications, use cases, + and challenges for secure data communication' + authors: + - Afia Anjum + - Paul Agbaje + - Arkajyoti Mitra + - Emmanuel Oseghale + - Ebelechukwu Nwafor + - Habeeb Olufowobi + year: '2024' + doi: 10.1016/J.FUTURE.2023.09.031 + url: https://doi.org/10.1016/j.future.2023.09.031 + dblp_key: journals/fgcs/AnjumAMONO24 + venue_name: Future Gener. Comput. Syst. + pages: 12-31 +- title: 'HazardNet: A thermal hazard prediction framework for datacenters' + authors: + - Mohsen Seyedkazemi Ardebili + - Andrea Acquaviva + - Luca Benini + - Andrea Bartolini + year: '2024' + doi: 10.1016/J.FUTURE.2024.01.031 + url: https://doi.org/10.1016/j.future.2024.01.031 + dblp_key: journals/fgcs/ArdebiliABB24 + venue_name: Future Gener. Comput. Syst. + pages: 340-353 +- title: 'Load balancing for heterogeneous serverless edge computing: A performance-driven + and empirical approach' + authors: + - Mohammad Sadegh Aslanpour + - Adel Nadjaran Toosi + - Muhammad Aamir Cheema + - Mohan Baruwal Chhetri + - Mohsen Amini Salehi + year: '2024' + doi: 10.1016/J.FUTURE.2024.01.020 + url: https://doi.org/10.1016/j.future.2024.01.020 + dblp_key: journals/fgcs/AslanpourTCCS24 + venue_name: Future Gener. Comput. Syst. + pages: 266-280 +- title: A general framework and decentralised algorithms for collective computational + processes + authors: + - Giorgio Audrito + - Roberto Casadei + - Gianluca Torta + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.020 + url: https://doi.org/10.1016/j.future.2024.04.020 + dblp_key: journals/fgcs/AudritoCT24 + venue_name: Future Gener. Comput. Syst. + pages: 11-27 +- title: Review on Federated Learning for digital transformation in healthcare through + big data analytics + authors: + - Muhammad Babar + - Basit Qureshi + - Anis Koubaa + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.046 + url: https://doi.org/10.1016/j.future.2024.05.046 + dblp_key: journals/fgcs/BabarQK24 + venue_name: Future Gener. Comput. Syst. + pages: 14-28 +- title: Reinforcement learning-based dynamic pruning for distributed inference via + explainable AI in healthcare IoT systems + authors: + - Emna Baccour + - Aiman Erbad + - Amr Mohamed 0001 + - Mounir Hamdi + - Mohsen Guizani + year: '2024' + doi: 10.1016/J.FUTURE.2024.01.021 + url: https://doi.org/10.1016/j.future.2024.01.021 + dblp_key: journals/fgcs/BaccourEMHG24 + venue_name: Future Gener. Comput. Syst. + pages: 1-17 +- title: 'Lotaru: Locally predicting workflow task runtimes for resource management + on heterogeneous infrastructures' + authors: + - Jonathan Bader + - Fabian Lehmann + - Lauritz Thamsen + - Ulf Leser + - Odej Kao + year: '2024' + doi: 10.1016/J.FUTURE.2023.08.022 + url: https://doi.org/10.1016/j.future.2023.08.022 + dblp_key: journals/fgcs/BaderLTLK24 + venue_name: Future Gener. Comput. Syst. + pages: 171-185 +- title: A derived information framework for a dynamic knowledge graph and its application + to smart cities + authors: + - Jiaru Bai + - Kok Foong Lee + - Markus Hofmeister + - Sebastian Mosbach + - Jethro Akroyd + - Markus Kraft + year: '2024' + doi: 10.1016/J.FUTURE.2023.10.008 + url: https://doi.org/10.1016/j.future.2023.10.008 + dblp_key: journals/fgcs/BaiLHMAK24 + venue_name: Future Gener. Comput. Syst. + pages: 112-126 +- title: 'Prioritizing user requirements for digital products using explainable artificial + intelligence: A data-driven analysis on video conferencing apps' + authors: + - Shizhen Bai + - Songlin Shi + - Chunjia Han + - Mu Yang + - Brij B. Gupta + - Varsha Arya + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.037 + url: https://doi.org/10.1016/j.future.2024.04.037 + dblp_key: journals/fgcs/BaiSHYGA24 + venue_name: Future Gener. Comput. Syst. + pages: 167-182 +- title: End-to-end network slicing for edge computing optimization + authors: + - Ahmet Cihat Baktir + - Atay Özgövde + - Cem Ersoy + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.001 + url: https://doi.org/10.1016/j.future.2024.03.001 + dblp_key: journals/fgcs/BaktirOE24 + venue_name: Future Gener. Comput. Syst. + pages: 516-528 +- title: Potential-based reward shaping using state-space segmentation for efficiency + in reinforcement learning + authors: + - Melis Ilayda Bal + - Hüseyin Aydin + - Cem Iyigün + - Faruk Polat + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.057 + url: https://doi.org/10.1016/j.future.2024.03.057 + dblp_key: journals/fgcs/BalAIP24 + venue_name: Future Gener. Comput. Syst. + pages: 469-484 +- title: Towards energy and QoS aware dynamic VM consolidation in a multi-resource + cloud + authors: + - Sounak Banerjee 0001 + - Sarbani Roy + - Sunirmal Khatua + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.058 + url: https://doi.org/10.1016/j.future.2024.03.058 + dblp_key: journals/fgcs/BanerjeeRK24 + venue_name: Future Gener. Comput. Syst. + pages: 376-391 +- title: 'Geant4: A game changer in high energy physics and related applicative fields' + authors: + - Tullio Basaglia + - Zane W. Bell + - Daniele D'Agostino + - Paul V. Dressendorfer + - Simone Giani + - Maria Grazia Pia + - Paolo Saracco + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.042 + url: https://doi.org/10.1016/j.future.2024.05.042 + dblp_key: journals/fgcs/BasagliaBDDGPS24 + venue_name: Future Gener. Comput. Syst. + pages: 411-422 +- title: 'The globus compute dataset: An open function-as-a-service dataset from the + edge to the cloud' + authors: + - André Bauer 0001 + - Haochen Pan + - Ryan Chard + - Yadu N. Babuji + - Josh Bryan + - Devesh Tiwari + - Ian T. Foster + - Kyle Chard + year: '2024' + doi: 10.1016/J.FUTURE.2023.12.007 + url: https://doi.org/10.1016/j.future.2023.12.007 + dblp_key: journals/fgcs/BauerPCBBTFC24 + venue_name: Future Gener. Comput. Syst. + pages: 558-574 +- title: 'A survey on checkpointing strategies: Should we always checkpoint à la Young/Daly?' + authors: + - Leonardo Bautista-Gomez + - Anne Benoit + - Sheng Di + - Thomas Hérault + - Yves Robert + - Hongyang Sun 0001 + year: '2024' + doi: 10.1016/J.FUTURE.2024.07.022 + url: https://doi.org/10.1016/j.future.2024.07.022 + dblp_key: journals/fgcs/BautistaGomezBDHRS24 + venue_name: Future Gener. Comput. Syst. + pages: 315-328 +- title: Integrating quantum computing resources into scientific HPC ecosystems + authors: + - Thomas L. Beck + - Alessandro Baroni 0003 + - Ryan S. Bennink + - Gilles Buchs + - Eduardo Antonio Coello Pérez + - Markus Eisenbach 0002 + - Rafael Ferreira da Silva + - Muralikrishnan Gopalakrishnan Meena + - Kalyana C. Gottiparthi + - Peter Groszkowski + - Travis S. Humble + - Ryan Landfield + - Ketan Maheshwari + - Sarp Oral + - Michael A. Sandoval + - Amir Shehata + - In-Saeng Suh + - Christopher Zimmer 0001 + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.058 + url: https://doi.org/10.1016/j.future.2024.06.058 + dblp_key: journals/fgcs/BeckBBBPESMGGHLMOSSSZ24 + venue_name: Future Gener. Comput. Syst. + pages: 11-25 +- title: Edge-Cloud Solutions for Big Data Analysis and Distributed Machine Learning + - 1 + authors: + - Loris Belcastro + - Jesús Carretero 0001 + - Domenico Talia + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.023 + url: https://doi.org/10.1016/j.future.2024.05.023 + dblp_key: journals/fgcs/BelcastroCT24 + venue_name: Future Gener. Comput. Syst. + pages: 323-326 +- title: Exploiting microservices and serverless for Digital Twins in the cloud-to-edge + continuum + authors: + - Paolo Bellavista + - Nicola Bicocchi + - Mattia Fogli + - Carlo Giannelli + - Marco Mamei + - Marco Picone + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.052 + url: https://doi.org/10.1016/j.future.2024.03.052 + dblp_key: journals/fgcs/BellavistaBFGMP24 + venue_name: Future Gener. Comput. Syst. + pages: 275-287 +- title: 'Hack me if you can: Aggregating autoencoders for countering persistent access + threats within highly imbalanced data' + authors: + - Sidahmed Benabderrahmane + - Ngoc Hoang 0001 + - Petko Valtchev + - James Cheney + - Talal Rahwan + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.050 + url: https://doi.org/10.1016/j.future.2024.06.050 + dblp_key: journals/fgcs/BenabderrahmaneHVCR24 + venue_name: Future Gener. Comput. Syst. + pages: 926-941 +- title: A novel architecture to virtualise a hardware-bound trusted platform module + authors: + - Marco de Benedictis + - Ludovic Jacquin + - Ignazio Pedone + - Andrea S. Atzeni + - Antonio Lioy + year: '2024' + doi: 10.1016/J.FUTURE.2023.08.012 + url: https://doi.org/10.1016/j.future.2023.08.012 + dblp_key: journals/fgcs/BenedictisJPAL24 + venue_name: Future Gener. Comput. Syst. + pages: 21-36 +- title: Grassroots operator search for model edge adaptation using mathematical search + space + authors: + - Hadjer Benmeziane + - Kaoutar El Maghraoui + - Hamza Ouarnoughi + - Smaïl Niar + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.029 + url: https://doi.org/10.1016/j.future.2024.03.029 + dblp_key: journals/fgcs/BenmezianeMON24 + venue_name: Future Gener. Comput. Syst. + pages: 29-40 +- title: 'Software Quality Assurance as a Service: Encompassing the quality assessment + of software and services' + authors: + - Samuel Bernardo + - Pablo Orviz Fernández + - Mário David + - Jorge Gomes 0001 + - David Arce + - Diana M. Naranjo + - Ignacio Blanquer + - Isabel Campos Plasencia + - Germán Moltó + - João Murta Pina + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.024 + url: https://doi.org/10.1016/j.future.2024.03.024 + dblp_key: journals/fgcs/BernardoODGANBCMP24 + venue_name: Future Gener. Comput. Syst. + pages: 254-268 +- title: 'FSVNet: Federated Self-driving Vehicle Network based on decomposition global + convergence' + authors: + - Mahdi Bonyani + - Ahmad Rad + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.059 + url: https://doi.org/10.1016/j.future.2024.05.059 + dblp_key: journals/fgcs/BonyaniR24 + venue_name: Future Gener. Comput. Syst. + pages: 212-222 +- title: Microservice instances selection and load balancing in fog computing using + deep reinforcement learning approach + authors: + - Wassim Boudieb + - Abdelhamid Malki + - Mimoun Malki + - Ahmed Badawy + - Mahmoud Barhamgi + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.010 + url: https://doi.org/10.1016/j.future.2024.03.010 + dblp_key: journals/fgcs/BoudiebMMBB24 + venue_name: Future Gener. Comput. Syst. + pages: 77-94 +- title: Quantum annealing-driven branch and bound for the single machine total weighted + number of tardy jobs scheduling problem + authors: + - Wojciech Bozejko + - Jaroslaw Pempera + - Mariusz Uchronski + - Mieczyslaw Wodecki + year: '2024' + doi: 10.1016/J.FUTURE.2024.02.016 + url: https://doi.org/10.1016/j.future.2024.02.016 + dblp_key: journals/fgcs/BozejkoPUW24 + venue_name: Future Gener. Comput. Syst. + pages: 245-255 +- title: On floating point precision in computational fluid dynamics using OpenFOAM + authors: + - Federico Brogi + - Simone Bnà + - Gabriele Boga + - Giorgio Amati + - Tomaso Esposti Ongaro + - Matteo Cerminara + year: '2024' + doi: 10.1016/J.FUTURE.2023.10.006 + url: https://doi.org/10.1016/j.future.2023.10.006 + dblp_key: journals/fgcs/BrogiBBAOC24 + venue_name: Future Gener. Comput. Syst. + pages: 1-16 +- title: 'On the impact of event-driven architecture on performance: An exploratory + study' + authors: + - Hebert Cabane + - Kleinner Farias + year: '2024' + doi: 10.1016/J.FUTURE.2023.10.021 + url: https://doi.org/10.1016/j.future.2023.10.021 + dblp_key: journals/fgcs/CabaneF24 + venue_name: Future Gener. Comput. Syst. + pages: 52-69 +- title: Reliable incentive mechanism in hierarchical federated learning based on + two-way reputation and contract theory + authors: + - Hongyun Cai 0002 + - Lijing Gao + - Jiahao Wang + - Fengyu Li + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.045 + url: https://doi.org/10.1016/j.future.2024.05.045 + dblp_key: journals/fgcs/CaiGWL24 + venue_name: Future Gener. Comput. Syst. + pages: 533-544 +- title: 'VISO approach: A socialization proposal for the Internet of Things objects' + authors: + - Leandro da Silva Camargo + - J. F. Pauletti + - Ana Marilza Pernas + - Adenauer C. Yamin + year: '2024' + doi: 10.1016/J.FUTURE.2023.09.009 + url: https://doi.org/10.1016/j.future.2023.09.009 + dblp_key: journals/fgcs/CamargoPPY24 + venue_name: Future Gener. Comput. Syst. + pages: 326-340 +- title: Multiplex heterogeneous network representation learning with unipath based + global awareness neural network + authors: + - Yuehang Cao + - Xiang Zhao 0002 + - Dong Chen 0013 + - Hongbin Huang + year: '2024' + doi: 10.1016/J.FUTURE.2023.09.007 + url: https://doi.org/10.1016/j.future.2023.09.007 + dblp_key: journals/fgcs/CaoZCH24 + venue_name: Future Gener. Comput. Syst. + pages: 317-325 +- title: Online learning and continuous model upgrading with data streams through + the Kafka-ML framework + authors: + - Alejandro Carnero + - Cristian Martín 0002 + - Gwanggil Jeon + - Manuel Díaz + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.001 + url: https://doi.org/10.1016/j.future.2024.06.001 + dblp_key: journals/fgcs/CarneroMJD24 + venue_name: Future Gener. Comput. Syst. + pages: 251-263 +- title: Cluster and cloud computing for life sciences + authors: + - Jesús Carretero 0001 + - Dagmar Krefting + year: '2024' + doi: 10.1016/J.FUTURE.2023.10.016 + url: https://doi.org/10.1016/j.future.2023.10.016 + dblp_key: journals/fgcs/CarreteroK24 + venue_name: Future Gener. Comput. Syst. + pages: 254-256 +- title: 'StructMesh: A storage framework for serverless computing continuum' + authors: + - Diana Carrizales-Espinoza + - Dante D. Sánchez-Gallegos + - José Luis González Compeán + - Jesús Carretero 0001 + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.033 + url: https://doi.org/10.1016/j.future.2024.05.033 + dblp_key: journals/fgcs/CarrizalesEspinozaSCC24 + venue_name: Future Gener. Comput. Syst. + pages: 353-369 +- title: Towards providing a priority-based vital sign offloading in healthcare with + serverless computing and a fog-cloud architecture + authors: + - Gustavo André Setti Cassel + - Rodrigo da Rosa Righi + - Cristiano André da Costa + - Marta Rosecler Bez + - Marcelo Pasin + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.032 + url: https://doi.org/10.1016/j.future.2024.03.032 + dblp_key: journals/fgcs/CasselRCBP24 + venue_name: Future Gener. Comput. Syst. + pages: 51-66 +- title: Serverless-like platform for container-based YARN clusters + authors: + - Óscar Castellanos-Rodríguez + - Roberto R. Expósito + - Jonatan Enes + - Guillermo L. Taboada + - Juan Touriño + year: '2024' + doi: 10.1016/J.FUTURE.2024.02.013 + url: https://doi.org/10.1016/j.future.2024.02.013 + dblp_key: journals/fgcs/CastellanosRodriguezEETT24 + venue_name: Future Gener. Comput. Syst. + pages: 256-271 +- title: A scalable multi-density clustering approach to detect city hotspots in a + smart city + authors: + - Eugenio Cesario + - Paolo Lindia + - Andrea Vinci + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.042 + url: https://doi.org/10.1016/j.future.2024.03.042 + dblp_key: journals/fgcs/CesarioLV24 + venue_name: Future Gener. Comput. Syst. + pages: 226-236 +- title: 'Digital twin for credit card fraud detection: opportunities, challenges, + and fraud detection advancements' + authors: + - Pushpita Chatterjee + - Debashis Das + - Danda B. Rawat + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.057 + url: https://doi.org/10.1016/j.future.2024.04.057 + dblp_key: journals/fgcs/ChatterjeeDR24 + venue_name: Future Gener. Comput. Syst. + pages: 410-426 +- title: 'KRIOTA: A framework for Knowledge-management of dynamic Reference Information + and Optimal Task Assignment in hybrid edge-cloud environments to support situation-aware + robot-assisted operations' + authors: + - Muhammad Aufeef Chauhan + - Muhammad Ali Babar 0001 + - Haifeng Shen + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.014 + url: https://doi.org/10.1016/j.future.2024.06.014 + dblp_key: journals/fgcs/ChauhanBS24 + venue_name: Future Gener. Comput. Syst. + pages: 489-504 +- title: 'pommDNN: Performance optimal GPU memory management for deep neural network + training' + authors: + - Weiduo Chen + - Xiaoshe Dong + - Xinhang Chen + - Song Liu 0007 + - Qin Xia + - Qiang Wang 0062 + year: '2024' + doi: 10.1016/J.FUTURE.2023.10.025 + url: https://doi.org/10.1016/j.future.2023.10.025 + dblp_key: journals/fgcs/ChenDCLXW24 + venue_name: Future Gener. Comput. Syst. + pages: 160-169 +- title: An efficient scheme for in-orbit remote sensing image data retrieval + authors: + - Jing Chen 0041 + - Xiaoqiang Di + - Rui Xu 0019 + - Hao Luo 0020 + - Hui Qi + - Panpan Zhan + - Yuming Jiang 0001 + year: '2024' + doi: 10.1016/J.FUTURE.2023.08.017 + url: https://doi.org/10.1016/j.future.2023.08.017 + dblp_key: journals/fgcs/ChenDXLQZJ24 + venue_name: Future Gener. Comput. Syst. + pages: 103-114 +- title: Asynchronous modeling workflows in CyberWater with on-demand HPC/Cloud access + authors: + - Ranran Chen + - Feng Li 0025 + - Daniel Luna + - Isuru Ranawaka + - Fengguang Song + - Sudhakar Pamidighantam + - Xu Liang + - Yao Liang + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.023 + url: https://doi.org/10.1016/j.future.2024.04.023 + dblp_key: journals/fgcs/ChenLLRSPLL24 + venue_name: Future Gener. Comput. Syst. + pages: 307-322 +- title: 'Analyzing the blockchain mining strategy in Industrial Internet of Things: + A game theoretical approach' + authors: + - Zhuo Chen + - Zhe Liu + - Yang Zhou 0001 + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.003 + url: https://doi.org/10.1016/j.future.2024.05.003 + dblp_key: journals/fgcs/ChenLZ24 + venue_name: Future Gener. Comput. Syst. + pages: 51-63 +- title: Weather-aware object detection method for maritime surveillance systems + authors: + - Mingkang Chen + - Jingtao Sun + - Kento Aida + - Atsuko Takefusa + year: '2024' + doi: 10.1016/J.FUTURE.2023.09.030 + url: https://doi.org/10.1016/j.future.2023.09.030 + dblp_key: journals/fgcs/ChenSAT24 + venue_name: Future Gener. Comput. Syst. + pages: 111-123 +- title: Identification and model construction of survival-associated proteins for + pancreatic cancer based on deep learning + authors: + - Ying Chen + - Linlin Tong + - Jia Zhao + year: '2024' + doi: 10.1016/J.FUTURE.2024.07.023 + url: https://doi.org/10.1016/j.future.2024.07.023 + dblp_key: journals/fgcs/ChenTZ24 + venue_name: Future Gener. Comput. Syst. + pages: 487-495 +- title: Local perturbation-based black-box federated learning attack for time series + classification + authors: + - Shengbo Chen + - Jidong Yuan + - Zhihai Wang + - Yongqi Sun + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.048 + url: https://doi.org/10.1016/j.future.2024.04.048 + dblp_key: journals/fgcs/ChenYWS24 + venue_name: Future Gener. Comput. Syst. + pages: 488-500 +- title: 'Computation offloading in blockchain-enabled MCS systems: A scalable deep + reinforcement learning approach' + authors: + - Zheyi Chen + - Junjie Zhang 0010 + - Zhiqin Huang + - Pengfei Wang + - Zhengxin Yu + - Wang Miao + year: '2024' + doi: 10.1016/J.FUTURE.2023.12.004 + url: https://doi.org/10.1016/j.future.2023.12.004 + dblp_key: journals/fgcs/ChenZHWYM24 + venue_name: Future Gener. Comput. Syst. + pages: 301-311 +- title: Enforcing group fairness in privacy-preserving Federated Learning + authors: + - Chaomeng Chen + - Zhenhong Zhou + - Peng Tang 0002 + - Longzhu He + - Sen Su + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.040 + url: https://doi.org/10.1016/j.future.2024.06.040 + dblp_key: journals/fgcs/ChenZTHS24 + venue_name: Future Gener. Comput. Syst. + pages: 890-900 +- title: Preface of special issue on Artificial Intelligence for time-critical computing + systems + authors: + - Long Cheng 0003 + - Xiaomin Chen + - Zhiming Zhao + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.011 + url: https://doi.org/10.1016/j.future.2024.05.011 + dblp_key: journals/fgcs/ChengCZ24 + venue_name: Future Gener. Comput. Syst. + pages: 102-104 +- title: A fast and highly scalable frequent pattern mining algorithm + authors: + - Wan-Shu Cheng + - Yi-Ting Lin + - Peng-Yu Huang + - Ju-Chin Chen + - Kawuu W. Lin + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.042 + url: https://doi.org/10.1016/j.future.2024.06.042 + dblp_key: journals/fgcs/ChengLHCL24 + venue_name: Future Gener. Comput. Syst. + pages: 854-868 +- title: 'Decentralized IoT data sharing: A blockchain-based federated learning approach + with joint optimizations for efficiency and privacy' + authors: + - Ziwen Cheng + - Yi Liu + - Chao Wu + - Yongqi Pan + - Liushun Zhao + - Xin Deng + - Cheng Zhu + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.035 + url: https://doi.org/10.1016/j.future.2024.06.035 + dblp_key: journals/fgcs/ChengLWPZDZ24 + venue_name: Future Gener. Comput. Syst. + pages: 547-563 +- title: Lightweight verifiable blockchain top-k queries + authors: + - Jingxian Cheng + - Saiyu Qi + - Bochao An + - Yong Qi + - Jianfeng Wang 0001 + - Yanan Qiao + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.011 + url: https://doi.org/10.1016/j.future.2024.03.011 + dblp_key: journals/fgcs/ChengQAQWQ24 + venue_name: Future Gener. Comput. Syst. + pages: 105-115 +- title: Enabling privacy-aware interoperable and quality IoT data sharing with context + authors: + - Tek Raj Chhetri + - Chinmaya Kumar Dehury + - Blesson Varghese + - Anna Fensel + - Satish Narayana Srirama + - Rance J. DeLong + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.039 + url: https://doi.org/10.1016/j.future.2024.03.039 + dblp_key: journals/fgcs/ChhetriDVFSD24 + venue_name: Future Gener. Comput. Syst. + pages: 164-179 +- title: Retraction Notice to "An Enhanced Consortium Blockchain Diversity Mining + Technique for IoT Metadata Aggregation" [Future Generation Computer Systems + 152 (2023) 239-253] / 7046 + authors: [] + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.012 + url: https://doi.org/10.1016/j.future.2024.05.012 + dblp_key: journals/fgcs/ChithaluruADSKD24a + venue_name: Future Gener. Comput. Syst. + pages: '325' +- title: 'Towards constrained optimization of cloud applications: A hybrid approach' + authors: + - Spyridon Chouliaras + - Stelios Sotiriadis + year: '2024' + doi: 10.1016/J.FUTURE.2023.09.024 + url: https://doi.org/10.1016/j.future.2023.09.024 + dblp_key: journals/fgcs/ChouliarasS24 + venue_name: Future Gener. Comput. Syst. + pages: 100-110 +- title: Parallel quantum computing simulations via quantum accelerator platform virtualization + authors: + - Daniel Claudino + - Dmitry I. Lyakh + - Alexander J. McCaskey + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.007 + url: https://doi.org/10.1016/j.future.2024.06.007 + dblp_key: journals/fgcs/ClaudinoLM24 + venue_name: Future Gener. Comput. Syst. + pages: 264-273 +- title: Dynamic gradient filtering in federated learning with Byzantine failure robustness + authors: + - Francesco Colosimo + - Floriano De Rango + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.044 + url: https://doi.org/10.1016/j.future.2024.06.044 + dblp_key: journals/fgcs/ColosimoR24 + venue_name: Future Gener. Comput. Syst. + pages: 784-797 +- title: Paving the way to hybrid quantum-classical scientific workflows + authors: + - Sandeep Suresh Cranganore + - Vincenzo De Maio + - Ivona Brandic + - Ewa Deelman + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.030 + url: https://doi.org/10.1016/j.future.2024.04.030 + dblp_key: journals/fgcs/CranganoreMBD24 + venue_name: Future Gener. Comput. Syst. + pages: 346-366 +- title: Enabling performance portability on the LiGen drug discovery pipeline + authors: + - Luigi Crisci + - Lorenzo Carpentieri + - Biagio Cosenza + - Gianmarco Accordi + - Davide Gadioli + - Emanuele Vitali + - Gianluca Palermo + - Andrea Rosario Beccari + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.045 + url: https://doi.org/10.1016/j.future.2024.03.045 + dblp_key: journals/fgcs/CrisciCCAGVPB24 + venue_name: Future Gener. Comput. Syst. + pages: 44-59 +- title: 'Enabling DevOps for Fog Applications in the Smart Manufacturing domain: + A Model-Driven based Platform Engineering approach' + authors: + - Julen Cuadra + - Ekaitz Hurtado + - Isabel Sarachaga + - Elisabet Estévez + - Oskar Casquero + - Aintzane Armentia + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.053 + url: https://doi.org/10.1016/j.future.2024.03.053 + dblp_key: journals/fgcs/CuadraHSECA24 + venue_name: Future Gener. Comput. Syst. + pages: 360-375 +- title: 'BSELA: A Blockchain Simulator with Event-Layered Architecture' + authors: + - Bo Cui 0005 + - Yun Hu 0006 + year: '2024' + doi: 10.1016/J.FUTURE.2023.09.034 + url: https://doi.org/10.1016/j.future.2023.09.034 + dblp_key: journals/fgcs/CuiH24 + venue_name: Future Gener. Comput. Syst. + pages: 182-195 +- title: 'Serverless application composition leveraging function fusion: Theory and + algorithms' + authors: + - János Czentye + - Balázs Sonkoly + year: '2024' + doi: 10.1016/J.FUTURE.2023.12.010 + url: https://doi.org/10.1016/j.future.2023.12.010 + dblp_key: journals/fgcs/CzentyeS24 + venue_name: Future Gener. Comput. Syst. + pages: 403-418 +- title: Blockchain empowered access control for digital twin system with attribute-based + encryption + authors: + - Yueyue Dai + - Jian Wu + - Shuqi Mao + - Xiaoyang Rao + - Bruce Gu + - Youyang Qu + - Yunlong Lu + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.037 + url: https://doi.org/10.1016/j.future.2024.06.037 + dblp_key: journals/fgcs/DaiWMRGQL24 + venue_name: Future Gener. Comput. Syst. + pages: 564-576 +- title: 'UniPreCIS: A data preprocessing solution for collocated services on shared + IoT' + authors: + - Anirban Das 0005 + - Navlika Singh + - Suchetana Chakraborty + year: '2024' + doi: 10.1016/J.FUTURE.2023.11.029 + url: https://doi.org/10.1016/j.future.2023.11.029 + dblp_key: journals/fgcs/DasSC24 + venue_name: Future Gener. Comput. Syst. + pages: 543-557 +- title: 'FedRFC: Federated Learning with Recursive Fuzzy Clustering for improved + non-IID data training' + authors: + - Yuxiao Deng + - Anqi Wang 0008 + - Lei Zhang 0101 + - Ying Lei + - Beibei Li 0002 + - Yizhou Li + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.049 + url: https://doi.org/10.1016/j.future.2024.06.049 + dblp_key: journals/fgcs/DengWZLLL24 + venue_name: Future Gener. Comput. Syst. + pages: 835-843 +- title: Survey and insights on digital twins design and smart grid's applications + authors: + - Sonia Djebali + - Guillaume Guérard + - Ihab Taleb + year: '2024' + doi: 10.1016/J.FUTURE.2023.11.033 + url: https://doi.org/10.1016/j.future.2023.11.033 + dblp_key: journals/fgcs/DjebaliGT24 + venue_name: Future Gener. Comput. Syst. + pages: 234-248 +- title: An integrated model based on deep learning classifiers and pre-trained transformer + for phishing URL detection + authors: + - Nguyet Quang Do + - Ali Selamat + - Hamido Fujita + - Ondrej Krejcar + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.031 + url: https://doi.org/10.1016/j.future.2024.06.031 + dblp_key: journals/fgcs/DoSFK24 + venue_name: Future Gener. Comput. Syst. + pages: 269-285 +- title: 'Multi-task learning for IoT traffic classification: A comparative analysis + of deep autoencoders' + authors: + - Huiyao Dong + - Igor V. Kotenko + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.005 + url: https://doi.org/10.1016/j.future.2024.04.005 + dblp_key: journals/fgcs/DongK24 + venue_name: Future Gener. Comput. Syst. + pages: 242-254 +- title: Leveraging a visual language for the awareness-based design of interaction + requirements in digital twins + authors: + - Rafael Duque + - Crescencio Bravo + - Santos Bringas + - Daniel Postigo + year: '2024' + doi: 10.1016/J.FUTURE.2023.11.018 + url: https://doi.org/10.1016/j.future.2023.11.018 + dblp_key: journals/fgcs/DuqueBBP24 + venue_name: Future Gener. Comput. Syst. + pages: 41-51 +- title: 'PoAh 2.0: AI-empowered dynamic authentication based adaptive blockchain + consensus for IoMT-edge workflow' + authors: + - Joy Dutta + - Deepak Puthal + year: '2024' + doi: 10.1016/J.FUTURE.2024.07.048 + url: https://doi.org/10.1016/j.future.2024.07.048 + dblp_key: journals/fgcs/DuttaP24 + venue_name: Future Gener. Comput. Syst. + pages: 655-672 +- title: 'DNNShifter: An efficient DNN pruning system for edge computing' + authors: + - Bailey J. Eccles + - Philip Rodgers + - Peter Kilpatrick + - Ivor T. A. Spence + - Blesson Varghese + year: '2024' + doi: 10.1016/J.FUTURE.2023.09.025 + url: https://doi.org/10.1016/j.future.2023.09.025 + dblp_key: journals/fgcs/EcclesRKSV24 + venue_name: Future Gener. Comput. Syst. + pages: 43-54 +- title: Principled and automated system of systems composition using an ontological + architecture + authors: + - Abdessalam Elhabbash + - Yehia Elkhatib + - Vatsala Nundloll + - Vicent Sanz Marco + - Gordon S. Blair + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.034 + url: https://doi.org/10.1016/j.future.2024.03.034 + dblp_key: journals/fgcs/ElhabbashENMB24 + venue_name: Future Gener. Comput. Syst. + pages: 499-515 +- title: Low dimensional secure federated learning framework against poisoning attacks + authors: + - Eda Sena Erdol + - Beste Ustubioglu + - Hakan Erdol + - Güzin Ulutas + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.017 + url: https://doi.org/10.1016/j.future.2024.04.017 + dblp_key: journals/fgcs/ErdolUEU24 + venue_name: Future Gener. Comput. Syst. + pages: 183-199 +- title: 'BigDEC: A multi-algorithm Big Data tool based on the k-mer spectrum method + for scalable short-read error correction' + authors: + - Roberto R. Expósito + - Jorge González-Domínguez + year: '2024' + doi: 10.1016/J.FUTURE.2024.01.011 + url: https://doi.org/10.1016/j.future.2024.01.011 + dblp_key: journals/fgcs/ExpositoG24 + venue_name: Future Gener. Comput. Syst. + pages: 314-329 +- title: 'MiniPFL: Mini federations for hierarchical personalized federated learning' + authors: + - Yuwei Fan + - Wei Xi 0003 + - Hengyi Zhu + - Jizhong Zhao + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.026 + url: https://doi.org/10.1016/j.future.2024.03.026 + dblp_key: journals/fgcs/FanXZZ24 + venue_name: Future Gener. Comput. Syst. + pages: 41-50 +- title: 'Scalability through Pulverisation: Declarative deployment reconfiguration + at runtime' + authors: + - Nicolas Farabegoli + - Danilo Pianini + - Roberto Casadei + - Mirko Viroli + year: '2024' + doi: 10.1016/J.FUTURE.2024.07.042 + url: https://doi.org/10.1016/j.future.2024.07.042 + dblp_key: journals/fgcs/FarabegoliPCV24 + venue_name: Future Gener. Comput. Syst. + pages: 545-558 +- title: 'A survey on blockchain technology in the maritime industry: Challenges and + future perspectives' + authors: + - Mohamed Amine Ben Farah + - Yussuf Ahmed + - Haitham H. Mahmoud + - Syed Attique Shah + - M. Omar Al-Kadri + - Sandy Taramonli + - Xavier J. A. Bellekens + - Raouf Abozariba + - Moad Idrissi + - Adel Aneiba + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.046 + url: https://doi.org/10.1016/j.future.2024.03.046 + dblp_key: journals/fgcs/FarahAMSATBAIA24 + venue_name: Future Gener. Comput. Syst. + pages: 618-637 +- title: Harnessing federated learning for anomaly detection in supercomputer nodes + authors: + - Emmen Farooq + - Michela Milano + - Andrea Borghesi + year: '2024' + doi: 10.1016/J.FUTURE.2024.07.052 + url: https://doi.org/10.1016/j.future.2024.07.052 + dblp_key: journals/fgcs/FarooqMB24 + venue_name: Future Gener. Comput. Syst. + pages: 673-685 +- title: 'ELIDS: Ensemble Feature Selection for Lightweight IDS against DDoS Attacks + in Resource-Constrained IoT Environment' + authors: + - Mahawish Fatima + - Osama M. Hussain Rehman + - Saqib Ali + - Moazzam Fareed Niazi + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.013 + url: https://doi.org/10.1016/j.future.2024.05.013 + dblp_key: journals/fgcs/FatimaRAN24 + venue_name: Future Gener. Comput. Syst. + pages: 172-187 +- title: 'LPP-BPSI: A location privacy-preserving scheme using blockchain and Private + Set Intersection in spatial crowdsourcing' + authors: + - Libo Feng + - Yifan Liu + - Kai Hu + - Xue Zeng + - Fake Fang + - Jiale Xie + - Shaowen Yao 0001 + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.036 + url: https://doi.org/10.1016/j.future.2024.03.036 + dblp_key: journals/fgcs/FengLHZFXY24 + venue_name: Future Gener. Comput. Syst. + pages: 112-123 +- title: 'CABC: A Cross-Domain Authentication Method Combining Blockchain with Certificateless + Signature for IIoT' + authors: + - Libo Feng + - Fei Qiu + - Kai Hu + - Bei Yu 0005 + - Junyu Lin + - Shaowen Yao 0001 + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.042 + url: https://doi.org/10.1016/j.future.2024.04.042 + dblp_key: journals/fgcs/FengQHYLY24 + venue_name: Future Gener. Comput. Syst. + pages: 516-529 +- title: 'BDPM: A secure batch dynamic password management scheme in industrial internet + environments' + authors: + - JingYu Feng + - Rui Yan + - Gang Han + - Wenbo Zhang + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.030 + url: https://doi.org/10.1016/j.future.2024.03.030 + dblp_key: journals/fgcs/FengYHZ24 + venue_name: Future Gener. Comput. Syst. + pages: 193-209 +- title: 'DeFuseDTI: Interpretable drug target interaction prediction model with dual-branch + encoder and multiview fusion' + authors: + - Baoming Feng + - Yuan-Yuan Zhang 0008 + - Niu-Wang-Jie Niu + - Hao-Yu Zheng + - Jin-Long Wang 0002 + - Wen-Feng Feng + year: '2024' + doi: 10.1016/J.FUTURE.2024.07.014 + url: https://doi.org/10.1016/j.future.2024.07.014 + dblp_key: journals/fgcs/FengZNZWF24 + venue_name: Future Gener. Comput. Syst. + pages: 239-247 +- title: Intent-driven orchestration of serverless applications in the computing continuum + authors: + - Nikos Filinis + - Ioannis Tzanettis + - Dimitrios Spatharakis + - Eleni Fotopoulou + - Ioannis Dimolitsas + - Anastasios Zafeiropoulos + - Constantinos Vassilakis + - Symeon Papavassiliou + year: '2024' + doi: 10.1016/J.FUTURE.2023.12.032 + url: https://doi.org/10.1016/j.future.2023.12.032 + dblp_key: journals/fgcs/FilinisTSFDZVP24 + venue_name: Future Gener. Comput. Syst. + pages: 72-86 +- title: Prebaking runtime environments to improve the FaaS cold start latency + authors: + - Daniel Fireman + - Paulo Silva + - Thiago Emmanuel Pereira + - Luis Mafra + - Dalton C. G. Valadares + year: '2024' + doi: 10.1016/J.FUTURE.2024.01.019 + url: https://doi.org/10.1016/j.future.2024.01.019 + dblp_key: journals/fgcs/FiremanSPMV24 + venue_name: Future Gener. Comput. Syst. + pages: 287-299 +- title: ATHENA I - An architecture for near real-time physiological signal monitoring + and pattern detection + authors: + - William da Rosa Fröhlich + - Sandro José Rigo + - Marta Rosecler Bez + year: '2024' + doi: 10.1016/J.FUTURE.2023.09.010 + url: https://doi.org/10.1016/j.future.2023.09.010 + dblp_key: journals/fgcs/FrohlichRB24 + venue_name: Future Gener. Comput. Syst. + pages: 395-411 +- title: 'To store or not: Online cost optimization for running big data jobs on the + cloud' + authors: + - Xiankun Fu + - Li Pan 0001 + - Shijun Liu + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.003 + url: https://doi.org/10.1016/j.future.2024.03.003 + dblp_key: journals/fgcs/FuPL24 + venue_name: Future Gener. Comput. Syst. + pages: 42-52 +- title: 'ReBEC: A replacement-based energy-efficient fault-tolerance design for associative + caches' + authors: + - Xin Gao 0016 + - Naiyuan Cui + - Jiawei Nian + - Zongnan Liang + - Jiaxuan Gao + - Hongjin Liu + - Mengfei Yang + year: '2024' + doi: 10.1016/J.FUTURE.2024.01.022 + url: https://doi.org/10.1016/j.future.2024.01.022 + dblp_key: journals/fgcs/GaoCNLGLY24 + venue_name: Future Gener. Comput. Syst. + pages: 39-52 +- title: 'ColabNAS: Obtaining lightweight task-specific convolutional neural networks + following Occam's razor' + authors: + - Andrea Mattia Garavagno + - Daniele Leonardis + - Antonio Frisoli + year: '2024' + doi: 10.1016/J.FUTURE.2023.11.003 + url: https://doi.org/10.1016/j.future.2023.11.003 + dblp_key: journals/fgcs/GaravagnoLF24 + venue_name: Future Gener. Comput. Syst. + pages: 152-159 +- title: An autonomous system for the self-supervision of animal fattening in the + context of precision livestock farming + authors: + - Rodrigo García + - José Aguilar 0001 + - Ángel Pinto + year: '2024' + doi: 10.1016/J.FUTURE.2023.09.003 + url: https://doi.org/10.1016/j.future.2023.09.003 + dblp_key: journals/fgcs/GarciaAP24 + venue_name: Future Gener. Comput. Syst. + pages: 220-231 +- title: 'CoTwin: Collaborative improvement of digital twins enabled by blockchain' + authors: + - Marisol García-Valls + - Alejandro M. Chirivella-Ciruelos + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.044 + url: https://doi.org/10.1016/j.future.2024.03.044 + dblp_key: journals/fgcs/GarciaVallsC24 + venue_name: Future Gener. Comput. Syst. + pages: 408-421 +- title: 'Online RL-based cloud autoscaling for scientific workflows: Evaluation of + Q-Learning and SARSA' + authors: + - Yisel Gari + - Elina Pacini + - Luciano Robino + - Cristian Mateos + - David A. Monge + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.014 + url: https://doi.org/10.1016/j.future.2024.04.014 + dblp_key: journals/fgcs/GariPRMM24 + venue_name: Future Gener. Comput. Syst. + pages: 573-586 +- title: How to enable young teens to design responsibly + authors: + - Rosella Gennari + - Maristella Matera + - Alessandra Melonio + - Mehdi Rizvi + year: '2024' + doi: 10.1016/J.FUTURE.2023.09.004 + url: https://doi.org/10.1016/j.future.2023.09.004 + dblp_key: journals/fgcs/GennariMMR24 + venue_name: Future Gener. Comput. Syst. + pages: 303-316 +- title: 'VESBELT: An energy-efficient and low-latency aware task offloading in Maritime + Internet-of-Things networks using ensemble neural networks' + authors: + - Sudip Chandra Ghoshal + - Md Maruf Hossain + - Bishozit Chandra Das + - Palash Roy + - Md. Abdur Razzaque + - Saiful Azad + - Mohammad Mehedi Hassan + - Claudio Savaglio + - Giancarlo Fortino + year: '2024' + doi: 10.1016/J.FUTURE.2024.07.034 + url: https://doi.org/10.1016/j.future.2024.07.034 + dblp_key: journals/fgcs/GhoshalHDRRAHSF24 + venue_name: Future Gener. Comput. Syst. + pages: 572-585 +- title: Speeding up the communications on a cluster using MPI by means of Software + Defined Networks + authors: + - Pablo Gomariz-Martínez + - Francisco M. Delicado Martínez + - Enrique Arias-Antúnez + year: '2024' + doi: 10.1016/J.FUTURE.2024.07.047 + url: https://doi.org/10.1016/j.future.2024.07.047 + dblp_key: journals/fgcs/GomarizMartinezMA24 + venue_name: Future Gener. Comput. Syst. + pages: 614-624 +- title: Overhead and Performance of Dynamic Network Slice Allocation for Mobile Users + authors: + - Diogo M. Gonçalves + - Luiz F. Bittencourt + - Edmundo R. M. Madeira + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.035 + url: https://doi.org/10.1016/j.future.2024.05.035 + dblp_key: journals/fgcs/GoncalvesBM24 + venue_name: Future Gener. Comput. Syst. + pages: 739-751 +- title: 'LogETA: Time-aware cross-system log-based anomaly detection with inter-class + boundary optimization' + authors: + - Kun Gong + - Senlin Luo + - Limin Pan + - Linghao Zhang + - Yifei Zhang + - Haomiao Yu + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.028 + url: https://doi.org/10.1016/j.future.2024.03.028 + dblp_key: journals/fgcs/GongLPZZY24 + venue_name: Future Gener. Comput. Syst. + pages: 16-28 +- title: Quantum particle swarm optimization algorithm based on diversity migration + strategy + authors: + - Chen Gong + - Nanrun Zhou + - Shuhua Xia + - Shuiyuan Huang + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.008 + url: https://doi.org/10.1016/j.future.2024.04.008 + dblp_key: journals/fgcs/GongZXH24 + venue_name: Future Gener. Comput. Syst. + pages: 445-458 +- title: 'Mitigating bias in artificial intelligence: Fair data generation via causal + models for transparent and explainable decision-making' + authors: + - Ruben Gonzalez-Sendino + - Emilio Serrano + - Javier Bajo + year: '2024' + doi: 10.1016/J.FUTURE.2024.02.023 + url: https://doi.org/10.1016/j.future.2024.02.023 + dblp_key: journals/fgcs/GonzalezSendinoSB24 + venue_name: Future Gener. Comput. Syst. + pages: 384-401 +- title: Scalable I/O aggregation for asynchronous multi-level checkpointing + authors: + - Mikaila J. Gossman + - Bogdan Nicolae + - Jon C. Calhoun + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.003 + url: https://doi.org/10.1016/j.future.2024.06.003 + dblp_key: journals/fgcs/GossmanNC24 + venue_name: Future Gener. Comput. Syst. + pages: 420-432 +- title: 'Enhancing campus OS community engagement through the miniOS pilot class: + A nine-year journey' + authors: + - Jianhua Gu + - Mingxuan Liu 0007 + - Tianhai Zhao + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.011 + url: https://doi.org/10.1016/j.future.2024.06.011 + dblp_key: journals/fgcs/GuLZ24 + venue_name: Future Gener. Comput. Syst. + pages: 825-834 +- title: Towards a digital twin architecture for the lighting industry + authors: + - Victor Guerra + - Benoit Hamon + - Benoit Bataillou + - Adwait Inamdar + - Willem D. van Driel + year: '2024' + doi: 10.1016/J.FUTURE.2024.01.028 + url: https://doi.org/10.1016/j.future.2024.01.028 + dblp_key: journals/fgcs/GuerraHBID24 + venue_name: Future Gener. Comput. Syst. + pages: 80-95 +- title: Distributed genetic algorithm for application placement in the compute continuum + leveraging infrastructure nodes for optimization + authors: + - Carlos Guerrero + - Isaac Lera + - Carlos Juiz + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.044 + url: https://doi.org/10.1016/j.future.2024.05.044 + dblp_key: journals/fgcs/GuerreroLJ24 + venue_name: Future Gener. Comput. Syst. + pages: 154-170 +- title: Development and evaluation of a reference measurement model for assessing + the resource and energy efficiency of software products and components - Green + Software Measurement Model (GSMM) + authors: + - Achim Guldner + - Rabea Bender + - Coral Calero + - Giovanni S. Fernando + - Markus Funke + - Jens Gröger + - Lorenz M. Hilty + - Julian Hörnschemeyer + - Geerd-Dietger Hoffmann + - Dennis Junger + - Tom Kennes + - Sandro Kreten + - Patricia Lago + - Franziska Mai + - Ivano Malavolta + - Julien Murach + - Kira Obergöker + - Benno Schmidt 0001 + - Arne Tarara + - Joseph P. De Veaugh-Geiss + - Sebastian Weber 0001 + - Max Westing + - Volker Wohlgemuth + - Stefan Naumann + year: '2024' + doi: 10.1016/J.FUTURE.2024.01.033 + url: https://doi.org/10.1016/j.future.2024.01.033 + dblp_key: journals/fgcs/GuldnerBCFFGHHHJKKLMMMOSTVWWWN24 + venue_name: Future Gener. Comput. Syst. + pages: 402-418 +- title: Energy consumption estimation and profiling for queries in distributed database + systems based on a bottom-up comprehensive energy model + authors: + - Binglei Guo + - Junqi Wu + - Yonglin Pu + - Jun Zhang + - Jiong Yu + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.059 + url: https://doi.org/10.1016/j.future.2024.04.059 + dblp_key: journals/fgcs/GuoWPZY24 + venue_name: Future Gener. Comput. Syst. + pages: 379-394 +- title: 'EGNN: Energy-efficient anomaly detection for IoT multivariate time series + data using graph neural network' + authors: + - Hongtai Guo + - Zhangbing Zhou + - Deng Zhao + - Walid Gaaloul + year: '2024' + doi: 10.1016/J.FUTURE.2023.09.028 + url: https://doi.org/10.1016/j.future.2023.09.028 + dblp_key: journals/fgcs/GuoZZG24 + venue_name: Future Gener. Comput. Syst. + pages: 45-56 +- title: An assignment mechanism for workflow scheduling in Function as a Service + edge environment + authors: + - Samaneh H.-Mahdizadeh-Zargar + - Saeid Abrishami + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.003 + url: https://doi.org/10.1016/j.future.2024.04.003 + dblp_key: journals/fgcs/HMahdizadehZargarA24 + venue_name: Future Gener. Comput. Syst. + pages: 543-557 +- title: 'Approx-IMC: A general-purpose approximate digital in-memory computing framework + based on STT-MRAM' + authors: + - Amir M. Hajisadeghi + - Mahmoud Momtazpour + - Hamid R. Zarandi + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.053 + url: https://doi.org/10.1016/j.future.2024.05.053 + dblp_key: journals/fgcs/HajisadeghiMZ24 + venue_name: Future Gener. Comput. Syst. + pages: 40-53 +- title: Special Issue on Digital Twin for Future Networks and Emerging IoT Applications + (DT4IoT) + authors: + - Akram Hakiri + - Sadok Ben Yahia + - Aniruddha S. Gokhale + - Nédra Mellouli + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.056 + url: https://doi.org/10.1016/j.future.2024.06.056 + dblp_key: journals/fgcs/HakiriYGM24 + venue_name: Future Gener. Comput. Syst. + pages: 81-84 +- title: TriStack enables accurate identification of antimicrobial and anti-inflammatory + peptides by combining machine learning and deep learning approaches + authors: + - Jiyun Han + - Qixuan Chen + - Jiaying Su + - Tongxin Kong + - Yongchao Song + - Sheng Long + - Juntao Liu + year: '2024' + doi: 10.1016/J.FUTURE.2024.07.024 + url: https://doi.org/10.1016/j.future.2024.07.024 + dblp_key: journals/fgcs/HanCSKSLL24 + venue_name: Future Gener. Comput. Syst. + pages: 259-268 +- title: 'CTF-DDI: Constrained tensor factorization for drug-drug interactions prediction' + authors: + - Guosheng Han + - Lingzhi Peng + - Aocheng Ding + - Yan Zhang + - Xuan Lin + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.060 + url: https://doi.org/10.1016/j.future.2024.06.060 + dblp_key: journals/fgcs/HanPDZL24 + venue_name: Future Gener. Comput. Syst. + pages: 26-34 +- title: Multi-task federated learning-based system anomaly detection and multi-classification + for microservices architecture + authors: + - Junfeng Hao + - Peng Chen 0007 + - Juan Chen + - Xi Li + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.006 + url: https://doi.org/10.1016/j.future.2024.05.006 + dblp_key: journals/fgcs/HaoCCL24 + venue_name: Future Gener. Comput. Syst. + pages: 77-90 +- title: Generative data augmentation with differential privacy for non-IID problem + in decentralized clinical machine learning + authors: + - Tianyu He + - Peiyi Han + - Shaoming Duan + - Zirui Wang + - Wentai Wu + - Chuanyi Liu + - Jianrun Han + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.048 + url: https://doi.org/10.1016/j.future.2024.05.048 + dblp_key: journals/fgcs/HeHDWWLH24 + venue_name: Future Gener. Comput. Syst. + pages: 171-184 +- title: Quantum Annealing for Computer Vision minimization problems + authors: + - Shahrokh Heidari + - Michael J. Dinneen + - Patrice Delmas + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.037 + url: https://doi.org/10.1016/j.future.2024.05.037 + dblp_key: journals/fgcs/HeidariDD24 + venue_name: Future Gener. Comput. Syst. + pages: 54-64 +- title: A sustainable smart IoT-based solid waste management system + authors: + - Amira Henaien + - Hadda Ben Elhadj + - Lamia Chaari Fourati + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.056 + url: https://doi.org/10.1016/j.future.2024.03.056 + dblp_key: journals/fgcs/HenaienEF24 + venue_name: Future Gener. Comput. Syst. + pages: 587-602 +- title: Robustness evaluation of large-scale machine learning-based reduced order + models for reproducing flow fields + authors: + - Aito Higashida + - Kazuto Ando + - Mario Rüttgers + - Andreas Lintermann + - Makoto Tsubokura + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.005 + url: https://doi.org/10.1016/j.future.2024.05.005 + dblp_key: journals/fgcs/HigashidaARLT24 + venue_name: Future Gener. Comput. Syst. + pages: 243-254 +- title: Benchmarking parallel programming for single-board computers + authors: + - Renato B. Hoffmann + - Dalvan Griebler + - Rodrigo da Rosa Righi + - Luiz Gustavo Fernandes + year: '2024' + doi: 10.1016/J.FUTURE.2024.07.003 + url: https://doi.org/10.1016/j.future.2024.07.003 + dblp_key: journals/fgcs/HoffmannGRF24 + venue_name: Future Gener. Comput. Syst. + pages: 119-134 +- title: 'Energy efficient task scheduling based on deep reinforcement learning in + cloud environment: A specialized review' + authors: + - Huanhuan Hou + - Siti Nuraishah Agos Jawaddi + - Azlan B. Ismail + year: '2024' + doi: 10.1016/J.FUTURE.2023.10.002 + url: https://doi.org/10.1016/j.future.2023.10.002 + dblp_key: journals/fgcs/HouJI24 + venue_name: Future Gener. Comput. Syst. + pages: 214-231 +- title: 'CoLLaRS : A cloud-edge-terminal collaborative lifelong learning framework + for AIoT' + authors: + - Shijing Hu 0001 + - Junxiong Lin + - Zhihui Lu 0002 + - Xin Du 0002 + - Qiang Duan 0002 + - Shih-Chia Huang + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.046 + url: https://doi.org/10.1016/j.future.2024.04.046 + dblp_key: journals/fgcs/HuLLDDH24 + venue_name: Future Gener. Comput. Syst. + pages: 447-456 +- title: Dynamic multi-scale spatial-temporal graph convolutional network for traffic + flow prediction + authors: + - Na Hu + - Dafang Zhang 0001 + - Kun Xie 0001 + - Wei Liang 0005 + - Kuan-Ching Li + - Albert Y. Zomaya + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.052 + url: https://doi.org/10.1016/j.future.2024.04.052 + dblp_key: journals/fgcs/HuZXLLZ24 + venue_name: Future Gener. Comput. Syst. + pages: 323-332 +- title: Optimal service caching, pricing and task partitioning in mobile edge computing + federation + authors: + - Hualong Huang + - Zhekai Duan + - Wenhan Zhan + - Geyong Min + - Kai Peng 0002 + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.031 + url: https://doi.org/10.1016/j.future.2024.05.031 + dblp_key: journals/fgcs/HuangDZMP24 + venue_name: Future Gener. Comput. Syst. + pages: 340-352 +- title: Prediction of drug targets related to HCC metastasis from the perspective + of programmed cell death based on transformer + authors: + - Yaoguo Huang + - Fang Fang + - Lin Liu + - Keyan Chen 0004 + - Yaqi Du + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.053 + url: https://doi.org/10.1016/j.future.2024.06.053 + dblp_key: journals/fgcs/HuangFLCD24 + venue_name: Future Gener. Comput. Syst. + pages: 918-925 +- title: Industrial federated learning algorithm (P-PFedSGD) for tool wear estimation + authors: + - Guan-Ying Huang + - Ching-Hung Lee + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.026 + url: https://doi.org/10.1016/j.future.2024.04.026 + dblp_key: journals/fgcs/HuangL24 + venue_name: Future Gener. Comput. Syst. + pages: 150-157 +- title: 'GeoPM-DMEIRL: A deep inverse reinforcement learning security trajectory + generation framework with serverless computing' + authors: + - Yi-rui Huang + - Jing Zhang 0040 + - Hong-ming Hou + - Xiucai Ye + - Yi Chen + year: '2024' + doi: 10.1016/J.FUTURE.2024.01.001 + url: https://doi.org/10.1016/j.future.2024.01.001 + dblp_key: journals/fgcs/HuangZHYC24 + venue_name: Future Gener. Comput. Syst. + pages: 123-139 +- title: 'From cloud and fog computing to federated-fog computing: A comparative analysis + of computational resources in real-time IoT applications based on semantic interoperability' + authors: + - Edgar Huaranga-Junco + - Salvador González-Gerpe + - Manuel Castillo-Cara + - Andrea Cimmino + - Raúl García-Castro + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.001 + url: https://doi.org/10.1016/j.future.2024.05.001 + dblp_key: journals/fgcs/HuarangaJuncoGCCG24 + venue_name: Future Gener. Comput. Syst. + pages: 134-150 +- title: QoS-aware edge AI placement and scheduling with multiple implementations + in FaaS-based edge computing + authors: + - Nathaniel Hudson 0001 + - Hana Khamfroush + - Matt Baughman + - Daniel E. Lucani + - Kyle Chard + - Ian T. Foster + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.035 + url: https://doi.org/10.1016/j.future.2024.03.035 + dblp_key: journals/fgcs/HudsonKBLCF24 + venue_name: Future Gener. Comput. Syst. + pages: 250-263 +- title: Resource allocation of industry 4.0 micro-service applications across serverless + fog federation + authors: + - Razin Farhan Hussain + - Mohsen Amini Salehi + year: '2024' + doi: 10.1016/J.FUTURE.2024.01.017 + url: https://doi.org/10.1016/j.future.2024.01.017 + dblp_key: journals/fgcs/HussainS24 + venue_name: Future Gener. Comput. Syst. + pages: 479-490 +- title: 'Cache-MCDM: A hybrid caching scheme in Mobile Named Data Networks based + on multi-criteria decision making' + authors: + - Shahid Md. Asif Iqbal + - Asaduzzaman + year: '2024' + doi: 10.1016/J.FUTURE.2024.01.016 + url: https://doi.org/10.1016/j.future.2024.01.016 + dblp_key: journals/fgcs/IqbalA24 + venue_name: Future Gener. Comput. Syst. + pages: 344-358 +- title: 'Quantum-empowered federated learning and 6G wireless networks for IoT security: + Concept, challenges and future directions' + authors: + - Danish Javeed + - Muhammad Shahid Saeed + - Ijaz Ahmad 0006 + - Muhammad Adil + - Prabhat Kumar 0003 + - A. K. M. Najmul Islam + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.023 + url: https://doi.org/10.1016/j.future.2024.06.023 + dblp_key: journals/fgcs/JaveedSAAKI24 + venue_name: Future Gener. Comput. Syst. + pages: 577-597 +- title: Digital twin-assisted resource allocation framework based on edge collaboration + for vehicular edge computing + authors: + - Sekione Reward Jeremiah + - Laurence Tianruo Yang + - Jong Hyuk Park 0001 + year: '2024' + doi: 10.1016/J.FUTURE.2023.09.001 + url: https://doi.org/10.1016/j.future.2023.09.001 + dblp_key: journals/fgcs/JeremiahYP24 + venue_name: Future Gener. Comput. Syst. + pages: 243-254 +- title: A prototype-assisted clustered federated learning for big data security and + privacy preservation + authors: + - Yalan Jiang + - Dan Wang 0002 + - Bin Song 0001 + - Xiaojiang Du + year: '2024' + doi: 10.1016/J.FUTURE.2024.07.032 + url: https://doi.org/10.1016/j.future.2024.07.032 + dblp_key: journals/fgcs/JiangWSD24 + venue_name: Future Gener. Comput. Syst. + pages: 376-389 +- title: 'HDHRFL: A hierarchical robust federated learning framework for dual-heterogeneous + and noisy clients' + authors: + - Yalan Jiang + - Dan Wang 0002 + - Bin Song 0001 + - Shengyang Luo + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.049 + url: https://doi.org/10.1016/j.future.2024.05.049 + dblp_key: journals/fgcs/JiangWSL24 + venue_name: Future Gener. Comput. Syst. + pages: 185-196 +- title: 'METSM: Multiobjective energy-efficient task scheduling model for an edge + heterogeneous multiprocessor system' + authors: + - Qiangqiang Jiang + - Xu Xin + - Libo Yao + - Bo Chen 0015 + year: '2024' + doi: 10.1016/J.FUTURE.2023.10.024 + url: https://doi.org/10.1016/j.future.2023.10.024 + dblp_key: journals/fgcs/JiangXYC24 + venue_name: Future Gener. Comput. Syst. + pages: 207-223 +- title: A cross-modal high-resolution image generation approach based on cloud-terminal + collaboration for low-altitude intelligent network + authors: + - Minghai Jiao + - Wenyan Jiang + - Tianshuo Yuan + - Jing Wang 0227 + - Yuhuai Peng + year: '2024' + doi: 10.1016/J.FUTURE.2024.07.054 + url: https://doi.org/10.1016/j.future.2024.07.054 + dblp_key: journals/fgcs/JiaoJYWP24 + venue_name: Future Gener. Comput. Syst. + pages: 686-700 +- title: Rapid screening of multi-point mutations for enzyme thermostability modification + by utilizing computational tools + authors: + - Jia Jin + - Qiaozhen Meng + - Min Zeng 0004 + - Guihua Duan + - Ercheng Wang + - Fei Guo 0001 + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.034 + url: https://doi.org/10.1016/j.future.2024.06.034 + dblp_key: journals/fgcs/JinMZDWG24 + venue_name: Future Gener. Comput. Syst. + pages: 724-738 +- title: 'FL-IIDS: A novel federated learning-based incremental intrusion detection + system' + authors: + - Zhigang Jin + - Junyi Zhou + - Bing Li 0004 + - Xiaodong Wu + - Chenxu Duan + year: '2024' + doi: 10.1016/J.FUTURE.2023.09.019 + url: https://doi.org/10.1016/j.future.2023.09.019 + dblp_key: journals/fgcs/JinZLWD24 + venue_name: Future Gener. Comput. Syst. + pages: 57-70 +- title: Multi-GPU work sharing in a task-based dataflow programming model + authors: + - Joseph John + - Josh Milthorpe + - Thomas Hérault + - George Bosilca + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.017 + url: https://doi.org/10.1016/j.future.2024.03.017 + dblp_key: journals/fgcs/JohnMHB24 + venue_name: Future Gener. Comput. Syst. + pages: 313-324 +- title: Adaptive in-memory representation of decision trees for GPU-accelerated evolutionary + induction + authors: + - Krzysztof Jurczuk + - Marcin Czajkowski + - Marek Kretowski + year: '2024' + doi: 10.1016/J.FUTURE.2023.12.003 + url: https://doi.org/10.1016/j.future.2023.12.003 + dblp_key: journals/fgcs/JurczukCK24 + venue_name: Future Gener. Comput. Syst. + pages: 419-430 +- title: 'PowerTrain: Fast, generalizable time and power prediction models to optimize + DNN training on accelerated edges' + authors: + - Prashanthi S. K + - Saisamarth Taluri + - Beautlin S + - Lakshya Karwa + - Yogesh Simmhan + year: '2024' + doi: 10.1016/J.FUTURE.2024.07.001 + url: https://doi.org/10.1016/j.future.2024.07.001 + dblp_key: journals/fgcs/KTSKS24 + venue_name: Future Gener. Comput. Syst. + pages: 329-344 +- title: Imitation learning enabled fast and adaptive task scheduling in cloud + authors: + - Kaixuan Kang + - Ding Ding 0001 + - Huamao Xie + - Lihong Zhao + - Yinong Li + - Yixuan Xie + year: '2024' + doi: 10.1016/J.FUTURE.2024.01.002 + url: https://doi.org/10.1016/j.future.2024.01.002 + dblp_key: journals/fgcs/KangDXZLX24 + venue_name: Future Gener. Comput. Syst. + pages: 160-172 +- title: 'Ontologies in digital twins: A systematic literature review' + authors: + - Erkan Karabulut + - Salvatore F. Pileggi + - Paul Groth + - Victoria Degeler + year: '2024' + doi: 10.1016/J.FUTURE.2023.12.013 + url: https://doi.org/10.1016/j.future.2023.12.013 + dblp_key: journals/fgcs/KarabulutPGD24 + venue_name: Future Gener. Comput. Syst. + pages: 442-456 +- title: Embedding automated function performance benchmarking, profiling and resource + usage categorization in function as a service DevOps pipelines + authors: + - Vasileios Katevas + - Georgios Fatouros + - Dimosthenis Kyriazis + - George Kousiouris + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.051 + url: https://doi.org/10.1016/j.future.2024.05.051 + dblp_key: journals/fgcs/KatevasFKK24 + venue_name: Future Gener. Comput. Syst. + pages: 223-237 +- title: 'SHIELD: A Secure Heuristic Integrated Environment for Load Distribution + in Rural-AI' + authors: + - Ashish Kaushal + - Osama Almurshed + - Osama Almoghamis + - Areej Alabbas + - Nitin Auluck + - Bharadwaj Veeravalli + - Omer F. Rana + year: '2024' + doi: 10.1016/J.FUTURE.2024.07.026 + url: https://doi.org/10.1016/j.future.2024.07.026 + dblp_key: journals/fgcs/KaushalAAAAVR24 + venue_name: Future Gener. Comput. Syst. + pages: 286-301 +- title: Effective quantum volume, fidelity and computational cost of noisy quantum + processing experiments + authors: + - Kostyantyn Kechedzhi + - Sergei V. Isakov + - Salvatore Mandrà + - Benjamin Villalonga + - X. Mi + - Sergio Boixo + - Vadim Smelyanskiy + year: '2024' + doi: 10.1016/J.FUTURE.2023.12.002 + url: https://doi.org/10.1016/j.future.2023.12.002 + dblp_key: journals/fgcs/KechedzhiIMVMBS24 + venue_name: Future Gener. Comput. Syst. + pages: 431-441 +- title: A dynamic weight-assignment load balancing approach for workflow scheduling + in edge-cloud computing using ameliorated moth flame and rock hyrax optimization + algorithms + authors: + - Mustafa Ibrahim Khaleel + year: '2024' + doi: 10.1016/J.FUTURE.2024.02.025 + url: https://doi.org/10.1016/j.future.2024.02.025 + dblp_key: journals/fgcs/Khaleel24 + venue_name: Future Gener. Comput. Syst. + pages: 465-485 +- title: Enhanced abnormal data detection hybrid strategy based on heuristic and stochastic + approaches for efficient patients rehabilitation + authors: + - Murad Ali Khan + - Naeem Iqbal + - Harun Jamil + - Faiza Qayyum + - Jong-Hyun Jang + - Salabat Khan + - Jae-Chul Kim + - DoHyeun Kim 0001 + year: '2024' + doi: 10.1016/J.FUTURE.2023.11.036 + url: https://doi.org/10.1016/j.future.2023.11.036 + dblp_key: journals/fgcs/KhanIJQJKKK24 + venue_name: Future Gener. Comput. Syst. + pages: 101-122 +- title: A scalable modified deep reinforcement learning algorithm for serverless + IoT microservice composition infrastructure in fog layer + authors: + - Mina Emami Khansari + - Saeed Sharifian + year: '2024' + doi: 10.1016/J.FUTURE.2023.11.022 + url: https://doi.org/10.1016/j.future.2023.11.022 + dblp_key: journals/fgcs/KhansariS24 + venue_name: Future Gener. Comput. Syst. + pages: 206-221 +- title: A DNN partitioning framework with controlled lossy mechanisms for edge-cloud + collaborative intelligence + authors: + - Hyochan Kim + - Ji Sub Choi + - Jungrae Kim + - Jong Hwan Ko + year: '2024' + doi: 10.1016/J.FUTURE.2024.01.006 + url: https://doi.org/10.1016/j.future.2024.01.006 + dblp_key: journals/fgcs/KimCKK24 + venue_name: Future Gener. Comput. Syst. + pages: 426-439 +- title: Mobility-aware personalized handover function provisioning system in B5G + networks + authors: + - Haneul Ko + - Yeunwoong Kyung + - Jaewook Lee 0002 + - Sangheon Pack + - Namseok Ko + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.002 + url: https://doi.org/10.1016/j.future.2024.04.002 + dblp_key: journals/fgcs/KoKLPK24 + venue_name: Future Gener. Comput. Syst. + pages: 436-444 +- title: Autonomous proactive data management in support of pervasive edge applications + authors: + - Kostas Kolomvatsos + - Christos Anagnostopoulos 0001 + year: '2024' + doi: 10.1016/J.FUTURE.2024.02.003 + url: https://doi.org/10.1016/j.future.2024.02.003 + dblp_key: journals/fgcs/KolomvatsosA24 + venue_name: Future Gener. Comput. Syst. + pages: 108-120 +- title: DAG-based workflows scheduling using Actor-Critic Deep Reinforcement Learning + authors: + - Guilherme Piêgas Koslovski + - Kleiton Pereira + - Paulo Roberto Albuquerque + year: '2024' + doi: 10.1016/J.FUTURE.2023.09.018 + url: https://doi.org/10.1016/j.future.2023.09.018 + dblp_key: journals/fgcs/KoslovskiPA24 + venue_name: Future Gener. Comput. Syst. + pages: 354-363 +- title: 'Data management in Ethereum DApps: A cost and performance analysis' + authors: + - Periklis Kostamis + - Andreas Sendros + - Pavlos S. Efraimidis + year: '2024' + doi: 10.1016/J.FUTURE.2023.11.026 + url: https://doi.org/10.1016/j.future.2023.11.026 + dblp_key: journals/fgcs/KostamisSE24 + venue_name: Future Gener. Comput. Syst. + pages: 193-205 +- title: Quantum simulation of dissipation for Maxwell equations in dispersive media + authors: + - Efstratios Koukoutsis + - Kyriakos Hizanidis + - Abhay Ram + - George Vahala + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.028 + url: https://doi.org/10.1016/j.future.2024.05.028 + dblp_key: journals/fgcs/KoukoutsisHRV24 + venue_name: Future Gener. Comput. Syst. + pages: 221-229 +- title: An optimization framework for task allocation in the edge/hub/cloud paradigm + authors: + - Andreas Kouloumpris + - Georgios L. Stavrinides + - Maria K. Michael + - Theocharis Theocharides + year: '2024' + doi: 10.1016/J.FUTURE.2024.02.005 + url: https://doi.org/10.1016/j.future.2024.02.005 + dblp_key: journals/fgcs/KouloumprisSMT24 + venue_name: Future Gener. Comput. Syst. + pages: 354-366 +- title: 'AI-HybridChain: Picturized authentication and DRL based access control method + with secure two fold revocation for ensuring cloud computing security' + authors: + - Sathish Chander Krishnan + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.054 + url: https://doi.org/10.1016/j.future.2024.04.054 + dblp_key: journals/fgcs/Krishnan24 + venue_name: Future Gener. Comput. Syst. + pages: 389-405 +- title: 'Digital Twins-enabled Zero Touch Network: A smart contract and explainable + AI integrated cybersecurity framework' + authors: + - Randhir Kumar + - Ahamed Aljuhani + - Danish Javeed + - Prabhat Kumar 0003 + - Shareeful Islam + - A. K. M. Najmul Islam + year: '2024' + doi: 10.1016/J.FUTURE.2024.02.015 + url: https://doi.org/10.1016/j.future.2024.02.015 + dblp_key: journals/fgcs/KumarAJKII24 + venue_name: Future Gener. Comput. Syst. + pages: 191-205 +- title: Communication efficient federated learning with data offloading in fog-based + IoT environment + authors: + - Nidhi Kumari + - Prasanta K. Jana + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.051 + url: https://doi.org/10.1016/j.future.2024.04.051 + dblp_key: journals/fgcs/KumariJ24 + venue_name: Future Gener. Comput. Syst. + pages: 158-166 +- title: Performance of algorithms for emerging ion-trap quantum hardware + authors: + - Arthur Kurlej + - Sam Alterman + - Kevin M. Obenland + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.005 + url: https://doi.org/10.1016/j.future.2024.06.005 + dblp_key: journals/fgcs/KurlejAO24 + venue_name: Future Gener. Comput. Syst. + pages: 654-665 +- title: 'CLAID: Closing the Loop on AI & Data Collection - A cross-platform transparent + computing middleware framework for smart edge-cloud and digital biomarker applications' + authors: + - Patrick Langer + - Stephan Altmüller + - Elgar Fleisch + - Filipe Barata + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.026 + url: https://doi.org/10.1016/j.future.2024.05.026 + dblp_key: journals/fgcs/LangerAFB24 + venue_name: Future Gener. Comput. Syst. + pages: 505-521 +- title: 'IMC-PnG: Maximizing runtime performance and timing guarantee for imprecise + mixed-criticality real-time scheduling' + authors: + - Jaewoo Lee + - Jinkyu Lee 0001 + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.015 + url: https://doi.org/10.1016/j.future.2024.06.015 + dblp_key: journals/fgcs/LeeL24 + venue_name: Future Gener. Comput. Syst. + pages: 406-419 +- title: 'PS-IPS: Deploying Intrusion Prevention System with machine learning on programmable + switch' + authors: + - Alan Y.-P. Lee + - Michael I.-C. Wang + - Chi-Hsiang Hung + - Charles H.-P. Wen + year: '2024' + doi: 10.1016/J.FUTURE.2023.11.011 + url: https://doi.org/10.1016/j.future.2023.11.011 + dblp_key: journals/fgcs/LeeWHW24 + venue_name: Future Gener. Comput. Syst. + pages: 333-342 +- title: Retraction notice to "Research on agricultural supply chain system with + double chain architecture based on blockchain technology" [Future Generation + Computer Systems 86 (2018) 641-649] + authors: [] + year: '2024' + doi: 10.1016/J.FUTURE.2023.10.001 + url: https://doi.org/10.1016/j.future.2023.10.001 + dblp_key: journals/fgcs/LengBJFN24 + venue_name: Future Gener. Comput. Syst. + pages: '272' +- title: Evolutionary multitasking for multiobjective optimization based on hybrid + differential evolution and multiple search strategy + authors: + - Ya-Lun Li 0001 + - Yan-Yang Cheng + - Zheng-Yi Chai 0001 + - Xu Liu + - Haole Hou + - Guoqiang Chen + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.032 + url: https://doi.org/10.1016/j.future.2024.04.032 + dblp_key: journals/fgcs/LiCCLHC24 + venue_name: Future Gener. Comput. Syst. + pages: 230-241 +- title: 'Flimm: Foreground traffic aware data migration manager for distributed storage + system' + authors: + - Bowen Li 0009 + - Xiaoshe Dong + - Jue Mi + - Yufei Wang 0008 + - Longxiang Wang + - Weiduo Chen + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.052 + url: https://doi.org/10.1016/j.future.2024.05.052 + dblp_key: journals/fgcs/LiDMWWC24 + venue_name: Future Gener. Comput. Syst. + pages: 140-153 +- title: Transplantation and optimization of molecular dynamics simulation on MT-3000 + authors: + - Jianjiang Li + - Hongyaoxing Gu + - Jing Zhao + - Lin Qiao + - Chunye Gong + - Gang Zheng + year: '2024' + doi: 10.1016/J.FUTURE.2023.11.035 + url: https://doi.org/10.1016/j.future.2023.11.035 + dblp_key: journals/fgcs/LiGZQGZ24 + venue_name: Future Gener. Comput. Syst. + pages: 262-275 +- title: A read-efficient and write-optimized hash table for Intel Optane DC Persistent + Memory + authors: + - Zexuan Li + - Kaixin Huang + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.028 + url: https://doi.org/10.1016/j.future.2024.06.028 + dblp_key: journals/fgcs/LiH24 + venue_name: Future Gener. Comput. Syst. + pages: 49-65 +- title: Fair multiresource allocation with access constraint in cloud-edge systems + authors: + - Xingxing Li + - Guangqin Hu + - Weidong Li 0002 + - Xuejie Zhang 0002 + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.055 + url: https://doi.org/10.1016/j.future.2024.04.055 + dblp_key: journals/fgcs/LiHLZ24 + venue_name: Future Gener. Comput. Syst. + pages: 395-410 +- title: 'DTRE: A model for predicting drug-target interactions of endometrial cancer + based on heterogeneous graph' + authors: + - Meng Li + - Han Liu + - Fanyu Kong 0002 + - Pengju Lv + year: '2024' + doi: 10.1016/J.FUTURE.2024.07.012 + url: https://doi.org/10.1016/j.future.2024.07.012 + dblp_key: journals/fgcs/LiLKL24 + venue_name: Future Gener. Comput. Syst. + pages: 478-486 +- title: Multi-source data integration for explainable miRNA-driven drug discovery + authors: + - Zhen Li 0015 + - Qingquan Liao + - Wenbin Liu + - Peng Xu 0004 + - Linlin Zhuo + - Xiangzheng Fu + - Quan Zou 0001 + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.055 + url: https://doi.org/10.1016/j.future.2024.05.055 + dblp_key: journals/fgcs/LiLLXZFZ24 + venue_name: Future Gener. Comput. Syst. + pages: 109-119 +- title: Preface of special issue on heterogeneous information network embedding and + applications + authors: + - Weimin Li 0001 + - Lu Liu + - Kevin I-Kai Wang + - Qun Jin + year: '2024' + doi: 10.1016/J.FUTURE.2023.10.019 + url: https://doi.org/10.1016/j.future.2023.10.019 + dblp_key: journals/fgcs/LiLWJ24 + venue_name: Future Gener. Comput. Syst. + pages: 331-332 +- title: Hierarchical sharding blockchain storage solution for edge computing + authors: + - Cong Li + - Heng Pan + - Haiyang Qian + - Yushu Li + - Xueming Si + - Kunyang Li 0002 + - Bowei Zhang + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.048 + url: https://doi.org/10.1016/j.future.2024.06.048 + dblp_key: journals/fgcs/LiPQLSLZ24 + venue_name: Future Gener. Comput. Syst. + pages: 162-173 +- title: Performance analysis of parallel composite service-based applications in + clouds + authors: + - Xiulin Li + - Li Pan 0001 + - Wei Song + - Shijun Liu + - Xiangxu Meng + year: '2024' + doi: 10.1016/J.FUTURE.2023.11.021 + url: https://doi.org/10.1016/j.future.2023.11.021 + dblp_key: journals/fgcs/LiPSLM24 + venue_name: Future Gener. Comput. Syst. + pages: 27-40 +- title: Efficient and precise visual location estimation by effective priority matching-based + pose verification in edge-cloud collaborative IoT + authors: + - Ning Li 0050 + - Xiaojun Ren + - Aniello Castiglione + - Mengyun Liu + year: '2024' + doi: 10.1016/J.FUTURE.2024.02.001 + url: https://doi.org/10.1016/j.future.2024.02.001 + dblp_key: journals/fgcs/LiRCL24 + venue_name: Future Gener. Comput. Syst. + pages: 96-107 +- title: Co-evolutionary and Elite learning-based bi-objective Poor and Rich Optimization + algorithm for scheduling multiple workflows in the cloud + authors: + - Huifang Li 0002 + - Luzhi Tian + - Guanghao Xu + - Julio Ruben Cañizares Abreu + - Shuangxi Huang + - Senchun Chai + - Yuanqing Xia + year: '2024' + doi: 10.1016/J.FUTURE.2023.10.015 + url: https://doi.org/10.1016/j.future.2023.10.015 + dblp_key: journals/fgcs/LiTXAHCX24 + venue_name: Future Gener. Comput. Syst. + pages: 99-111 +- title: Future-generation attack and defense in neural networks + authors: + - Yang Li 0055 + - Dongrui Wu + - Suhang Wang + year: '2024' + doi: 10.1016/J.FUTURE.2023.10.017 + url: https://doi.org/10.1016/j.future.2023.10.017 + dblp_key: journals/fgcs/LiWW24 + venue_name: Future Gener. Comput. Syst. + pages: '224' +- title: Forecasting resource usage pattern changes in clouds via contrast graph-evolution + learning + authors: + - Jialun Li + - Diying Yang + - Hairui Guo + - Xuan Mo + - Weigang Wu + year: '2024' + doi: 10.1016/J.FUTURE.2024.01.013 + url: https://doi.org/10.1016/j.future.2024.01.013 + dblp_key: journals/fgcs/LiYGMW24 + venue_name: Future Gener. Comput. Syst. + pages: 373-383 +- title: A lattice-based efficient certificateless public key encryption for big data + security in clouds + authors: + - Juyan Li + - Mingyan Yan + - Jialiang Peng + - Haodong Huang + - Ahmed A. Abd El-Latif 0001 + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.039 + url: https://doi.org/10.1016/j.future.2024.04.039 + dblp_key: journals/fgcs/LiYPHE24 + venue_name: Future Gener. Comput. Syst. + pages: 255-266 +- title: A trustworthy security model for IIoT attacks on industrial robots + authors: + - Lianpeng Li + - Xu Zhao 0006 + - Junfang Fan + - Fuchao Liu + - Ning Liu 0011 + - Hui Zhao 0008 + year: '2024' + doi: 10.1016/J.FUTURE.2023.11.027 + url: https://doi.org/10.1016/j.future.2023.11.027 + dblp_key: journals/fgcs/LiZFLLZ24 + venue_name: Future Gener. Comput. Syst. + pages: 340-349 +- title: SLA-based task offloading for energy consumption constrained workflows in + fog computing + authors: + - Hongjian Li + - Xue Zhang + - Hua Li + - Xiaolin Duan + - Chen Xu + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.013 + url: https://doi.org/10.1016/j.future.2024.03.013 + dblp_key: journals/fgcs/LiZLDX24 + venue_name: Future Gener. Comput. Syst. + pages: 64-76 +- title: Dynamic authenticated keyword search in hybrid-storage blockchain + authors: + - Yihuai Liang + - Yan Li 0050 + - Byeong-Seok Shin + year: '2024' + doi: 10.1016/J.FUTURE.2024.01.026 + url: https://doi.org/10.1016/j.future.2024.01.026 + dblp_key: journals/fgcs/LiangLS24 + venue_name: Future Gener. Comput. Syst. + pages: 53-65 +- title: 'TMHD: Twin-Bridge Scheduling of Multi-Heterogeneous Dependent Tasks for + Edge Computing' + authors: + - Wei Liang 0005 + - Jiahong Xiao + - Yuxiang Chen + - Chaoyi Yang + - Kun Xie 0001 + - Kuan-Ching Li + - Beniamino Di Martino + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.028 + url: https://doi.org/10.1016/j.future.2024.04.028 + dblp_key: journals/fgcs/LiangXCYXLM24 + venue_name: Future Gener. Comput. Syst. + pages: 60-72 +- title: Robust federated learning with voting and scaling + authors: + - Xiang-Yu Liang + - Heng-Ru Zhang + - Wei Tang + - Fan Min 0001 + year: '2024' + doi: 10.1016/J.FUTURE.2023.11.015 + url: https://doi.org/10.1016/j.future.2023.11.015 + dblp_key: journals/fgcs/LiangZTM24 + venue_name: Future Gener. Comput. Syst. + pages: 113-124 +- title: 'Predicting ride-hailing passenger demand: A POI-based adaptive clustering + federated learning approach' + authors: + - Zhuhua Liao + - Shoubin Li + - Yijiang Zhao + - Yizhi Liu + - Wei Liang 0005 + - Shaohua Wan 0001 + year: '2024' + doi: 10.1016/J.FUTURE.2024.02.026 + url: https://doi.org/10.1016/j.future.2024.02.026 + dblp_key: journals/fgcs/LiaoLZLLW24 + venue_name: Future Gener. Comput. Syst. + pages: 168-178 +- title: 'Editorial: Artificial intelligence in biomedical big data and digital healthcare' + authors: + - Kiho Lim + - Christian Esposito 0001 + - Tian Wang 0001 + - Chang Choi + year: '2024' + doi: 10.1016/J.FUTURE.2023.10.018 + url: https://doi.org/10.1016/j.future.2023.10.018 + dblp_key: journals/fgcs/LimEWC24 + venue_name: Future Gener. Comput. Syst. + pages: 343-345 +- title: Improving Hadoop MapReduce performance on heterogeneous single board computer + clusters + authors: + - Sooyoung Lim + - Dongchul Park + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.025 + url: https://doi.org/10.1016/j.future.2024.06.025 + dblp_key: journals/fgcs/LimP24 + venue_name: Future Gener. Comput. Syst. + pages: 752-766 +- title: 'TITE: A transformer-based deep reinforcement learning approach for traffic + engineering in hybrid SDN with dynamic traffic' + authors: + - Bin Lin + - Yingya Guo + - Huan Luo 0001 + - Mingjie Ding + year: '2024' + doi: 10.1016/J.FUTURE.2024.07.006 + url: https://doi.org/10.1016/j.future.2024.07.006 + dblp_key: journals/fgcs/LinGLD24 + venue_name: Future Gener. Comput. Syst. + pages: 95-105 +- title: Energy-aware virtual machine placement based on a holistic thermal model + for cloud data centers + authors: + - Jianpeng Lin + - Weiwei Lin 0001 + - Wentai Wu + - Wenjun Lin + - Keqin Li 0001 + year: '2024' + doi: 10.1016/J.FUTURE.2024.07.020 + url: https://doi.org/10.1016/j.future.2024.07.020 + dblp_key: journals/fgcs/LinLWLL24 + venue_name: Future Gener. Comput. Syst. + pages: 302-314 +- title: Blockchain-based cooperative game bilateral matching architecture for shared + storage + authors: + - Guanjie Lin + - Mingyuan Zeng + - Zhiguang Shan + - Kaishun Wu + - Guan Wang + - Kai Lei + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.016 + url: https://doi.org/10.1016/j.future.2024.04.016 + dblp_key: journals/fgcs/LinZSWWL24 + venue_name: Future Gener. Comput. Syst. + pages: 122-137 +- title: 'HPCLS-BC: A novel blockchain framework using heterogeneous peer-node and + cloud-based ledger storage for Internet of Things applications' + authors: + - Changping Liu + year: '2024' + doi: 10.1016/J.FUTURE.2023.09.015 + url: https://doi.org/10.1016/j.future.2023.09.015 + dblp_key: journals/fgcs/Liu24 + venue_name: Future Gener. Comput. Syst. + pages: 364-379 +- title: 'EPSMR: An efficient privacy-preserving semantic-aware multi-keyword ranked + search scheme in cloud' + authors: + - Yuanlong Liu + - Hua Dai 0003 + - Qian Zhou 0005 + - Pengyue Li + - Xun Yi + - Geng Yang 0002 + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.058 + url: https://doi.org/10.1016/j.future.2024.04.058 + dblp_key: journals/fgcs/LiuDZLYY24 + venue_name: Future Gener. Comput. Syst. + pages: 1-14 +- title: Developing explainable models for lncRNA-Targeted drug discovery using graph + autoencoders + authors: + - Huiying Liu + - Xiangzheng Fu + - Haiting Chen + - Jun Shang + - Haoyu Zhou + - Wang Zhe + - Xiaojun Yao + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.043 + url: https://doi.org/10.1016/j.future.2024.05.043 + dblp_key: journals/fgcs/LiuFCSZZY24 + venue_name: Future Gener. Comput. Syst. + pages: 29-39 +- title: 'APapo: An asynchronous parallel optimization method for DNN models' + authors: + - Shuai Liu + - Tao Ju 0002 + year: '2024' + doi: 10.1016/J.FUTURE.2023.11.004 + url: https://doi.org/10.1016/j.future.2023.11.004 + dblp_key: journals/fgcs/LiuJ24 + venue_name: Future Gener. Comput. Syst. + pages: 317-330 +- title: A hierarchical attention-based feature selection and fusion method for credit + risk assessment + authors: + - Ximing Liu + - Yayong Li + - Cheng Dai + - Hong Zhang + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.036 + url: https://doi.org/10.1016/j.future.2024.06.036 + dblp_key: journals/fgcs/LiuLDZ24 + venue_name: Future Gener. Comput. Syst. + pages: 537-546 +- title: 'Efficient decentralized optimization for edge-enabled smart manufacturing: + A federated learning-based framework' + authors: + - Huan Liu + - Shiyong Li + - Wenzhe Li + - Wei Sun + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.043 + url: https://doi.org/10.1016/j.future.2024.03.043 + dblp_key: journals/fgcs/LiuLLS24 + venue_name: Future Gener. Comput. Syst. + pages: 422-435 +- title: Blockchain and trusted reputation assessment-based incentive mechanism for + healthcare services + authors: + - Yanhua Liu + - Zhihuang Liu + - Qiu Zhang + - Jinshu Su + - Zhiping Cai + - Xiaoyan Li + year: '2024' + doi: 10.1016/J.FUTURE.2023.12.023 + url: https://doi.org/10.1016/j.future.2023.12.023 + dblp_key: journals/fgcs/LiuLZSCL24 + venue_name: Future Gener. Comput. Syst. + pages: 59-71 +- title: Blockchain-assisted verifiable certificate-based searchable encryption against + untrusted cloud server for Industrial Internet of Things + authors: + - Hang Liu + - Yang Ming 0001 + - Chenhao Wang 0005 + - Yi Zhao 0011 + - Songnian Zhang + - Rongxing Lu + year: '2024' + doi: 10.1016/J.FUTURE.2023.11.016 + url: https://doi.org/10.1016/j.future.2023.11.016 + dblp_key: journals/fgcs/LiuMWZZL24 + venue_name: Future Gener. Comput. Syst. + pages: 97-112 +- title: Task graph offloading via deep reinforcement learning in mobile edge computing + authors: + - Jiagang Liu + - Yun Mi + - Xinyu Zhang 0012 + - Xiaocui Li 0001 + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.034 + url: https://doi.org/10.1016/j.future.2024.04.034 + dblp_key: journals/fgcs/LiuMZL24 + venue_name: Future Gener. Comput. Syst. + pages: 545-555 +- title: Refining computer tomography data with super-resolution networks to increase + the accuracy of respiratory flow simulations + authors: + - Xin Liu + - Mario Rüttgers + - Alessio Quercia + - Romain Egele + - Elisabeth Pfaehler + - Rushikesh Shende + - Marcel Aach + - Wolfgang Schröder 0001 + - Prasanna Balaprakash + - Andreas Lintermann + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.020 + url: https://doi.org/10.1016/j.future.2024.05.020 + dblp_key: journals/fgcs/LiuRQEPSASBL24 + venue_name: Future Gener. Comput. Syst. + pages: 474-488 +- title: Replica fault-tolerant scheduling with time guarantee under energy constraint + in fog computing + authors: + - Ruihua Liu + - Wufei Wu + - Xiaochuan Guo + - Gang Zeng + - Keqin Li 0001 + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.014 + url: https://doi.org/10.1016/j.future.2024.05.014 + dblp_key: journals/fgcs/LiuWGZL24 + venue_name: Future Gener. Comput. Syst. + pages: 567-579 +- title: 'HGGN: Prediction of microRNA-Mediated drug sensitivity based on interpretable + heterogeneous graph global-attention network' + authors: + - Junliang Liu + - Xinbo Zhao + - Yuran Jia + - Sicong Wang + - Tianyi Zhao 0001 + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.010 + url: https://doi.org/10.1016/j.future.2024.06.010 + dblp_key: journals/fgcs/LiuZJWZ24 + venue_name: Future Gener. Comput. Syst. + pages: 274-282 +- title: Region-based compressive distributed storage in Mobile CrowdSensing + authors: + - Xingting Liu + - Siwang Zhou + - Jie Luo + - Jianping Yu + - Wei Zhang 0074 + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.018 + url: https://doi.org/10.1016/j.future.2024.04.018 + dblp_key: journals/fgcs/LiuZLYZ24 + venue_name: Future Gener. Comput. Syst. + pages: 200-209 +- title: Expanding the cloud-to-edge continuum to the IoT in serverless federated + learning + authors: + - Davide Loconte + - Saverio Ieva + - Agnese Pinto + - Giuseppe Loseto + - Floriano Scioscia + - Michele Ruta + year: '2024' + doi: 10.1016/J.FUTURE.2024.02.024 + url: https://doi.org/10.1016/j.future.2024.02.024 + dblp_key: journals/fgcs/LoconteIPLSR24 + venue_name: Future Gener. Comput. Syst. + pages: 447-462 +- title: 'GenArchBench: A genomics benchmark suite for arm HPC processors' + authors: + - Lorién López-Villellas + - Rubén Langarita-Benítez + - Asaf Badouh + - Víctor Soria Pardos + - Quim Aguado-Puig + - Guillem López-Paradís + - Max Doblas + - Javier Setoain + - Chulho Kim + - Makoto Ono + - Adrià Armejach + - Santiago Marco-Sola + - Jesús Alastruey-Benedé + - Pablo Ibáñez 0001 + - Miquel Moretó + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.050 + url: https://doi.org/10.1016/j.future.2024.03.050 + dblp_key: journals/fgcs/LopezVillellasLBPALDSKOAMAIM24 + venue_name: Future Gener. Comput. Syst. + pages: 313-329 +- title: Parallel approaches for a decision tree-based explainability algorithm + authors: + - Daniela Loreti + - Giorgio Visani + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.044 + url: https://doi.org/10.1016/j.future.2024.04.044 + dblp_key: journals/fgcs/LoretiV24 + venue_name: Future Gener. Comput. Syst. + pages: 308-322 +- title: 'ANNProof: Building a verifiable and efficient outsourced approximate nearest + neighbor search system on blockchain' + authors: + - Lingling Lu + - Zhenyu Wen + - Ye Yuan 0001 + - Qinming He + - Jianhai Chen + - Zhenguang Liu + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.002 + url: https://doi.org/10.1016/j.future.2024.03.002 + dblp_key: journals/fgcs/LuWYHCL24 + venue_name: Future Gener. Comput. Syst. + pages: 206-220 +- title: A multi-hierarchy particle swarm optimization-based algorithm for cloud workflow + scheduling + authors: + - Chang Lu 0012 + - Jie Zhu 0002 + - Haiping Huang + - Yuzhong Sun + year: '2024' + doi: 10.1016/J.FUTURE.2023.11.030 + url: https://doi.org/10.1016/j.future.2023.11.030 + dblp_key: journals/fgcs/LuZHS24 + venue_name: Future Gener. Comput. Syst. + pages: 125-138 +- title: Adaptive asynchronous federated learning + authors: + - Renhao Lu + - Weizhe Zhang + - Qiong Li 0001 + - Hui He + - Xiaoxiong Zhong + - Hongwei Yang + - Desheng Wang 0002 + - Zenglin Xu + - Mamoun Alazab + year: '2024' + doi: 10.1016/J.FUTURE.2023.11.001 + url: https://doi.org/10.1016/j.future.2023.11.001 + dblp_key: journals/fgcs/LuZLHZYWXA24 + venue_name: Future Gener. Comput. Syst. + pages: 193-206 +- title: A cut-and-solve algorithm for virtual machine consolidation problem + authors: + - Jiang-Yao Luo + - Liang Chen + - Weikun Chen + - Jian-Hua Yuan + - Yu-Hong Dai + year: '2024' + doi: 10.1016/J.FUTURE.2024.01.010 + url: https://doi.org/10.1016/j.future.2024.01.010 + dblp_key: journals/fgcs/LuoCCYD24 + venue_name: Future Gener. Comput. Syst. + pages: 359-372 +- title: Privacy-preserving clustering federated learning for non-IID data + authors: + - Gui Xun Luo + - Naiyue Chen + - Jiahuan He + - Bingwei Jin + - Zhiyuan Zhang 0003 + - Yidong Li + year: '2024' + doi: 10.1016/J.FUTURE.2024.01.005 + url: https://doi.org/10.1016/j.future.2024.01.005 + dblp_key: journals/fgcs/LuoCHJZL24 + venue_name: Future Gener. Comput. Syst. + pages: 384-395 +- title: 'GANFAT: Robust federated adversarial learning with label distribution skew' + authors: + - Yayu Luo + - Tongzhijun Zhu + - Zediao Liu + - Tenglong Mao + - Ziyi Chen + - Huan Pi + - Ying Lin 0004 + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.030 + url: https://doi.org/10.1016/j.future.2024.06.030 + dblp_key: journals/fgcs/LuoZLMCPL24 + venue_name: Future Gener. Comput. Syst. + pages: 711-723 +- title: Batched sparse and mixed-precision linear algebra interface for efficient + use of GPU hardware accelerators in scientific applications + authors: + - Piotr Luszczek + - Ahmad Abdelfattah + - Hartwig Anzt + - Atsushi Suzuki + - Stanimire Tomov + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.004 + url: https://doi.org/10.1016/j.future.2024.06.004 + dblp_key: journals/fgcs/LuszczekAAST24 + venue_name: Future Gener. Comput. Syst. + pages: 359-374 +- title: Retraction notice to "Intelligent Edge Computing Based on Machine Learning + for Smart City" [Future Generation Computer Systems 115 (2020) 90-99] + authors: [] + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.045 + url: https://doi.org/10.1016/j.future.2024.04.045 + dblp_key: journals/fgcs/LvCLW24 + venue_name: Future Gener. Comput. Syst. + pages: '569' +- title: 'ST-TrajGAN: A synthetic trajectory generation algorithm for privacy preservation' + authors: + - Xuebin Ma + - Zinan Ding + - Xiaoyan Zhang + year: '2024' + doi: 10.1016/J.FUTURE.2024.07.011 + url: https://doi.org/10.1016/j.future.2024.07.011 + dblp_key: journals/fgcs/MaDZ24 + venue_name: Future Gener. Comput. Syst. + pages: 226-238 +- title: 'Research allocation in mobile volunteer computing system: Taxonomy, challenges + and future work' + authors: + - Peizhe Ma + - Saurabh Garg 0001 + - Mutaz Barika + year: '2024' + doi: 10.1016/J.FUTURE.2024.01.015 + url: https://doi.org/10.1016/j.future.2024.01.015 + dblp_key: journals/fgcs/MaGB24 + venue_name: Future Gener. Comput. Syst. + pages: 251-265 +- title: Connected vehicles' dynamic route planning based on reinforcement learning + authors: + - Kanghua Ma + - Shubing Liao + - Yunyun Niu + year: '2024' + doi: 10.1016/J.FUTURE.2023.11.037 + url: https://doi.org/10.1016/j.future.2023.11.037 + dblp_key: journals/fgcs/MaLN24 + venue_name: Future Gener. Comput. Syst. + pages: 375-390 +- title: Synchronizing DDoS detection and mitigation based graph learning with programmable + data plane, SDN + authors: + - Jie Ma + - Wei Su + - Yikun Li + - Yihua Peng + year: '2024' + doi: 10.1016/J.FUTURE.2023.12.033 + url: https://doi.org/10.1016/j.future.2023.12.033 + dblp_key: journals/fgcs/MaSLP24 + venue_name: Future Gener. Comput. Syst. + pages: 206-218 +- title: 'Sonnet: A control-theoretic approach for resource allocation in cluster + management' + authors: + - Ruifeng Ma + - Yufeng Zhan + - Yuanqing Xia + - Chuge Wu + - Liwen Yang + - Runze Gao + year: '2024' + doi: 10.1016/J.FUTURE.2023.11.019 + url: https://doi.org/10.1016/j.future.2023.11.019 + dblp_key: journals/fgcs/MaZXWYG24 + venue_name: Future Gener. Comput. Syst. + pages: 169-181 +- title: 'Replay with Feedback: How does the performance of HPC system impact user + submission behavior?' + authors: + - Maël Madon + - Georges Da Costa + - Jean-Marc Pierson + year: '2024' + doi: 10.1016/J.FUTURE.2024.01.024 + url: https://doi.org/10.1016/j.future.2024.01.024 + dblp_key: journals/fgcs/MadonCP24 + venue_name: Future Gener. Comput. Syst. + pages: 66-79 +- title: IoT-friendly, pre-computed and outsourced attribute based encryption + authors: + - Mahdi Mahdavi + - Mohammad Hesam Tadayon + - Mohammad Sayad Haghighi + - Zahra Ahmadian + year: '2024' + doi: 10.1016/J.FUTURE.2023.08.015 + url: https://doi.org/10.1016/j.future.2023.08.015 + dblp_key: journals/fgcs/MahdaviTHA24 + venue_name: Future Gener. Comput. Syst. + pages: 115-126 +- title: Corrigendum to "IoT-friendly, pre-computed and outsourced attribute + based encryption" [Future Generation Computer Systems (FGCS) volume 150 (2024) + 115-126/ FGCS-D-23-00424] + authors: + - Mahdi Mahdavi + - Mohammad Hesam Tadayon + - Mohammad Sayad Haghighi + - Zahra Ahmadian + year: '2024' + doi: 10.1016/J.FUTURE.2023.12.027 + url: https://doi.org/10.1016/j.future.2023.12.027 + dblp_key: journals/fgcs/MahdaviTHA24a + venue_name: Future Gener. Comput. Syst. + pages: '396' +- title: Pro-active component image placement in Edge computing environments + authors: + - Antonios Makris + - Evangelos Psomakelis + - Emanuele Carlini 0001 + - Matteo Mordacchini + - Theodoros Theodoropoulos + - Patrizio Dazzi + - Konstantinos Tserpes + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.007 + url: https://doi.org/10.1016/j.future.2024.04.007 + dblp_key: journals/fgcs/MakrisPCMTDT24 + venue_name: Future Gener. Comput. Syst. + pages: 344-359 +- title: 'Clusterslice: Slicing resources for zero-touch Kubernetes-based experimentation' + authors: + - Lefteris Mamatas + - Sotiris Skaperas + - Ilias Sakellariou + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.038 + url: https://doi.org/10.1016/j.future.2024.06.038 + dblp_key: journals/fgcs/MamatasSS24 + venue_name: Future Gener. Comput. Syst. + pages: 1-10 +- title: Proactive resource management for cloud of services environments + authors: + - Gonçalo Marques + - Carlos R. Senna + - Susana Sargento + - Luís Carvalho + - Luís Pereira + - Ricardo Matos + year: '2024' + doi: 10.1016/J.FUTURE.2023.08.005 + url: https://doi.org/10.1016/j.future.2023.08.005 + dblp_key: journals/fgcs/MarquesSSCPM24 + venue_name: Future Gener. Comput. Syst. + pages: 90-102 +- title: 'CANDIL: A federated data fabric for network analytics' + authors: + - Ignacio Dominguez Martinez-Casanueva + - Luis Bellido + - Daniel González-Sánchez + - Diego R. López + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.013 + url: https://doi.org/10.1016/j.future.2024.04.013 + dblp_key: journals/fgcs/MartinezCasanuevaBGL24 + venue_name: Future Gener. Comput. Syst. + pages: 98-109 +- title: 'The Renoir Dataflow Platform: Efficient Data Processing without Complexity' + authors: + - Luca De Martini + - Alessandro Margara + - Gianpaolo Cugola + - Marco Donadoni + - Edoardo Morassutto + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.018 + url: https://doi.org/10.1016/j.future.2024.06.018 + dblp_key: journals/fgcs/MartiniMCDM24 + venue_name: Future Gener. Comput. Syst. + pages: 472-488 +- title: Parallel intersection counting on shared-memory multiprocessors and GPUs + authors: + - Moreno Marzolla + - Giovanni Birolo + - Gabriele D'Angelo + - Piero Fariselli + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.039 + url: https://doi.org/10.1016/j.future.2024.05.039 + dblp_key: journals/fgcs/MarzollaBDF24 + venue_name: Future Gener. Comput. Syst. + pages: 423-431 +- title: Pattern-based serverless data processing pipelines for Function-as-a-Service + orchestration systems + authors: + - Anil Mathew + - Vasilios Andrikopoulos + - Frank J. Blaauw + - Dimka Karastoyanova + year: '2024' + doi: 10.1016/J.FUTURE.2023.12.026 + url: https://doi.org/10.1016/j.future.2023.12.026 + dblp_key: journals/fgcs/MathewABK24 + venue_name: Future Gener. Comput. Syst. + pages: 87-100 +- title: Enabling Federated Learning at the Edge through the IOTA Tangle + authors: + - Carlo Mazzocca + - Nicolò Romandini + - Rebecca Montanari + - Paolo Bellavista + year: '2024' + doi: 10.1016/J.FUTURE.2023.10.014 + url: https://doi.org/10.1016/j.future.2023.10.014 + dblp_key: journals/fgcs/MazzoccaRMB24 + venue_name: Future Gener. Comput. Syst. + pages: 17-29 +- title: An exploration of online-simulation-driven portfolio scheduling in Workflow + Management Systems + authors: + - Jesse McDonald + - John Dobbs + - Yick Ching Wong + - Rafael Ferreira da Silva + - Henri Casanova + year: '2024' + doi: 10.1016/J.FUTURE.2024.07.005 + url: https://doi.org/10.1016/j.future.2024.07.005 + dblp_key: journals/fgcs/McDonaldDWSC24 + venue_name: Future Gener. Comput. Syst. + pages: 345-360 +- title: A novel Edge architecture and solution for detecting concept drift in smart + environments + authors: + - Hassan Mehmood + - Ahmed Khalid + - Panos Kostakos 0001 + - Ekaterina Gilman + - Susanna Pirttikangas + year: '2024' + doi: 10.1016/J.FUTURE.2023.08.023 + url: https://doi.org/10.1016/j.future.2023.08.023 + dblp_key: journals/fgcs/MehmoodKKGP24 + venue_name: Future Gener. Comput. Syst. + pages: 127-143 +- title: 'MAS-Cloud+: A novel multi-agent architecture with reasoning models for resource + management in multiple providers' + authors: + - Aldo H. D. Mendes + - Michel J. F. Rosa + - Marcelo Antonio Marotta + - Aletéia P. F. Araújo + - Alba C. M. A. Melo + - Célia Ghedini Ralha + year: '2024' + doi: 10.1016/J.FUTURE.2023.12.022 + url: https://doi.org/10.1016/j.future.2023.12.022 + dblp_key: journals/fgcs/MendesRMAMR24 + venue_name: Future Gener. Comput. Syst. + pages: 16-34 +- title: Accelerating range minimum queries with ray tracing cores + authors: + - Enzo Meneses + - Cristóbal A. Navarro + - Héctor Ferrada + - Felipe A. Quezada + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.040 + url: https://doi.org/10.1016/j.future.2024.03.040 + dblp_key: journals/fgcs/MenesesNFQ24 + venue_name: Future Gener. Comput. Syst. + pages: 98-111 +- title: 'FaaS for IoT: Evolving Serverless towards Deviceless in I/Oclouds' + authors: + - Giovanni Merlino + - Giuseppe Tricomi + - Luca D'Agati + - Zakaria Benomar + - Francesco Longo 0001 + - Antonio Puliafito + year: '2024' + doi: 10.1016/J.FUTURE.2023.12.029 + url: https://doi.org/10.1016/j.future.2023.12.029 + dblp_key: journals/fgcs/MerlinoTDBLP24 + venue_name: Future Gener. Comput. Syst. + pages: 189-205 +- title: Quantised and Simulated Max-min Fairness in Blockchain Ecosystems + authors: + - Serdar Metin + - Can C. Özturan + year: '2024' + doi: 10.1016/J.FUTURE.2023.08.025 + url: https://doi.org/10.1016/j.future.2023.08.025 + dblp_key: journals/fgcs/MetinO24 + venue_name: Future Gener. Comput. Syst. + pages: 260-271 +- title: 'ARGENT: Multi-task learning model for predicting autism-related genes and + drug targets using heterogeneous graph convolutional network' + authors: + - Xinxin Miao + - Weiwei Yu + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.052 + url: https://doi.org/10.1016/j.future.2024.06.052 + dblp_key: journals/fgcs/MiaoY24 + venue_name: Future Gener. Comput. Syst. + pages: 942-950 +- title: Investigation on cellular LTE C-V2X network serving vehicular data traffic + in realistic urban scenarios + authors: + - Zeeshan Hameed Mir + - Nils Dreyer + - Thomas Kürner + - Fethi Filali + year: '2024' + doi: 10.1016/J.FUTURE.2024.07.002 + url: https://doi.org/10.1016/j.future.2024.07.002 + dblp_key: journals/fgcs/MirDKF24 + venue_name: Future Gener. Comput. Syst. + pages: 66-80 +- title: Evaluating NiFi and MQTT based serverless data pipelines in fog computing + environments + authors: + - Sreenivasu Mirampalli + - Rajeev Wankar + - Satish Narayana Srirama + year: '2024' + doi: 10.1016/J.FUTURE.2023.09.014 + url: https://doi.org/10.1016/j.future.2023.09.014 + dblp_key: journals/fgcs/MirampalliWS24 + venue_name: Future Gener. Comput. Syst. + pages: 341-353 +- title: A load-balanced algorithm for Internet Gateway placement in Backbone Wireless + Mesh Networks + authors: + - Najib Ahmed Mohammed + - Mohamed Othman + year: '2024' + doi: 10.1016/J.FUTURE.2023.08.024 + url: https://doi.org/10.1016/j.future.2023.08.024 + dblp_key: journals/fgcs/MohammedO24 + venue_name: Future Gener. Comput. Syst. + pages: 144-159 +- title: 'GRAAFE: GRaph Anomaly Anticipation Framework for Exascale HPC systems' + authors: + - Martin Molan + - Mohsen Seyedkazemi Ardebili + - Junaid Ahmed Khan + - Francesco Beneventi + - Daniele Cesarini + - Andrea Borghesi + - Andrea Bartolini + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.032 + url: https://doi.org/10.1016/j.future.2024.06.032 + dblp_key: journals/fgcs/MolanAKBCBB24 + venue_name: Future Gener. Comput. Syst. + pages: 644-653 +- title: A sustainable Bitcoin blockchain network through introducing dynamic block + size adjustment using predictive analytics + authors: + - Maruf Monem + - Md Tamjid Hossain + - Md. Golam Rabiul Alam + - Md. Shirajum Munir + - Md. Mahbubur Rahman + - Salman A. AlQahtani + - Samah Almutlaq + - Mohammad Mehedi Hassan + year: '2024' + doi: 10.1016/J.FUTURE.2023.11.005 + url: https://doi.org/10.1016/j.future.2023.11.005 + dblp_key: journals/fgcs/MonemHAMRAAH24 + venue_name: Future Gener. Comput. Syst. + pages: 12-26 +- title: Minimum-energy virtual machine placement using embedded sensors and machine + learning + authors: + - Nalveer Moocheet + - Brigitte Jaumard + - Pierre Thibault + - Lackis Eleftheriadis + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.027 + url: https://doi.org/10.1016/j.future.2024.06.027 + dblp_key: journals/fgcs/MoocheetJTE24 + venue_name: Future Gener. Comput. Syst. + pages: 85-94 +- title: Feature selection based on dataset variance optimization using Hybrid Sine + Cosine - Firehawk Algorithm (HSCFHA) + authors: + - Syed Kumayl Raza Moosavi + - Ahsan Saadat + - Zainab Abaid + - Wei Ni 0001 + - Kai Li 0002 + - Mohsen Guizani + year: '2024' + doi: 10.1016/J.FUTURE.2024.02.017 + url: https://doi.org/10.1016/j.future.2024.02.017 + dblp_key: journals/fgcs/MoosaviSANLG24 + venue_name: Future Gener. Comput. Syst. + pages: 272-286 +- title: 'Enhancing generalization in Federated Learning with heterogeneous data: + A comparative literature review' + authors: + - Alessio Mora + - Armir Bujari + - Paolo Bellavista + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.027 + url: https://doi.org/10.1016/j.future.2024.03.027 + dblp_key: journals/fgcs/MoraBB24 + venue_name: Future Gener. Comput. Syst. + pages: 1-15 +- title: A multi-objective approach for communication reduction in federated learning + under devices heterogeneity constraints + authors: + - José Á. Morell + - Zakaria Abdelmoiz Dahi + - Francisco Chicano + - Gabriel Luque + - Enrique Alba 0001 + year: '2024' + doi: 10.1016/J.FUTURE.2024.02.022 + url: https://doi.org/10.1016/j.future.2024.02.022 + dblp_key: journals/fgcs/MorellDCLA24 + venue_name: Future Gener. Comput. Syst. + pages: 367-383 +- title: An efficient cloud-integrated distributed deep neural network framework for + IoT malware classification + authors: + - Mohammad Reza Babaei Mosleh + - Saeed Sharifian + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.051 + url: https://doi.org/10.1016/j.future.2024.03.051 + dblp_key: journals/fgcs/MoslehS24 + venue_name: Future Gener. Comput. Syst. + pages: 603-617 +- title: End to End secure data exchange in value chains with dynamic policy updates + authors: + - Aintzane Mosteiro-Sanchez + - Marc Barcelo + - Jasone Astorga + - Aitor Urbieta + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.053 + url: https://doi.org/10.1016/j.future.2024.04.053 + dblp_key: journals/fgcs/MosteiroSanchezBAU24 + venue_name: Future Gener. Comput. Syst. + pages: 333-345 +- title: 'FRESH: Fault-tolerant Real-time Scheduler for Heterogeneous multiprocessor + platforms' + authors: + - Sanjay Moulik + - Yanshul Sharma + year: '2024' + doi: 10.1016/J.FUTURE.2024.07.008 + url: https://doi.org/10.1016/j.future.2024.07.008 + dblp_key: journals/fgcs/MoulikS24 + venue_name: Future Gener. Comput. Syst. + pages: 214-225 +- title: 'LLM4VV: Developing LLM-driven testsuite for compiler validation' + authors: + - Christian Munley + - Aaron Jarmusch + - Sunita Chandrasekaran + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.034 + url: https://doi.org/10.1016/j.future.2024.05.034 + dblp_key: journals/fgcs/MunleyJC24 + venue_name: Future Gener. Comput. Syst. + pages: 1-13 +- title: 'SG-PBFS: Shortest Gap-Priority Based Fair Scheduling technique for job scheduling + in cloud environment' + authors: + - Saydul Akbar Murad + - Zafril Rizal M. Azmi + - Abu Jafar Md Muzahid + - Md. Khairul Bashar Bhuiyan + - Md Saib + - Nick Rahimi + - Nusrat Jahan Prottasha + - Anupam Kumar Bairagi + year: '2024' + doi: 10.1016/J.FUTURE.2023.09.005 + url: https://doi.org/10.1016/j.future.2023.09.005 + dblp_key: journals/fgcs/MuradAMBSRPB24 + venue_name: Future Gener. Comput. Syst. + pages: 232-242 +- title: Uncertainty-aware autonomous sensing with deep reinforcement learning + authors: + - Abdulmajid Murad + - Frank Alexander Kraemer + - Kerstin Bach + - Gavin Taylor + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.021 + url: https://doi.org/10.1016/j.future.2024.03.021 + dblp_key: journals/fgcs/MuradKBT24 + venue_name: Future Gener. Comput. Syst. + pages: 242-253 +- title: Parallel and consistent live checkpointing and restoration of split-memory + VMs + authors: + - Tokito Murata + - Kenichi Kourai + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.024 + url: https://doi.org/10.1016/j.future.2024.05.024 + dblp_key: journals/fgcs/MurataK24 + venue_name: Future Gener. Comput. Syst. + pages: 432-443 +- title: Digital transformation with a lightweight on-premise PaaS + authors: + - Din Music + - Jernej Hribar + - Carolina Fortuna + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.026 + url: https://doi.org/10.1016/j.future.2024.06.026 + dblp_key: journals/fgcs/MusicHF24 + venue_name: Future Gener. Comput. Syst. + pages: 619-629 +- title: 'DAI-NET: Toward communication-aware collaborative training for the industrial + edge' + authors: + - Christine Mwase + - Yi Jin 0007 + - Tomi Westerlund + - Hannu Tenhunen + - Zhuo Zou + year: '2024' + doi: 10.1016/J.FUTURE.2024.01.027 + url: https://doi.org/10.1016/j.future.2024.01.027 + dblp_key: journals/fgcs/MwaseJWTZ24 + venue_name: Future Gener. Comput. Syst. + pages: 193-203 +- title: Enhancing federated learning robustness through randomization and mixture + authors: + - Seyedsina Nabavirazavi + - Rahim Taheri + - Sundaraja Sitharama Iyengar + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.009 + url: https://doi.org/10.1016/j.future.2024.04.009 + dblp_key: journals/fgcs/NabavirazaviTI24 + venue_name: Future Gener. Comput. Syst. + pages: 28-43 +- title: Understanding global aggregation and optimization of federated learning + authors: + - Shanika Iroshi Nanayakkara + - Shiva Raj Pokhrel + - Gang Li 0009 + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.009 + url: https://doi.org/10.1016/j.future.2024.05.009 + dblp_key: journals/fgcs/NanayakkaraPL24 + venue_name: Future Gener. Comput. Syst. + pages: 114-133 +- title: 'Maximizing UAV fog deployment efficiency for critical rescue operations: + A multi-objective optimization approach' + authors: + - Abdenacer Naouri + - Huansheng Ning + - Nabil Abdelkader Nouri + - Amar Khelloufi + - Abdelkarim Ben Sada + - Salim Naouri + - Attia Qammar + - Sahraoui Dhelim + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.007 + url: https://doi.org/10.1016/j.future.2024.05.007 + dblp_key: journals/fgcs/NaouriNNKSNQD24 + venue_name: Future Gener. Comput. Syst. + pages: 255-271 +- title: A Blockchain-based Digital Twin for IoT deployments in logistics and transportation + authors: + - Salvador Cuñat Negueroles + - Raúl Reinosa Simón + - Matilde Julián + - Andreu Belsa + - Ignacio Lacalle + - Raúl S.-Julián + - Carlos Enrique Palau + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.011 + url: https://doi.org/10.1016/j.future.2024.04.011 + dblp_key: journals/fgcs/NeguerolesSJBLSP24 + venue_name: Future Gener. Comput. Syst. + pages: 73-88 +- title: Holistic cold-start management in serverless computing cloud with deep learning + for time series + authors: + - Tam N. Nguyen + year: '2024' + doi: 10.1016/J.FUTURE.2023.12.011 + url: https://doi.org/10.1016/j.future.2023.12.011 + dblp_key: journals/fgcs/Nguyen24 + venue_name: Future Gener. Comput. Syst. + pages: 312-325 +- title: 'QFaaS: A Serverless Function-as-a-Service framework for Quantum computing' + authors: + - Hoa T. Nguyen + - Muhammad Usman 0009 + - Rajkumar Buyya + year: '2024' + doi: 10.1016/J.FUTURE.2024.01.018 + url: https://doi.org/10.1016/j.future.2024.01.018 + dblp_key: journals/fgcs/NguyenUB24 + venue_name: Future Gener. Comput. Syst. + pages: 281-300 +- title: X-OpenMP - eXtreme fine-grained tasking using lock-less work stealing + authors: + - Poornima Nookala + - Kyle Chard + - Ioan Raicu + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.019 + url: https://doi.org/10.1016/j.future.2024.05.019 + dblp_key: journals/fgcs/NookalaCR24 + venue_name: Future Gener. Comput. Syst. + pages: 444-458 +- title: Secure Processing-aware Media Storage and Archival (SPMSA) + authors: + - Jannatun Noor + - Rizwanul Hoque Ratul + - Md. Samiul Basher + - Jarif Ahmed Soumik + - Sakib Sadman + - Niloy Julious Rozario + - Rezwana Reaz + - Sriram Chellappan + - A. B. M. Alim Al Islam + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.010 + url: https://doi.org/10.1016/j.future.2024.05.010 + dblp_key: journals/fgcs/NoorRBSSRRCI24 + venue_name: Future Gener. Comput. Syst. + pages: 290-306 +- title: Adaptive Scheduling of Continuous Operators for IoT Edge Analytics + authors: + - Patient Ntumba + - Nikolaos Georgantas + - Vassilis Christophides + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.029 + url: https://doi.org/10.1016/j.future.2024.04.029 + dblp_key: journals/fgcs/NtumbaGC24 + venue_name: Future Gener. Comput. Syst. + pages: 277-293 +- title: 'Light-HIDRA: Scalable and decentralized resource orchestration in Fog-IoT + environments' + authors: + - Carlos Núñez-Gómez + - Martijn de Vos + - Jérémie Decouchant + - Johan Pouwelse + - María Blanca Caminero + - Carmen Carrión 0001 + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.041 + url: https://doi.org/10.1016/j.future.2024.05.041 + dblp_key: journals/fgcs/NunezGomezVDPCC24 + venue_name: Future Gener. Comput. Syst. + pages: 76-91 +- title: 'Dynamic context-aware workflow management architecture for efficient manufacturing: + A ROS-based case study' + authors: + - William Ochoa + - Jon Legaristi + - Felix Larrinaga + - Alain Perez + year: '2024' + doi: 10.1016/J.FUTURE.2023.12.024 + url: https://doi.org/10.1016/j.future.2023.12.024 + dblp_key: journals/fgcs/OchoaLLP24 + venue_name: Future Gener. Comput. Syst. + pages: 505-520 +- title: Dimensionality reduction for detection of anomalies in the IoT traffic data + authors: + - Dominik Olszewski + - Marcin Iwanowski + - Waldemar Graniszewski + year: '2024' + doi: 10.1016/J.FUTURE.2023.09.033 + url: https://doi.org/10.1016/j.future.2023.09.033 + dblp_key: journals/fgcs/OlszewskiIG24 + venue_name: Future Gener. Comput. Syst. + pages: 137-151 +- title: Smartgrid-based hybrid digital twins framework for demand side recommendation + service provision in distributed power systems + authors: + - Abiodun E. Onile + - Eduard Petlenkov + - Yoash Levron + - Juri Belikov + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.018 + url: https://doi.org/10.1016/j.future.2024.03.018 + dblp_key: journals/fgcs/OnilePLB24 + venue_name: Future Gener. Comput. Syst. + pages: 142-156 +- title: Distributed asynchronous rendezvous planning on the line for multi-agent + systems + authors: + - Deniz Ozsoyeller + - Öznur Özkasap + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.054 + url: https://doi.org/10.1016/j.future.2024.06.054 + dblp_key: journals/fgcs/OzsoyellerO24 + venue_name: Future Gener. Comput. Syst. + pages: 35-48 +- title: 'Transaction monitoring in anti-money laundering: A qualitative analysis + and points of view from industry' + authors: + - Berkan Oztas + - Deniz Cetinkaya + - Festus Adedoyin + - Marcin Budka + - Gökhan Aksu + - Huseyin Dogan + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.027 + url: https://doi.org/10.1016/j.future.2024.05.027 + dblp_key: journals/fgcs/OztasCABAD24 + venue_name: Future Gener. Comput. Syst. + pages: 161-171 +- title: 'GLSBIoT: GWO-based enhancement for lightweight scalable blockchain for IoT + with trust based consensus' + authors: + - Adla Padma + - Mangayarkarasi Ramaiah + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.008 + url: https://doi.org/10.1016/j.future.2024.05.008 + dblp_key: journals/fgcs/PadmaR24 + venue_name: Future Gener. Comput. Syst. + pages: 64-76 +- title: 'Mobile edge assisted multi-view light field video system: Prototype design + and empirical evaluation' + authors: + - Yuxuan Pan + - Kaiyue Luo + - Yunming Liu + - Chen Xu + - Yu Liu + - Lin Zhang + year: '2024' + doi: 10.1016/J.FUTURE.2023.11.023 + url: https://doi.org/10.1016/j.future.2023.11.023 + dblp_key: journals/fgcs/PanLLXLZ24 + venue_name: Future Gener. Comput. Syst. + pages: 154-168 +- title: 'AQUA: Analytics-driven quantum neural network (QNN) user assistance for + software validation' + authors: + - Soohyun Park + - Hankyul Baek + - Jung Won Yoon 0005 + - Youn Kyu Lee + - Joongheon Kim + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.047 + url: https://doi.org/10.1016/j.future.2024.05.047 + dblp_key: journals/fgcs/ParkBYLK24 + venue_name: Future Gener. Comput. Syst. + pages: 545-556 +- title: 'Unraveling the MEV enigma: ABI-free detection model using Graph Neural Networks' + authors: + - Seongwan Park + - Woojin Jeong + - Yunyoung Lee + - Bumho Son + - Huisu Jang + - Jaewook Lee 0001 + year: '2024' + doi: 10.1016/J.FUTURE.2023.11.014 + url: https://doi.org/10.1016/j.future.2023.11.014 + dblp_key: journals/fgcs/ParkJLSJL24 + venue_name: Future Gener. Comput. Syst. + pages: 70-83 +- title: Multiclass autoencoder-based active learning for sensor-based human activity + recognition + authors: + - Hyunseo Park + - Gyeong Ho Lee + - Jaeseob Han + - Jun Kyun Choi + year: '2024' + doi: 10.1016/J.FUTURE.2023.09.029 + url: https://doi.org/10.1016/j.future.2023.09.029 + dblp_key: journals/fgcs/ParkLHC24 + venue_name: Future Gener. Comput. Syst. + pages: 71-84 +- title: A Big Data architecture for early identification and categorization of dark + web sites + authors: + - Javier Pastor-Galindo + - Hông-Ân Sandlin + - Félix Gómez Mármol + - Gérôme Bovet + - Gregorio Martínez Pérez + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.025 + url: https://doi.org/10.1016/j.future.2024.03.025 + dblp_key: journals/fgcs/PastorGalindoSMBP24 + venue_name: Future Gener. Comput. Syst. + pages: 67-81 +- title: Multi-resource interleaving for task scheduling in cloud-edge system by deep + reinforcement learning + authors: + - Xinglong Pei + - Penghao Sun + - Yuxiang Hu + - Dan Li + - Le Tian 0002 + - Ziyong Li + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.033 + url: https://doi.org/10.1016/j.future.2024.06.033 + dblp_key: journals/fgcs/PeiSHLTL24 + venue_name: Future Gener. Comput. Syst. + pages: 522-536 +- title: 'InferFair: Towards QoS-aware scheduling for performance isolation guarantee + in heterogeneous model serving systems' + authors: + - Yaqiong Peng + - Haocheng Peng + year: '2024' + doi: 10.1016/J.FUTURE.2023.08.020 + url: https://doi.org/10.1016/j.future.2023.08.020 + dblp_key: journals/fgcs/PengP24 + venue_name: Future Gener. Comput. Syst. + pages: 10-20 +- title: A dynamic multi-objective evolutionary algorithm with variable stepsize and + dual prediction strategies + authors: + - Hu Peng + - Chen Pi + - Jianpeng Xiong + - Debin Fan + - Fanfan Shen + year: '2024' + doi: 10.1016/J.FUTURE.2024.07.028 + url: https://doi.org/10.1016/j.future.2024.07.028 + dblp_key: journals/fgcs/PengPXFS24 + venue_name: Future Gener. Comput. Syst. + pages: 390-403 +- title: An intelligent resource allocation strategy with slicing and auction for + private edge cloud systems + authors: + - Yuhuai Peng + - Jing Wang 0227 + - Xiongang Ye + - Fazlullah Khan + - Ali Kashif Bashir + - Bandar Alshawi + - Lei Liu 0031 + - Marwan Omar + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.045 + url: https://doi.org/10.1016/j.future.2024.06.045 + dblp_key: journals/fgcs/PengWYKBALO24 + venue_name: Future Gener. Comput. Syst. + pages: 879-889 +- title: 'Pattern sequence-based algorithm for multivariate big data time series forecasting: + Application to electricity consumption' + authors: + - Rubén Pérez-Chacón + - Gualberto Asencio-Cortés + - Alicia Troncoso Lora + - Francisco Martínez-Álvarez + year: '2024' + doi: 10.1016/J.FUTURE.2023.12.021 + url: https://doi.org/10.1016/j.future.2023.12.021 + dblp_key: journals/fgcs/PerezChaconALM24 + venue_name: Future Gener. Comput. Syst. + pages: 397-412 +- title: Prediction-based data reduction with dynamic target node selection in IoT + sensor networks + authors: + - Bartlomiej Placzek + year: '2024' + doi: 10.1016/J.FUTURE.2023.11.007 + url: https://doi.org/10.1016/j.future.2023.11.007 + dblp_key: journals/fgcs/Placzek24 + venue_name: Future Gener. Comput. Syst. + pages: 225-238 +- title: 'SkySwapping: Entanglement resupply by separating quantum swapping and photon + exchange' + authors: + - Alin-Bogdan Popa + - Bogdan-Cãlin Ciobanu + - Voichita Iancu + - Florin Pop + - Pantelimon George Popescu + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.031 + url: https://doi.org/10.1016/j.future.2024.04.031 + dblp_key: journals/fgcs/PopaCIPP24 + venue_name: Future Gener. Comput. Syst. + pages: 89-97 +- title: 'Fluidity: Providing flexible deployment and adaptation policy experimentation + for serverless and distributed applications spanning cloud-edge-mobile environments' + authors: + - Foivos Pournaropoulos + - Alexandros Patras + - Christos D. Antonopoulos + - Nikos Bellas + - Spyros Lalis + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.031 + url: https://doi.org/10.1016/j.future.2024.03.031 + dblp_key: journals/fgcs/PournaropoulosPABL24 + venue_name: Future Gener. Comput. Syst. + pages: 210-225 +- title: Preface of special issue on future generation ICT solutions for digital social + innovation and sustainable development + authors: + - Catia Prandi + - Diogo Pacheco + - Costas Mourlas + year: '2024' + doi: 10.1016/J.FUTURE.2023.12.019 + url: https://doi.org/10.1016/j.future.2023.12.019 + dblp_key: journals/fgcs/PrandiPM24 + venue_name: Future Gener. Comput. Syst. + pages: 537-538 +- title: 'Enabling federated learning across the computing continuum: Systems, challenges + and future directions' + authors: + - Cèdric Prigent + - Alexandru Costan + - Gabriel Antoniu + - Loïc Cudennec + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.043 + url: https://doi.org/10.1016/j.future.2024.06.043 + dblp_key: journals/fgcs/PrigentCAC24 + venue_name: Future Gener. Comput. Syst. + pages: 767-783 +- title: YOLO-based ROI selection for joint encryption and compression of medical + images with reconstruction through super-resolution network + authors: + - Priyanka + - Naman Baranwal + - Kedar Nath Singh + - Amit Kumar Singh 0001 + year: '2024' + doi: 10.1016/J.FUTURE.2023.08.018 + url: https://doi.org/10.1016/j.future.2023.08.018 + dblp_key: journals/fgcs/PriyankaBSS24 + venue_name: Future Gener. Comput. Syst. + pages: 1-9 +- title: Serverless computing in the cloud-to-edge continuum + authors: + - Carlo Puliafito + - Omer F. Rana + - Luiz F. Bittencourt + - Hao Wu 0022 + year: '2024' + doi: 10.1016/J.FUTURE.2024.07.043 + url: https://doi.org/10.1016/j.future.2024.07.043 + dblp_key: journals/fgcs/PuliafitoRBW24 + venue_name: Future Gener. Comput. Syst. + pages: 514-517 +- title: On the choice of physical constraints in artificial neural networks for predicting + flow fields + authors: + - Rishabh Puri + - Junya Onishi + - Mario Rüttgers + - Rakesh Sarma + - Makoto Tsubokura + - Andreas Lintermann + year: '2024' + doi: 10.1016/J.FUTURE.2024.07.009 + url: https://doi.org/10.1016/j.future.2024.07.009 + dblp_key: journals/fgcs/PuriORSTL24 + venue_name: Future Gener. Comput. Syst. + pages: 361-375 +- title: Differential privacy model for blockchain based smart home architecture + authors: + - Amjad Qashlan + - Priyadarsi Nanda + - Manoranjan Mohanty + year: '2024' + doi: 10.1016/J.FUTURE.2023.08.010 + url: https://doi.org/10.1016/j.future.2023.08.010 + dblp_key: journals/fgcs/QashlanNM24 + venue_name: Future Gener. Comput. Syst. + pages: 49-63 +- title: 'Model aggregation techniques in federated learning: A comprehensive survey' + authors: + - Pian Qi + - Diletta Chiaro + - Antonella Guzzo + - Michele Ianni + - Giancarlo Fortino + - Francesco Piccialli + year: '2024' + doi: 10.1016/J.FUTURE.2023.09.008 + url: https://doi.org/10.1016/j.future.2023.09.008 + dblp_key: journals/fgcs/QiCGIFP24 + venue_name: Future Gener. Comput. Syst. + pages: 272-293 +- title: Importance-aware data selection and resource allocation for hierarchical + federated edge learning + authors: + - Xianke Qiang + - Yun Hu 0001 + - Zheng Chang 0001 + - Timo Hämäläinen 0002 + year: '2024' + doi: 10.1016/J.FUTURE.2023.12.014 + url: https://doi.org/10.1016/j.future.2023.12.014 + dblp_key: journals/fgcs/QiangHCH24 + venue_name: Future Gener. Comput. Syst. + pages: 35-44 +- title: 'EdgeOptimizer: A programmable containerized scheduler of time-critical tasks + in Kubernetes-based edge-cloud clusters' + authors: + - Yufei Qiao + - Shihao Shen + - Cheng Zhang 0007 + - Wenyu Wang + - Tie Qiu 0001 + - Xiaofei Wang 0001 + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.007 + url: https://doi.org/10.1016/j.future.2024.03.007 + dblp_key: journals/fgcs/QiaoSZWQW24 + venue_name: Future Gener. Comput. Syst. + pages: 221-230 +- title: 'MCOTM: Mobility-aware computation offloading and task migration for edge + computing in industrial IoT' + authors: + - Wei Qin + - Haiming Chen 0002 + - Lei Wang 0195 + - Yinshui Xia + - Alfredo Nascita + - Antonio Pescapè + year: '2024' + doi: 10.1016/J.FUTURE.2023.10.004 + url: https://doi.org/10.1016/j.future.2023.10.004 + dblp_key: journals/fgcs/QinCWXNP24 + venue_name: Future Gener. Comput. Syst. + pages: 232-241 +- title: Towards machine-readable semantic-based E-business contract representations + using Network of Timed Automata (NTA) + authors: + - Peng Qin 0001 + - Quanyi Hu + - Menglin Cui + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.040 + url: https://doi.org/10.1016/j.future.2024.04.040 + dblp_key: journals/fgcs/QinHC24 + venue_name: Future Gener. Comput. Syst. + pages: 457-471 +- title: Improved binary marine predator algorithm-based digital twin-assisted edge-computing + offloading method + authors: + - Shaoming Qiu + - Jiancheng Zhao + - Xuecui Zhang + - Fen Chen + - Yahui Wang + year: '2024' + doi: 10.1016/J.FUTURE.2024.02.021 + url: https://doi.org/10.1016/j.future.2024.02.021 + dblp_key: journals/fgcs/QiuZZCW24 + venue_name: Future Gener. Comput. Syst. + pages: 437-446 +- title: Elastic Federated Learning with Kubernetes Vertical Pod Autoscaler for edge + computing + authors: + - Pham Khanh Quan + - Taehong Kim + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.047 + url: https://doi.org/10.1016/j.future.2024.04.047 + dblp_key: journals/fgcs/QuanK24 + venue_name: Future Gener. Comput. Syst. + pages: 501-515 +- title: Digital twin framework for smart greenhouse management using next-gen mobile + networks and machine learning + authors: + - Hameedur Rahman + - Uzair Muzamil Shah + - Syed Morsleen Riaz + - Kashif Kifayat + - Syed Atif Moqurrab + - Joon Yoo + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.023 + url: https://doi.org/10.1016/j.future.2024.03.023 + dblp_key: journals/fgcs/RahmanSRKMY24 + venue_name: Future Gener. Comput. Syst. + pages: 285-300 +- title: An efficient computation offloading in edge environment using genetic algorithm + with directed search techniques for IoT applications + authors: + - Ezhilarasie Rajapackiyam + - M. Anusouya Devi + - Mandi Sushmanth Reddy + - Umamakeswari Arumugam + - Subramaniyaswamy Vairavasundaram + - Indragandhi Vairavasundaram + - Vishnu Suresh + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.021 + url: https://doi.org/10.1016/j.future.2024.04.021 + dblp_key: journals/fgcs/RajapackiyamDRAVVS24 + venue_name: Future Gener. Comput. Syst. + pages: 378-390 +- title: Deep reinforcement learning based Evasion Generative Adversarial Network + for botnet detection + authors: + - Rizwan Hamid Randhawa + - Nauman Aslam + - Mohammad Alauthman + - Muhammad Khalid + - Husnain Rafiq + year: '2024' + doi: 10.1016/J.FUTURE.2023.09.011 + url: https://doi.org/10.1016/j.future.2023.09.011 + dblp_key: journals/fgcs/RandhawaAAKR24 + venue_name: Future Gener. Comput. Syst. + pages: 294-302 +- title: A deep learning-based authentication protocol for IoT-enabled LTE systems + authors: + - A. Sai Venkateshwar Rao + - Prasanta Kumar Roy + - Tarachand Amgoth + - Ansuman Bhattacharya + year: '2024' + doi: 10.1016/J.FUTURE.2024.01.014 + url: https://doi.org/10.1016/j.future.2024.01.014 + dblp_key: journals/fgcs/RaoRAB24 + venue_name: Future Gener. Comput. Syst. + pages: 451-464 +- title: Efficient topic partitioning of Apache Kafka for high-reliability real-time + data streaming applications + authors: + - Theofanis P. Raptis + - Claudio Cicconetti + - Andrea Passarella + year: '2024' + doi: 10.1016/J.FUTURE.2023.12.028 + url: https://doi.org/10.1016/j.future.2023.12.028 + dblp_key: journals/fgcs/RaptisCP24 + venue_name: Future Gener. Comput. Syst. + pages: 173-188 +- title: Prediction of cancer drug combinations based on multidrug learning and cancer + expression information injection + authors: + - Shujie Ren + - Lu Chen + - Hongxia Hao + - Liang Yu 0002 + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.039 + url: https://doi.org/10.1016/j.future.2024.06.039 + dblp_key: journals/fgcs/RenCHY24 + venue_name: Future Gener. Comput. Syst. + pages: 798-807 +- title: Hybrid learning of predictive mobile-edge computation offloading under differently-aged + network states + authors: + - Chenshan Ren + - Wei Song + - Xinchen Lyu + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.022 + url: https://doi.org/10.1016/j.future.2024.03.022 + dblp_key: journals/fgcs/RenSL24 + venue_name: Future Gener. Comput. Syst. + pages: 301-312 +- title: Efficient GPU-algorithms for the combination of evidence in Dempster-Shafer + theory + authors: + - Noelia Rico + - Luigi Troiano + - Irene Díaz + year: '2024' + doi: 10.1016/J.FUTURE.2024.01.008 + url: https://doi.org/10.1016/j.future.2024.01.008 + dblp_key: journals/fgcs/RicoTD24 + venue_name: Future Gener. Comput. Syst. + pages: 465-478 +- title: 'Assessing and advancing the potential of quantum computing: A NASA case + study' + authors: + - Eleanor Gilbert Rieffel + - Ata Akbari Asanjan + - M. Sohaib Alam + - Namit Anand + - David E. Bernal Neira + - Sophie Block + - Lucas T. Brady + - Steve Cotton + - Zoe Gonzalez Izquierdo + - Shon Grabbe + - Erik Gustafson + - Stuart Hadfield + - Paul Aaron Lott + - Filip B. Maciejewski + - Salvatore Mandrà + - Jeffrey Marshall + - Gianni Mossi + - Humberto Munoz Bauza + - Jason Saied + - Nishchay Suri + - Davide Venturelli + - Zhihui Wang 0012 + - Rupak Biswas + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.012 + url: https://doi.org/10.1016/j.future.2024.06.012 + dblp_key: journals/fgcs/RieffelAAANBBCIGGHLMMMM24 + venue_name: Future Gener. Comput. Syst. + pages: 598-618 +- title: Rescheduling serverless workloads across the cloud-to-edge continuum + authors: + - Sebastián Risco + - Caterina Alarcón + - Sergio Langarita + - Miguel Caballer + - Germán Moltó + year: '2024' + doi: 10.1016/J.FUTURE.2023.12.015 + url: https://doi.org/10.1016/j.future.2023.12.015 + dblp_key: journals/fgcs/RiscoALCM24 + venue_name: Future Gener. Comput. Syst. + pages: 457-466 +- title: 'CODE: Code once, deploy everywhere serverless functions in federated FaaS' + authors: + - Sashko Ristov + - Simon Brandacher + - Mika Hautz + - Michael Felderer + - Ruth Breu + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.017 + url: https://doi.org/10.1016/j.future.2024.06.017 + dblp_key: journals/fgcs/RistovBHFB24 + venue_name: Future Gener. Comput. Syst. + pages: 442-456 +- title: IoT-driven blockchain to manage the healthcare supply chain and protect medical + records + authors: + - Alessandra Rizzardi + - Sabrina Sicari + - Jesús Fernando Cevallos Moreno + - Alberto Coen-Porisini + year: '2024' + doi: 10.1016/J.FUTURE.2024.07.039 + url: https://doi.org/10.1016/j.future.2024.07.039 + dblp_key: journals/fgcs/RizzardiSMC24 + venue_name: Future Gener. Comput. Syst. + pages: 415-431 +- title: A smart and novel approach for managing incast and in-network congestion + through adaptive routing + authors: + - Jose Rocher-Gonzalez + - Jesús Escudero-Sahuquillo + - Pedro Javier García + - Francisco J. Quiles 0001 + - José Duato + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.041 + url: https://doi.org/10.1016/j.future.2024.04.041 + dblp_key: journals/fgcs/RocherGonzalezEGQD24 + venue_name: Future Gener. Comput. Syst. + pages: 27-38 +- title: Comparing Adiabatic Quantum Computers for satellite images feature extraction + authors: + - Lorenzo Rocutto + - Marco Maronese + - Daniele Dragoni + - Andrea Cavalli + - Carlo Cavazzoni + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.027 + url: https://doi.org/10.1016/j.future.2024.04.027 + dblp_key: journals/fgcs/RocuttoMDCC24 + venue_name: Future Gener. Comput. Syst. + pages: 105-113 +- title: 'Advancements in remote sensing for invasive plant mapping along the Guadiana + River: The role of CNN2D' + authors: + - Elena Cristina Rodríguez-Garlito + - Abel Paz-Gallardo + - Antonio Plaza + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.056 + url: https://doi.org/10.1016/j.future.2024.04.056 + dblp_key: journals/fgcs/RodriguezGarlitoPP24 + venue_name: Future Gener. Comput. Syst. + pages: 400-409 +- title: Automated parallel execution of distributed task graphs with FPGA clusters + authors: + - Juan Miguel De Haro Ruiz + - Carlos Álvarez-Martínez + - Daniel Jiménez-González + - Xavier Martorell + - Tomohiro Ueno + - Kentaro Sano + - Burkhard Ringlein + - François Abel + - Beat Weiss + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.041 + url: https://doi.org/10.1016/j.future.2024.06.041 + dblp_key: journals/fgcs/RuizAJMUSRAW24 + venue_name: Future Gener. Comput. Syst. + pages: 808-824 +- title: QoS-aware offloading policies for serverless functions in the Cloud-to-Edge + continuum + authors: + - Gabriele Russo Russo + - Daniele Ferrarelli + - Diana Pasquali + - Valeria Cardellini + - Francesco Lo Presti + year: '2024' + doi: 10.1016/J.FUTURE.2024.02.019 + url: https://doi.org/10.1016/j.future.2024.02.019 + dblp_key: journals/fgcs/RussoFPCP24 + venue_name: Future Gener. Comput. Syst. + pages: 1-15 +- title: 'Understanding insiders in cloud adopted organizations: A survey on taxonomies, + incident analysis, defensive solutions, challenges' + authors: + - Asha S + - D. Shanmugapriya + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.033 + url: https://doi.org/10.1016/j.future.2024.04.033 + dblp_key: journals/fgcs/SS24 + venue_name: Future Gener. Comput. Syst. + pages: 427-446 +- title: Low-cost and high-performance channel access strategies for Internet of Nano-Things + applications + authors: + - Emre Sahin + - Mustafa Alper Akkas + - Orhan Dagdeviren + year: '2024' + doi: 10.1016/J.FUTURE.2023.12.017 + url: https://doi.org/10.1016/j.future.2023.12.017 + dblp_key: journals/fgcs/SahinAD24 + venue_name: Future Gener. Comput. Syst. + pages: 477-491 +- title: Multi-task peer-to-peer learning using an encoder-only transformer model + authors: + - Robert Sajina + - Nikola Tankovic + - Ivo Ipsic + year: '2024' + doi: 10.1016/J.FUTURE.2023.11.006 + url: https://doi.org/10.1016/j.future.2023.11.006 + dblp_key: journals/fgcs/SajinaTI24 + venue_name: Future Gener. Comput. Syst. + pages: 170-178 +- title: A digital twin-based energy-efficient wireless multimedia sensor network + for waterbirds monitoring + authors: + - Aya Sakhri + - Arsalan Ahmed + - Moufida Maimour + - Mehdi Kherbache + - Eric Rondeau + - Noureddine Doghmane + year: '2024' + doi: 10.1016/J.FUTURE.2024.02.011 + url: https://doi.org/10.1016/j.future.2024.02.011 + dblp_key: journals/fgcs/SakhriAMKRD24 + venue_name: Future Gener. Comput. Syst. + pages: 146-163 +- title: Digital Twin and federated learning enabled cyberthreat detection system + for IoT networks + authors: + - Mikail Mohammed Salim + - David Camacho + - Jong Hyuk Park 0001 + year: '2024' + doi: 10.1016/J.FUTURE.2024.07.017 + url: https://doi.org/10.1016/j.future.2024.07.017 + dblp_key: journals/fgcs/SalimCP24 + venue_name: Future Gener. Comput. Syst. + pages: 701-713 +- title: 'EDIT: A data inspection tool for smart contracts temporal behavior modeling + and prediction' + authors: + - Andrea De Salve + - Alessandro Brighente + - Mauro Conti + year: '2024' + doi: 10.1016/J.FUTURE.2024.01.004 + url: https://doi.org/10.1016/j.future.2024.01.004 + dblp_key: journals/fgcs/SalveBC24 + venue_name: Future Gener. Comput. Syst. + pages: 413-425 +- title: 'LearnChain: Transparent and cooperative reinforcement learning on Blockchain' + authors: + - Hani Sami + - Rabeb Mizouni + - Hadi Otrok + - Shakti Singh + - Jamal Bentahar + - Azzam Mourad + year: '2024' + doi: 10.1016/J.FUTURE.2023.09.012 + url: https://doi.org/10.1016/j.future.2023.09.012 + dblp_key: journals/fgcs/SamiMOSBM24 + venue_name: Future Gener. Comput. Syst. + pages: 255-271 +- title: Adversarial attacks and defenses on ML- and hardware-based IoT device fingerprinting + and identification + authors: + - Pedro Miguel Sánchez Sánchez + - Alberto Huertas Celdrán + - Gérôme Bovet + - Gregorio Martínez Pérez + year: '2024' + doi: 10.1016/J.FUTURE.2023.10.011 + url: https://doi.org/10.1016/j.future.2023.10.011 + dblp_key: journals/fgcs/SanchezCBP24 + venue_name: Future Gener. Comput. Syst. + pages: 30-42 +- title: 'FederatedTrust: A solution for trustworthy federated learning' + authors: + - Pedro Miguel Sánchez Sánchez + - Alberto Huertas Celdrán + - Ning Xie + - Gérôme Bovet + - Gregorio Martínez Pérez + - Burkhard Stiller + year: '2024' + doi: 10.1016/J.FUTURE.2023.10.013 + url: https://doi.org/10.1016/j.future.2023.10.013 + dblp_key: journals/fgcs/SanchezCXBPS24 + venue_name: Future Gener. Comput. Syst. + pages: 83-98 +- title: Improving speculative query execution support by the use of the hypergraph + representation + authors: + - Anna Sasak-Okon + - Marek S. Tudruj + year: '2024' + doi: 10.1016/J.FUTURE.2023.07.030 + url: https://doi.org/10.1016/j.future.2023.07.030 + dblp_key: journals/fgcs/SasakOkonT24 + venue_name: Future Gener. Comput. Syst. + pages: 186-201 +- title: Validity constraints for data analysis workflows + authors: + - Florian Schintke + - Khalid Belhajjame + - Ninon De Mecquenem + - David Frantz + - Vanessa Emanuela Guarino + - Marcus Hilbrich + - Fabian Lehmann + - Paolo Missier + - Rebecca Sattler + - Jan Arne Sparka + - Daniel T. Speckhard + - Hermann Stolte + - Anh Duc Vu 0001 + - Ulf Leser + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.037 + url: https://doi.org/10.1016/j.future.2024.03.037 + dblp_key: journals/fgcs/SchintkeBMFGHLMSSSSVL24 + venue_name: Future Gener. Comput. Syst. + pages: 82-97 +- title: 'ORION: Verification of drone trajectories via remote identification messages' + authors: + - Savio Sciancalepore + - Filip Davidovic + - Gabriele Oligeri + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.047 + url: https://doi.org/10.1016/j.future.2024.06.047 + dblp_key: journals/fgcs/SciancaleporeDO24 + venue_name: Future Gener. Comput. Syst. + pages: 869-878 +- title: 'Relativistic Digital Twin: Bringing the IoT to the future' + authors: + - Luca Sciullo + - Alberto De Marchi + - Angelo Trotta + - Federico Montori + - Luciano Bononi + - Marco Di Felice + year: '2024' + doi: 10.1016/J.FUTURE.2023.12.016 + url: https://doi.org/10.1016/j.future.2023.12.016 + dblp_key: journals/fgcs/SciulloMTMBF24 + venue_name: Future Gener. Comput. Syst. + pages: 521-536 +- title: Equilibrium in the Computing Continuum through Active Inference + authors: + - Boris Sedlak + - Víctor Casamayor-Pujol + - Praveen Kumar Donta + - Schahram Dustdar + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.056 + url: https://doi.org/10.1016/j.future.2024.05.056 + dblp_key: journals/fgcs/SedlakCDD24 + venue_name: Future Gener. Comput. Syst. + pages: 92-108 +- title: A verifiable data integrity scheme for distributed data sharing in fog computing + architecture + authors: + - Youssef Sellami + - Youcef Imine + - Antoine Gallais + year: '2024' + doi: 10.1016/J.FUTURE.2023.08.016 + url: https://doi.org/10.1016/j.future.2023.08.016 + dblp_key: journals/fgcs/SellamiIG24 + venue_name: Future Gener. Comput. Syst. + pages: 64-77 +- title: 'PUDT: Plummeting uncertainties in digital twins for aerospace applications + using deep learning algorithms' + authors: + - Shitharth Selvarajan + - Hariprasath Manoharan + - Achyut Shankar + - Alaa O. Khadidos + - Adil Omar Khadidos + - Antonino Galletta + year: '2024' + doi: 10.1016/J.FUTURE.2023.11.034 + url: https://doi.org/10.1016/j.future.2023.11.034 + dblp_key: journals/fgcs/SelvarajanMSKKG24 + venue_name: Future Gener. Comput. Syst. + pages: 575-586 +- title: 'Canary: Congestion-aware in-network allreduce using dynamic trees' + authors: + - Daniele De Sensi + - Edgar Costa Molero + - Salvatore Di Girolamo + - Laurent Vanbever + - Torsten Hoefler + year: '2024' + doi: 10.1016/J.FUTURE.2023.10.010 + url: https://doi.org/10.1016/j.future.2023.10.010 + dblp_key: journals/fgcs/SensiMGVH24 + venue_name: Future Gener. Comput. Syst. + pages: 70-82 +- title: 'SBAC: Substitution cipher access control based on blockchain for protecting + personal data in metaverse' + authors: + - Jungwon Seo + - Sooyong Park + year: '2024' + doi: 10.1016/J.FUTURE.2023.09.022 + url: https://doi.org/10.1016/j.future.2023.09.022 + dblp_key: journals/fgcs/SeoP24 + venue_name: Future Gener. Comput. Syst. + pages: 85-97 +- title: Introduction to distributed and parallel processing of big spatiotemporal + data + authors: + - Shuo Shang + - Bingsheng He + - Lizhe Wang 0001 + year: '2024' + doi: 10.1016/J.FUTURE.2023.09.026 + url: https://doi.org/10.1016/j.future.2023.09.026 + dblp_key: journals/fgcs/ShangHW24 + venue_name: Future Gener. Comput. Syst. + pages: 98-99 +- title: 'NS+NDT: Smart integration of Network Simulation in Network Digital Twin, + application to IoT networks' + authors: + - Samir Si-Mohammed + - Anthony Bardou + - Thomas Begin + - Isabelle Guérin Lassous + - Pascale Vicat-Blanc + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.038 + url: https://doi.org/10.1016/j.future.2024.03.038 + dblp_key: journals/fgcs/SiMohammedBBLV24 + venue_name: Future Gener. Comput. Syst. + pages: 124-144 +- title: Federated Discrete Reinforcement Learning for Automatic Guided Vehicle Control + authors: + - Jesús Enrique Sierra-García + - Matilde Santos 0001 + year: '2024' + doi: 10.1016/J.FUTURE.2023.08.021 + url: https://doi.org/10.1016/j.future.2023.08.021 + dblp_key: journals/fgcs/SierraGarciaS24 + venue_name: Future Gener. Comput. Syst. + pages: 78-89 +- title: GRU-based digital twin framework for data allocation and storage in IoT-enabled + smart home networks + authors: + - Sushil Kumar Singh 0001 + - Manish Kumar 0009 + - Sudeep Tanwar + - Jong Hyuk Park 0001 + year: '2024' + doi: 10.1016/J.FUTURE.2023.12.009 + url: https://doi.org/10.1016/j.future.2023.12.009 + dblp_key: journals/fgcs/SinghKTP24 + venue_name: Future Gener. Comput. Syst. + pages: 391-402 +- title: Optimizing fog device deployment for maximal network connectivity and edge + coverage using metaheuristic algorithm + authors: + - Satveer Singh + - Eht E. Sham + - Deo Prakash Vidyarthi + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.010 + url: https://doi.org/10.1016/j.future.2024.04.010 + dblp_key: journals/fgcs/SinghSV24 + venue_name: Future Gener. Comput. Syst. + pages: 529-542 +- title: Efficient and scalable covariate drift detection in machine learning systems + with serverless computing + authors: + - Jaime Céspedes Sisniega + - Vicente Rodríguez + - Germán Moltó + - Álvaro López García + year: '2024' + doi: 10.1016/J.FUTURE.2024.07.010 + url: https://doi.org/10.1016/j.future.2024.07.010 + dblp_key: journals/fgcs/SisniegaRMG24 + venue_name: Future Gener. Comput. Syst. + pages: 174-188 +- title: 'VFL-Chain: Bulletproofing Federated Learning in the V2X environments' + authors: + - Abla Smahi + - Hui Li 0022 + - Wang Han + - Ahmed Ameen Fateh + - Ching Chuen Chan + year: '2024' + doi: 10.1016/J.FUTURE.2024.02.012 + url: https://doi.org/10.1016/j.future.2024.02.012 + dblp_key: journals/fgcs/SmahiLHFC24 + venue_name: Future Gener. Comput. Syst. + pages: 419-436 +- title: A Q-learning based auto-scaling approach for provisioning big data analysis + services in cloud environments + authors: + - Shihao Song + - Li Pan 0001 + - Shijun Liu + year: '2024' + doi: 10.1016/J.FUTURE.2024.01.003 + url: https://doi.org/10.1016/j.future.2024.01.003 + dblp_key: journals/fgcs/SongPL24 + venue_name: Future Gener. Comput. Syst. + pages: 140-150 +- title: Autonomous selection of the fault classification models for diagnosing microservice + applications + authors: + - Yujia Song + - Ruyue Xin + - Peng Chen 0007 + - Rui Zhang 0099 + - Juan Chen + - Zhiming Zhao + year: '2024' + doi: 10.1016/J.FUTURE.2023.12.005 + url: https://doi.org/10.1016/j.future.2023.12.005 + dblp_key: journals/fgcs/SongXCZCZ24 + venue_name: Future Gener. Comput. Syst. + pages: 326-339 +- title: DID-HVC-based Web3 healthcare data security and privacy protection scheme + authors: + - Xiaoling Song + - Guangxia Xu + - Yongfei Huang + - Jingnan Dong + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.015 + url: https://doi.org/10.1016/j.future.2024.04.015 + dblp_key: journals/fgcs/SongXHD24 + venue_name: Future Gener. Comput. Syst. + pages: 267-276 +- title: Deciphering the abundance of immune cells in glomerular endothelium of Alport + syndrome kidneys using the deconvolution algorithm CONVdeconv + authors: + - Yizhou Sun + - Jiao Liu + - Fang Fang + - Yaoguo Huang + year: '2024' + doi: 10.1016/J.FUTURE.2024.07.013 + url: https://doi.org/10.1016/j.future.2024.07.013 + dblp_key: journals/fgcs/SunLFH24 + venue_name: Future Gener. Comput. Syst. + pages: 496-501 +- title: A trust and privacy-preserving intelligent big data collection scheme in + mobile edge-cloud crowdsourcing + authors: + - Zihui Sun + - Anfeng Liu + - Neal N. Xiong + - Qian He + - Shaobo Zhang 0001 + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.033 + url: https://doi.org/10.1016/j.future.2024.03.033 + dblp_key: journals/fgcs/SunLXHZ24 + venue_name: Future Gener. Comput. Syst. + pages: 145-163 +- title: 'Identifying a selection mechanism of distribution channel for the supply + chain: The barriers to the application of web 3.0' + authors: + - Ling Sun + - Kaiyuan Li + - Ming Yin + - Rui Li 0047 + - Mengli Xiao + - Xiaoliang Fang + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.012 + url: https://doi.org/10.1016/j.future.2024.04.012 + dblp_key: journals/fgcs/SunLYLXF24 + venue_name: Future Gener. Comput. Syst. + pages: 370-378 +- title: 'DAPM-CDR: A domain adaptation prompting model for drug response prediction' + authors: + - Youhan Sun + - Guanyu Qiao + - Bo Gao + - Yang Li 0130 + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.009 + url: https://doi.org/10.1016/j.future.2024.06.009 + dblp_key: journals/fgcs/SunQGL24 + venue_name: Future Gener. Comput. Syst. + pages: 316-324 +- title: An adaptive load balancing strategy for stateful join operator in skewed + data stream environments + authors: + - Dawei Sun 0001 + - Chunlin Zhang + - Shang Gao 0003 + - Rajkumar Buyya + year: '2024' + doi: 10.1016/J.FUTURE.2023.11.002 + url: https://doi.org/10.1016/j.future.2023.11.002 + dblp_key: journals/fgcs/SunZGB24 + venue_name: Future Gener. Comput. Syst. + pages: 138-151 +- title: Enterprise architecture-based metamodel for machine learning projects and + its management + authors: + - Hironori Takeuchi + - Jati H. Husen + - Hnin Thandar Tun + - Hironori Washizaki + - Nobukazu Yoshioka + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.062 + url: https://doi.org/10.1016/j.future.2024.06.062 + dblp_key: journals/fgcs/TakeuchiHTWY24 + venue_name: Future Gener. Comput. Syst. + pages: 135-145 +- title: 'ExDe: Design space exploration of scheduler architectures and mechanisms + for serverless data-processing' + authors: + - Sacheendra Talluri + - Nikolas Herbst + - Cristina L. Abad + - Tiziano De Matteis + - Alexandru Iosup + year: '2024' + doi: 10.1016/J.FUTURE.2023.11.013 + url: https://doi.org/10.1016/j.future.2023.11.013 + dblp_key: journals/fgcs/TalluriHAMI24 + venue_name: Future Gener. Comput. Syst. + pages: 84-96 +- title: Reliable federated learning based on dual-reputation reverse auction mechanism + in Internet of Things + authors: + - Yuncan Tang + - Yongquan Liang 0001 + - Yang Liu + - Jinquan Zhang 0001 + - Lina Ni + - Liang Qi 0001 + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.019 + url: https://doi.org/10.1016/j.future.2024.03.019 + dblp_key: journals/fgcs/TangLLZNQ24 + venue_name: Future Gener. Comput. Syst. + pages: 269-284 +- title: Modeling and Energy-Optimal Control for Freight Trains based on Data-Driven + Approaches + authors: + - Xinkun Tao + - Pengfei Sun + - Zhuang Xiao + - Chengcheng Fu + - Xiaoyun Feng + - Qingyuan Wang 0001 + year: '2024' + doi: 10.1016/J.FUTURE.2023.11.012 + url: https://doi.org/10.1016/j.future.2023.11.012 + dblp_key: journals/fgcs/TaoSXFFW24 + venue_name: Future Gener. Comput. Syst. + pages: 346-360 +- title: 'ORR-CP-ABE: A secure and efficient outsourced attribute-based encryption + scheme with decryption results reuse' + authors: + - Yu Tao 0004 + - Yi Zhu + - Chunpeng Ge 0001 + - Lu Zhou 0002 + - Shouchen Zhou + - Yongjing Zhang + - Jiarong Liu + - Liming Fang 0001 + year: '2024' + doi: 10.1016/J.FUTURE.2024.07.040 + url: https://doi.org/10.1016/j.future.2024.07.040 + dblp_key: journals/fgcs/TaoZGZZZLF24 + venue_name: Future Gener. Comput. Syst. + pages: 559-571 +- title: Recognition of best paper, outstanding editors, and outstanding reviewers + for Future Generation Computer Systems in 2023 + authors: + - Michela Taufer + year: '2024' + doi: 10.1016/J.FUTURE.2024.02.020 + url: https://doi.org/10.1016/j.future.2024.02.020 + dblp_key: journals/fgcs/Taufer24 + venue_name: Future Gener. Comput. Syst. + pages: 463-464 +- title: Adding topology and memory awareness in data aggregation algorithms + authors: + - François Tessier + - Venkatram Vishwanath + - Emmanuel Jeannot + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.016 + url: https://doi.org/10.1016/j.future.2024.05.016 + dblp_key: journals/fgcs/TessierVJ24 + venue_name: Future Gener. Comput. Syst. + pages: 188-203 +- title: 'Personalized federated learning-based intrusion detection system: Poisoning + attack and defense' + authors: + - Thin Tharaphe Thein + - Yoshiaki Shiraishi + - Masakatu Morii + year: '2024' + doi: 10.1016/J.FUTURE.2023.10.005 + url: https://doi.org/10.1016/j.future.2023.10.005 + dblp_key: journals/fgcs/TheinSM24 + venue_name: Future Gener. Comput. Syst. + pages: 182-192 +- title: 'Feature selection using metaheuristics made easy: Open source MAFESE library + in Python' + authors: + - Nguyen Van Thieu + - Ngoc Hung Nguyen + - Ali Asghar Heidari + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.006 + url: https://doi.org/10.1016/j.future.2024.06.006 + dblp_key: journals/fgcs/ThieuNH24 + venue_name: Future Gener. Comput. Syst. + pages: 340-358 +- title: 'MURE: Multi-layer real-time livestock management architecture with unmanned + aerial vehicles using deep reinforcement learning' + authors: + - Xinyu Tian + - Mahbuba Afrin + - Sajib Mistry + - Md. Redowan Mahmud + - Aneesh Krishna + - Yan Li 0002 + year: '2024' + doi: 10.1016/J.FUTURE.2024.07.038 + url: https://doi.org/10.1016/j.future.2024.07.038 + dblp_key: journals/fgcs/TianAMMKL24 + venue_name: Future Gener. Comput. Syst. + pages: 454-466 +- title: '3DSGIMD: An accurate and interpretable molecular property prediction method + using 3D spatial graph focusing network and structure-based feature fusion' + authors: + - Yanan Tian + - Chenbin Wang + - Ruiqiang Lu + - Henry H. Y. Tong + - Xiaoqing Gong + - Jiayue Qiu + - Shaoliang Peng + - Xiaojun Yao + - Huanxiang Liu + year: '2024' + doi: 10.1016/J.FUTURE.2024.07.004 + url: https://doi.org/10.1016/j.future.2024.07.004 + dblp_key: journals/fgcs/TianWLTGQPYL24 + venue_name: Future Gener. Comput. Syst. + pages: 189-200 +- title: A Knapsack-based Metaheuristic for Edge Server Placement in 5G networks with + heterogeneous edge capacities + authors: + - Vaibhav Tiwari + - Chandrasen Pandey + - Abisek Dahal + - Diptendu Sinha Roy + - Ugo Fiore + year: '2024' + doi: 10.1016/J.FUTURE.2023.11.028 + url: https://doi.org/10.1016/j.future.2023.11.028 + dblp_key: journals/fgcs/TiwariPDRF24 + venue_name: Future Gener. Comput. Syst. + pages: 222-233 +- title: DAG-aware harmonizing job scheduling and data caching for disaggregated analytics + frameworks + authors: + - Yulai Tong + - Jiazhen Liu + - Hua Wang 0008 + - Mingjian He + - Ke Zhou 0001 + - Rongfeng He + - Qin Zhang + - Cheng Wang + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.005 + url: https://doi.org/10.1016/j.future.2024.03.005 + dblp_key: journals/fgcs/TongLWHZHZW24 + venue_name: Future Gener. Comput. Syst. + pages: 116-129 +- title: Optimized resource usage with hybrid auto-scaling system for knative serverless + edge computing + authors: + - Minh-Ngoc Tran + - Young-Han Kim 0002 + year: '2024' + doi: 10.1016/J.FUTURE.2023.11.010 + url: https://doi.org/10.1016/j.future.2023.11.010 + dblp_key: journals/fgcs/TranK24 + venue_name: Future Gener. Comput. Syst. + pages: 304-316 +- title: Concurrent service auto-scaling for Knative resource quota-based serverless + system + authors: + - Minh-Ngoc Tran + - Young-Han Kim 0002 + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.019 + url: https://doi.org/10.1016/j.future.2024.06.019 + dblp_key: journals/fgcs/TranK24a + venue_name: Future Gener. Comput. Syst. + pages: 326-339 +- title: European AI and EO convergence via a novel community-driven framework for + data-intensive innovation + authors: + - Antonis Troumpoukis + - Iraklis A. Klampanos + - Despina-Athanasia Pantazi + - Mohanad Albughdadi + - Vasileios Baousis + - Omar Barrilero + - Alexandra Bojor + - Pedro Branco 0002 + - Lorenzo Bruzzone + - Andreina Chietera + - Philippe Fournand + - Richard Hall + - Michele Lazzarini + - Adrian Luna + - Alexandros Nousias + - Christos Perentis + - George Petrakis + - Dharmen Punjani + - David Röbl + - George Stamoulis 0001 + - Eleni Tsalapati + - Indre Urbanaviciute + - Giulio Weikmann + - Xenia Ziouvelou + - Marcin Ziólkowski + - Manolis Koubarakis + - Vangelis Karkaletsis + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.013 + url: https://doi.org/10.1016/j.future.2024.06.013 + dblp_key: journals/fgcs/TroumpoukisKPABBBBBCFHL24 + venue_name: Future Gener. Comput. Syst. + pages: 505-521 +- title: A light-weight edge-enabled knowledge distillation technique for next location + prediction of multitude transportation means + authors: + - Stylianos Tsanakas + - Aroosa Hameed + - John Violos + - Aris Leivadeas + year: '2024' + doi: 10.1016/J.FUTURE.2023.12.025 + url: https://doi.org/10.1016/j.future.2023.12.025 + dblp_key: journals/fgcs/TsanakasHVL24 + venue_name: Future Gener. Comput. Syst. + pages: 45-58 +- title: An explainable hybrid deep learning architecture for WiFi-based indoor localization + in Internet of Things environment + authors: + - Zeynep Turgut + - Arzu Gorgulu Kakisim + year: '2024' + doi: 10.1016/J.FUTURE.2023.10.003 + url: https://doi.org/10.1016/j.future.2023.10.003 + dblp_key: journals/fgcs/TurgutK24 + venue_name: Future Gener. Comput. Syst. + pages: 196-213 +- title: Microservices and serverless functions - lifecycle, performance, and resource + utilisation of edge based real-time IoT analytics + authors: + - Francesco Tusa + - Stuart Clayman + - Alina Buzachis + - Maria Fazio + year: '2024' + doi: 10.1016/J.FUTURE.2024.02.006 + url: https://doi.org/10.1016/j.future.2024.02.006 + dblp_key: journals/fgcs/TusaCBF24 + venue_name: Future Gener. Comput. Syst. + pages: 204-218 +- title: 'kubeFlower: A privacy-preserving framework for Kubernetes-based federated + learning in cloud-edge environments' + authors: + - Juan Marcelo Parra Ullauri + - Hari Madhukumar + - Adrian-Cristian Nicolaescu + - Xunzheng Zhang + - Anderson Bravalheri + - Rasheed Hussain + - Xenofon Vasilakos + - Reza Nejabati + - Dimitra Simeonidou + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.041 + url: https://doi.org/10.1016/j.future.2024.03.041 + dblp_key: journals/fgcs/UllauriMNZBHVNS24 + venue_name: Future Gener. Comput. Syst. + pages: 558-572 +- title: Stream clustering guided supervised learning for classifying NIDS alerts + authors: + - Risto Vaarandi + - Alejandro Guerra-Manzanares + year: '2024' + doi: 10.1016/J.FUTURE.2024.01.032 + url: https://doi.org/10.1016/j.future.2024.01.032 + dblp_key: journals/fgcs/VaarandiG24 + venue_name: Future Gener. Comput. Syst. + pages: 231-244 +- title: 'Li-MSD: A lightweight mitigation solution for DAO insider attack in RPL-based + IoT' + authors: + - Abhishek Verma 0003 + - Sachin Kumar Verma + - Avinash Chandra Pandey + - Jyoti Grover + - Girish Sharma + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.032 + url: https://doi.org/10.1016/j.future.2024.05.032 + dblp_key: journals/fgcs/VermaVPGS24 + venue_name: Future Gener. Comput. Syst. + pages: 327-339 +- title: 'mWIoTAuth: Multi-wearable data-driven implicit IoT authentication' + authors: + - Sudip Vhaduri + - Sayanton V. Dibbo + - Alexa Muratyan + - William Cheung 0002 + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.025 + url: https://doi.org/10.1016/j.future.2024.05.025 + dblp_key: journals/fgcs/VhaduriDMC24 + venue_name: Future Gener. Comput. Syst. + pages: 230-242 +- title: Continuous agile cyber-physical systems architectures based on digital twins + authors: + - Alexander Vodyaho + - Nataly Zhukova + - Radhakrishnan Delhibabu + - Alexey Nikolayevich Subbotin + year: '2024' + doi: 10.1016/J.FUTURE.2023.11.024 + url: https://doi.org/10.1016/j.future.2023.11.024 + dblp_key: journals/fgcs/VodyahoZDS24 + venue_name: Future Gener. Comput. Syst. + pages: 350-359 +- title: 'DeScan: Censorship-resistant indexing and search for Web3' + authors: + - Martijn de Vos + - Georgy Ishmaev + - Johan Pouwelse + year: '2024' + doi: 10.1016/J.FUTURE.2023.11.008 + url: https://doi.org/10.1016/j.future.2023.11.008 + dblp_key: journals/fgcs/VosIP24 + venue_name: Future Gener. Comput. Syst. + pages: 257-272 +- title: 'Federated Deep Learning for Wireless Capsule Endoscopy Analysis: Enabling + Collaboration Across Multiple Data Centers for Robust Learning of Diverse Pathologies' + authors: + - Haroon Wahab + - Irfan Mehmood + - Hassan Ugail + - Javier Del Ser + - Khan Muhammad 0001 + year: '2024' + doi: 10.1016/J.FUTURE.2023.10.007 + url: https://doi.org/10.1016/j.future.2023.10.007 + dblp_key: journals/fgcs/WahabMUSM24 + venue_name: Future Gener. Comput. Syst. + pages: 361-371 +- title: 'ADS-CNN: Adaptive Dataflow Scheduling for lightweight CNN accelerator on + FPGAs' + authors: + - Yi Wan + - Xianzhong Xie + - Junfan Chen + - Kunpeng Xie + - Dezhi Yi + - Ye Lu 0004 + - Keke Gai + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.038 + url: https://doi.org/10.1016/j.future.2024.04.038 + dblp_key: journals/fgcs/WanXCXYLG24 + venue_name: Future Gener. Comput. Syst. + pages: 138-149 +- title: Geo-aware graph-augmented self-attention network for individual mobility + prediction + authors: + - Yahui Wang + - Hongchang Chen + - Shuxin Liu + - Kai Wang 0066 + - Yuxiang Hu + year: '2024' + doi: 10.1016/J.FUTURE.2023.09.021 + url: https://doi.org/10.1016/j.future.2023.09.021 + dblp_key: journals/fgcs/WangCLWH24 + venue_name: Future Gener. Comput. Syst. + pages: 1-11 +- title: 'GPARS: Graph predictive algorithm for efficient resource scheduling in heterogeneous + GPU clusters' + authors: + - Sheng Wang + - Shiping Chen 0002 + - Yumei Shi + year: '2024' + doi: 10.1016/J.FUTURE.2023.10.022 + url: https://doi.org/10.1016/j.future.2023.10.022 + dblp_key: journals/fgcs/WangCS24 + venue_name: Future Gener. Comput. Syst. + pages: 127-137 +- title: Deep Reinforcement Learning-based scheduling for optimizing system load and + response time in edge and fog computing environments + authors: + - Zhiyu Wang + - Mohammad Goudarzi + - Mingming Gong + - Rajkumar Buyya + year: '2024' + doi: 10.1016/J.FUTURE.2023.10.012 + url: https://doi.org/10.1016/j.future.2023.10.012 + dblp_key: journals/fgcs/WangGGB24 + venue_name: Future Gener. Comput. Syst. + pages: 55-69 +- title: Finding community structure in Bayesian networks by heuristic K-standard + deviation method + authors: + - Chenfeng Wang + - Xiaoguang Gao 0001 + - Xinyu Li + - Bo Li 0004 + - Kaifang Wan + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.047 + url: https://doi.org/10.1016/j.future.2024.03.047 + dblp_key: journals/fgcs/WangGLLW24 + venue_name: Future Gener. Comput. Syst. + pages: 556-568 +- title: 'Sort-then-insert: A space efficient and oblivious model aggregation algorithm + for top-k sparsification in federated learning' + authors: + - Yongzhi Wang 0001 + - Pengfei Gui + - Mehdi Sookhak + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.022 + url: https://doi.org/10.1016/j.future.2024.04.022 + dblp_key: journals/fgcs/WangGS24 + venue_name: Future Gener. Comput. Syst. + pages: 1-10 +- title: Estimation of realized volatility of cryptocurrencies using CEEMDAN-RF-LSTM + authors: + - Huiqing Wang + - Yongrong Huang + - Zhide Chen + - Xu Yang 0002 + - Xun Yi + - Hai Dong + - Xuechao Yang + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.043 + url: https://doi.org/10.1016/j.future.2024.04.043 + dblp_key: journals/fgcs/WangHCYYDY24 + venue_name: Future Gener. Comput. Syst. + pages: 219-229 +- title: Robust indoor localization based on multi-modal information fusion and multi-scale + sequential feature extraction + authors: + - Qinghu Wang + - Jie Jia 0001 + - Jian Chen 0008 + - Yansha Deng + - Xingwei Wang 0001 + - Abdol-Hamid Aghvami + year: '2024' + doi: 10.1016/J.FUTURE.2024.02.002 + url: https://doi.org/10.1016/j.future.2024.02.002 + dblp_key: journals/fgcs/WangJCDWA24 + venue_name: Future Gener. Comput. Syst. + pages: 164-178 +- title: 'Digital twin-assisted flexible slice admission control for 5G core network: + A deep reinforcement learning approach' + authors: + - Jiadai Wang + - Jingyi Li + - Jiajia Liu 0001 + year: '2024' + doi: 10.1016/J.FUTURE.2023.12.018 + url: https://doi.org/10.1016/j.future.2023.12.018 + dblp_key: journals/fgcs/WangLL24 + venue_name: Future Gener. Comput. Syst. + pages: 467-476 +- title: Labeled graph partitioning scheme for distributed edge caching + authors: + - Pengfei Wang 0013 + - Shiqi Li + - Geng Sun 0001 + - Changjun Zhou + - Chengxi Gao + - Sen Qiu + - Tiwei Tao + - Qiang Zhang 0008 + year: '2024' + doi: 10.1016/J.FUTURE.2023.12.008 + url: https://doi.org/10.1016/j.future.2023.12.008 + dblp_key: journals/fgcs/WangLSZGQTZ24 + venue_name: Future Gener. Comput. Syst. + pages: 492-504 +- title: 'SD-SRF: An Intelligent Service Deployment Scheme for Serverless-operated + Cloud-Edge Computing in 6G Networks' + authors: + - Luying Wang + - Anfeng Liu + - Neal N. Xiong + - Shaobo Zhang 0001 + - Tian Wang 0001 + - Mianxiong Dong + year: '2024' + doi: 10.1016/J.FUTURE.2023.09.027 + url: https://doi.org/10.1016/j.future.2023.09.027 + dblp_key: journals/fgcs/WangLXZWD24 + venue_name: Future Gener. Comput. Syst. + pages: 242-259 +- title: 'ChatOps for microservice systems: A low-code approach using service composition + and large language models' + authors: + - Sheng-Kai Wang + - Shang-Pin Ma + - Guan-Hong Lai + - Chen-Hao Chao + year: '2024' + doi: 10.1016/J.FUTURE.2024.07.029 + url: https://doi.org/10.1016/j.future.2024.07.029 + dblp_key: journals/fgcs/WangMLC24 + venue_name: Future Gener. Comput. Syst. + pages: 518-530 +- title: 'Dodo: A scalable optimistic deterministic concurrency control protocol' + authors: + - Xinyuan Wang + - Yun Peng 0002 + - Hejiao Huang + - Xingchen Li + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.004 + url: https://doi.org/10.1016/j.future.2024.05.004 + dblp_key: journals/fgcs/WangPHL24 + venue_name: Future Gener. Comput. Syst. + pages: 15-26 +- title: An efficient scheduling scheme for intelligent driving tasks in a novel vehicle-edge + architecture considering mobility and load balancing + authors: + - Nuanlai Wang + - Shanchen Pang + - Xiaofeng Ji + - Haiyuan Gui + - Xiao He 0012 + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.020 + url: https://doi.org/10.1016/j.future.2024.06.020 + dblp_key: journals/fgcs/WangPJGH24 + venue_name: Future Gener. Comput. Syst. + pages: 630-643 +- title: 'TransGINmer: Identifying viral sequences from metagenomes with self-attention + and Graph Isomorphism Network' + authors: + - Jianan Wang + - Zhenyuan Sun + - Guohua Wang 0001 + - Yan Miao + year: '2024' + doi: 10.1016/J.FUTURE.2024.07.025 + url: https://doi.org/10.1016/j.future.2024.07.025 + dblp_key: journals/fgcs/WangSWM24 + venue_name: Future Gener. Comput. Syst. + pages: 445-453 +- title: Health data security sharing method based on hybrid blockchain + authors: + - Taochun Wang + - Qingshan Wu + - Jian Chen + - Fulong Chen 0002 + - Dong Xie 0005 + - Huimin Shen + year: '2024' + doi: 10.1016/J.FUTURE.2023.11.032 + url: https://doi.org/10.1016/j.future.2023.11.032 + dblp_key: journals/fgcs/WangWCCXS24 + venue_name: Future Gener. Comput. Syst. + pages: 251-261 +- title: Makespan minimization for workflows with multiple privacy levels + authors: + - Shuang Wang 0012 + - Jiawen Wu + - Zian Yuan + - An Gao + - Weitong Tony Chen + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.002 + url: https://doi.org/10.1016/j.future.2024.05.002 + dblp_key: journals/fgcs/WangWYGC24 + venue_name: Future Gener. Comput. Syst. + pages: 39-50 +- title: 'FedBnR: Mitigating federated learning Non-IID problem by breaking the skewed + task and reconstructing representation' + authors: + - Chao Wang 0061 + - Hui Xia 0001 + - Shuo Xu + - Hao Chi + - Rui Zhang 0050 + - Chunqiang Hu + year: '2024' + doi: 10.1016/J.FUTURE.2023.11.020 + url: https://doi.org/10.1016/j.future.2023.11.020 + dblp_key: journals/fgcs/WangXXCZH24 + venue_name: Future Gener. Comput. Syst. + pages: 1-11 +- title: 'DAFL: Domain adaptation-based federated learning for privacy-preserving + biometric recognition' + authors: + - Zhousheng Wang + - Geng Yang 0002 + - Hua Dai 0003 + - Yunlu Bai + year: '2024' + doi: 10.1016/J.FUTURE.2023.09.020 + url: https://doi.org/10.1016/j.future.2023.09.020 + dblp_key: journals/fgcs/WangYDB24 + venue_name: Future Gener. Comput. Syst. + pages: 436-450 +- title: Digital twin-assisted service function chaining in multi-domain computing + power networks with multi-agent reinforcement learning + authors: + - Kan Wang 0010 + - Peng Yuan + - Mian Ahmad Jan + - Fazlullah Khan + - Thippa Reddy Gadekallu + - Saru Kumari + - Hao Pan + - Lei Liu 0031 + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.025 + url: https://doi.org/10.1016/j.future.2024.04.025 + dblp_key: journals/fgcs/WangYJKGKPL24 + venue_name: Future Gener. Comput. Syst. + pages: 294-307 +- title: An optimized learning-based directory placement policy with two-rounds selection + in distributed file systems + authors: + - Yuanzhang Wang + - Fengkui Yang + - Ke Zhou 0001 + - Chunhua Li 0002 + - Chong Liu + - Ji Zhang 0010 + - Zhuo Cheng + year: '2024' + doi: 10.1016/J.FUTURE.2023.12.012 + url: https://doi.org/10.1016/j.future.2023.12.012 + dblp_key: journals/fgcs/WangYZLLZC24 + venue_name: Future Gener. Comput. Syst. + pages: 235-250 +- title: Accelerating LASG/IAP climate system ocean model version 3 for performance + portability using Kokkos + authors: + - Junlin Wei + - Pengfei Lin 0004 + - Jinrong Jiang + - Hailong Liu 0007 + - Lian Zhao + - Yehong Zhang + - Xiang Han + - Feng Zhang 0048 + - Jian Huang + - Yuzhu Wang + - Youyun Li + - Yue Yu 0001 + - Xuebin Chi + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.029 + url: https://doi.org/10.1016/j.future.2024.06.029 + dblp_key: journals/fgcs/WeiLJLZZHZHWLYC24 + venue_name: Future Gener. Comput. Syst. + pages: 901-917 +- title: 'DUAL-C: Building a "soft error efficient" on-the-fly compression + mechanism for raw video data at edge devices' + authors: + - Xiaohui Wei 0002 + - Xiaonan Wang + - Hengshan Yue + - Nan Jiang 0013 + - Jianpeng Zhao 0001 + - Meikang Qiu + year: '2024' + doi: 10.1016/J.FUTURE.2023.12.001 + url: https://doi.org/10.1016/j.future.2023.12.001 + dblp_key: journals/fgcs/WeiWYJZQ24 + venue_name: Future Gener. Comput. Syst. + pages: 276-286 +- title: A highly write-optimized concurrent B+-tree for persistent memory + authors: + - Yan Wei + - Xingjun Zhang + year: '2024' + doi: 10.1016/J.FUTURE.2024.02.008 + url: https://doi.org/10.1016/j.future.2024.02.008 + dblp_key: journals/fgcs/WeiX24 + venue_name: Future Gener. Comput. Syst. + pages: 219-230 +- title: A reference architecture for serverless big data processing + authors: + - Sebastian Werner 0001 + - Stefan Tai + year: '2024' + doi: 10.1016/J.FUTURE.2024.01.029 + url: https://doi.org/10.1016/j.future.2024.01.029 + dblp_key: journals/fgcs/WernerT24 + venue_name: Future Gener. Comput. Syst. + pages: 179-192 +- title: A methodology for comparing optimization algorithms for auto-tuning + authors: + - Floris-Jan Willemsen + - Richard Schoonhoven + - Jiri Filipovic + - Jacob O. Tørring + - Rob van Nieuwpoort + - Ben van Werkhoven + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.021 + url: https://doi.org/10.1016/j.future.2024.05.021 + dblp_key: journals/fgcs/WillemsenSFTNW24 + venue_name: Future Gener. Comput. Syst. + pages: 489-504 +- title: The utility of complexity metrics during code reviews for CSE software projects + authors: + - James M. Willenbring + - Gursimran Singh Walia + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.038 + url: https://doi.org/10.1016/j.future.2024.05.038 + dblp_key: journals/fgcs/WillenbringW24 + venue_name: Future Gener. Comput. Syst. + pages: 65-75 +- title: 'Web 3.0 security: Backdoor attacks in federated learning-based automatic + speaker verification systems in the 6G era' + authors: + - Yi Wu 0021 + - Jiayi Chen + - Tianbao Lei + - Jiahua Yu + - M. Shamim Hossain + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.022 + url: https://doi.org/10.1016/j.future.2024.06.022 + dblp_key: journals/fgcs/WuCLYH24 + venue_name: Future Gener. Comput. Syst. + pages: 433-441 +- title: Accelerating Maximal Bicliques Enumeration with GPU on large scale network + authors: + - Chunqi Wu + - Jingdong Li + - Zhao Li 0007 + - Ji Zhang 0001 + - Pan Tang + year: '2024' + doi: 10.1016/J.FUTURE.2024.07.021 + url: https://doi.org/10.1016/j.future.2024.07.021 + dblp_key: journals/fgcs/WuLLZT24 + venue_name: Future Gener. Comput. Syst. + pages: 601-613 +- title: Multi-objective optimization-based workflow scheduling for applications with + data locality and deadline constraints in geo-distributed clouds + authors: + - Dongkuo Wu + - Xing-Wei Wang 0001 + - Xueyi Wang + - Min Huang 0001 + - Rongfei Zeng + - Kaiqi Yang 0002 + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.004 + url: https://doi.org/10.1016/j.future.2024.04.004 + dblp_key: journals/fgcs/WuWWHZY24 + venue_name: Future Gener. Comput. Syst. + pages: 485-498 +- title: Integrating fully homomorphic encryption to enhance the security of blockchain + applications + authors: + - Xiaohua Wu + - Jing Wang + - Tingbo Zhang + year: '2024' + doi: 10.1016/J.FUTURE.2024.07.015 + url: https://doi.org/10.1016/j.future.2024.07.015 + dblp_key: journals/fgcs/WuWZ24 + venue_name: Future Gener. Comput. Syst. + pages: 467-477 +- title: 'CUPID: An efficient spatio-temporal data engine' + authors: + - Hang Wu + - Bo Wang + - Ming Zhang + - Guanyao Li + - Ruiyuan Li + - Yang Liu + year: '2024' + doi: 10.1016/J.FUTURE.2024.07.031 + url: https://doi.org/10.1016/j.future.2024.07.031 + dblp_key: journals/fgcs/WuWZLLL24 + venue_name: Future Gener. Comput. Syst. + pages: 531-544 +- title: Preface of special issue on advances in algorithms, models, hardware, and + software for next-generations HPC systems + authors: + - Roman Wyrzykowski + - Ewa Deelman + year: '2024' + doi: 10.1016/J.FUTURE.2023.12.020 + url: https://doi.org/10.1016/j.future.2023.12.020 + dblp_key: journals/fgcs/WyrzykowskiD24 + venue_name: Future Gener. Comput. Syst. + pages: 539-542 +- title: Preface of special issue on explainable AI-empowered Internet of Things for + indoor navigation using WIFI sensing + authors: [] + year: '2024' + doi: 10.1016/J.FUTURE.2023.11.031 + url: https://doi.org/10.1016/j.future.2023.11.031 + dblp_key: journals/fgcs/X24 + venue_name: Future Gener. Comput. Syst. + pages: 249-250 +- title: An interpretable deep learning model predicts RNA-small molecule binding + sites + authors: + - Wen-Yu Xi + - Ruheng Wang + - Li Wang + - Xiucai Ye + - Mingyang Liu + - Tetsuya Sakurai + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.029 + url: https://doi.org/10.1016/j.future.2024.05.029 + dblp_key: journals/fgcs/XiWWYLS24 + venue_name: Future Gener. Comput. Syst. + pages: 557-566 +- title: A secure multi-party payment channel on-chain and off-chain supervisable + scheme + authors: + - Ke Xiao + - Jiayang Li + - Yunhua He + - Xu Wang + - Chao Wang + year: '2024' + doi: 10.1016/J.FUTURE.2024.01.012 + url: https://doi.org/10.1016/j.future.2024.01.012 + dblp_key: journals/fgcs/XiaoLHWW24 + venue_name: Future Gener. Comput. Syst. + pages: 330-343 +- title: A novel verifiable chinese multi-keyword fuzzy rank searchable encryption + scheme in cloud environments + authors: + - Mande Xie + - Xuekang Yang + - Haibo Hong + - Guiyi Wei + - Zhen Zhang + year: '2024' + doi: 10.1016/J.FUTURE.2023.11.017 + url: https://doi.org/10.1016/j.future.2023.11.017 + dblp_key: journals/fgcs/XieYHWZ24 + venue_name: Future Gener. Comput. Syst. + pages: 287-300 +- title: A fine-grained robust performance diagnosis framework for run-time cloud + applications + authors: + - Ruyue Xin + - Peng Chen 0007 + - Paola Grosso + - Zhiming Zhao + year: '2024' + doi: 10.1016/J.FUTURE.2024.02.014 + url: https://doi.org/10.1016/j.future.2024.02.014 + dblp_key: journals/fgcs/XinCGZ24 + venue_name: Future Gener. Comput. Syst. + pages: 300-311 +- title: 'CoPiFL: A collusion-resistant and privacy-preserving federated learning + crowdsourcing scheme using blockchain and homomorphic encryption' + authors: + - Ruoting Xiong + - Wei Ren 0002 + - Shenghui Zhao + - Jie He + - Yi Ren 0001 + - Kim-Kwang Raymond Choo + - Geyong Min + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.016 + url: https://doi.org/10.1016/j.future.2024.03.016 + dblp_key: journals/fgcs/XiongRZHRCM24 + venue_name: Future Gener. Comput. Syst. + pages: 95-104 +- title: 'Revolutionizing machine learning: Blockchain-based crowdsourcing for transparent + and fair labeled datasets supply' + authors: + - Haitao Xu + - Zheng He + - Dapeng Lan + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.061 + url: https://doi.org/10.1016/j.future.2024.06.061 + dblp_key: journals/fgcs/XuHL24 + venue_name: Future Gener. Comput. Syst. + pages: 106-118 +- title: Connection-density-aware satellite-ground federated learning via asynchronous + dynamic aggregation + authors: + - Zhuo Xu + - Mengqing Jin + - Jian Lin + - Yuelong Liu + - Jianlong Xu + - Zhi Xiong 0001 + - Hao Cai 0002 + year: '2024' + doi: 10.1016/J.FUTURE.2024.02.007 + url: https://doi.org/10.1016/j.future.2024.02.007 + dblp_key: journals/fgcs/XuJLLXXC24 + venue_name: Future Gener. Comput. Syst. + pages: 312-323 +- title: Fault-tolerant deep learning inference on CPU-GPU integrated edge devices + with TEEs + authors: + - Hongjian Xu + - Longlong Liao + - Xinqi Liu + - Shuguang Chen + - Jianguo Chen + - Zhixuan Liang + - Yuanlong Yu 0001 + year: '2024' + doi: 10.1016/J.FUTURE.2024.07.027 + url: https://doi.org/10.1016/j.future.2024.07.027 + dblp_key: journals/fgcs/XuLLCCLY24 + venue_name: Future Gener. Comput. Syst. + pages: 404-414 +- title: 'ACVPred: Enhanced prediction of anti-coronavirus peptides by transfer learning + combined with data augmentation' + authors: + - Yi Xu + - Tianyuan Liu + - Yu Yang + - Juanjuan Kang + - Liping Ren + - Hui Ding 0005 + - Yang Zhang 0125 + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.008 + url: https://doi.org/10.1016/j.future.2024.06.008 + dblp_key: journals/fgcs/XuLYKRDZ24 + venue_name: Future Gener. Comput. Syst. + pages: 305-315 +- title: 'Reciprocal Federated Learning Framework: Balancing incentives for model + and data owners' + authors: + - Han Xu + - Priyadarsi Nanda + - Jie Liang 0004 + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.055 + url: https://doi.org/10.1016/j.future.2024.06.055 + dblp_key: journals/fgcs/XuNL24 + venue_name: Future Gener. Comput. Syst. + pages: 146-161 +- title: 'POMF: A Privacy-preserved On-chain Matching Framework' + authors: + - Haitao Xu + - Saiyu Qi + - Junzhe Wei + - Chenyang Li + - Yong Qi + - Wei Wei 0006 + - Yanan Qiao + year: '2024' + doi: 10.1016/J.FUTURE.2023.09.006 + url: https://doi.org/10.1016/j.future.2023.09.006 + dblp_key: journals/fgcs/XuQWLQWQ24 + venue_name: Future Gener. Comput. Syst. + pages: 424-435 +- title: A Graph reinforcement learning based SDN routing path selection for optimizing + long-term revenue + authors: + - Jiawei Xu + - Yufeng Wang 0001 + - Bo Zhang 0034 + - Jianhua Ma 0002 + year: '2024' + doi: 10.1016/J.FUTURE.2023.09.017 + url: https://doi.org/10.1016/j.future.2023.09.017 + dblp_key: journals/fgcs/XuWZM24 + venue_name: Future Gener. Comput. Syst. + pages: 412-423 +- title: 'FLPM: A property modification scheme for data protection in federated learning' + authors: + - Shuo Xu + - Hui Xia 0001 + - Peishun Liu + - Rui Zhang 0050 + - Hao Chi + - Wei Gao 0054 + year: '2024' + doi: 10.1016/J.FUTURE.2023.12.030 + url: https://doi.org/10.1016/j.future.2023.12.030 + dblp_key: journals/fgcs/XuXLZCG24 + venue_name: Future Gener. Comput. Syst. + pages: 151-159 +- title: 'Intelligent architecture and platforms for private edge cloud systems: A + review' + authors: + - Xiyuan Xu + - Shaobo Zang + - Muhammad Bilal 0003 + - Xiaolong Xu 0001 + - Wanchun Dou + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.024 + url: https://doi.org/10.1016/j.future.2024.06.024 + dblp_key: journals/fgcs/XuZBXD24 + venue_name: Future Gener. Comput. Syst. + pages: 457-471 +- title: Edge aggregation placement for semi-decentralized federated learning in Industrial + Internet of Things + authors: + - Bo Xu 0020 + - Haitao Zhao 0004 + - Haotong Cao + - Sahil Garg + - Georges Kaddoum + - Mohammad Mehedi Hassan + year: '2024' + doi: 10.1016/J.FUTURE.2023.07.035 + url: https://doi.org/10.1016/j.future.2023.07.035 + dblp_key: journals/fgcs/XuZCGKH24 + venue_name: Future Gener. Comput. Syst. + pages: 160-170 +- title: CPU-GPU heterogeneous code acceleration of a finite volume Computational + Fluid Dynamics solver + authors: + - Weicheng Xue + - Hongyu Wang + - Christopher J. Roy + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.049 + url: https://doi.org/10.1016/j.future.2024.04.049 + dblp_key: journals/fgcs/XueWR24 + venue_name: Future Gener. Comput. Syst. + pages: 367-377 +- title: 'HSAS: Efficient task scheduling for large scale heterogeneous systolic array + accelerator cluster' + authors: + - Kaige Yan + - Yanshuang Song + - Tao Liu + - Jingweijia Tan + - Xiaohui Wei 0002 + - Xin Fu 0001 + year: '2024' + doi: 10.1016/J.FUTURE.2024.01.023 + url: https://doi.org/10.1016/j.future.2024.01.023 + dblp_key: journals/fgcs/YanSLTWF24 + venue_name: Future Gener. Comput. Syst. + pages: 440-450 +- title: 'GridMesa: A NoSQL-based big spatial data management system with an adaptive + grid approximation model' + authors: + - Xiangyang Yang + - Xuefeng Guan + - Zhaoxing Pang + - Xing Kui + - Huayi Wu + year: '2024' + doi: 10.1016/J.FUTURE.2024.02.010 + url: https://doi.org/10.1016/j.future.2024.02.010 + dblp_key: journals/fgcs/YangGPKW24 + venue_name: Future Gener. Comput. Syst. + pages: 324-339 +- title: An efficient privacy-preserving and verifiable scheme for federated learning + authors: + - Xue Yang 0003 + - Minjie Ma + - Xiaohu Tang 0004 + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.002 + url: https://doi.org/10.1016/j.future.2024.06.002 + dblp_key: journals/fgcs/YangMT24 + venue_name: Future Gener. Comput. Syst. + pages: 238-250 +- title: 'Faster or Cheaper: A Q-learning based cost-effective mixed cluster scaling + method for achieving low tail latencies' + authors: + - Hao Yang 0065 + - Li Pan 0001 + - Shijun Liu + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.055 + url: https://doi.org/10.1016/j.future.2024.03.055 + dblp_key: journals/fgcs/YangPL24 + venue_name: Future Gener. Comput. Syst. + pages: 264-274 +- title: 'Penetralium: Privacy-preserving and memory-efficient neural network inference + at the edge' + authors: + - Mengda Yang + - Wenzhe Yi + - Juan Wang 0006 + - Hongxin Hu + - Xiaoyang Xu 0001 + - Ziang Li + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.008 + url: https://doi.org/10.1016/j.future.2024.03.008 + dblp_key: journals/fgcs/YangYWHXL24 + venue_name: Future Gener. Comput. Syst. + pages: 30-41 +- title: 'SolsDB: Solve the Ethereum's bottleneck caused by storage engine' + authors: + - Cuihua Yang + - Fangning Yang + - Quanqing Xu + - Yongquan Zhang + - Junqing Liang + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.050 + url: https://doi.org/10.1016/j.future.2024.05.050 + dblp_key: journals/fgcs/YangYXZL24 + venue_name: Future Gener. Comput. Syst. + pages: 295-304 +- title: Efficient knowledge management for heterogeneous federated continual learning + on resource-constrained edge devices + authors: + - Zhao Yang 0005 + - Shengbing Zhang + - Chuxi Li + - Miao Wang + - Haoyang Wang 0014 + - Meng Zhang 0047 + year: '2024' + doi: 10.1016/J.FUTURE.2024.02.018 + url: https://doi.org/10.1016/j.future.2024.02.018 + dblp_key: journals/fgcs/YangZLWWZ24 + venue_name: Future Gener. Comput. Syst. + pages: 16-29 +- title: Knowledge-guided evolutionary algorithm for multi-satellite resource scheduling + optimization + authors: + - Xingyi Yao + - Xiaogang Pan + - Tao Zhang 0033 + - Wenhua Li + - Jianjiang Wang + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.006 + url: https://doi.org/10.1016/j.future.2024.03.006 + dblp_key: journals/fgcs/YaoPZLW24 + venue_name: Future Gener. Comput. Syst. + pages: 130-141 +- title: An ensemble framework with improved hybrid breeding optimization-based feature + selection for intrusion detection + authors: + - Zhiwei Ye + - Jun Luo + - Wen Zhou 0007 + - Mingwei Wang 0003 + - Qiyi He + year: '2024' + doi: 10.1016/J.FUTURE.2023.09.035 + url: https://doi.org/10.1016/j.future.2023.09.035 + dblp_key: journals/fgcs/YeLZWH24 + venue_name: Future Gener. Comput. Syst. + pages: 124-136 +- title: 'Assessing the accuracy of remote sensing data products: A multi-granular + spatial sampling method' + authors: + - Congqin Yi + - Xiaoyu Zhao + - Qinqin Sun + - Zhenhua Wang + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.062 + url: https://doi.org/10.1016/j.future.2024.04.062 + dblp_key: journals/fgcs/YiZSW24 + venue_name: Future Gener. Comput. Syst. + pages: 151-160 +- title: 'Extreme-scale workflows: A perspective from the JLESC international community' + authors: + - Orcun Yildiz + - Amal Gueroudji + - Julien Bigot + - Bruno Raffin + - Rosa M. Badia + - Tom Peterka + year: '2024' + doi: 10.1016/J.FUTURE.2024.07.041 + url: https://doi.org/10.1016/j.future.2024.07.041 + dblp_key: journals/fgcs/YildizGBRBP24 + venue_name: Future Gener. Comput. Syst. + pages: 502-513 +- title: 'Enhancing security in e-business processes: Utilizing dynamic slicing of + Colored Petri Nets for logical vulnerability detection' + authors: + - WangYang Yu 0001 + - Jie Feng + - Lu Liu 0001 + - Xiaojun Zhai + - Yumeng Cheng + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.035 + url: https://doi.org/10.1016/j.future.2024.04.035 + dblp_key: journals/fgcs/YuFLZC24 + venue_name: Future Gener. Comput. Syst. + pages: 210-218 +- title: Wear-leveling-aware buddy-like memory allocator for persistent memory file + systems + authors: + - Zhiwang Yu + - Chaoshu Yang + - Runyu Zhang 0002 + - Pengpeng Tian + - Xianyu He + - Lening Zhou + - Hui Li + - Duo Liu + year: '2024' + doi: 10.1016/J.FUTURE.2023.08.013 + url: https://doi.org/10.1016/j.future.2023.08.013 + dblp_key: journals/fgcs/YuYZTHZLL24 + venue_name: Future Gener. Comput. Syst. + pages: 37-48 +- title: Cost-effective data classification storage through text seasonal features + authors: + - Zhu Yuan + - Xueqiang Lv + - Yunchao Gong + - Ping Xie + - Taifu Yuan + - Xindong You + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.061 + url: https://doi.org/10.1016/j.future.2024.04.061 + dblp_key: journals/fgcs/YuanLGXYY24 + venue_name: Future Gener. Comput. Syst. + pages: 472-487 +- title: Identification of ferroptosis-related lncRNAs for predicting prognosis and + immunotherapy response in non-small cell lung cancer + authors: + - Lin Yuan 0001 + - Shengguo Sun + - Qinhu Zhang + - Hai-Tao Li + - Zhen Shen 0003 + - Chunyu Hu 0001 + - Xiaogang Zhao + - Lan Ye + - Chun-Hou Zheng 0001 + - De-Shuang Huang + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.030 + url: https://doi.org/10.1016/j.future.2024.05.030 + dblp_key: journals/fgcs/YuanSZLSHZYZH24 + venue_name: Future Gener. Comput. Syst. + pages: 204-220 +- title: The explainable structure of deep neural network for recommendation systems + authors: + - Mohammad Daryaie Zanjani + - Mehdi Hosseinzadeh Aghdam + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.036 + url: https://doi.org/10.1016/j.future.2024.05.036 + dblp_key: journals/fgcs/ZanjaniA24 + venue_name: Future Gener. Comput. Syst. + pages: 459-473 +- title: Joint optimization of multi-dimensional resource allocation and task offloading + for QoE enhancement in Cloud-Edge-End collaboration + authors: + - Chao Zeng + - Xingwei Wang 0001 + - Rongfei Zeng + - Ying Li 0037 + - Jianzhi Shi + - Min Huang 0001 + year: '2024' + doi: 10.1016/J.FUTURE.2024.01.025 + url: https://doi.org/10.1016/j.future.2024.01.025 + dblp_key: journals/fgcs/ZengWZLSH24 + venue_name: Future Gener. Comput. Syst. + pages: 121-131 +- title: An improved DDPG-based privacy sensitive level protection computation offloading + method in mobile edge computing + authors: + - Hongxia Zhang + - Luyao Cao + - Neeraj Kumar 0001 + - Jianyong Zhang + - Peiying Zhang 0001 + - Jian Wang 0010 + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.018 + url: https://doi.org/10.1016/j.future.2024.05.018 + dblp_key: journals/fgcs/ZhangCKZZW24 + venue_name: Future Gener. Comput. Syst. + pages: 522-532 +- title: 'MMDS: A secure and verifiable multimedia data search scheme for cloud-assisted + edge computing' + authors: + - Shiwen Zhang 0004 + - Jiayi He + - Wei Liang 0005 + - Keqin Li 0001 + year: '2024' + doi: 10.1016/J.FUTURE.2023.09.023 + url: https://doi.org/10.1016/j.future.2023.09.023 + dblp_key: journals/fgcs/ZhangHLL24 + venue_name: Future Gener. Comput. Syst. + pages: 32-44 +- title: A heterogeneous graph neural network with automatic discovery of effective + metapaths for drug-target interaction prediction + authors: + - Menglong Zhang + - Yue Hong + - Lian Shen + - Shiyu Xu + - Yanni Xu + - Xinyi Zhang + - Juan Liu + - Xiangrong Liu + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.054 + url: https://doi.org/10.1016/j.future.2024.05.054 + dblp_key: journals/fgcs/ZhangHSXXZLL24 + venue_name: Future Gener. Comput. Syst. + pages: 283-294 +- title: 'PBRL-TChain: A performance-enhanced permissioned blockchain for time-critical + applications based on reinforcement learning' + authors: + - Yiguang Zhang + - Junxiong Lin + - Zhihui Lu 0002 + - Qiang Duan 0002 + - Shih-Chia Huang + year: '2024' + doi: 10.1016/J.FUTURE.2023.12.031 + url: https://doi.org/10.1016/j.future.2023.12.031 + dblp_key: journals/fgcs/ZhangLLDH24 + venue_name: Future Gener. Comput. Syst. + pages: 301-313 +- title: Distributed realtime rendering in decentralized network for mobile web augmented + reality + authors: + - Huabing Zhang + - Liang Li 0023 + - Qiong Lu + - Yi Yue 0001 + - Yakun Huang + - Schahram Dustdar + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.050 + url: https://doi.org/10.1016/j.future.2024.04.050 + dblp_key: journals/fgcs/ZhangLLYHD24 + venue_name: Future Gener. Comput. Syst. + pages: 530-544 +- title: 'MvG-NRLMF: Multi-view graph neighborhood regularized logistic matrix factorization + for identifying drug-target interaction' + authors: + - Yu Zhang 0027 + - Qian Liao + - Prayag Tiwari + - Ying Chu + - Yu Wang + - Yi Ding + - Xianyi Zhao + - Jie Wan + - Yijie Ding + - Ke Han + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.046 + url: https://doi.org/10.1016/j.future.2024.06.046 + dblp_key: journals/fgcs/ZhangLTCWDZWDH24 + venue_name: Future Gener. Comput. Syst. + pages: 844-853 +- title: A two-stage budget-feasible mechanism for mobile crowdsensing based on maximum + user revenue routing + authors: + - Jixian Zhang + - Xiyi Liao + - Hao Wu 0010 + - Weidong Li 0002 + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.059 + url: https://doi.org/10.1016/j.future.2024.06.059 + dblp_key: journals/fgcs/ZhangLWL24 + venue_name: Future Gener. Comput. Syst. + pages: 201-213 +- title: A prefetching indexing scheme for in-memory database systems + authors: + - Qian Zhang 0107 + - Haoyun Song + - Kaiyan Zhou + - Jianhao Wei + - Chuqiao Xiao + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.012 + url: https://doi.org/10.1016/j.future.2024.03.012 + dblp_key: journals/fgcs/ZhangSZWX24 + venue_name: Future Gener. Comput. Syst. + pages: 179-190 +- title: An efficient flattened index structure with lazy restructuring and hotness + awareness + authors: + - Kunpeng Zhang + - Edwin Hsing-Mean Sha + - Qingfeng Zhuge + - Rui Xu 0013 + year: '2024' + doi: 10.1016/J.FUTURE.2023.11.025 + url: https://doi.org/10.1016/j.future.2023.11.025 + dblp_key: journals/fgcs/ZhangSZX24 + venue_name: Future Gener. Comput. Syst. + pages: 139-153 +- title: Self-adaptive asynchronous federated optimizer with adversarial sharpness-aware + minimization + authors: + - Xiongtao Zhang + - Ji Wang 0002 + - Weidong Bao 0001 + - Wenhua Xiao + - Yaohong Zhang + - Lihua Liu 0002 + year: '2024' + doi: 10.1016/J.FUTURE.2024.07.045 + url: https://doi.org/10.1016/j.future.2024.07.045 + dblp_key: journals/fgcs/ZhangWBXZL24 + venue_name: Future Gener. Comput. Syst. + pages: 638-654 +- title: Security computing resource allocation based on deep reinforcement learning + in serverless multi-cloud edge computing + authors: + - Hang Zhang + - Jinsong Wang + - Hongwei Zhang + - Chao Bu + year: '2024' + doi: 10.1016/J.FUTURE.2023.09.016 + url: https://doi.org/10.1016/j.future.2023.09.016 + dblp_key: journals/fgcs/ZhangWZB24 + venue_name: Future Gener. Comput. Syst. + pages: 152-161 +- title: A transferred spatio-temporal deep model based on multi-LSTM auto-encoder + for air pollution time series missing value imputation + authors: + - Xiaoxia Zhang + - Pengcheng Zhou + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.015 + url: https://doi.org/10.1016/j.future.2024.03.015 + dblp_key: journals/fgcs/ZhangZ24 + venue_name: Future Gener. Comput. Syst. + pages: 325-338 +- title: 'Coarse-to-Fine: A hierarchical DNN inference framework for edge computing' + authors: + - Zao Zhang + - Yuning Zhang + - Wei Bao 0001 + - Changyang Li + - Dong Yuan 0001 + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.009 + url: https://doi.org/10.1016/j.future.2024.03.009 + dblp_key: journals/fgcs/ZhangZBLY24 + venue_name: Future Gener. Comput. Syst. + pages: 180-192 +- title: A fragmentation-aware redundancy elimination scheme for inline backup systems + authors: + - Yucheng Zhang + - Wenxuan Zhu + - Dan Feng 0001 + - Wei Huang 0013 + - Nan Jiang 0013 + - Meng Chen 0024 + - Renxin Xia + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.004 + url: https://doi.org/10.1016/j.future.2024.03.004 + dblp_key: journals/fgcs/ZhangZFHJCX24 + venue_name: Future Gener. Comput. Syst. + pages: 53-63 +- title: Blockchain-based secure communication of internet of things in space-air-ground + integrated network + authors: + - Yi Zhang 0134 + - Peiying Zhang 0001 + - Mohsen Guizani + - Jianyong Zhang + - Jian Wang 0010 + - Hailong Zhu + - Kostromitin Konstantin Igorevich + - Huiling Shi + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.024 + url: https://doi.org/10.1016/j.future.2024.04.024 + dblp_key: journals/fgcs/ZhangZGZWZIS24 + venue_name: Future Gener. Comput. Syst. + pages: 391-399 +- title: 'MedT2T: An adaptive pointer constrain generating method for a new medical + text-to-table task' + authors: + - Wang Zhao 0002 + - Dongxiao Gu + - Xuejie Yang + - Meihuizi Jia + - Changyong Liang + - Xiaoyu Wang + - Oleg Zolotarev + year: '2024' + doi: 10.1016/J.FUTURE.2024.07.030 + url: https://doi.org/10.1016/j.future.2024.07.030 + dblp_key: journals/fgcs/ZhaoGYJLWZ24 + venue_name: Future Gener. Comput. Syst. + pages: 586-600 +- title: Byzantine-robust federated learning with ensemble incentive mechanism + authors: + - Shihai Zhao + - Juncheng Pu + - Xiaodong Fu + - Li Liu 0032 + - Fei Dai 0002 + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.017 + url: https://doi.org/10.1016/j.future.2024.05.017 + dblp_key: journals/fgcs/ZhaoPFLD24 + venue_name: Future Gener. Comput. Syst. + pages: 272-283 +- title: 'PPSFL: Privacy-Preserving Split Federated Learning for heterogeneous data + in edge-based Internet of Things' + authors: + - Jiali Zheng + - Yixin Chen + - Qijia Lai + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.020 + url: https://doi.org/10.1016/j.future.2024.03.020 + dblp_key: journals/fgcs/ZhengCL24 + venue_name: Future Gener. Comput. Syst. + pages: 231-241 +- title: A balanced and reliable data replica placement scheme based on reinforcement + learning in edge-cloud environments + authors: + - Mengke Zheng + - Xin Du 0002 + - Zhihui Lu 0002 + - Qiang Duan 0002 + year: '2024' + doi: 10.1016/J.FUTURE.2024.02.004 + url: https://doi.org/10.1016/j.future.2024.02.004 + dblp_key: journals/fgcs/ZhengDLD24 + venue_name: Future Gener. Comput. Syst. + pages: 132-145 +- title: 'Lightweight block ciphers for resource-constrained environments: A comprehensive + survey' + authors: + - Yue Zhong + - Jieming Gu + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.054 + url: https://doi.org/10.1016/j.future.2024.03.054 + dblp_key: journals/fgcs/ZhongG24 + venue_name: Future Gener. Comput. Syst. + pages: 288-302 +- title: Practical algorithms for weakly flexible job scheduling for smart mold component + process + authors: + - Xueyi Zhou + - Dong-Kyu Chae + - Sang-Chul Lee 0001 + year: '2024' + doi: 10.1016/J.FUTURE.2024.05.058 + url: https://doi.org/10.1016/j.future.2024.05.058 + dblp_key: journals/fgcs/ZhouCL24 + venue_name: Future Gener. Comput. Syst. + pages: 197-211 +- title: 'Agile Optimization Framework: A framework for tensor operator optimization + in neural network' + authors: + - Mingwei Zhou + - Xuxin Lin + - Yanyan Liang 0001 + year: '2024' + doi: 10.1016/J.FUTURE.2024.07.019 + url: https://doi.org/10.1016/j.future.2024.07.019 + dblp_key: journals/fgcs/ZhouLL24 + venue_name: Future Gener. Comput. Syst. + pages: 432-444 +- title: Password cracking using chunk similarity + authors: + - Erqiang Zhou + - Yejian Peng + - Guanghui Shao + - Fuhu Deng + - Yurun Miao + - Wulong Fan + year: '2024' + doi: 10.1016/J.FUTURE.2023.09.013 + url: https://doi.org/10.1016/j.future.2023.09.013 + dblp_key: journals/fgcs/ZhouPSDMF24 + venue_name: Future Gener. Comput. Syst. + pages: 380-394 +- title: 'PAC: A monitoring framework for performance analysis of compression algorithms + in Spark' + authors: + - Changpeng Zhu + - Bo Han 0005 + - Gang Li + year: '2024' + doi: 10.1016/J.FUTURE.2024.02.009 + url: https://doi.org/10.1016/j.future.2024.02.009 + dblp_key: journals/fgcs/ZhuHL24 + venue_name: Future Gener. Comput. Syst. + pages: 237-249 +- title: 'SyRoC: Symbiotic robotics for QoS-aware heterogeneous applications in IoT-edge-cloud + computing paradigm' + authors: + - Anqi Zhu + - Huimin Lu 0002 + - Songtao Guo + - Zhiwen Zeng + - Mingfang Ma + - Zongtan Zhou + year: '2024' + doi: 10.1016/J.FUTURE.2023.09.002 + url: https://doi.org/10.1016/j.future.2023.09.002 + dblp_key: journals/fgcs/ZhuLGZMZ24 + venue_name: Future Gener. Comput. Syst. + pages: 202-219 +- title: Load-aware task migration algorithm toward adaptive load balancing in Edge + Computing + authors: + - Xikang Zhu + - Wenbin Yao + - Wenhao Wang + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.014 + url: https://doi.org/10.1016/j.future.2024.03.014 + dblp_key: journals/fgcs/ZhuYW24 + venue_name: Future Gener. Comput. Syst. + pages: 303-312 +- title: Enabling high fault-tolerant embedding capability of alternating group graphs + authors: + - Hongbin Zhuang + - Xiao-Yan Li + - Dajin Wang + - Cheng-Kuan Lin + - Kun Zhao + year: '2024' + doi: 10.1016/J.FUTURE.2024.04.019 + url: https://doi.org/10.1016/j.future.2024.04.019 + dblp_key: journals/fgcs/ZhuangLWLZ24 + venue_name: Future Gener. Comput. Syst. + pages: 110-121 +- title: 'Anomaly-based error and intrusion detection in tabular data: No DNN outperforms + tree-based classifiers' + authors: + - Tommaso Zoppi + - Stefano Gazzini + - Andrea Ceccarelli + year: '2024' + doi: 10.1016/J.FUTURE.2024.06.051 + url: https://doi.org/10.1016/j.future.2024.06.051 + dblp_key: journals/fgcs/ZoppiGC24 + venue_name: Future Gener. Comput. Syst. + pages: 951-965 +- title: 'FedViT: Federated continual learning of vision transformer at edge' + authors: + - Xiaojiang Zuo + - Yaxin Luopan + - Rui Han 0001 + - Qinglong Zhang + - Chi Harold Liu + - Guoyin Wang 0001 + - Lydia Y. Chen + year: '2024' + doi: 10.1016/J.FUTURE.2023.11.038 + url: https://doi.org/10.1016/j.future.2023.11.038 + dblp_key: journals/fgcs/ZuoLHZLWC24 + venue_name: Future Gener. Comput. Syst. + pages: 1-15 +- title: 'Edge model: An efficient method to identify and reduce the effectiveness + of malicious clients in federated learning' + authors: + - Mahdi Shahraki + - Amir Jalaly Bidgoly + year: '2024' + doi: 10.1016/J.FUTURE.2024.03.048 + url: https://doi.org/10.1016/j.future.2024.03.048 + dblp_key: journals/fgcs/shahrakiB24 + venue_name: Future Gener. Comput. Syst. + pages: 459-468 +- title: An enhanced consortium blockchain diversity mining technique for IoT metadata + aggregation + authors: [] + year: '2024' + doi: 10.1016/J.FUTURE.2023.10.020 + url: https://doi.org/10.1016/j.future.2023.10.020 + dblp_key: journals/fgcs/ChithaluruADSKD24 + venue_name: Future Gener. Comput. Syst. + pages: 239-253 diff --git a/site/data/papers/FGCS-2024-digest.yaml b/site/data/papers/FGCS-2024-digest.yaml new file mode 100644 index 0000000..13fdf3e --- /dev/null +++ b/site/data/papers/FGCS-2024-digest.yaml @@ -0,0 +1,261 @@ +venue: FGCS +year: 2024 +selected: + - title: "Quantum-centric supercomputing for materials science: A perspective on challenges + and future directions" + authors: + - Yuri Alexeev + - Maximilian Amsler + - Marco Antonio Barroca + - Sanzio Bassini + - Torey Battelle + - Daan Camps + - David Casanova + - Young Jay Choi + - Frederic T. Chong + - Charles Chung + - Christopher Codella + - Antonio D. Córcoles + - James Cruise + - Alberto Di Meglio + - Ivan Duran + - Thomas Eckl + - Sophia E. Economou + - Stephan J. Eidenbenz + - Bruce Elmegreen + - Clyde Fare + - Ismael Faro + - Cristina Sanz Fernández + - Rodrigo Neumann Barros Ferreira + - Keisuke Fuji + - Bryce Fuller + - Laura Gagliardi + - Giulia Galli + - Jennifer R. Glick + - Isacco Gobbi + - Pranav Gokhale + - Salvador de la Puente Gonzalez + - Johannes Greiner + - Bill Gropp + - Michele Grossi + - Emanuel Gull + - Burns Healy + - Matthew R. Hermes + - Benchen Huang + - Travis S. Humble + - Nobuyasu Ito + - Artur F. Izmaylov + - Ali Javadi-Abhari + - Douglas M. Jennewein + - Shantenu Jha + - Liang Jiang + - Barbara Jones + - Wibe Albert de Jong + - Petar Jurcevic + - William M. Kirby + - Stefan Kister + - Masahiro Kitagawa + - Joel Klassen + - Katherine Klymko + - Kwangwon Koh + - Masaaki Kondo + - Doga Murat Kürkçüoglu + - Krzysztof Kurowski + - Teodoro Laino + - Ryan Landfield + - Matthew L. Leininger + - Vicente Leyton-Ortega + - Ang Li 0006 + - Meifeng Lin + - Junyu Liu + - Nicolás Lorente + - André Luckow + - Simon Martiel + - Francisco Martín-Fernández + - Margaret Martonosi + - Claire Marvinney + - Arcesio Castañeda Medina + - Dirk Merten + - Antonio Mezzacapo + - Kristel Michielsen + - Abhishek Mitra + - Tushar Mittal + - Kyungsun Moon + - Joel Moore + - Sarah Mostame + - Mario Motta + - Young-Hye Na + - Yunseong Nam + - Prineha Narang + - Yu-ya Ohnishi + - Daniele Ottaviani + - Matthew Otten + - Scott Pakin + - Vincent R. Pascuzzi + - Edwin Pednault + - Tomasz Piontek + - Jed Pitera + - Patrick Rall + - Gokul Subramanian Ravi + - Niall Robertson + - Matteo A. C. Rossi + - Piotr Rydlichowski + - Hoon Ryu + - Georgy Samsonidze + - Mitsuhisa Sato + - Nishant Saurabh + - Vidushi Sharma + - Kunal Sharma + - Soyoung Shin + - George Slessman + - Mathias Steiner + - Iskandar Sitdikov + - In-Saeng Suh + - Eric D. Switzer + - Wei Tang + - Joel Thompson + - Synge Todo + - Minh C. Tran + - Dimitar Trenev + - Christian Trott + - Huan-Hsin Tseng + - Norm M. Tubman + - Esin Tureci + - David García Valiñas + - Sofia Vallecorsa + - Christopher Wever + - Konrad Wojciechowski + - Xiaodi Wu 0001 + - Shinjae Yoo + - Nobuyuki Yoshioka + - Victor Wen-zhe Yu + - Seiji Yunoki + - Sergiy Zhuk + - Dmitry Zubarev + tldr: "A comprehensive roadmap from IBM, national labs, and universities identifying key algorithmic, software, and hardware challenges for using quantum processors alongside classical HPC to advance materials science simulations." + why_notable: "Essential reading for any researcher planning quantum-classical hybrid workflows, covering the full stack from error mitigation to application mapping at scale." + + - title: Integrating quantum computing resources into scientific HPC ecosystems + authors: + - Thomas L. Beck + - Alessandro Baroni 0003 + - Ryan S. Bennink + - Gilles Buchs + - Eduardo Antonio Coello Pérez + - Markus Eisenbach 0002 + - Rafael Ferreira da Silva + - Muralikrishnan Gopalakrishnan Meena + - Kalyana C. Gottiparthi + - Peter Groszkowski + - Travis S. Humble + - Ryan Landfield + - Ketan Maheshwari + - Sarp Oral + - Michael A. Sandoval + - Amir Shehata + - In-Saeng Suh + - Christopher Zimmer 0001 + tldr: "Describes the architecture and middleware decisions made at Oak Ridge National Laboratory to expose quantum devices as first-class resources within an existing HPC facility." + why_notable: "One of the first concrete descriptions of a production-scale quantum-HPC integration, providing a template other facilities can follow." + + - title: 'Lotaru: Locally predicting workflow task runtimes for resource management + on heterogeneous infrastructures' + authors: + - Jonathan Bader + - Fabian Lehmann + - Lauritz Thamsen + - Ulf Leser + - Odej Kao + tldr: "Lotaru learns lightweight per-workflow runtime prediction models locally on each node using micro-benchmarks, eliminating the need for a centralized profiling service on heterogeneous clusters." + why_notable: "Addresses a core bottleneck in scientific workflow scheduling with a practical, evaluated approach that works without historical traces." + + - title: 'The globus compute dataset: An open function-as-a-service dataset from the + edge to the cloud' + authors: + - André Bauer 0001 + - Haochen Pan + - Ryan Chard + - Yadu N. Babuji + - Josh Bryan + - Devesh Tiwari + - Ian T. Foster + - Kyle Chard + tldr: "Releases a large real-world dataset of function invocations across edge, campus, and cloud resources collected from the Globus Compute FaaS platform, along with workload analysis." + why_notable: "Provides the community with a rare, richly annotated dataset for benchmarking distributed FaaS schedulers and studying edge-to-cloud task patterns at scale." + + - title: "A survey on checkpointing strategies: Should we always checkpoint à la Young/Daly?" + authors: + - Leonardo Bautista-Gomez + - Anne Benoit + - Sheng Di + - Thomas Hérault + - Yves Robert + - Hongyang Sun 0001 + tldr: "Surveys decades of checkpointing research and rigorously examines when the classic Young/Daly formula is optimal versus when multi-level, coordinated, or application-aware strategies outperform it." + why_notable: "A definitive reference for HPC fault tolerance that unifies scattered results and provides clear guidance on choosing a checkpointing strategy for modern exascale workloads." + + - title: Scalable I/O aggregation for asynchronous multi-level checkpointing + authors: + - Mikaila J. Gossman + - Bogdan Nicolae + - Jon C. Calhoun + tldr: "Proposes an aggregation layer that pipelines writes across multiple memory and storage tiers asynchronously, reducing checkpoint overhead for large-scale MPI applications." + why_notable: "Delivers measurable improvements in checkpoint throughput on realistic HPC applications, directly addressing the I/O bottleneck at exascale." + + - title: 'StructMesh: A storage framework for serverless computing continuum' + authors: + - Diana Carrizales-Espinoza + - Dante D. Sánchez-Gallegos + - José Luis González Compeán + - Jesús Carretero 0001 + tldr: "Introduces a hierarchical storage abstraction that unifies data management across edge, fog, and cloud tiers for serverless workflows, supporting structured data access patterns." + why_notable: "Offers a practical, evaluated solution to the data management gap in cloud-edge serverless architectures, relevant to scientific and industrial workflow deployment." + + - title: Paving the way to hybrid quantum-classical scientific workflows + authors: + - Sandeep Suresh Cranganore + - Vincenzo De Maio + - Ivona Brandic + - Ewa Deelman + tldr: "Defines a taxonomy and reference architecture for hybrid quantum-classical workflows, mapping quantum circuit execution onto existing scientific workflow management system abstractions." + why_notable: "Provides the conceptual foundations needed to extend tools like Pegasus or Swift to orchestrate quantum subroutines within larger scientific pipelines." + + - title: Online learning and continuous model upgrading with data streams through + the Kafka-ML framework + authors: + - Alejandro Carnero + - Cristian Martín 0002 + - Gwanggil Jeon + - Manuel Díaz + tldr: "Extends Kafka-ML to support incremental online learning directly from streaming data topics, enabling continuous model updates without retraining from scratch in edge-cloud deployments." + why_notable: "Demonstrates a full open-source framework that bridges stream processing and ML model lifecycle management, with relevance to IoT and real-time analytics pipelines." + + - title: 'GRAAFE: GRaph Anomaly Anticipation Framework for Exascale HPC systems' + authors: + - Martin Molan + - Mohsen Seyedkazemi Ardebili + - Junaid Ahmed Khan + - Francesco Beneventi + - Daniele Cesarini + - Andrea Borghesi + - Andrea Bartolini + tldr: "Uses graph neural networks trained on node telemetry to predict imminent failures in exascale HPC clusters before they occur, enabling proactive maintenance and job migration." + why_notable: "Shows that temporal graph models over system topology substantially outperform per-node anomaly detection, with validation on a real pre-exascale machine." + + - title: 'QFaaS: A Serverless Function-as-a-Service framework for Quantum computing' + authors: + - Hoa T. Nguyen + - Muhammad Usman 0009 + - Rajkumar Buyya + tldr: "Proposes QFaaS, a broker-based FaaS platform that abstracts heterogeneous quantum hardware providers behind a unified serverless interface with automatic circuit compilation and resource selection." + why_notable: "Addresses the pressing need for a cloud-agnostic quantum execution layer, laying groundwork for portable quantum applications across IBM, IonQ, and similar backends." + + - title: 'Enabling federated learning across the computing continuum: Systems, challenges + and future directions' + authors: + - Cèdric Prigent + - Alexandru Costan + - Gabriel Antoniu + - Loïc Cudennec + tldr: "Systematically surveys the technical barriers to training federated learning models that span IoT devices, edge servers, and cloud data centers, and proposes a reference architecture addressing heterogeneity and mobility." + why_notable: "A timely synthesis that clarifies open problems at the intersection of federated learning and the compute continuum, useful as a roadmap for system builders." diff --git a/site/data/papers/FGCS-2025-candidates.yaml b/site/data/papers/FGCS-2025-candidates.yaml new file mode 100644 index 0000000..1bd9fec --- /dev/null +++ b/site/data/papers/FGCS-2025-candidates.yaml @@ -0,0 +1,4806 @@ +venue: FGCS +year: 2025 +source: dblp +count: 357 +papers: +- title: 'VLCQ: Post-training quantization for deep neural networks using variable + length coding' + authors: + - Reem Abdel-Salam + - Ahmed H. Abdel-Gawad + - Amr G. Wassal + year: '2025' + doi: 10.1016/J.FUTURE.2024.107654 + url: https://doi.org/10.1016/j.future.2024.107654 + dblp_key: journals/fgcs/AbdelSalamAW25 + venue_name: Future Gener. Comput. Syst. + pages: '107654' +- title: Deadline-constrained security-aware workflow scheduling in hybrid cloud architecture + authors: + - Somayeh Abdi + - Mohammad Ashjaei + - Saad Mubeen + year: '2025' + doi: 10.1016/J.FUTURE.2024.07.044 + url: https://doi.org/10.1016/j.future.2024.07.044 + dblp_key: journals/fgcs/AbdiAM25 + venue_name: Future Gener. Comput. Syst. + pages: '107466' +- title: 'PHiFL-TL: Personalized hierarchical federated learning using transfer learning' + authors: + - Afsaneh Afzali + - Pirooz Shamsinejadbabaki + year: '2025' + doi: 10.1016/J.FUTURE.2024.107672 + url: https://doi.org/10.1016/j.future.2024.107672 + dblp_key: journals/fgcs/AfzaliS25 + venue_name: Future Gener. Comput. Syst. + pages: '107672' +- title: Enhancing the output of time series forecasting algorithms for cloud resource + provisioning + authors: + - Ferran Agullo + - Alberto Gutierrez-Torre + - Jordi Torres + - Josep Lluís Berral + year: '2025' + doi: 10.1016/J.FUTURE.2025.107833 + url: https://doi.org/10.1016/j.future.2025.107833 + dblp_key: journals/fgcs/AgulloGTB25 + venue_name: Future Gener. Comput. Syst. + pages: '107833' +- title: 'Elevating e-health excellence with IOTA distributed ledger technology: Sustaining + data integrity in next-gen fog-driven systems' + authors: + - Waqas Ahmed + - Waseem Iqbal 0001 + - Ammar Hassan + - Awais Ahmad 0001 + - Farhan Ullah 0001 + - Gautam Srivastava 0001 + year: '2025' + doi: 10.1016/J.FUTURE.2025.107755 + url: https://doi.org/10.1016/j.future.2025.107755 + dblp_key: journals/fgcs/AhmedIHAUS25 + venue_name: Future Gener. Comput. Syst. + pages: '107755' +- title: 'QM-ARC: QoS-aware Multi-tier Adaptive Cache Replacement Strategy' + authors: + - Lydia Ait-Oucheggou + - Stéphane Rubini + - Abdella Battou + - Jalil Boukhobza + year: '2025' + doi: 10.1016/J.FUTURE.2024.107548 + url: https://doi.org/10.1016/j.future.2024.107548 + dblp_key: journals/fgcs/AitOucheggouRBB25 + venue_name: Future Gener. Comput. Syst. + pages: '107548' +- title: Contribution prediction in federated learning via client behavior evaluation + authors: + - Ahmed Abbas Mohsin Al-Saedi + - Veselka Boeva + - Emiliano Casalicchio + year: '2025' + doi: 10.1016/J.FUTURE.2024.107639 + url: https://doi.org/10.1016/j.future.2024.107639 + dblp_key: journals/fgcs/AlSaediBC25 + venue_name: Future Gener. Comput. Syst. + pages: '107639' +- title: Improving WSN-based dataset using data augmentation for TSCH protocol performance + modeling + authors: + - Melchizedek Alipio + year: '2025' + doi: 10.1016/J.FUTURE.2024.107540 + url: https://doi.org/10.1016/j.future.2024.107540 + dblp_key: journals/fgcs/Alipio25 + venue_name: Future Gener. Comput. Syst. + pages: '107540' +- title: A comparative study of ad-hoc file systems for extreme scale computing + authors: + - Njoud O. Almaaitah + - Francisco Javier García Blas + - Genaro Sanchez-Gallegos + - Jesús Carretero 0001 + - Marc-André Vef + - André Brinkmann + year: '2025' + doi: 10.1016/J.FUTURE.2025.107815 + url: https://doi.org/10.1016/j.future.2025.107815 + dblp_key: journals/fgcs/AlmaaitahBSCVB25 + venue_name: Future Gener. Comput. Syst. + pages: '107815' +- title: 'Enhancing performance of machine learning tasks on edge-cloud infrastructures: + A cross-domain Internet of Things based framework' + authors: + - Osama Almurshed + - Ashish Kaushal + - Souham Meshoul + - Asmail Muftah + - Osama Almoghamis + - Ioan Petri + - Nitin Auluck + - Omer F. Rana + year: '2025' + doi: 10.1016/J.FUTURE.2024.107696 + url: https://doi.org/10.1016/j.future.2024.107696 + dblp_key: journals/fgcs/AlmurshedKMMAPAR25 + venue_name: Future Gener. Comput. Syst. + pages: '107696' +- title: Blending lossy and lossless data compression methods to support health data + streaming in smart cities + authors: + - Alexandre Andrade + - Cristiano André da Costa + - Alex Roehrs + - Débora C. Muchaluat-Saade + - Rodrigo da Rosa Righi + year: '2025' + doi: 10.1016/J.FUTURE.2025.107748 + url: https://doi.org/10.1016/j.future.2025.107748 + dblp_key: journals/fgcs/AndradeCRMR25 + venue_name: Future Gener. Comput. Syst. + pages: '107748' +- title: Finding BERT errors by clustering activation vectors + authors: + - William B. Andreopoulos + - Dominic Lopez + - Carlos Rojas + - Vedashree P. Bhandare + year: '2025' + doi: 10.1016/J.FUTURE.2024.107601 + url: https://doi.org/10.1016/j.future.2024.107601 + dblp_key: journals/fgcs/AndreopoulosLRB25 + venue_name: Future Gener. Comput. Syst. + pages: '107601' +- title: Expanding SafeSU capabilities by leveraging security frameworks for contention + monitoring in complex SoCs + authors: + - Pablo Andreu + - Sergi Alcaide + - Pedro López 0001 + - Jaume Abella 0001 + - Carles Hernández 0001 + year: '2025' + doi: 10.1016/J.FUTURE.2024.107518 + url: https://doi.org/10.1016/j.future.2024.107518 + dblp_key: journals/fgcs/AndreuALAH25 + venue_name: Future Gener. Comput. Syst. + pages: '107518' +- title: 'SeCTIS: A framework to Secure CTI Sharing' + authors: + - Dincy R. Arikkat + - Mert Cihangiroglu + - Mauro Conti + - Rafidha Rehiman K. A. + - Serena Nicolazzo + - Antonino Nocera + - P. Vinod 0001 + year: '2025' + doi: 10.1016/J.FUTURE.2024.107562 + url: https://doi.org/10.1016/j.future.2024.107562 + dblp_key: journals/fgcs/ArikkatCCANNV25 + venue_name: Future Gener. Comput. Syst. + pages: '107562' +- title: 'SmartKV: A cost-effective and low-latency geo-distributed key-value store + for the computing continuum' + authors: + - Juan Aznar-Poveda + - Maximilian Franz Ebner + - Thomas Fahringer + - Zahra Najafabadi Samani + - Marlon Etheredge + - Stefan Pedratscher + - Nishant Saurabh + year: '2025' + doi: 10.1016/J.FUTURE.2025.107857 + url: https://doi.org/10.1016/j.future.2025.107857 + dblp_key: journals/fgcs/AznarPovedaEFSEPS25 + venue_name: Future Gener. Comput. Syst. + pages: '107857' +- title: Efficient Number Theoretic Transform accelerator on the versal platform powered + by the AI Engine + authors: + - Zhenshan Bao + - Tianhao Zang + - Yiqi Liu + - Wenbo Zhang + year: '2025' + doi: 10.1016/J.FUTURE.2025.107728 + url: https://doi.org/10.1016/j.future.2025.107728 + dblp_key: journals/fgcs/BaoZLZ25 + venue_name: Future Gener. Comput. Syst. + pages: '107728' +- title: 'ENNigma: A framework for Private Neural Networks' + authors: + - Pedro Barbosa + - Ivone Amorim + - Eva Maia + - Isabel Praça + year: '2025' + doi: 10.1016/J.FUTURE.2025.107719 + url: https://doi.org/10.1016/j.future.2025.107719 + dblp_key: journals/fgcs/BarbosaAMP25 + venue_name: Future Gener. Comput. Syst. + pages: '107719' +- title: 'MobFedLS: A framework to provide federated learning for mobile nodes in + V2X environments' + authors: + - Bernardo Barreto + - Carlos R. Senna + - Pedro Rito + - Susana Sargento + year: '2025' + doi: 10.1016/J.FUTURE.2024.107514 + url: https://doi.org/10.1016/j.future.2024.107514 + dblp_key: journals/fgcs/BarretoSRS25 + venue_name: Future Gener. Comput. Syst. + pages: '107514' +- title: 'Energy management in smart grids: An Edge-Cloud Continuum approach with + Deep Q-learning' + authors: + - Eric Bernardes Chagas Barros + - Wesley O. Souza + - Daniel G. Costa + - Geraldo P. R. Filho + - Gustavo B. Figueiredo + - Maycon Leone Maciel Peixoto + year: '2025' + doi: 10.1016/J.FUTURE.2024.107599 + url: https://doi.org/10.1016/j.future.2024.107599 + dblp_key: journals/fgcs/BarrosSCFFP25 + venue_name: Future Gener. Comput. Syst. + pages: '107599' +- title: 'Smart contract languages: A comparative analysis' + authors: + - Massimo Bartoletti + - Lorenzo Benetollo + - Michele Bugliesi + - Silvia Crafa + - Giacomo Dal Sasso + - Roberto Pettinau + - Andrea Pinna 0002 + - Mattia Piras + - Sabina Rossi + - Stefano Salis + - Alvise Spanò + - Viacheslav Tkachenko + - Roberto Tonelli + - Roberto Zunino + year: '2025' + doi: 10.1016/J.FUTURE.2024.107563 + url: https://doi.org/10.1016/j.future.2024.107563 + dblp_key: journals/fgcs/BartolettiBBCSPPPRSSTTZ25 + venue_name: Future Gener. Comput. Syst. + pages: '107563' +- title: Effect of implementations of the N-body problem on the performance and portability + across GPU vendors + authors: + - Rodrigo A. C. Bartolomeu + - René Halver + - Jan H. Meinke + - Godehard Sutmann + year: '2025' + doi: 10.1016/J.FUTURE.2025.107802 + url: https://doi.org/10.1016/j.future.2025.107802 + dblp_key: journals/fgcs/BartolomeuHMS25 + venue_name: Future Gener. Comput. Syst. + pages: '107802' +- title: 'Enhancing IoT security: Assessing instantaneous communication trust to detect + man-in-the-middle attacks' + authors: + - Rabeya Basri + - Gour C. Karmakar + - S. H. Shah Newaz + - Joarder Kamruzzaman + - Linh Nguyen 0001 + - Mohammad Mahabub Alam + - Muhammad Usman 0015 + year: '2025' + doi: 10.1016/J.FUTURE.2025.107714 + url: https://doi.org/10.1016/j.future.2025.107714 + dblp_key: journals/fgcs/BasriKNKNAU25 + venue_name: Future Gener. Comput. Syst. + pages: '107714' +- title: Devising an actor-based middleware support to federated learning experiments + and systems + authors: + - Alessio Bechini + - José Luis Corcuera Bárcena + year: '2025' + doi: 10.1016/J.FUTURE.2024.107646 + url: https://doi.org/10.1016/j.future.2024.107646 + dblp_key: journals/fgcs/BechiniB25 + venue_name: Future Gener. Comput. Syst. + pages: '107646' +- title: A Web of Things approach for learning on the Edge-Cloud Continuum + authors: + - Luca Bedogni + - Federico Chiariotti + year: '2025' + doi: 10.1016/J.FUTURE.2025.107736 + url: https://doi.org/10.1016/j.future.2025.107736 + dblp_key: journals/fgcs/BedogniC25 + venue_name: Future Gener. Comput. Syst. + pages: '107736' +- title: Fluid Computing & Digital Twins for intelligent interoperability in the + IoT ecosystem + authors: + - Luca Bedogni + - Marco Mamei + - Marco Picone + - Marcello Pietri + - Franco Zambonelli + year: '2025' + doi: 10.1016/J.FUTURE.2025.107855 + url: https://doi.org/10.1016/j.future.2025.107855 + dblp_key: journals/fgcs/BedogniMPPZ25 + venue_name: Future Gener. Comput. Syst. + pages: '107855' +- title: Edge-cloud solutions for big data analysis and distributed machine learning + - 2 + authors: + - Loris Belcastro + - Jesús Carretero 0001 + - Domenico Talia + year: '2025' + doi: 10.1016/J.FUTURE.2025.107745 + url: https://doi.org/10.1016/j.future.2025.107745 + dblp_key: journals/fgcs/BelcastroCT25 + venue_name: Future Gener. Comput. Syst. + pages: '107745' +- title: 'Prompting Robotic Modalities (PRM): A structured architecture for centralizing + language models in complex systems' + authors: + - Bilel Benjdira + - Anis Koubaa + - Anas M. Ali + year: '2025' + doi: 10.1016/J.FUTURE.2025.107723 + url: https://doi.org/10.1016/j.future.2025.107723 + dblp_key: journals/fgcs/BenjdiraKA25 + venue_name: Future Gener. Comput. Syst. + pages: '107723' +- title: 'AISAW: An adaptive interference-aware scheduling algorithm for acceleration + of deep learning workloads training on distributed heterogeneous systems' + authors: + - Yushen Bi + - Yupeng Xi + - Chao Jing + year: '2025' + doi: 10.1016/J.FUTURE.2024.107642 + url: https://doi.org/10.1016/j.future.2024.107642 + dblp_key: journals/fgcs/BiXJ25 + venue_name: Future Gener. Comput. Syst. + pages: '107642' +- title: Machine Learning-Based Attack Detection for the Internet of Things + authors: + - Dawit Dejene Bikila + - Jan Capek + year: '2025' + doi: 10.1016/J.FUTURE.2024.107630 + url: https://doi.org/10.1016/j.future.2024.107630 + dblp_key: journals/fgcs/BikilaC25 + venue_name: Future Gener. Comput. Syst. + pages: '107630' +- title: 'Integrita: A BFT distributed storage system' + authors: + - Sanaz Taheri Boshrooyeh + - Alptekin Küpçü + - Öznur Özkasap + year: '2025' + doi: 10.1016/J.FUTURE.2024.107629 + url: https://doi.org/10.1016/j.future.2024.107629 + dblp_key: journals/fgcs/BoshrooyehKO25 + venue_name: Future Gener. Comput. Syst. + pages: '107629' +- title: 'ARGO: Overcoming hardware dependence in distributed learning' + authors: + - Karim Boubouh + - Amine Boussetta + - Rachid Guerraoui + - Alexandre Maurer + year: '2025' + doi: 10.1016/J.FUTURE.2025.107778 + url: https://doi.org/10.1016/j.future.2025.107778 + dblp_key: journals/fgcs/BoubouhBGM25 + venue_name: Future Gener. Comput. Syst. + pages: '107778' +- title: 'Dynamic FPGA reconfiguration for scalable embedded artificial intelligence + (AI): A co-design methodology for convolutional neural networks (CNN) acceleration' + authors: + - Jalil Boudjadar + - Saif ul Islam + - Rajkumar Buyya + year: '2025' + doi: 10.1016/J.FUTURE.2025.107777 + url: https://doi.org/10.1016/j.future.2025.107777 + dblp_key: journals/fgcs/BoudjadarIB25 + venue_name: Future Gener. Comput. Syst. + pages: '107777' +- title: Efficient distributed continual learning for steering experiments in real-time + authors: + - Thomas Bouvier + - Bogdan Nicolae + - Alexandru Costan + - Tekin Bicer + - Ian T. Foster + - Gabriel Antoniu + year: '2025' + doi: 10.1016/J.FUTURE.2024.07.016 + url: https://doi.org/10.1016/j.future.2024.07.016 + dblp_key: journals/fgcs/BouvierNCBFA25 + venue_name: Future Gener. Comput. Syst. + pages: '107438' +- title: Flexible hybrid post-quantum bidirectional multi-factor authentication and + key agreement framework using ECC and KEM + authors: + - An Braeken + year: '2025' + doi: 10.1016/J.FUTURE.2024.107634 + url: https://doi.org/10.1016/j.future.2024.107634 + dblp_key: journals/fgcs/Braeken25 + venue_name: Future Gener. Comput. Syst. + pages: '107634' +- title: Big Data-driven MLOps workflow for annual high-resolution land cover classification + models + authors: + - Antonio M. Burgueño-Romero + - Cristóbal Barba-González + - José Francisco Aldana-Montes + year: '2025' + doi: 10.1016/J.FUTURE.2024.107499 + url: https://doi.org/10.1016/j.future.2024.107499 + dblp_key: journals/fgcs/BurguenoRomeroBA25 + venue_name: Future Gener. Comput. Syst. + pages: '107499' +- title: 'Evaluation of Juliana Tool: A translator for Julia's CUDA.jl code into + KernelAbstraction.jl' + authors: + - Enrique de la Calle + - Carlos García 0001 + year: '2025' + doi: 10.1016/J.FUTURE.2025.107813 + url: https://doi.org/10.1016/j.future.2025.107813 + dblp_key: journals/fgcs/CalleG25 + venue_name: Future Gener. Comput. Syst. + pages: '107813' +- title: MCMC generation of cost matrices for scheduling performance evaluation + authors: + - Louis-Claude Canon + - Anthony Dugois + - Mohamad El Sayah + - Pierre-Cyrille Héam + year: '2025' + doi: 10.1016/J.FUTURE.2025.107758 + url: https://doi.org/10.1016/j.future.2025.107758 + dblp_key: journals/fgcs/CanonDSH25 + venue_name: Future Gener. Comput. Syst. + pages: '107758' +- title: 'IoVST: An anomaly detection method for IoV based on spatiotemporal feature + fusion' + authors: + - Jinhui Cao + - Xiaoqiang Di + - Jinqing Li + - Keping Yu + - Liang Zhao 0004 + year: '2025' + doi: 10.1016/J.FUTURE.2024.107636 + url: https://doi.org/10.1016/j.future.2024.107636 + dblp_key: journals/fgcs/CaoDLYZ25 + venue_name: Future Gener. Comput. Syst. + pages: '107636' +- title: 'Enhancing interconnection network topology for chiplet-based systems: An + automated design framework' + authors: + - Zhipeng Cao 0001 + - Qinrang Liu + - Zhiquan Wan + - Wenbo Zhang + - Ke Song + - Wenbin Liu + year: '2025' + doi: 10.1016/J.FUTURE.2024.107547 + url: https://doi.org/10.1016/j.future.2024.107547 + dblp_key: journals/fgcs/CaoLWZSL25 + venue_name: Future Gener. Comput. Syst. + pages: '107547' +- title: Privacy-preserving and verifiable convolution neural network inference and + training in cloud computing + authors: + - Wei Cao + - Wenting Shen + - Jing Qin + - Hao Lin 0012 + year: '2025' + doi: 10.1016/J.FUTURE.2024.107560 + url: https://doi.org/10.1016/j.future.2024.107560 + dblp_key: journals/fgcs/CaoSQL25 + venue_name: Future Gener. Comput. Syst. + pages: '107560' +- title: 'FedDA: Resource-adaptive federated learning with dual-alignment aggregation + optimization for heterogeneous edge devices' + authors: + - Shaohua Cao + - Huixin Wu + - Xiwen Wu + - Ruhui Ma + - Danxin Wang + - Zhu Han 0001 + - Weishan Zhang + year: '2025' + doi: 10.1016/J.FUTURE.2024.107551 + url: https://doi.org/10.1016/j.future.2024.107551 + dblp_key: journals/fgcs/CaoWWMWHZ25 + venue_name: Future Gener. Comput. Syst. + pages: '107551' +- title: 'ServlessSimPro: A comprehensive serverless simulation platform' + authors: + - Han Cao + - Jinquan Zhang + - Long Chen 0021 + - Siyuan Li + - Guang Shi + year: '2025' + doi: 10.1016/J.FUTURE.2024.107558 + url: https://doi.org/10.1016/j.future.2024.107558 + dblp_key: journals/fgcs/CaoZCLS25 + venue_name: Future Gener. Comput. Syst. + pages: '107558' +- title: Multifacets of lossy compression for scientific data in the Joint-Laboratory + of Extreme Scale Computing + authors: + - Franck Cappello + - Mario C. Acosta + - Emmanuel Agullo + - Hartwig Anzt + - Jon Calhoun 0001 + - Sheng Di + - Luc Giraud + - Thomas Grützmacher + - Sian Jin + - Kentaro Sano + - Kento Sato + - Amarjit Singh + - Dingwen Tao + - Jiannan Tian + - Tomohiro Ueno + - Robert Underwood + - Frédéric Vivien + - Xavier Yepes + - Kazutomo Yoshii + - Boyuan Zhang 0002 + year: '2025' + doi: 10.1016/J.FUTURE.2024.05.022 + url: https://doi.org/10.1016/j.future.2024.05.022 + dblp_key: journals/fgcs/CappelloAAACDGGJSSSTTUU25 + venue_name: Future Gener. Comput. Syst. + pages: '107323' +- title: Preface of Special Issue on Highlights from the Joint-Laboratory on Extreme + Scale Computing + authors: + - Franck Cappello + - Ruth Partzsch + - Daniel S. Katz + year: '2025' + doi: 10.1016/J.FUTURE.2024.107688 + url: https://doi.org/10.1016/j.future.2024.107688 + dblp_key: journals/fgcs/CappelloPK25 + venue_name: Future Gener. Comput. Syst. + pages: '107688' +- title: Scalable compute continuum + authors: + - Valeria Cardellini + - Patrizio Dazzi + - Gabriele Mencagli + - Matteo Nardelli 0001 + - Massimo Torquati + year: '2025' + doi: 10.1016/J.FUTURE.2024.107697 + url: https://doi.org/10.1016/j.future.2024.107697 + dblp_key: journals/fgcs/CardelliniDMNT25 + venue_name: Future Gener. Comput. Syst. + pages: '107697' +- title: Identifying runtime libraries in statically linked linux binaries + authors: + - Javier Carrillo Mondéjar + - Ricardo J. Rodríguez + year: '2025' + doi: 10.1016/J.FUTURE.2024.107602 + url: https://doi.org/10.1016/j.future.2024.107602 + dblp_key: journals/fgcs/CarrilloMondejarR25 + venue_name: Future Gener. Comput. Syst. + pages: '107602' +- title: Prototype-based fine-tuning for mitigating data heterogeneity in federated + learning + authors: + - Liming Chai + - Jun Xie + - Nanrun Zhou + year: '2025' + doi: 10.1016/J.FUTURE.2025.107831 + url: https://doi.org/10.1016/j.future.2025.107831 + dblp_key: journals/fgcs/ChaiXZ25 + venue_name: Future Gener. Comput. Syst. + pages: '107831' +- title: 'M3S-ALG: Improved and robust prediction of allergenicity of chemical compounds + by using a novel multi-step stacking strategy' + authors: + - Phasit Charoenkwan + - Nalini Schaduangrat + - Le Thi Phan + - Balachandran Manavalan + - Watshara Shoombuatong + year: '2025' + doi: 10.1016/J.FUTURE.2024.07.033 + url: https://doi.org/10.1016/j.future.2024.07.033 + dblp_key: journals/fgcs/CharoenkwanSPMS25 + venue_name: Future Gener. Comput. Syst. + pages: '107455' +- title: Popularity-based multiple-replica cloud storage integrity auditing for big + data + authors: + - Guoqing Chen + - Rong Hao + - Ming Yang + year: '2025' + doi: 10.1016/J.FUTURE.2024.107534 + url: https://doi.org/10.1016/j.future.2024.107534 + dblp_key: journals/fgcs/ChenHY25 + venue_name: Future Gener. Comput. Syst. + pages: '107534' +- title: 'GAS-MARL: Green-Aware job Scheduling algorithm for HPC clusters based on + Multi-Action Deep Reinforcement Learning' + authors: + - Rui Chen + - Wei-Wei Lin 0001 + - Huikang Huang + - Xiaoying Ye + - Zhiping Peng + year: '2025' + doi: 10.1016/J.FUTURE.2025.107760 + url: https://doi.org/10.1016/j.future.2025.107760 + dblp_key: journals/fgcs/ChenLHYP25 + venue_name: Future Gener. Comput. Syst. + pages: '107760' +- title: 'CASR: Optimizing cold start and resources utilization in serverless computing' + authors: + - Yu Chen + - Bo Liu + - Weiwei Lin 0001 + - Yulin Guo + - Zhiping Peng + year: '2025' + doi: 10.1016/J.FUTURE.2025.107851 + url: https://doi.org/10.1016/j.future.2025.107851 + dblp_key: journals/fgcs/ChenLLGP25 + venue_name: Future Gener. Comput. Syst. + pages: '107851' +- title: Finite-horizon energy allocation scheme in energy harvesting-based linear + wireless sensor network + authors: + - Shengbo Chen + - Shuai Li + - Guanghui Wang 0003 + - Keping Yu + year: '2025' + doi: 10.1016/J.FUTURE.2024.107493 + url: https://doi.org/10.1016/j.future.2024.107493 + dblp_key: journals/fgcs/ChenLWY25 + venue_name: Future Gener. Comput. Syst. + pages: '107493' +- title: 'Service migration with edge collaboration: Multi-agent deep reinforcement + learning approach combined with user preference adaptation' + authors: + - Shiyou Chen + - Lanlan Rui + - Zhipeng Gao 0001 + - Yang Yang 0006 + - Xuesong Qiu 0001 + - Shaoyong Guo 0001 + year: '2025' + doi: 10.1016/J.FUTURE.2024.107612 + url: https://doi.org/10.1016/j.future.2024.107612 + dblp_key: journals/fgcs/ChenRGYQG25 + venue_name: Future Gener. Comput. Syst. + pages: '107612' +- title: 'KDRSFL: A knowledge distillation resistance transfer framework for defending + model inversion attacks in split federated learning' + authors: + - Renlong Chen + - Hui Xia 0001 + - Kai Wang 0014 + - Shuo Xu + - Rui Zhang 0050 + year: '2025' + doi: 10.1016/J.FUTURE.2024.107637 + url: https://doi.org/10.1016/j.future.2024.107637 + dblp_key: journals/fgcs/ChenXWXZ25 + venue_name: Future Gener. Comput. Syst. + pages: '107637' +- title: Self-aware collaborative edge inference with embedded devices for IIoT + authors: + - Yifan Chen + - Zhuoquan Yu + - Yi Jin 0007 + - Christine Mwase + - Xin Hu + - Li Da Xu + - Zhuo Zou + - Li-Rong Zheng 0001 + year: '2025' + doi: 10.1016/J.FUTURE.2024.107535 + url: https://doi.org/10.1016/j.future.2024.107535 + dblp_key: journals/fgcs/ChenYJMHXZZ25 + venue_name: Future Gener. Comput. Syst. + pages: '107535' +- title: Improving self-supervised vertical federated learning with contrastive instance-wise + similarity and dynamical balance pool + authors: + - Shuai Chen + - Wenyu Zhang 0001 + - Xiaoling Huang + - Cheng Zhang + - Qingjun Mao + year: '2025' + doi: 10.1016/J.FUTURE.2025.107884 + url: https://doi.org/10.1016/j.future.2025.107884 + dblp_key: journals/fgcs/ChenZHZM25 + venue_name: Future Gener. Comput. Syst. + pages: '107884' +- title: 'FedCOLA: Federated learning with heterogeneous feature concatenation and + local acceleration for non-IID data' + authors: + - Wu-Chun Chung + - Chien-Hu Peng + year: '2025' + doi: 10.1016/J.FUTURE.2024.107674 + url: https://doi.org/10.1016/j.future.2024.107674 + dblp_key: journals/fgcs/ChungP25 + venue_name: Future Gener. Comput. Syst. + pages: '107674' +- title: A quantization-based technique for privacy preserving distributed learning + authors: + - Maurizio Colombo + - Rasool Asal + - Ernesto Damiani + - Lamees Mahmoud AlQassem + - Al Anoud Almemari + - Yousof Al-Hammadi + year: '2025' + doi: 10.1016/J.FUTURE.2025.107741 + url: https://doi.org/10.1016/j.future.2025.107741 + dblp_key: journals/fgcs/ColomboADAAA25 + venue_name: Future Gener. Comput. Syst. + pages: '107741' +- title: 'Quantum machine learning algorithms for anomaly detection: A review' + authors: + - Sebastiano Corli + - Lorenzo Moro + - Daniele Dragoni + - Massimiliano Dispenza + - Enrico Prati + year: '2025' + doi: 10.1016/J.FUTURE.2024.107632 + url: https://doi.org/10.1016/j.future.2024.107632 + dblp_key: journals/fgcs/CorliMDDP25 + venue_name: Future Gener. Comput. Syst. + pages: '107632' +- title: Analyzing the performance portability of SYCL across CPUs, GPUs, and hybrid + systems with SW sequence alignment + authors: + - Manuel Costanzo + - Enzo Rucci + - Carlos García Sánchez 0001 + - Marcelo R. Naiouf + - Manuel Prieto-Matías + year: '2025' + doi: 10.1016/J.FUTURE.2025.107838 + url: https://doi.org/10.1016/j.future.2025.107838 + dblp_key: journals/fgcs/CostanzoRSNP25 + venue_name: Future Gener. Comput. Syst. + pages: '107838' +- title: Adaptive Stochastic Gradient Descent (SGD) for erratic datasets + authors: + - Idriss Dagal + - Kürsat Tanriöven + - Ahmet Nayir + - Burak Akin + year: '2025' + doi: 10.1016/J.FUTURE.2024.107682 + url: https://doi.org/10.1016/j.future.2024.107682 + dblp_key: journals/fgcs/DagalTNA25 + venue_name: Future Gener. Comput. Syst. + pages: '107682' +- title: 'Noisy data-based attack: A new type of untargeted attack in Federated Learning + and its countermeasures' + authors: + - Manh Cuong Dao + - Phi Le Nguyen + - Hieu H. Pham 0001 + - Thanh Hung Nguyen + - Peng Chen 0035 + - Mohamed Wahib + - Truong Thao Nguyen + year: '2025' + doi: 10.1016/J.FUTURE.2025.107900 + url: https://doi.org/10.1016/j.future.2025.107900 + dblp_key: journals/fgcs/DaoNPNCWN25 + venue_name: Future Gener. Comput. Syst. + pages: '107900' +- title: 'Hierarchical risk parity: Efficient implementation and real world analysis' + authors: + - Dario Dekovic + - Petra Posedel Simovic + year: '2025' + doi: 10.1016/J.FUTURE.2025.107744 + url: https://doi.org/10.1016/j.future.2025.107744 + dblp_key: journals/fgcs/DekovicS25 + venue_name: Future Gener. Comput. Syst. + pages: '107744' +- title: 'MHSC: A meta-heuristic method to optimize throughput and energy using sensitivity + rate computing' + authors: + - Arash Ghorbannia Delavar + - Reza Akraminejad + - Farhad Kazemipour + year: '2025' + doi: 10.1016/J.FUTURE.2024.107624 + url: https://doi.org/10.1016/j.future.2024.107624 + dblp_key: journals/fgcs/DelavarAK25 + venue_name: Future Gener. Comput. Syst. + pages: '107624' +- title: EDP-CVSM model-based multi-keyword ranked search scheme over encrypted cloud + data + authors: + - Yinfu Deng + - Hua Dai 0003 + - Zhangchen Li + - Haiping Huang + - Qian Zhou 0005 + - Jian Xu 0026 + - Geng Yang 0002 + year: '2025' + doi: 10.1016/J.FUTURE.2025.107726 + url: https://doi.org/10.1016/j.future.2025.107726 + dblp_key: journals/fgcs/DengDLHZXY25 + venue_name: Future Gener. Comput. Syst. + pages: '107726' +- title: Confidential outsourced support vector machine learning based on well-separated + structure + authors: + - Guoqiang Deng + - Min Tang + - Zengyi Huang + - Yuhao Zhang + - Yuxing Xi + year: '2025' + doi: 10.1016/J.FUTURE.2024.107564 + url: https://doi.org/10.1016/j.future.2024.107564 + dblp_key: journals/fgcs/DengTHZX25 + venue_name: Future Gener. Comput. Syst. + pages: '107564' +- title: Automated generation of deployment descriptors for managing microservices-based + applications in the cloud to edge continuum + authors: + - James Deslauriers + - József Kovács + - Tamás Kiss + - André Stork + - Sebastián Peña Serna + - Amjad Ullah + year: '2025' + doi: 10.1016/J.FUTURE.2024.107628 + url: https://doi.org/10.1016/j.future.2024.107628 + dblp_key: journals/fgcs/DeslauriersKKSSU25 + venue_name: Future Gener. Comput. Syst. + pages: '107628' +- title: 'Two-stage multi-objective optimization based on knowledge-driven approach: + A case study on production and transportation integration' + authors: + - Ziqi Ding + - Zuocheng Li + - Bin Qian 0001 + - Rong Hu + - Rongjuan Luo + - Ling Wang 0001 + year: '2025' + doi: 10.1016/J.FUTURE.2024.107494 + url: https://doi.org/10.1016/j.future.2024.107494 + dblp_key: journals/fgcs/DingLQHLW25 + venue_name: Future Gener. Comput. Syst. + pages: '107494' +- title: Regulating CPU temperature with thermal-aware scheduling using a reduced + order learning thermal model + authors: + - Anthony Dowling + - Lin Jiang + - Ming-C. Cheng + - Yu Liu 0037 + year: '2025' + doi: 10.1016/J.FUTURE.2024.107687 + url: https://doi.org/10.1016/j.future.2024.107687 + dblp_key: journals/fgcs/DowlingJCL25 + venue_name: Future Gener. Comput. Syst. + pages: '107687' +- title: Integrating scientific single-page applications with DevSecOps + authors: + - Lance Drane + - Marshall T. McDonnell + - Randall Petras + - Cody Stiner + - Arthur J. Ruckman + - Gavin M. Wiggins + - Gregory Cage + - Robert Smith + - Seth Hitefield + - Jesse McGaha + - Andrew Ayres + - Michael J. Brim + - Richard Archibald + - Addi Malviya-Thakur + year: '2025' + doi: 10.1016/J.FUTURE.2024.107695 + url: https://doi.org/10.1016/j.future.2024.107695 + dblp_key: journals/fgcs/DraneMPSRWCSHMABAM25 + venue_name: Future Gener. Comput. Syst. + pages: '107695' +- title: 'Performance and efficiency: A multi-generational benchmark of modern processors + on bandwidth-bound HPC applications' + authors: + - Balázs Drávai + - István Z. Reguly + year: '2025' + doi: 10.1016/J.FUTURE.2025.107793 + url: https://doi.org/10.1016/j.future.2025.107793 + dblp_key: journals/fgcs/DravaiR25 + venue_name: Future Gener. Comput. Syst. + pages: '107793' +- title: Blockchain and digital twin empowered edge caching for D2D wireless networks + authors: + - Jianbo Du + - Zuting Yu + - Shulei Li + - Bintao Hu + - Yuan Gao 0013 + - Xiaoli Chu + year: '2025' + doi: 10.1016/J.FUTURE.2024.107704 + url: https://doi.org/10.1016/j.future.2024.107704 + dblp_key: journals/fgcs/DuYLHGC25 + venue_name: Future Gener. Comput. Syst. + pages: '107704' +- title: A tool and a methodology to use macros for abstracting variations in code + for different computational demands + authors: + - Anshu Dubey + - Youngjun Lee + - Tom Klosterman + - Emil Vatai + year: '2025' + doi: 10.1016/J.FUTURE.2023.07.014 + url: https://doi.org/10.1016/j.future.2023.07.014 + dblp_key: journals/fgcs/DubeyLKV25 + venue_name: Future Gener. Comput. Syst. + pages: '106937' +- title: Rethinking federated learning as a digital platform for dynamic and value-driven + participation + authors: + - Christoph Düsing + - Philipp Cimiano + year: '2025' + doi: 10.1016/J.FUTURE.2025.107847 + url: https://doi.org/10.1016/j.future.2025.107847 + dblp_key: journals/fgcs/DusingC25 + venue_name: Future Gener. Comput. Syst. + pages: '107847' +- title: 'X-DINC: Toward Cross-Layer ApproXimation for theDistributed and In-Network + ACceleration of Multi-Kernel Applications' + authors: + - Zahra Ebrahimi + - Maryam Eslami + - Xun Xiao + - Akash Kumar 0001 + year: '2025' + doi: 10.1016/J.FUTURE.2025.107864 + url: https://doi.org/10.1016/j.future.2025.107864 + dblp_key: journals/fgcs/EbrahimiEXK25 + venue_name: Future Gener. Comput. Syst. + pages: '107864' +- title: Certificateless Proxy Re-encryption with Cryptographic Reverse Firewalls + for Secure Cloud Data Sharing + authors: + - Nabeil Eltayieb + - Rashad Elhabob + - Abdeldime M. S. Abdelgader + - Yongjian Liao + - Fagen Li + - Shijie Zhou 0002 + year: '2025' + doi: 10.1016/J.FUTURE.2024.08.002 + url: https://doi.org/10.1016/j.future.2024.08.002 + dblp_key: journals/fgcs/EltayiebEALLZ25 + venue_name: Future Gener. Comput. Syst. + pages: '107478' +- title: Energy-time modelling of distributed multi-population genetic algorithms + with dynamic workload in HPC clusters + authors: + - Juan José Escobar + - Pablo Sánchez-Cuevas + - Beatriz Prieto + - Rukiye Savran Kiziltepe + - Fernando Díaz-del-Río + - Dragi Kimovski + year: '2025' + doi: 10.1016/J.FUTURE.2025.107753 + url: https://doi.org/10.1016/j.future.2025.107753 + dblp_key: journals/fgcs/EscobarSPKDK25 + venue_name: Future Gener. Comput. Syst. + pages: '107753' +- title: 'IDAD: An improved tensor train based distributed DDoS attack detection framework + and its application in complex networks' + authors: + - Qiyuan Fan + - Xue Li 0009 + - Puming Wang + - Xin Jin 0005 + - Shaowen Yao 0001 + - Shengfa Miao + - Min An + - Yuqing Zhao + year: '2025' + doi: 10.1016/J.FUTURE.2024.07.049 + url: https://doi.org/10.1016/j.future.2024.07.049 + dblp_key: journals/fgcs/FanLWJYMAZ25 + venue_name: Future Gener. Comput. Syst. + pages: '107471' +- title: Entropy-based genetic feature engineering and multi-classifier fusion for + anomaly detection in vehicle controller area networks + authors: + - Mohammad Fatahi + - Danial Sadrian Zadeh + - Behzad Moshiri + - Otman Basir + year: '2025' + doi: 10.1016/J.FUTURE.2025.107779 + url: https://doi.org/10.1016/j.future.2025.107779 + dblp_key: journals/fgcs/FatahiZMB25 + venue_name: Future Gener. Comput. Syst. + pages: '107779' +- title: Artificial intelligence integration for extension of big data for decision-making + authors: + - Khaoula Fatnassi + - Sahbi Zahaf + - Faïez Gargouri + year: '2025' + doi: 10.1016/J.FUTURE.2024.107635 + url: https://doi.org/10.1016/j.future.2024.107635 + dblp_key: journals/fgcs/FatnassiZG25 + venue_name: Future Gener. Comput. Syst. + pages: '107635' +- title: Adaptive container auto-scaling for fluctuating workloads in cloud + authors: + - Xiaoyue Feng + - Sijia Zhang + - Tianzhe Jiao + - Chaopeng Guo + - Jie Song 0001 + year: '2025' + doi: 10.1016/J.FUTURE.2025.107872 + url: https://doi.org/10.1016/j.future.2025.107872 + dblp_key: journals/fgcs/FengZJGS25 + venue_name: Future Gener. Comput. Syst. + pages: '107872' +- title: Underwater Mediterranean image analysis based on the compute continuum paradigm + authors: + - Michele Ferrari + - Daniele D'Agostino + - Jacopo Aguzzi + - Simone Marini + year: '2025' + doi: 10.1016/J.FUTURE.2024.107481 + url: https://doi.org/10.1016/j.future.2024.107481 + dblp_key: journals/fgcs/FerrariDAM25 + venue_name: Future Gener. Comput. Syst. + pages: '107481' +- title: Cloud-based solution for urbanization monitoring using satellite images + authors: + - Ion-Dorinel Filip + - Cristian Cune + - Florin Pop + year: '2025' + doi: 10.1016/J.FUTURE.2024.107579 + url: https://doi.org/10.1016/j.future.2024.107579 + dblp_key: journals/fgcs/FilipCP25 + venue_name: Future Gener. Comput. Syst. + pages: '107579' +- title: Federated learning for heterogeneous neural networks with layer similarity + relations in Cloud-Edge-End scenarios + authors: + - Rao Fu + - Yongqiang Gao + - Zijian Qiao + year: '2025' + doi: 10.1016/J.FUTURE.2025.107856 + url: https://doi.org/10.1016/j.future.2025.107856 + dblp_key: journals/fgcs/FuGQ25 + venue_name: Future Gener. Comput. Syst. + pages: '107856' +- title: 'MITgcm-AD v2: Open source tangent linear and adjoint modeling framework + for the oceans and atmosphere enabled by the Automatic Differentiation tool Tapenade' + authors: + - Shreyas Sunil Gaikwad + - Sri Hari Krishna Narayanan + - Laurent Hascoët + - Jean-Michel Campin + - Helen Pillar + - An Nguyen + - Jan Hückelheim + - Paul D. Hovland + - Patrick Heimbach + year: '2025' + doi: 10.1016/J.FUTURE.2024.107512 + url: https://doi.org/10.1016/j.future.2024.107512 + dblp_key: journals/fgcs/GaikwadNHCPNHHH25 + venue_name: Future Gener. Comput. Syst. + pages: '107512' +- title: A protocol generation model for protocol-unknown IoT devices + authors: + - Zheng Gao + - Danfeng Sun + - Kai Wang + - Jia Wu 0001 + - Huifeng Wu + year: '2025' + doi: 10.1016/J.FUTURE.2024.107638 + url: https://doi.org/10.1016/j.future.2024.107638 + dblp_key: journals/fgcs/GaoSWWW25 + venue_name: Future Gener. Comput. Syst. + pages: '107638' +- title: Adaptive incremental transfer learning for efficient performance modeling + of big data workloads + authors: + - Mariano Garralda-Barrio + - Carlos Eiras-Franco + - Verónica Bolón-Canedo + year: '2025' + doi: 10.1016/J.FUTURE.2025.107730 + url: https://doi.org/10.1016/j.future.2025.107730 + dblp_key: journals/fgcs/GarraldaBarrioEB25 + venue_name: Future Gener. Comput. Syst. + pages: '107730' +- title: Special Issue on integration of machine learning and edge computing for next + generation of smart wearable systems + authors: + - Paolo Gastaldo + - Edoardo Ragusa + - Strahinja Dosen + - Francesco Palmieri 0002 + year: '2025' + doi: 10.1016/J.FUTURE.2024.107574 + url: https://doi.org/10.1016/j.future.2024.107574 + dblp_key: journals/fgcs/GastaldoRDP25 + venue_name: Future Gener. Comput. Syst. + pages: '107574' +- title: Quantum resource estimation for large scale quantum algorithms + authors: + - Vlad Gheorghiu + - Michele Mosca + year: '2025' + doi: 10.1016/J.FUTURE.2024.107480 + url: https://doi.org/10.1016/j.future.2024.107480 + dblp_key: journals/fgcs/GheorghiuM25 + venue_name: Future Gener. Comput. Syst. + pages: '107480' +- title: 'perfCorrelate: Performance variability correlation framework' + authors: + - Panagiotis Giannakopoulos + - Bart van Knippenberg + - Kishor Chandra Joshi + - Nicola Calabretta + - George Exarchakos + year: '2025' + doi: 10.1016/J.FUTURE.2025.107827 + url: https://doi.org/10.1016/j.future.2025.107827 + dblp_key: journals/fgcs/GiannakopoulosKJCE25 + venue_name: Future Gener. Comput. Syst. + pages: '107827' +- title: 'Software stewardship and advancement of a high-performance computing scientific + application: QMCPACK' + authors: + - William F. Godoy + - Steven E. Hahn + - Michael M. Walsh + - Philip W. Fackler + - Jaron T. Krogel + - Peter W. Doak + - Paul R. C. Kent + - Alfredo A. Correa + - Ye Luo + - Mark Dewing + year: '2025' + doi: 10.1016/J.FUTURE.2024.107502 + url: https://doi.org/10.1016/j.future.2024.107502 + dblp_key: journals/fgcs/GodoyHWFKDKCLD25 + venue_name: Future Gener. Comput. Syst. + pages: '107502' +- title: 'Advancing cuffless arterial blood pressure estimation: A patient-specific + optimized approach reducing computational requirements' + authors: + - José A. González-Nóvoa + - Laura Busto + - Silvia Campanioni + - Carlos Martínez + - José Fariña + - Juan J. Rodríguez-Andina + - Pablo Juan-Salvadores + - Víctor Jiménez + - Andrés Íñiguez + - César Veiga + year: '2025' + doi: 10.1016/J.FUTURE.2024.107689 + url: https://doi.org/10.1016/j.future.2024.107689 + dblp_key: journals/fgcs/GonzalezNovoaBCMFRJJIV25 + venue_name: Future Gener. Comput. Syst. + pages: '107689' +- title: Global reduction for geo-distributed MapReduce across cloud federation + authors: + - Thouraya Gouasmi + - Ahmed Hadj Kacem + year: '2025' + doi: 10.1016/J.FUTURE.2024.107492 + url: https://doi.org/10.1016/j.future.2024.107492 + dblp_key: journals/fgcs/GouasmiK25 + venue_name: Future Gener. Comput. Syst. + pages: '107492' +- title: Cross-platform and polyhedral programming for Nussinov RNA folding + authors: + - Mateusz Gruzewski + - Marek Palkowski + year: '2025' + doi: 10.1016/J.FUTURE.2025.107786 + url: https://doi.org/10.1016/j.future.2025.107786 + dblp_key: journals/fgcs/GruzewskiP25 + venue_name: Future Gener. Comput. Syst. + pages: '107786' +- title: 'Ensuring the federation correctness: Formal verification of Federated Learning + in industrial cyber-physical systems' + authors: + - Souhila Badra Guendouzi + - Samir Ouchani + - Hiba Al Assaad + - Madeleine El Zaher + year: '2025' + doi: 10.1016/J.FUTURE.2024.107675 + url: https://doi.org/10.1016/j.future.2024.107675 + dblp_key: journals/fgcs/GuendouziOAE25 + venue_name: Future Gener. Comput. Syst. + pages: '107675' +- title: 'PPAT: An effective scheme ensuring privacy-preserving, accuracy, and trust + for worker selection in mobile crowdsensing networks' + authors: + - Qianxue Guo + - Yasha He + - Qian Li + - Anfeng Liu + - Neal N. Xiong + - Qian He + - Qiang Yang 0001 + - Shaobo Zhang 0001 + year: '2025' + doi: 10.1016/J.FUTURE.2024.107536 + url: https://doi.org/10.1016/j.future.2024.107536 + dblp_key: journals/fgcs/GuoHLLXHYZ25 + venue_name: Future Gener. Comput. Syst. + pages: '107536' +- title: Dynamic neighborhood grouping-based multi-objective scheduling algorithm + for workflow in hybrid cloud + authors: + - Yulin Guo + - Bo Liu + - Weiwei Lin 0001 + - Xiaoying Ye + - James Zijun Wang + year: '2025' + doi: 10.1016/J.FUTURE.2024.107633 + url: https://doi.org/10.1016/j.future.2024.107633 + dblp_key: journals/fgcs/GuoLLYW25 + venue_name: Future Gener. Comput. Syst. + pages: '107633' +- title: 'Federated learning across the compute continuum: A hierarchical approach + with splitNNs and personalized layers' + authors: + - Harshit Gupta + - Arya Krishnan + - O. P. Vyas 0001 + - Giovanni Merlino + - Francesco Longo 0001 + - Antonio Puliafito + year: '2025' + doi: 10.1016/J.FUTURE.2025.107878 + url: https://doi.org/10.1016/j.future.2025.107878 + dblp_key: journals/fgcs/GuptaKVMLP25 + venue_name: Future Gener. Comput. Syst. + pages: '107878' +- title: Chained continuous quantum federated learning framework + authors: + - Dev Gurung + - Shiva Raj Pokhrel + year: '2025' + doi: 10.1016/J.FUTURE.2025.107800 + url: https://doi.org/10.1016/j.future.2025.107800 + dblp_key: journals/fgcs/GurungP25 + venue_name: Future Gener. Comput. Syst. + pages: '107800' +- title: 'zCeph: Design and implementation of a ZNS-friendly distributed file system' + authors: + - Jinyong Ha 0001 + - Yongseok Son + year: '2025' + doi: 10.1016/J.FUTURE.2025.107763 + url: https://doi.org/10.1016/j.future.2025.107763 + dblp_key: journals/fgcs/HaS25 + venue_name: Future Gener. Comput. Syst. + pages: '107763' +- title: Joint energy efficiency and network optimization for integrated blockchain-SDN-based + internet of things networks + authors: + - Akram Hakiri + - Bassem Sellami + - Sadok Ben Yahia + year: '2025' + doi: 10.1016/J.FUTURE.2024.107519 + url: https://doi.org/10.1016/j.future.2024.107519 + dblp_key: journals/fgcs/HakiriSY25 + venue_name: Future Gener. Comput. Syst. + pages: '107519' +- title: Reducing the cost of cold start time in serverless function executions using + granularity trees + authors: + - Mahrad Hanaforoosh + - Mohammad Abdollahi Azgomi + - Mehrdad Ashtiani + year: '2025' + doi: 10.1016/J.FUTURE.2024.107604 + url: https://doi.org/10.1016/j.future.2024.107604 + dblp_key: journals/fgcs/HanaforooshAA25 + venue_name: Future Gener. Comput. Syst. + pages: '107604' +- title: 'MinCache: A hybrid cache system for efficient chatbots with hierarchical + embedding matching and LLM' + authors: + - Keihan Haqiq + - Majid Vafaei Jahan + - Saeede Anbaee Farimani + - Seyed Mahmood Fattahi Masoom + year: '2025' + doi: 10.1016/J.FUTURE.2025.107822 + url: https://doi.org/10.1016/j.future.2025.107822 + dblp_key: journals/fgcs/HaqiqJFM25 + venue_name: Future Gener. Comput. Syst. + pages: '107822' +- title: 'CBWO: A Novel Multi-objective Load Balancing Technique for Cloud Computing' + authors: + - Vahideh Hayyolalam + - Öznur Özkasap + year: '2025' + doi: 10.1016/J.FUTURE.2024.107561 + url: https://doi.org/10.1016/j.future.2024.107561 + dblp_key: journals/fgcs/HayyolalamO25 + venue_name: Future Gener. Comput. Syst. + pages: '107561' +- title: 'Designing optimal Quantum Key Distribution Networks based on Time-Division + Multiplexing of QKD transceivers: qTDM-QKDN' + authors: + - Juan Carlos Hernandez-Hernandez + - David Larrabeiti + - María Calderón + - Ignacio Soto + - Bruno Cimoli + - Hui Liu + - Idelfonso Tafur Monroy + year: '2025' + doi: 10.1016/J.FUTURE.2024.107557 + url: https://doi.org/10.1016/j.future.2024.107557 + dblp_key: journals/fgcs/HernandezHernandezLCSCL25 + venue_name: Future Gener. Comput. Syst. + pages: '107557' +- title: 'LineJLocRepair: A line-level method for Automated Vulnerability Repair based + on joint training' + authors: + - Jing Hou + - Jiaxuan Han + - Cheng Huang 0003 + - Nannan Wang + - Lerong Li + year: '2025' + doi: 10.1016/J.FUTURE.2024.107671 + url: https://doi.org/10.1016/j.future.2024.107671 + dblp_key: journals/fgcs/HouHHWL25 + venue_name: Future Gener. Comput. Syst. + pages: '107671' +- title: 'Optimization of IoT perceived content caching in F-RANs: Minimum retrieval + delay and resource extension with performance sensitivity' + authors: + - Chia-Cheng Hu + year: '2025' + doi: 10.1016/J.FUTURE.2024.107572 + url: https://doi.org/10.1016/j.future.2024.107572 + dblp_key: journals/fgcs/Hu25 + venue_name: Future Gener. Comput. Syst. + pages: '107572' +- title: An efficient blockchain for decentralized ABAC policy decision point + authors: + - Qiwei Hu + - Miguel Correia 0001 + - Tao Jiang 0002 + year: '2025' + doi: 10.1016/J.FUTURE.2025.107732 + url: https://doi.org/10.1016/j.future.2025.107732 + dblp_key: journals/fgcs/HuCJ25 + venue_name: Future Gener. Comput. Syst. + pages: '107732' +- title: 'pFL-SBPM: A communication-efficient personalized federated learning framework + for resource-limited edge clients' + authors: + - Han Hu 0009 + - Wenli Du + - Yuqiang Li + - Yue Wang + year: '2025' + doi: 10.1016/J.FUTURE.2025.107849 + url: https://doi.org/10.1016/j.future.2025.107849 + dblp_key: journals/fgcs/HuDLW25 + venue_name: Future Gener. Comput. Syst. + pages: '107849' +- title: Trajectory privacy preservation model based on LSTM-DCGAN + authors: + - Jiajia Hu + - Jingsha He + - Nafei Zhu + - Lu Qu + year: '2025' + doi: 10.1016/J.FUTURE.2024.107496 + url: https://doi.org/10.1016/j.future.2024.107496 + dblp_key: journals/fgcs/HuHZQ25 + venue_name: Future Gener. Comput. Syst. + pages: '107496' +- title: Dimensioning network slices for power minimization under reliability constraints + authors: + - Wei Huang 0041 + - Andrea Araldo + - Hind Castel-Taleb + - Badii Jouaber + year: '2025' + doi: 10.1016/J.FUTURE.2025.107824 + url: https://doi.org/10.1016/j.future.2025.107824 + dblp_key: journals/fgcs/HuangACJ25 + venue_name: Future Gener. Comput. Syst. + pages: '107824' +- title: Dual-channel meta-federated graph learning with robust aggregation and privacy + enhancement + authors: + - Jingtong Huang + - Xu Ma + - Yuan Ma + - Kehao Chen + - Xiaoyu Zhang + year: '2025' + doi: 10.1016/J.FUTURE.2024.107677 + url: https://doi.org/10.1016/j.future.2024.107677 + dblp_key: journals/fgcs/HuangMMCZ25 + venue_name: Future Gener. Comput. Syst. + pages: '107677' +- title: 'Can LLM-generated misinformation be detected: A study on Cyber Threat Intelligence' + authors: + - He Huang + - Nan Sun 0002 + - Massimiliano Tani + - Yu Zhang 0217 + - Jiaojiao Jiang 0001 + - Sanjay K. Jha + year: '2025' + doi: 10.1016/J.FUTURE.2025.107877 + url: https://doi.org/10.1016/j.future.2025.107877 + dblp_key: journals/fgcs/HuangSTZJJ25 + venue_name: Future Gener. Comput. Syst. + pages: '107877' +- title: State-driven fairness control for efficient I/O queue scheduling in NVMe + virtualization + authors: + - Zhaoyang Huang + - Yifu Zhu + - Xin Kuang + - Yanjie Tan + - Huailiang Tan + - Keqin Li 0001 + year: '2025' + doi: 10.1016/J.FUTURE.2025.107902 + url: https://doi.org/10.1016/j.future.2025.107902 + dblp_key: journals/fgcs/HuangZKTTL25 + venue_name: Future Gener. Comput. Syst. + pages: '107902' +- title: 'Flow timeout matters: Investigating the impact of active and idle timeouts + on the performance of machine learning models in detecting security threats' + authors: + - Meryem Janati Idrissi + - Hamza Alami + - Abdelkader El Mahdaouy + - Abdelhak Bouayad + - Zakaria Yartaoui + - Ismail Berrada + year: '2025' + doi: 10.1016/J.FUTURE.2024.107641 + url: https://doi.org/10.1016/j.future.2024.107641 + dblp_key: journals/fgcs/IdrissiAMBYB25 + venue_name: Future Gener. Comput. Syst. + pages: '107641' +- title: Feature Bagging with Nested Rotations (FBNR) for anomaly detection in multivariate + time series + authors: + - Anastasios Iliopoulos + - John Violos + - Christos Diou + - Iraklis Varlamis + year: '2025' + doi: 10.1016/J.FUTURE.2024.107545 + url: https://doi.org/10.1016/j.future.2024.107545 + dblp_key: journals/fgcs/IliopoulosVDV25 + venue_name: Future Gener. Comput. Syst. + pages: '107545' +- title: 'Leading Smart Environments towards the Future Internet through Name Data + Networking: A survey' + authors: + - Rafiqul Islam 0002 + - Claudio Savaglio + - Giancarlo Fortino + year: '2025' + doi: 10.1016/J.FUTURE.2025.107754 + url: https://doi.org/10.1016/j.future.2025.107754 + dblp_key: journals/fgcs/IslamSF25 + venue_name: Future Gener. Comput. Syst. + pages: '107754' +- title: Securing IoMT healthcare systems with federated learning and BigchainDB + authors: + - Masoumeh Jafari + - Fazlollah Adibnia + year: '2025' + doi: 10.1016/J.FUTURE.2024.107609 + url: https://doi.org/10.1016/j.future.2024.107609 + dblp_key: journals/fgcs/JafariA25 + venue_name: Future Gener. Comput. Syst. + pages: '107609' +- title: Analyzing inference workloads for spatiotemporal modeling + authors: + - Milan Jain + - Nicolas Bohm Agostini + - Sayan Ghosh + - Antonino Tumeo + year: '2025' + doi: 10.1016/J.FUTURE.2024.107513 + url: https://doi.org/10.1016/j.future.2024.107513 + dblp_key: journals/fgcs/JainAGT25 + venue_name: Future Gener. Comput. Syst. + pages: '107513' +- title: 'NARA: Network-Aware Resource Allocation mechanism for minimizing quality-of-service + impact while dealing with energy consumption in volunteer networks' + authors: + - Sergio Gonzalo San José + - Joan Manuel Marquès + - Javier Panadero + - Laura Calvet + year: '2025' + doi: 10.1016/J.FUTURE.2024.107593 + url: https://doi.org/10.1016/j.future.2024.107593 + dblp_key: journals/fgcs/JoseMPC25 + venue_name: Future Gener. Comput. Syst. + pages: '107593' +- title: 'Feed4Cloud: Towards trustworthy QoE-aware cloud service monitoring using + blockchain' + authors: + - Ioanna Angeliki Kapetanidou + - Christos-Alexandros Sarros + - Ioannis Ledakis 0001 + - Vassilis Tsaoussidis + year: '2025' + doi: 10.1016/J.FUTURE.2024.107532 + url: https://doi.org/10.1016/j.future.2024.107532 + dblp_key: journals/fgcs/KapetanidouSLT25 + venue_name: Future Gener. Comput. Syst. + pages: '107532' +- title: 'LightMOT: Lightweight and anchor-free solution for tracking multiple objects + in dense populations' + authors: + - P. Karthikeyan + - Yong-Hong Liu + - Pao-Ann Hsiung + year: '2025' + doi: 10.1016/J.FUTURE.2024.107690 + url: https://doi.org/10.1016/j.future.2024.107690 + dblp_key: journals/fgcs/KarthikeyanLH25 + venue_name: Future Gener. Comput. Syst. + pages: '107690' +- title: 'The EPI framework: A data privacy by design framework to support healthcare + use cases' + authors: + - Jamila Alsayed Kassem + - Tim Müller + - Christopher A. Esterhuyse + - Milen G. Kebede + - Anwar Osseyran + - Paola Grosso + year: '2025' + doi: 10.1016/J.FUTURE.2024.107550 + url: https://doi.org/10.1016/j.future.2024.107550 + dblp_key: journals/fgcs/KassemMEKOG25 + venue_name: Future Gener. Comput. Syst. + pages: '107550' +- title: 'Towards sustainable smart cities: Workflow scheduling in cloud of health + things (CoHT) using deep reinforcement learning and moth flame optimization for + edge-cloud systems' + authors: + - Mustafa Ibrahim Khaleel + year: '2025' + doi: 10.1016/J.FUTURE.2025.107821 + url: https://doi.org/10.1016/j.future.2025.107821 + dblp_key: journals/fgcs/Khaleel25 + venue_name: Future Gener. Comput. Syst. + pages: '107821' +- title: A priority-aware dynamic scheduling algorithm for ensuring data freshness + in 5G networks + authors: + - Beom-Su Kim + year: '2025' + doi: 10.1016/J.FUTURE.2024.107542 + url: https://doi.org/10.1016/j.future.2024.107542 + dblp_key: journals/fgcs/Kim25 + venue_name: Future Gener. Comput. Syst. + pages: '107542' +- title: Improving database performance by leveraging network-assisted logging + authors: + - Hwajung Kim + year: '2025' + doi: 10.1016/J.FUTURE.2025.107785 + url: https://doi.org/10.1016/j.future.2025.107785 + dblp_key: journals/fgcs/Kim25a + venue_name: Future Gener. Comput. Syst. + pages: '107785' +- title: Regularity-driven pattern extraction and analysis approach by the pre-pruning + technique without pattern loss + authors: + - Heonho Kim + - Hanju Kim + - Myungha Cho + - Taewoong Ryu + - Chanhee Lee 0005 + - Unil Yun + year: '2025' + doi: 10.1016/J.FUTURE.2024.107670 + url: https://doi.org/10.1016/j.future.2024.107670 + dblp_key: journals/fgcs/KimKCRLY25 + venue_name: Future Gener. Comput. Syst. + pages: '107670' +- title: 'QuantuneV2: Compiler-based local metric-driven mixed precision quantization + for practical embedded AI applications' + authors: + - Jeongseok Kim + - Jemin Lee + - Yongin Kwon + - Daeyoung Kim 0001 + year: '2025' + doi: 10.1016/J.FUTURE.2025.107718 + url: https://doi.org/10.1016/j.future.2025.107718 + dblp_key: journals/fgcs/KimLKK25 + venue_name: Future Gener. Comput. Syst. + pages: '107718' +- title: Reducing inference energy consumption using dual complementary CNNs + authors: + - Michail Kinnas + - John Violos + - Ioannis Kompatsiaris + - Symeon Papadopoulos + year: '2025' + doi: 10.1016/J.FUTURE.2024.107606 + url: https://doi.org/10.1016/j.future.2024.107606 + dblp_key: journals/fgcs/KinnasVKP25 + venue_name: Future Gener. Comput. Syst. + pages: '107606' +- title: Review on LoRa backscatter technology + authors: + - Siaka Konate + - Changli Li + - Lizhong Xu + year: '2025' + doi: 10.1016/J.FUTURE.2025.107742 + url: https://doi.org/10.1016/j.future.2025.107742 + dblp_key: journals/fgcs/KonateLX25 + venue_name: Future Gener. Comput. Syst. + pages: '107742' +- title: An efficient federated learning solution for the artificial intelligence + of things + authors: + - Mohamed Amine Kouda + - Badis Djamaa + - Ali Yachir + year: '2025' + doi: 10.1016/J.FUTURE.2024.107533 + url: https://doi.org/10.1016/j.future.2024.107533 + dblp_key: journals/fgcs/KoudaDY25 + venue_name: Future Gener. Comput. Syst. + pages: '107533' +- title: Hybrid deep learning-based cyberthreat detection and IoMT data authentication + model in smart healthcare + authors: + - Manish Kumar 0009 + - Sushil Kumar Singh 0001 + - Sunggon Kim + year: '2025' + doi: 10.1016/J.FUTURE.2025.107711 + url: https://doi.org/10.1016/j.future.2025.107711 + dblp_key: journals/fgcs/KumarSK25 + venue_name: Future Gener. Comput. Syst. + pages: '107711' +- title: Leveraging local and global relationships for corrupted label detection + authors: + - Phong Lam + - Ha-Linh Nguyen + - Xuan-Truc Dao Dang + - Van-Son Tran + - Minh-Duc Le + - Thu-Trang Nguyen + - Son Nguyen + - Hieu Dinh Vo + year: '2025' + doi: 10.1016/J.FUTURE.2025.107729 + url: https://doi.org/10.1016/j.future.2025.107729 + dblp_key: journals/fgcs/LamNDTLNNV25 + venue_name: Future Gener. Comput. Syst. + pages: '107729' +- title: Sufficiency power consideration to run a workload on renewable energy operated + datacenter + authors: + - Damien Landré + - Laurent Philippe 0001 + - Jean-Marc Pierson + year: '2025' + doi: 10.1016/J.FUTURE.2025.107710 + url: https://doi.org/10.1016/j.future.2025.107710 + dblp_key: journals/fgcs/LandrePP25 + venue_name: Future Gener. Comput. Syst. + pages: '107710' +- title: Prediction model of performance-energy trade-off for CFD codes on AMD-based + cluster + authors: + - Marcin Lawenda + - Lukasz Szustak + - László Környei + year: '2025' + doi: 10.1016/J.FUTURE.2025.107810 + url: https://doi.org/10.1016/j.future.2025.107810 + dblp_key: journals/fgcs/LawendaSK25 + venue_name: Future Gener. Comput. Syst. + pages: '107810' +- title: A self-organized MoE framework for distributed federated learning + authors: + - Jungjae Lee + - Wooseong Kim + year: '2025' + doi: 10.1016/J.FUTURE.2025.107798 + url: https://doi.org/10.1016/j.future.2025.107798 + dblp_key: journals/fgcs/LeeK25 + venue_name: Future Gener. Comput. Syst. + pages: '107798' +- title: 'AS2: Adaptive sorting algorithm selection for heterogeneous workloads and + systems' + authors: + - SangMyung Lee + - Byungyoon Lee + - Yongseok Son + - Kiwook Sohn + - Hwajung Kim + - Sunggon Kim + year: '2025' + doi: 10.1016/J.FUTURE.2025.107860 + url: https://doi.org/10.1016/j.future.2025.107860 + dblp_key: journals/fgcs/LeeLSSKK25 + venue_name: Future Gener. Comput. Syst. + pages: '107860' +- title: 'Multigrain: Adaptive multilevel hot data identifier with a stack distance-based + prefilter' + authors: + - Hyerim Lee + - Dongchul Park + year: '2025' + doi: 10.1016/J.FUTURE.2025.107762 + url: https://doi.org/10.1016/j.future.2025.107762 + dblp_key: journals/fgcs/LeeP25 + venue_name: Future Gener. Comput. Syst. + pages: '107762' +- title: Cooperative metric learning-based hybrid transformer for automatic recognition + of standard echocardiographic multi-views + authors: + - Yiran Li + - Yankun Cao + - Jia Mi + - Xiaoxiao Cui + - Xifeng Hu + - Yuezhong Zhang + - Zhi Liu 0004 + - Lizhen Cui + - Shuo Li 0001 + year: '2025' + doi: 10.1016/J.FUTURE.2024.107693 + url: https://doi.org/10.1016/j.future.2024.107693 + dblp_key: journals/fgcs/LiCMCHZLCL25 + venue_name: Future Gener. Comput. Syst. + pages: '107693' +- title: 'AIHO: Enhancing task offloading and reducing latency in serverless multi-edge-to-cloud + systems' + authors: + - Xin Li 0124 + - Long Chen 0021 + - Zian Yuan + - Guangrui Liu + year: '2025' + doi: 10.1016/J.FUTURE.2024.107607 + url: https://doi.org/10.1016/j.future.2024.107607 + dblp_key: journals/fgcs/LiCYL25 + venue_name: Future Gener. Comput. Syst. + pages: '107607' +- title: Program context-assisted address translation for high-capacity SSDs + authors: + - Xiaochang Li + - Minjae Kim 0015 + - Sungjin Lee 0001 + - Zhengjun Zhai + - Jihong Kim 0001 + year: '2025' + doi: 10.1016/J.FUTURE.2024.107483 + url: https://doi.org/10.1016/j.future.2024.107483 + dblp_key: journals/fgcs/LiKLZK25 + venue_name: Future Gener. Comput. Syst. + pages: '107483' +- title: Energy-aware scheduling and two-tier coordinated load balancing for streaming + applications in apache flink + authors: + - Hongjian Li + - Junlin Li + - Xiaolin Duan + - Jianglin Xia + year: '2025' + doi: 10.1016/J.FUTURE.2024.107681 + url: https://doi.org/10.1016/j.future.2024.107681 + dblp_key: journals/fgcs/LiLDX25 + venue_name: Future Gener. Comput. Syst. + pages: '107681' +- title: Delay-cost computation offloading for on-board emergency tasks in LEO Satellite + Edge Computing networks + authors: + - Changhao Li + - Zhenmou Liu + - Zhicong Ye + - Guoguang Wen + - Zongfu Luo + - Chuanfu Zhang + year: '2025' + doi: 10.1016/J.FUTURE.2025.107797 + url: https://doi.org/10.1016/j.future.2025.107797 + dblp_key: journals/fgcs/LiLYWLZ25 + venue_name: Future Gener. Comput. Syst. + pages: '107797' +- title: Multi-agent deep reinforcement learning based multi-task partial computation + offloading in mobile edge computing + authors: + - Han Li 0015 + - Shunmei Meng + - Jin Sun 0001 + - Zhicheng Cai + - Qianmu Li + - Xuyun Zhang + year: '2025' + doi: 10.1016/J.FUTURE.2025.107861 + url: https://doi.org/10.1016/j.future.2025.107861 + dblp_key: journals/fgcs/LiMSCLZ25 + venue_name: Future Gener. Comput. Syst. + pages: '107861' +- title: Alleviating straggler impacts for data parallel deep learning with hybrid + parameter update + authors: + - Hongliang Li 0003 + - Qi Tian + - Dong Xu + - Hairui Zhao 0002 + - Zhewen Xu + year: '2025' + doi: 10.1016/J.FUTURE.2025.107775 + url: https://doi.org/10.1016/j.future.2025.107775 + dblp_key: journals/fgcs/LiTXZX25 + venue_name: Future Gener. Comput. Syst. + pages: '107775' +- title: 'Olsync: Object-level tiering and coordination in tiered storage systems + based on software-defined network' + authors: + - Zhike Li + - Yong Wang + - Shiqiang Nie + - Jinyu Wang 0002 + - Chi Zhang 0095 + - Fangxing Yu + - Zhankun Zhang + - Song Liu 0007 + - Weiguo Wu + year: '2025' + doi: 10.1016/J.FUTURE.2024.107521 + url: https://doi.org/10.1016/j.future.2024.107521 + dblp_key: journals/fgcs/LiWNWZYZLW25 + venue_name: Future Gener. Comput. Syst. + pages: '107521' +- title: Convergence-aware optimal checkpointing for exploratory deep learning training + jobs + authors: + - Hongliang Li 0003 + - Zichen Wang + - Hairui Zhao 0002 + - Meng Zhang + - Xiang Li 0197 + - Haixiao Xu + year: '2025' + doi: 10.1016/J.FUTURE.2024.107597 + url: https://doi.org/10.1016/j.future.2024.107597 + dblp_key: journals/fgcs/LiWZZLX25 + venue_name: Future Gener. Comput. Syst. + pages: '107597' +- title: 'Enterprise architecture of IoT-based applications: A review' + authors: + - Xuemei Li + - Li Da Xu + - Alexander S. Sigov + - Leonid Ratkin + - Leonid A. Ivanov + year: '2025' + doi: 10.1016/J.FUTURE.2024.107584 + url: https://doi.org/10.1016/j.future.2024.107584 + dblp_key: journals/fgcs/LiXSRI25 + venue_name: Future Gener. Comput. Syst. + pages: '107584' +- title: Efficient memory management with co-timeout policy eviction and history-enlightened + selective strategy installation + authors: + - Xianfeng Li + - Haisheng Yu 0001 + - Xue Yang + - Haoran Sun + - Yan Huang + year: '2025' + doi: 10.1016/J.FUTURE.2025.107799 + url: https://doi.org/10.1016/j.future.2025.107799 + dblp_key: journals/fgcs/LiYYSH25 + venue_name: Future Gener. Comput. Syst. + pages: '107799' +- title: Data-loss models for proactive-tolerance Reed-Solomon storage systems + authors: + - Jing Li 0036 + - Zhenrui Zhou + - Jianli Ding + year: '2025' + doi: 10.1016/J.FUTURE.2025.107832 + url: https://doi.org/10.1016/j.future.2025.107832 + dblp_key: journals/fgcs/LiZD25 + venue_name: Future Gener. Comput. Syst. + pages: '107832' +- title: 'DFASCN: A distributed flocking approach for UAV swarm collective navigation' + authors: + - Yibing Li 0001 + - Zitang Zhang + - Yujie Huang + - Zongyu He + - Qian Sun 0004 + - Qianhui Dong + year: '2025' + doi: 10.1016/J.FUTURE.2025.107852 + url: https://doi.org/10.1016/j.future.2025.107852 + dblp_key: journals/fgcs/LiZHHSD25 + venue_name: Future Gener. Comput. Syst. + pages: '107852' +- title: 'Underwater acoustic intelligent spectrum sensing with multimodal data fusion: + An Mul-YOLO approach' + authors: + - Yufang Li + - Liliang Zhang + - Kai Wang 0098 + - Lingwei Xu + - T. Aaron Gulliver + year: '2025' + doi: 10.1016/J.FUTURE.2025.107880 + url: https://doi.org/10.1016/j.future.2025.107880 + dblp_key: journals/fgcs/LiZWXG25 + venue_name: Future Gener. Comput. Syst. + pages: '107880' +- title: 'K-bisimulation: A novel approach for simplifying heterogeneous information + networks' + authors: + - Yongjie Liang + - Wujie Hu + - Jinzhao Wu + year: '2025' + doi: 10.1016/J.FUTURE.2025.107749 + url: https://doi.org/10.1016/j.future.2025.107749 + dblp_key: journals/fgcs/LiangHW25 + venue_name: Future Gener. Comput. Syst. + pages: '107749' +- title: Parallel software design of large-scale diamond-structured crystals molecular + dynamics simulation + authors: + - Jianguo Liang + - Qianqian Li + - Hao Han + - You Fu + year: '2025' + doi: 10.1016/J.FUTURE.2024.107694 + url: https://doi.org/10.1016/j.future.2024.107694 + dblp_key: journals/fgcs/LiangLHF25 + venue_name: Future Gener. Comput. Syst. + pages: '107694' +- title: 'Blockchain based computing power sharing in urban rail transit: System design + and performance improvement' + authors: + - Yanan Liang + - Li Zhu 0002 + - Meixin Zhang + - Xinjun Gao + - Guangming Li + - Jian Li + year: '2025' + doi: 10.1016/J.FUTURE.2024.06.021 + url: https://doi.org/10.1016/j.future.2024.06.021 + dblp_key: journals/fgcs/LiangZZGLL25 + venue_name: Future Gener. Comput. Syst. + pages: '107381' +- title: 'FedDSHAR: A dual-strategy federated learning approach for human activity + recognition amid noise label user' + authors: + - Ziqian Lin + - Xuefeng Jiang + - Kun Zhang + - Chongjun Fan + - Yaya Liu + year: '2025' + doi: 10.1016/J.FUTURE.2025.107724 + url: https://doi.org/10.1016/j.future.2025.107724 + dblp_key: journals/fgcs/LinJZFL25 + venue_name: Future Gener. Comput. Syst. + pages: '107724' +- title: Load-aware switch migration for controller load balancing in edge-cloud architectures + authors: + - Yong Liu 0045 + - Qian Meng + - Kefei Chen + - Zhonghua Shen + year: '2025' + doi: 10.1016/J.FUTURE.2024.107489 + url: https://doi.org/10.1016/j.future.2024.107489 + dblp_key: journals/fgcs/LiuMCS25 + venue_name: Future Gener. Comput. Syst. + pages: '107489' +- title: Bus travel feature inference with small samples based on multi-clustering + topic model over Internet of Things + authors: + - Hongjie Liu + - Haotian Shi + - Tengfei Yuan + - Sicheng Fu + - Bin Ran + year: '2025' + doi: 10.1016/J.FUTURE.2024.107525 + url: https://doi.org/10.1016/j.future.2024.107525 + dblp_key: journals/fgcs/LiuSYFR25 + venue_name: Future Gener. Comput. Syst. + pages: '107525' +- title: Towards efficient privacy-preserving conjunctive keywords search over encrypted + cloud data + authors: + - Yaru Liu + - Xiaodong Xiao + - Fanyu Kong 0002 + - Hanlin Zhang 0001 + - Jia Yu 0003 + year: '2025' + doi: 10.1016/J.FUTURE.2025.107716 + url: https://doi.org/10.1016/j.future.2025.107716 + dblp_key: journals/fgcs/LiuXKZY25 + venue_name: Future Gener. Comput. Syst. + pages: '107716' +- title: A Kubernetes-based scheme for efficient resource allocation in containerized + workflow + authors: + - Danyang Liu + - Yuanqing Xia + - Chenggang Shan + - Ke Tian + - Yufeng Zhan + year: '2025' + doi: 10.1016/J.FUTURE.2024.107699 + url: https://doi.org/10.1016/j.future.2024.107699 + dblp_key: journals/fgcs/LiuXSTZ25 + venue_name: Future Gener. Comput. Syst. + pages: '107699' +- title: 'ESDI: An efficient and secure data integrity verification scheme for indoor + navigation' + authors: + - Mingxi Liu + - Tailong Yang + - Wenbo Shi + - Athanasios V. Vasilakos + - Ning Lu 0005 + year: '2025' + doi: 10.1016/J.FUTURE.2025.107759 + url: https://doi.org/10.1016/j.future.2025.107759 + dblp_key: journals/fgcs/LiuYSVL25 + venue_name: Future Gener. Comput. Syst. + pages: '107759' +- title: Task Offloading Optimization for Multi-objective Based on Cloud-Edge-End + Collaboration in Maritime Networks + authors: + - Lingqiang Liu + - Ying Zhang + year: '2025' + doi: 10.1016/J.FUTURE.2024.107588 + url: https://doi.org/10.1016/j.future.2024.107588 + dblp_key: journals/fgcs/LiuZ25 + venue_name: Future Gener. Comput. Syst. + pages: '107588' +- title: 'SecDS: A security-aware DAG task scheduling strategy for edge computing' + authors: + - Linbo Long + - Zhi Liu + - Jingcheng Shen + - Yi Jiang + year: '2025' + doi: 10.1016/J.FUTURE.2024.107627 + url: https://doi.org/10.1016/j.future.2024.107627 + dblp_key: journals/fgcs/LongLSJ25 + venue_name: Future Gener. Comput. Syst. + pages: '107627' +- title: 'Skip index: Supporting efficient inter-block queries and query authentication + on the blockchain' + authors: + - Matteo Loporchio + - Anna Bernasconi 0001 + - Damiano Di Francesco Maesa + - Laura Ricci + year: '2025' + doi: 10.1016/J.FUTURE.2024.107556 + url: https://doi.org/10.1016/j.future.2024.107556 + dblp_key: journals/fgcs/LoporchioBMR25 + venue_name: Future Gener. Comput. Syst. + pages: '107556' +- title: 'Review of deep learning-based pathological image classification: From task-specific + models to foundation models' + authors: + - Haijing Luan + - Kaixing Yang + - Taiyuan Hu + - Jifang Hu + - Siyao Liu + - Ruilin Li + - Jiayin He + - Rui Yan + - Xiaobing Guo + - Niansong Qian + - Beifang Niu + year: '2025' + doi: 10.1016/J.FUTURE.2024.107578 + url: https://doi.org/10.1016/j.future.2024.107578 + dblp_key: journals/fgcs/LuanYHHLLHYGQN25 + venue_name: Future Gener. Comput. Syst. + pages: '107578' +- title: 'Secure personal data sharing for simultaneous, parallel or sequential processing + service: Autonomously and controllably' + authors: + - Qiuyun Lyu + - Yilong Zhou + - Yizhi Ren + - Lingfei Zhou + - Zekai Wu + - Chengyao Zhao + - Jilin Zhang + - Duohe Ma + year: '2025' + doi: 10.1016/J.FUTURE.2025.107879 + url: https://doi.org/10.1016/j.future.2025.107879 + dblp_key: journals/fgcs/LyuZRZWZZM25 + venue_name: Future Gener. Comput. Syst. + pages: '107879' +- title: 'TEMPORISE: Extracting semantic representations of varied input executions + for silent data corruption evaluation' + authors: + - Junchi Ma + - Yuzhu Ding + - Sulei Huang + - Zongtao Duan + - Lei Tang 0002 + year: '2025' + doi: 10.1016/J.FUTURE.2025.107734 + url: https://doi.org/10.1016/j.future.2025.107734 + dblp_key: journals/fgcs/MaDHDT25 + venue_name: Future Gener. Comput. Syst. + pages: '107734' +- title: 'Connected vehicles ecological driving based on deep reinforce learning: + Application of Web 3.0 technologies in traffic optimization' + authors: + - Minghui Ma + - Xu Han + - Shidong Liang + - Yansong Wang + - Lan Jiang + year: '2025' + doi: 10.1016/J.FUTURE.2024.107544 + url: https://doi.org/10.1016/j.future.2024.107544 + dblp_key: journals/fgcs/MaHLWJ25 + venue_name: Future Gener. Comput. Syst. + pages: '107544' +- title: 'EPPDL: An efficient privacy-preserving distributed ledger for digital asset + transfer in Web3.0' + authors: + - Lichuan Ma + - Lu Zhou + - Hang Huang + - Youyang Qu + - Xuefeng Liu + year: '2025' + doi: 10.1016/J.FUTURE.2025.107735 + url: https://doi.org/10.1016/j.future.2025.107735 + dblp_key: journals/fgcs/MaZHQL25 + venue_name: Future Gener. Comput. Syst. + pages: '107735' +- title: A hierarchical control for application placement and load distribution in + Edge Computing + authors: + - Adyson Magalhães Maia + - Dario Vieira + - Yacine Ghamri-Doudane + - Christiano A. P. Rodrigues + - Marciel B. Pereira + - Miguel F. de Castro + year: '2025' + doi: 10.1016/J.FUTURE.2024.107631 + url: https://doi.org/10.1016/j.future.2024.107631 + dblp_key: journals/fgcs/MaiaVGRPC25 + venue_name: Future Gener. Comput. Syst. + pages: '107631' +- title: A deep reinforcement learning based algorithm for time and cost optimized + scaling of serverless applications + authors: + - Anupama Mampage + - Shanika Karunasekera + - Rajkumar Buyya + year: '2025' + doi: 10.1016/J.FUTURE.2025.107873 + url: https://doi.org/10.1016/j.future.2025.107873 + dblp_key: journals/fgcs/MampageKB25 + venue_name: Future Gener. Comput. Syst. + pages: '107873' +- title: Generating hard Ising instances with planted solutions using post-quantum + cryptographic protocols + authors: + - Salvatore Mandrà + - Humberto Munoz Bauza + - Gianni Mossi + - Eleanor Gilbert Rieffel + year: '2025' + doi: 10.1016/J.FUTURE.2025.107721 + url: https://doi.org/10.1016/j.future.2025.107721 + dblp_key: journals/fgcs/MandraBMR25 + venue_name: Future Gener. Comput. Syst. + pages: '107721' +- title: Raising user awareness through unsupervised clustering of energy consumption + habits + authors: + - Francesca Marcello + - Michele Nitti + - Virginia Pilloni + year: '2025' + doi: 10.1016/J.FUTURE.2024.107623 + url: https://doi.org/10.1016/j.future.2024.107623 + dblp_key: journals/fgcs/MarcelloNP25 + venue_name: Future Gener. Comput. Syst. + pages: '107623' +- title: 'Special Collection on Advances in Quantum Computing: Methods, Algorithms, + and Systems' + authors: + - Stefano Markidis + - Michela Taufer + - Lucio Grandinetti + year: '2025' + doi: 10.1016/J.FUTURE.2024.107503 + url: https://doi.org/10.1016/j.future.2024.107503 + dblp_key: journals/fgcs/MarkidisTG25 + venue_name: Future Gener. Comput. Syst. + pages: '107503' +- title: Portability efficiency approach for calculating performance portability + authors: + - Ami Marowka + year: '2025' + doi: 10.1016/J.FUTURE.2025.107826 + url: https://doi.org/10.1016/j.future.2025.107826 + dblp_key: journals/fgcs/Marowka25 + venue_name: Future Gener. Comput. Syst. + pages: '107826' +- title: Special issue on advances in techniques for assessment performance portability + of HPC applications + authors: + - Ami Marowka + - Przemyslaw Stpiczynski + - Roman Wyrzykowski + year: '2025' + doi: 10.1016/J.FUTURE.2025.107876 + url: https://doi.org/10.1016/j.future.2025.107876 + dblp_key: journals/fgcs/MarowkaSW25 + venue_name: Future Gener. Comput. Syst. + pages: '107876' +- title: Distributed and heterogeneous tensor-vector contraction algorithms for high + performance computing + authors: + - Pedro J. Martínez-Ferrer + - Albert-Jan Yzelman + - Vicenç Beltran 0001 + year: '2025' + doi: 10.1016/J.FUTURE.2024.107698 + url: https://doi.org/10.1016/j.future.2024.107698 + dblp_key: journals/fgcs/MartinezFerrerYB25 + venue_name: Future Gener. Comput. Syst. + pages: '107698' +- title: 'RADiCe: A Risk Analysis Framework for Data Centers' + authors: + - Fabian Mastenbroek + - Tiziano De Matteis + - Vincent van Beek + - Alexandru Iosup + year: '2025' + doi: 10.1016/J.FUTURE.2024.107702 + url: https://doi.org/10.1016/j.future.2024.107702 + dblp_key: journals/fgcs/MastenbroekMBI25 + venue_name: Future Gener. Comput. Syst. + pages: '107702' +- title: 'Secure integration of 5G in industrial networks: State of the art, challenges + and opportunities' + authors: + - Sotiris Michaelides + - Stefan Lenz + - Thomas Vogt + - Martin Henze + year: '2025' + doi: 10.1016/J.FUTURE.2024.107645 + url: https://doi.org/10.1016/j.future.2024.107645 + dblp_key: journals/fgcs/MichaelidesLVH25 + venue_name: Future Gener. Comput. Syst. + pages: '107645' +- title: A multi-level IIOT platform for boosting mines digitalization + authors: + - Raúl Miñón + - Juan López-de-Armentia + - Lander Bonilla + - Aitor Brazaola + - Ibai Laña + - M. Carmen Palacios + - Szymon Mueller + - Michal Blaszczak + - Herwig Zeiner + - Julia Tschuden + - Mohammad Yusuf Quadri + - Ignasi Garcia-Milà Vidal + - Andrea Bartoli + - Norbert Gormolla + - Alberto Fernández + - Pablo Segarra + - José A. Sanchidrián + - Philipp Hartlieb + year: '2025' + doi: 10.1016/J.FUTURE.2024.107501 + url: https://doi.org/10.1016/j.future.2024.107501 + dblp_key: journals/fgcs/MinonLBBLPMBZTQGBGFSSH25 + venue_name: Future Gener. Comput. Syst. + pages: '107501' +- title: An intelligent native network slicing security architecture empowered by + federated learning + authors: + - Rodrigo Moreira + - Rodolfo da Silva Villaça + - Moisés R. N. Ribeiro + - Joberto S. B. Martins + - João Henrique G. M. Corrêa + - Tereza Cristina M. B. Carvalho + - Flávio Oliveira Silva 0001 + year: '2025' + doi: 10.1016/J.FUTURE.2024.107537 + url: https://doi.org/10.1016/j.future.2024.107537 + dblp_key: journals/fgcs/MoreiraVRMCCS25 + venue_name: Future Gener. Comput. Syst. + pages: '107537' +- title: Evolutionary optimization of spatially-distributed multi-sensors placement + for indoor surveillance environments with security levels + authors: + - Luis M. Moreno-Saavedra + - Vinícius G. Costa + - Adrián Garrido-Sáez + - Silvia Jiménez-Fernández + - José Antonio Portilla-Figueras + - Sancho Salcedo-Sanz + year: '2025' + doi: 10.1016/J.FUTURE.2025.107727 + url: https://doi.org/10.1016/j.future.2025.107727 + dblp_key: journals/fgcs/MorenoSaavedraCGJPS25 + venue_name: Future Gener. Comput. Syst. + pages: '107727' +- title: Event log extraction methodology for Ethereum applications + authors: + - Andrea Morichetta 0001 + - Yuri Paoloni + - Barbara Re 0001 + year: '2025' + doi: 10.1016/J.FUTURE.2024.107566 + url: https://doi.org/10.1016/j.future.2024.107566 + dblp_key: journals/fgcs/MorichettaPR25 + venue_name: Future Gener. Comput. Syst. + pages: '107566' +- title: Decentralised Identity Management solution for zero-trust multi-domain Computing + Continuum frameworks + authors: + - José Manuel Bernabé Murcia + - Eduardo Cánovas + - Jesús García Rodríguez + - Alejandro Molina Zarca + - Antonio F. Skarmeta + year: '2025' + doi: 10.1016/J.FUTURE.2024.08.003 + url: https://doi.org/10.1016/j.future.2024.08.003 + dblp_key: journals/fgcs/MurciaCRZS25 + venue_name: Future Gener. Comput. Syst. + pages: '107479' +- title: Federated workload-aware quantized framework for secure learning in data-sensitive + applications + authors: + - Manu Narula + - Jasraj Meena + - Dinesh Kumar Vishwakarma + year: '2025' + doi: 10.1016/J.FUTURE.2025.107772 + url: https://doi.org/10.1016/j.future.2025.107772 + dblp_key: journals/fgcs/NarulaMV25 + venue_name: Future Gener. Comput. Syst. + pages: '107772' +- title: A multi-agent architecture for context sources integration in smart cities + authors: + - Leonardo Vianna do Nascimento + - José Palazzo Moreira de Oliveira + year: '2025' + doi: 10.1016/J.FUTURE.2025.107862 + url: https://doi.org/10.1016/j.future.2025.107862 + dblp_key: journals/fgcs/NascimentoO25 + venue_name: Future Gener. Comput. Syst. + pages: '107862' +- title: 'CSMD: Container state management for deployment in cloud data centers' + authors: + - Shubha Brata Nath + - Sourav Kanti Addya + - Sandip Chakraborty 0001 + - Soumya K. Ghosh 0001 + year: '2025' + doi: 10.1016/J.FUTURE.2024.107495 + url: https://doi.org/10.1016/j.future.2024.107495 + dblp_key: journals/fgcs/NathACG25 + venue_name: Future Gener. Comput. Syst. + pages: '107495' +- title: In silico framework for genome analysis + authors: + - M. Saqib Nawaz + - Muhammad Zohaib Nawaz + - Yongshun Gong + - Philippe Fournier-Viger + - Abdoulaye Baniré Diallo + year: '2025' + doi: 10.1016/J.FUTURE.2024.107585 + url: https://doi.org/10.1016/j.future.2024.107585 + dblp_key: journals/fgcs/NawazNGFD25 + venue_name: Future Gener. Comput. Syst. + pages: '107585' +- title: 'EASL: Enhanced append-only skip list index for agile block data retrieval + on blockchain' + authors: + - Jared Newell + - Sabih ur Rehman + - Quazi Mamun + - Md Zahid Islam 0001 + year: '2025' + doi: 10.1016/J.FUTURE.2024.107554 + url: https://doi.org/10.1016/j.future.2024.107554 + dblp_key: journals/fgcs/NewellRMI25 + venue_name: Future Gener. Comput. Syst. + pages: '107554' +- title: Time-constrained persistent deletion for key-value store engine on ZNS SSD + authors: + - Shiqiang Nie + - Tong Lei + - Jie Niu + - Qihan Hu + - Song Liu 0007 + - Weiguo Wu + year: '2025' + doi: 10.1016/J.FUTURE.2024.107598 + url: https://doi.org/10.1016/j.future.2024.107598 + dblp_key: journals/fgcs/NieLNHLW25 + venue_name: Future Gener. Comput. Syst. + pages: '107598' +- title: Complex network knowledge-based field programmable gate arrays routing congestion + prediction + authors: + - Tingyuan Nie + - Pengfei Liu + - Kun Zhao + - Zhenhao Wang + year: '2025' + doi: 10.1016/J.FUTURE.2025.107776 + url: https://doi.org/10.1016/j.future.2025.107776 + dblp_key: journals/fgcs/NieLZW25 + venue_name: Future Gener. Comput. Syst. + pages: '107776' +- title: 'ROPGMN: Effective ROP and variants discovery using dynamic feature and graph + matching network' + authors: + - Weina Niu + - Kexuan Zhang + - Ran Yan + - Jie Li + - Yan Zhang + - Xiaosong Zhang + year: '2025' + doi: 10.1016/J.FUTURE.2024.107567 + url: https://doi.org/10.1016/j.future.2024.107567 + dblp_key: journals/fgcs/NiuZYLZZ25 + venue_name: Future Gener. Comput. Syst. + pages: '107567' +- title: 'Towards benchmarking erasure coding schemes in object storage system: A + systematic review' + authors: + - Jannatun Noor + - Rezuana Imtiaz Upoma + - Md. Sadiqul Islam Sakif + - A. B. M. Alim Al Islam + year: '2025' + doi: 10.1016/J.FUTURE.2024.107522 + url: https://doi.org/10.1016/j.future.2024.107522 + dblp_key: journals/fgcs/NoorUSI25 + venue_name: Future Gener. Comput. Syst. + pages: '107522' +- title: Network-aware federated neural architecture search + authors: + - Göktug Öcal + - Atay Özgövde + year: '2025' + doi: 10.1016/J.FUTURE.2024.07.053 + url: https://doi.org/10.1016/j.future.2024.07.053 + dblp_key: journals/fgcs/OcalO25 + venue_name: Future Gener. Comput. Syst. + pages: '107475' +- title: 'Optimizing mobile blockchain networks: A game theoretical approach to cooperative + multi-terminal computation' + authors: + - Lin Pan + - Fengrui Chen + - Yan Ding 0001 + - Yunan Zhai + - Liyuan Zhang + - Jia Zhao 0003 + year: '2025' + doi: 10.1016/J.FUTURE.2024.107669 + url: https://doi.org/10.1016/j.future.2024.107669 + dblp_key: journals/fgcs/PanCDZZZ25 + venue_name: Future Gener. Comput. Syst. + pages: '107669' +- title: UAV-IRS-assisted energy harvesting for edge computing based on deep reinforcement + learning + authors: + - Shanchen Pang + - Luqi Wang + - Haiyuan Gui + - Sibo Qiao + - Xiao He 0012 + - Zhiyuan Zhao 0003 + year: '2025' + doi: 10.1016/J.FUTURE.2024.107527 + url: https://doi.org/10.1016/j.future.2024.107527 + dblp_key: journals/fgcs/PangWGQHZ25 + venue_name: Future Gener. Comput. Syst. + pages: '107527' +- title: Efficient security interface for high-performance Ceph storage systems + authors: + - Fatemeh Khoda Parast + - Seyed Alireza Damghani + - Brett Kelly + - Yang Wang 0006 + - Kenneth B. Kent + year: '2025' + doi: 10.1016/J.FUTURE.2024.107571 + url: https://doi.org/10.1016/j.future.2024.107571 + dblp_key: journals/fgcs/ParastDKWK25 + venue_name: Future Gener. Comput. Syst. + pages: '107571' +- title: Next-generation web 3.0 for digitalized industrial applications in the 5G/6G + era + authors: + - Qingqi Pei + - F. Richard Yu + - Kaoru Ota + - Mohammed Atiquzzaman + - Youshui Lu + year: '2025' + doi: 10.1016/J.FUTURE.2025.107835 + url: https://doi.org/10.1016/j.future.2025.107835 + dblp_key: journals/fgcs/PeiYOAL25 + venue_name: Future Gener. Comput. Syst. + pages: '107835' +- title: 'Guest Editorial for the Special Issue on Federated Learning on the Edge: + Challenges and Future Directions' + authors: + - Francesco Piccialli + - Antonella Guzzo + - David Camacho + year: '2025' + doi: 10.1016/J.FUTURE.2024.107546 + url: https://doi.org/10.1016/j.future.2024.107546 + dblp_key: journals/fgcs/PiccialliGC25 + venue_name: Future Gener. Comput. Syst. + pages: '107546' +- title: Special issue on big data computing service and machine learning applications + authors: + - Katerina Potika + - Magdalini Eirinaki + - Monica Vitali + - Anna Bernasconi 0002 + - Hiroyuki Fujioka + year: '2025' + doi: 10.1016/J.FUTURE.2025.107836 + url: https://doi.org/10.1016/j.future.2025.107836 + dblp_key: journals/fgcs/PotikaEVBF25 + venue_name: Future Gener. Comput. Syst. + pages: '107836' +- title: A blockchain-assisted privacy-preserving signature scheme using quantum teleportation + for metaverse environment in Web 3.0 + authors: + - Sunil Prajapat + - Garima Thakur + - Pankaj Kumar 0006 + - Ashok Kumar Das + - M. Shamim Hossain + year: '2025' + doi: 10.1016/J.FUTURE.2024.107581 + url: https://doi.org/10.1016/j.future.2024.107581 + dblp_key: journals/fgcs/PrajapatTKDH25 + venue_name: Future Gener. Comput. Syst. + pages: '107581' +- title: Fuzzy energy management strategies for energy harvesting IoT nodes based + on a digital twin concept + authors: + - Michal Prauzek + - Karolina Gaiova + - Tereza Kucova + - Jaromir Konecny + year: '2025' + doi: 10.1016/J.FUTURE.2025.107717 + url: https://doi.org/10.1016/j.future.2025.107717 + dblp_key: journals/fgcs/PrauzekGKK25 + venue_name: Future Gener. Comput. Syst. + pages: '107717' +- title: Formal definition and implementation of reproducibility tenets for computational + workflows + authors: + - Nicholas J. Pritchard + - Andreas Wicenec + year: '2025' + doi: 10.1016/J.FUTURE.2024.107684 + url: https://doi.org/10.1016/j.future.2024.107684 + dblp_key: journals/fgcs/PritchardW25 + venue_name: Future Gener. Comput. Syst. + pages: '107684' +- title: 'Small models, big impact: A review on the power of lightweight Federated + Learning' + authors: + - Pian Qi + - Diletta Chiaro + - Francesco Piccialli + year: '2025' + doi: 10.1016/J.FUTURE.2024.107484 + url: https://doi.org/10.1016/j.future.2024.107484 + dblp_key: journals/fgcs/QiCP25 + venue_name: Future Gener. Comput. Syst. + pages: '107484' +- title: 'RGAnomaly: Data reconstruction-based generative adversarial networks for + multivariate time series anomaly detection in the Internet of Things' + authors: + - Cheng Qian + - Wenzhong Tang + - Yanyang Wang + year: '2025' + doi: 10.1016/J.FUTURE.2025.107751 + url: https://doi.org/10.1016/j.future.2025.107751 + dblp_key: journals/fgcs/QianTW25 + venue_name: Future Gener. Comput. Syst. + pages: '107751' +- title: 'DNA: Dual-radio Dual-constraint Node Activation scheduling for energy-efficient + data dissemination in IoT' + authors: + - Hua Qin + - Hao Chen + - Ni Li + - Yaqi Deng + - Gelan Yang + - Yang Peng + year: '2025' + doi: 10.1016/J.FUTURE.2025.107746 + url: https://doi.org/10.1016/j.future.2025.107746 + dblp_key: journals/fgcs/QinCLDYP25 + venue_name: Future Gener. Comput. Syst. + pages: '107746' +- title: 'GPartition-store: A multi-group collaborative parallel data storage mechanism + for permissioned blockchain sharding' + authors: + - Lin Qiu + - Bo Yi 0002 + - Xing-wei Wang 0001 + - Fei Gao + - Kaimin Zhang + - Yanpeng Qu + - Min Huang 0001 + year: '2025' + doi: 10.1016/J.FUTURE.2025.107731 + url: https://doi.org/10.1016/j.future.2025.107731 + dblp_key: journals/fgcs/QiuYWGZQH25 + venue_name: Future Gener. Comput. Syst. + pages: '107731' +- title: Advancing anomaly detection in computational workflows with active learning + authors: + - Krishnan Raghavan + - George Papadimitriou 0002 + - Hongwei Jin + - Anirban Mandal + - Mariam Kiran + - Prasanna Balaprakash + - Ewa Deelman + year: '2025' + doi: 10.1016/J.FUTURE.2024.107608 + url: https://doi.org/10.1016/j.future.2024.107608 + dblp_key: journals/fgcs/RaghavanPJMKBD25 + venue_name: Future Gener. Comput. Syst. + pages: '107608' +- title: Adaptive heuristics for scheduling DNN inferencing on edge and cloud for + personalized UAV fleets + authors: + - Suman Raj + - Radhika Mittal + - Harshil Gupta + - Yogesh Simmhan + year: '2025' + doi: 10.1016/J.FUTURE.2025.107874 + url: https://doi.org/10.1016/j.future.2025.107874 + dblp_key: journals/fgcs/RajMGS25 + venue_name: Future Gener. Comput. Syst. + pages: '107874' +- title: 'DLST-MQTT: Dynamic and lightweight security over topics MQTT' + authors: + - Floriano De Rango + - Mattia Giovanni Spina + - Antonio Iera + year: '2025' + doi: 10.1016/J.FUTURE.2024.107625 + url: https://doi.org/10.1016/j.future.2024.107625 + dblp_key: journals/fgcs/RangoSI25 + venue_name: Future Gener. Comput. Syst. + pages: '107625' +- title: 'HS-GIoV: High-speed green internet of vehicles (IoV) edge-assisted model + for low-latency inference in autonomous driving' + authors: + - Oshin Rawlley + - Shashank Gupta 0002 + - Kashish Mahajan + - Aishna Shrivastava + - Esha Jain + year: '2025' + doi: 10.1016/J.FUTURE.2025.107817 + url: https://doi.org/10.1016/j.future.2025.107817 + dblp_key: journals/fgcs/RawlleyGMSJ25 + venue_name: Future Gener. Comput. Syst. + pages: '107817' +- title: Correlating node centrality metrics with node resilience in self-healing + systems with limited neighbourhood information + authors: + - Arles Rodríguez + - Ada Diaconescu + - Johan Rodríguez + - Jonatan Gómez + year: '2025' + doi: 10.1016/J.FUTURE.2024.107553 + url: https://doi.org/10.1016/j.future.2024.107553 + dblp_key: journals/fgcs/RodriguezDRG25 + venue_name: Future Gener. Comput. Syst. + pages: '107553' +- title: 'PLangRec: Deep-learning model to predict the programming language from a + single line of code' + authors: + - Oscar Rodriguez-Prieto + - Alejandro Pato + - Francisco Ortin + year: '2025' + doi: 10.1016/J.FUTURE.2024.107640 + url: https://doi.org/10.1016/j.future.2024.107640 + dblp_key: journals/fgcs/RodriguezPrietoPO25 + venue_name: Future Gener. Comput. Syst. + pages: '107640' +- title: Using binary hash tree-based encryption to secure a deep learning model and + generated images for social media applications + authors: + - Soniya Rohhila + - Amit Kumar Singh 0001 + year: '2025' + doi: 10.1016/J.FUTURE.2025.107722 + url: https://doi.org/10.1016/j.future.2025.107722 + dblp_key: journals/fgcs/RohhilaS25 + venue_name: Future Gener. Comput. Syst. + pages: '107722' +- title: 'Enhancing E-business in industry 4.0: Integrating fog/edge computing with + Data LakeHouse for IIoT' + authors: + - Hayat Routaib + - Soukaina Seddik + - Abdelali Elmounadi + - Anass El Haddadi + year: '2025' + doi: 10.1016/J.FUTURE.2024.107653 + url: https://doi.org/10.1016/j.future.2024.107653 + dblp_key: journals/fgcs/RoutaibSEH25 + venue_name: Future Gener. Comput. Syst. + pages: '107653' +- title: 'ZeroVCS: An efficient authentication protocol without trusted authority + for zero-trust vehicular communication systems' + authors: + - Prasanta Kumar Roy + - Pankaj Kumar 0008 + - Ansuman Bhattacharya + year: '2025' + doi: 10.1016/J.FUTURE.2024.107520 + url: https://doi.org/10.1016/j.future.2024.107520 + dblp_key: journals/fgcs/RoyKB25 + venue_name: Future Gener. Comput. Syst. + pages: '107520' +- title: 'CG-Kit: Code Generation Toolkit for performant and maintainable variants + of source code applied to Flash-X hydrodynamics simulations' + authors: + - Johann Rudi + - Youngjun Lee + - Aidan H. Chadha + - Mohamed Wahib + - Klaus Weide + - Jared P. O'Neal + - Anshu Dubey + year: '2025' + doi: 10.1016/J.FUTURE.2024.107511 + url: https://doi.org/10.1016/j.future.2024.107511 + dblp_key: journals/fgcs/RudiLCWWOD25 + venue_name: Future Gener. Comput. Syst. + pages: '107511' +- title: Generative adversarial networks to detect intrusion and anomaly in IP flow-based + networks + authors: + - Vitor G. da Silva Ruffo + - Daniel M. Brandão Lent + - Luiz Fernando Carvalho + - Jaime Lloret 0001 + - Mario Lemes Proença Jr. + year: '2025' + doi: 10.1016/J.FUTURE.2024.107531 + url: https://doi.org/10.1016/j.future.2024.107531 + dblp_key: journals/fgcs/RuffoLCLP25 + venue_name: Future Gener. Comput. Syst. + pages: '107531' +- title: Real-time unsupervised video object detection on the edge + authors: + - Paula Ruiz-Barroso + - Francisco M. Castro + - Nicolás Guil + year: '2025' + doi: 10.1016/J.FUTURE.2025.107737 + url: https://doi.org/10.1016/j.future.2025.107737 + dblp_key: journals/fgcs/RuizBarrosoCG25 + venue_name: Future Gener. Comput. Syst. + pages: '107737' +- title: 'WFE-Tab: Overcoming limitations of TabPFN in IIoT-MEC environments with + a weighted fusion ensemble-TabPFN model for improved IDS performance' + authors: + - Sergio Ruiz-Villafranca + - José Roldán Gómez + - Javier Carrillo Mondéjar + - José Luis Martínez 0001 + - Carlos Hernandez Gañán + year: '2025' + doi: 10.1016/J.FUTURE.2025.107707 + url: https://doi.org/10.1016/j.future.2025.107707 + dblp_key: journals/fgcs/RuizVillafrancaGMMG25 + venue_name: Future Gener. Comput. Syst. + pages: '107707' +- title: 'HashGrid: An optimized architecture for accelerating graph computing on + FPGAs' + authors: + - Amin Sahebi + - Marco Procaccini + - Roberto Giorgi + year: '2025' + doi: 10.1016/J.FUTURE.2024.107497 + url: https://doi.org/10.1016/j.future.2024.107497 + dblp_key: journals/fgcs/SahebiPG25 + venue_name: Future Gener. Comput. Syst. + pages: '107497' +- title: Concurrent vertical and horizontal federated learning with fuzzy cognitive + maps + authors: + - Jose L. Salmeron + - Irina Arévalo + year: '2025' + doi: 10.1016/J.FUTURE.2024.107482 + url: https://doi.org/10.1016/j.future.2024.107482 + dblp_key: journals/fgcs/SalmeronA25 + venue_name: Future Gener. Comput. Syst. + pages: '107482' +- title: 'SecDefender: Detecting low-quality models in multidomain federated learning + systems' + authors: + - K. M. Sameera + - Arnaldo Sgueglia + - P. Vinod 0001 + - Rafidha Rehiman K. A. + - Corrado Aaron Visaggio + - Andrea Di Sorbo + - Mauro Conti + year: '2025' + doi: 10.1016/J.FUTURE.2024.107587 + url: https://doi.org/10.1016/j.future.2024.107587 + dblp_key: journals/fgcs/SameeraSVAVSC25 + venue_name: Future Gener. Comput. Syst. + pages: '107587' +- title: Competitive cost-effective memory access predictor through short-term online + SVM and dynamic vocabularies + authors: + - Pablo Sánchez-Cuevas + - Fernando Díaz-del-Río + - Daniel Casanueva-Morato + - Antonio Rios-Navarro + year: '2025' + doi: 10.1016/J.FUTURE.2024.107592 + url: https://doi.org/10.1016/j.future.2024.107592 + dblp_key: journals/fgcs/SanchezCuevasDCR25 + venue_name: Future Gener. Comput. Syst. + pages: '107592' +- title: 'Enhancing IoT device security in Kubernetes: An approach adopted for network + policies and the SARIK framework' + authors: + - Jonathan G. P. dos Santos + - Geraldo P. Rocha Filho + - Rodolfo I. Meneguette + - Rodrigo Bonacin + - Gustavo Pessin + - Vinícius P. Gonçalves 0001 + year: '2025' + doi: 10.1016/J.FUTURE.2024.107485 + url: https://doi.org/10.1016/j.future.2024.107485 + dblp_key: journals/fgcs/SantosFMBPG25 + venue_name: Future Gener. Comput. Syst. + pages: '107485' +- title: 'HephaestusForge: Optimal microservice deployment across the Compute Continuum + via Reinforcement Learning' + authors: + - José Santos 0001 + - Mattia Zaccarini + - Filippo Poltronieri + - Mauro Tortonesi + - Cesare Stefanelli + - Nicola Di Cicco + - Filip De Turck + year: '2025' + doi: 10.1016/J.FUTURE.2024.107680 + url: https://doi.org/10.1016/j.future.2024.107680 + dblp_key: journals/fgcs/SantosZPTSCT25 + venue_name: Future Gener. Comput. Syst. + pages: '107680' +- title: Efficient profit maximization in reliability concerned static vehicular cloud + system + authors: + - Suvarthi Sarkar + - Akshat Arun + - Harshit Sureka + - Aryabartta Sahu + year: '2025' + doi: 10.1016/J.FUTURE.2025.107850 + url: https://doi.org/10.1016/j.future.2025.107850 + dblp_key: journals/fgcs/SarkarASS25 + venue_name: Future Gener. Comput. Syst. + pages: '107850' +- title: High throughput edit distance computation on FPGA-based accelerators using + HLS + authors: + - Sebastiano Fabio Schifano + - Marco Reggiani + - Enrico Calore + - Rino Micheloni + - Alessia Marelli + - Cristian Zambelli + year: '2025' + doi: 10.1016/J.FUTURE.2024.107591 + url: https://doi.org/10.1016/j.future.2024.107591 + dblp_key: journals/fgcs/SchifanoRCMMZ25 + venue_name: Future Gener. Comput. Syst. + pages: '107591' +- title: A Framework for testing Federated Learning algorithms using an edge-like + environment + authors: + - Felipe Machado Schwanck + - Marcos Tomazzoli Leipnitz + - Joel Luís Carbonera + - Juliano Araújo Wickboldt + year: '2025' + doi: 10.1016/J.FUTURE.2024.107626 + url: https://doi.org/10.1016/j.future.2024.107626 + dblp_key: journals/fgcs/SchwanckLCW25 + venue_name: Future Gener. Comput. Syst. + pages: '107626' +- title: Self-sovereign identity framework with user-friendly private key generation + and rule table + authors: + - Jungwon Seo + - Sooyong Park + year: '2025' + doi: 10.1016/J.FUTURE.2025.107757 + url: https://doi.org/10.1016/j.future.2025.107757 + dblp_key: journals/fgcs/SeoP25 + venue_name: Future Gener. Comput. Syst. + pages: '107757' +- title: 'CyberAIBot: Artificial Intelligence in an intrusion detection system for + CyberSecurity in the IoT' + authors: + - Will Serrano + year: '2025' + doi: 10.1016/J.FUTURE.2024.107543 + url: https://doi.org/10.1016/j.future.2024.107543 + dblp_key: journals/fgcs/Serrano25 + venue_name: Future Gener. Comput. Syst. + pages: '107543' +- title: Special Issue on Intelligent Architectures and Platforms for Private Edge + Cloud Systems + authors: + - Sayed Chhattan Shah + - Taehong Kim + - Blesson Varghese + - Zhi Wang + year: '2025' + doi: 10.1016/J.FUTURE.2024.107605 + url: https://doi.org/10.1016/j.future.2024.107605 + dblp_key: journals/fgcs/ShahKVW25 + venue_name: Future Gener. Comput. Syst. + pages: '107605' +- title: 'TDOcc: Exploit machine learning and big data in multi-view 3D occupancy + prediction' + authors: + - Chun Shan + - Jian Zeng + - Hongming Liu + - Chuixing Chen + - Xiaojiang Du + - Mohsen Guizani + year: '2025' + doi: 10.1016/J.FUTURE.2024.107583 + url: https://doi.org/10.1016/j.future.2024.107583 + dblp_key: journals/fgcs/ShanZLCDG25 + venue_name: Future Gener. Comput. Syst. + pages: '107583' +- title: Private approximate nearest neighbor search for on-chain data based on locality-sensitive + hashing + authors: + - Siyuan Shang + - Xuehui Du + - Xiaohan Wang + - Aodi Liu + year: '2025' + doi: 10.1016/J.FUTURE.2024.107586 + url: https://doi.org/10.1016/j.future.2024.107586 + dblp_key: journals/fgcs/ShangDWL25 + venue_name: Future Gener. Comput. Syst. + pages: '107586' +- title: Acceleration offloading for differential privacy protection based on federated + learning in edge intelligent controllers + authors: + - Wenli Shang + - Jingbo Ge + - Lei Ding 0010 + - Zhenbang Jiang + - He Sui + year: '2025' + doi: 10.1016/J.FUTURE.2024.107526 + url: https://doi.org/10.1016/j.future.2024.107526 + dblp_key: journals/fgcs/ShangGDJS25 + venue_name: Future Gener. Comput. Syst. + pages: '107526' +- title: To tune or not to tune? An approach for recommending important hyperparameters + for classification and clustering algorithms + authors: + - Radwa El Shawi + - Mohamadjavad Bahmani + - Sherif Sakr + year: '2025' + doi: 10.1016/J.FUTURE.2024.107524 + url: https://doi.org/10.1016/j.future.2024.107524 + dblp_key: journals/fgcs/ShawiBS25 + venue_name: Future Gener. Comput. Syst. + pages: '107524' +- title: Energy-aware scheduling for reliability-oriented real-time parallel applications + allocation on heterogeneous computing systems + authors: + - Rui She + - Yuting Wu + - Enfang Cui + year: '2025' + doi: 10.1016/J.FUTURE.2025.107738 + url: https://doi.org/10.1016/j.future.2025.107738 + dblp_key: journals/fgcs/SheWC25 + venue_name: Future Gener. Comput. Syst. + pages: '107738' +- title: Energy-efficiency optimization for heterogeneous computing-assisted NOMA-MEC + edge AI tasks + authors: + - Rui She + - Yuting Wu + - Enfang Cui + - Mengyu Sun + - Wei Zhao + - Deji Fu + year: '2025' + doi: 10.1016/J.FUTURE.2024.07.036 + url: https://doi.org/10.1016/j.future.2024.07.036 + dblp_key: journals/fgcs/SheWCSZF25 + venue_name: Future Gener. Comput. Syst. + pages: '107458' +- title: Service-driven dynamic QoS on-demand routing algorithm + authors: + - Hao She + - Lixing Yan + - Chuanfeng Mao + - Qihui Bu + - Yongan Guo + year: '2025' + doi: 10.1016/J.FUTURE.2024.107685 + url: https://doi.org/10.1016/j.future.2024.107685 + dblp_key: journals/fgcs/SheYMBG25 + venue_name: Future Gener. Comput. Syst. + pages: '107685' +- title: 'Multi-objective federated learning: Balancing global performance and individual + fairness' + authors: + - Yuhao Shen 0001 + - Wei Xi 0003 + - Yunyun Cai + - Yuwei Fan + - He Yang + - Jizhong Zhao + year: '2025' + doi: 10.1016/J.FUTURE.2024.07.046 + url: https://doi.org/10.1016/j.future.2024.07.046 + dblp_key: journals/fgcs/ShenXCFYZ25 + venue_name: Future Gener. Comput. Syst. + pages: '107468' +- title: 'Securing the vetaverse: Web 3.0 for decentralized Digital Twin-enhanced + vehicle-road safety' + authors: + - Sadia Jabeen Siddiqi + - Sana Saleh + - Mian Ahmad Jan + - Muhammad Tariq + year: '2025' + doi: 10.1016/J.FUTURE.2024.107555 + url: https://doi.org/10.1016/j.future.2024.107555 + dblp_key: journals/fgcs/SiddiqiSJT25 + venue_name: Future Gener. Comput. Syst. + pages: '107555' +- title: Intelligent transportation system for automated medical services during pandemic + authors: + - Amit Kumar Singh + - Rajendra Pamula + - Nasrin Akhter + - Sudheer Kumar Battula + - Ranesh Naha + - Abdullahi Chowdhury + - Shahriar Kaisar + year: '2025' + doi: 10.1016/J.FUTURE.2024.107515 + url: https://doi.org/10.1016/j.future.2024.107515 + dblp_key: journals/fgcs/SinghPABNCK25 + venue_name: Future Gener. Comput. Syst. + pages: '107515' +- title: 'Split ways: Using GAN watermarking for digital image protection with privacy-preserving + split model training' + authors: + - Himanshu Kumar Singh 0002 + - Kedar Nath Singh + - Amit Kumar Singh 0001 + year: '2025' + doi: 10.1016/J.FUTURE.2024.107523 + url: https://doi.org/10.1016/j.future.2024.107523 + dblp_key: journals/fgcs/SinghSS25 + venue_name: Future Gener. Comput. Syst. + pages: '107523' +- title: Overlapping community detection using graph attention networks + authors: + - Konstantinos Sismanis + - Petros Potikas + - Dora Souliou + - Aris Pagourtzis + year: '2025' + doi: 10.1016/J.FUTURE.2024.107529 + url: https://doi.org/10.1016/j.future.2024.107529 + dblp_key: journals/fgcs/SismanisPSP25 + venue_name: Future Gener. Comput. Syst. + pages: '107529' +- title: A study on characterizing energy, latency and security for Intrusion Detection + Systems on heterogeneous embedded platforms + authors: + - Camélia Slimani + - Louis Morge-Rollet + - Laurent Lemarchand + - David Espes + - Frédéric Le Roy + - Jalil Boukhobza + year: '2025' + doi: 10.1016/J.FUTURE.2024.07.051 + url: https://doi.org/10.1016/j.future.2024.07.051 + dblp_key: journals/fgcs/SlimaniMLERB25 + venue_name: Future Gener. Comput. Syst. + pages: '107473' +- title: Enhancing federated averaging of self-supervised monocular depth estimators + for autonomous vehicles with Bayesian optimization + authors: + - Elton Figueiredo de S. Soares + - Emilio Vital Brazil + - Carlos Alberto Vieira Campos + year: '2025' + doi: 10.1016/J.FUTURE.2025.107752 + url: https://doi.org/10.1016/j.future.2025.107752 + dblp_key: journals/fgcs/SoaresBC25 + venue_name: Future Gener. Comput. Syst. + pages: '107752' +- title: Using Deep Reinforcement Learning (DRL) for minimizing power consumption + in Video-on-Demand (VoD) storage systems + authors: + - Minseok Song 0002 + - Mingoo Kwon + year: '2025' + doi: 10.1016/J.FUTURE.2024.107582 + url: https://doi.org/10.1016/j.future.2024.107582 + dblp_key: journals/fgcs/SongK25 + venue_name: Future Gener. Comput. Syst. + pages: '107582' +- title: Performance portability of sparse matrix-vector multiplication implemented + using OpenMP, OpenACC and SYCL + authors: + - Kinga Stec + - Przemyslaw Stpiczynski + year: '2025' + doi: 10.1016/J.FUTURE.2025.107825 + url: https://doi.org/10.1016/j.future.2025.107825 + dblp_key: journals/fgcs/StecS25 + venue_name: Future Gener. Comput. Syst. + pages: '107825' +- title: Context aware clustering and meta-heuristic resource allocation for NB-IoT + D2D devices in smart healthcare applications + authors: + - Nahar Sultana + - Farhana Huq + - Palash Roy + - Md. Abdur Razzaque + - Md. Mustafizur Rahman + - Taiyeba Akter + - Mohammad Mehedi Hassan + year: '2025' + doi: 10.1016/J.FUTURE.2024.08.001 + url: https://doi.org/10.1016/j.future.2024.08.001 + dblp_key: journals/fgcs/SultanaHRRRAH25 + venue_name: Future Gener. Comput. Syst. + pages: '107477' +- title: 'MLQM: Machine learning approach for accelerating optimal qubit mapping' + authors: + - Wenjie Sun + - Xiaoyu Li 0003 + - Lianhui Yu + - Zhigang Wang + - Geng Chen + - Guowu Yang + year: '2025' + doi: 10.1016/J.FUTURE.2025.107906 + url: https://doi.org/10.1016/j.future.2025.107906 + dblp_key: journals/fgcs/SunLYWCY25 + venue_name: Future Gener. Comput. Syst. + pages: '107906' +- title: Latency-aware scheduling for data-oriented service requests in collaborative + IoT-edge-cloud networks + authors: + - Mengyu Sun + - Shuo Quan + - Xuliang Wang + - Zhilan Huang + year: '2025' + doi: 10.1016/J.FUTURE.2024.107538 + url: https://doi.org/10.1016/j.future.2024.107538 + dblp_key: journals/fgcs/SunQWH25 + venue_name: Future Gener. Comput. Syst. + pages: '107538' +- title: 'LGTDA: Bandwidth exhaustion attack on Ethereum via dust transactions' + authors: + - Qunhong Sun + - Chang Wang + - Yifan Hu + - Shen Su + - Ting Cui + year: '2025' + doi: 10.1016/J.FUTURE.2024.107549 + url: https://doi.org/10.1016/j.future.2024.107549 + dblp_key: journals/fgcs/SunWHSC25 + venue_name: Future Gener. Comput. Syst. + pages: '107549' +- title: A verifiable query scheme with rich query capabilities and low storage redundancy + on blockchain + authors: + - Linkun Sun + - Luqi Wang + - Wenbao Jiang + - Yangnan Guo + year: '2025' + doi: 10.1016/J.FUTURE.2025.107859 + url: https://doi.org/10.1016/j.future.2025.107859 + dblp_key: journals/fgcs/SunWJG25 + venue_name: Future Gener. Comput. Syst. + pages: '107859' +- title: 'Regen: An object layout regenerator on large-scale production HPC systems' + authors: + - Dong Kyu Sung + - Sunggon Kim + - Sangjin Lee 0003 + - Houjun Tang + - Alex Sim + - Kesheng Wu + - Suren Byna + - Yongseok Son + year: '2025' + doi: 10.1016/J.FUTURE.2025.107830 + url: https://doi.org/10.1016/j.future.2025.107830 + dblp_key: journals/fgcs/SungKLTSWBS25 + venue_name: Future Gener. Comput. Syst. + pages: '107830' +- title: 'Cybersecurity for tactical 6G networks: Threats, architecture, and intelligence' + authors: + - Jani Suomalainen + - Ijaz Ahmad 0001 + - Annette Shajan + - Tapio Savunen + year: '2025' + doi: 10.1016/J.FUTURE.2024.107500 + url: https://doi.org/10.1016/j.future.2024.107500 + dblp_key: journals/fgcs/SuomalainenASS25 + venue_name: Future Gener. Comput. Syst. + pages: '107500' +- title: Separation and optimization of encryption and erasure coding in decentralized + storage systems + authors: + - Marcell Szabó + - Ákos Recse + - Róbert Szabó + - David Balla + - Markosz Maliosz + year: '2025' + doi: 10.1016/J.FUTURE.2025.107739 + url: https://doi.org/10.1016/j.future.2025.107739 + dblp_key: journals/fgcs/SzaboRSBM25 + venue_name: Future Gener. Comput. Syst. + pages: '107739' +- title: 'EC5: Edge-cloud collaborative computing framework with compressive communication' + authors: + - Jingwei Tan + - Fagui Liu + - Bin Wang 0048 + - Qingbo Wu 0003 + - C. L. Philip Chen + year: '2025' + doi: 10.1016/J.FUTURE.2025.107715 + url: https://doi.org/10.1016/j.future.2025.107715 + dblp_key: journals/fgcs/TanLWWC25 + venue_name: Future Gener. Comput. Syst. + pages: '107715' +- title: Recognition of Best Paper, Outstanding Editors, and Reviewers for Future + Generation Computer Systems in 2024 + authors: + - Michela Taufer + year: '2025' + doi: 10.1016/J.FUTURE.2025.107854 + url: https://doi.org/10.1016/j.future.2025.107854 + dblp_key: journals/fgcs/Taufer25 + venue_name: Future Gener. Comput. Syst. + pages: '107854' +- title: Drug repositioning by collaborative learning based on graph convolutional + inductive network + authors: + - Zhixia Teng + - Yongliang Li + - Zhen Tian 0004 + - Yingjian Liang + - Guohua Wang 0001 + year: '2025' + doi: 10.1016/J.FUTURE.2024.107491 + url: https://doi.org/10.1016/j.future.2024.107491 + dblp_key: journals/fgcs/TengLTLW25 + venue_name: Future Gener. Comput. Syst. + pages: '107491' +- title: 'UD-LDP: A Technique for optimally catalyzing user driven Local Differential + Privacy' + authors: + - Gnanakumar Thedchanamoorthy + - Michael Bewong + - Meisam Mohammady + - Tanveer A. Zia + - Md Zahidul Islam 0001 + year: '2025' + doi: 10.1016/J.FUTURE.2025.107712 + url: https://doi.org/10.1016/j.future.2025.107712 + dblp_key: journals/fgcs/ThedchanamoorthyBMZI25 + venue_name: Future Gener. Comput. Syst. + pages: '107712' +- title: Smart contract-based public integrity auditing for cloud storage against + malicious auditors + authors: + - Hui Tian 0002 + - Nan Gan + - Fang Peng + - Hanyu Quan + - Chin-Chen Chang 0001 + - Athanasios V. Vasilakos + year: '2025' + doi: 10.1016/J.FUTURE.2025.107709 + url: https://doi.org/10.1016/j.future.2025.107709 + dblp_key: journals/fgcs/TianGPQCV25 + venue_name: Future Gener. Comput. Syst. + pages: '107709' +- title: Serverless Computing for Next-generation Application Development + authors: + - Adel Nadjaran Toosi + - Bahman Javadi + - Alexandru Iosup + - Evgenia Smirni + - Schahram Dustdar + year: '2025' + doi: 10.1016/J.FUTURE.2024.107573 + url: https://doi.org/10.1016/j.future.2024.107573 + dblp_key: journals/fgcs/ToosiJISD25 + venue_name: Future Gener. Comput. Syst. + pages: '107573' +- title: 'DetectVul: A statement-level code vulnerability detection for Python' + authors: + - Hoai-Chau Tran + - Anh-Duy Tran + - Kim-Hung Le + year: '2025' + doi: 10.1016/J.FUTURE.2024.107504 + url: https://doi.org/10.1016/j.future.2024.107504 + dblp_key: journals/fgcs/TranTL25 + venue_name: Future Gener. Comput. Syst. + pages: '107504' +- title: Multilayer multivariate forecasting network for precise resource utilization + prediction in edge data centers + authors: + - Shivani Tripathi + - Priyadarshni + - Rajiv Misra + - T. N. Singh 0001 + year: '2025' + doi: 10.1016/J.FUTURE.2024.107692 + url: https://doi.org/10.1016/j.future.2024.107692 + dblp_key: journals/fgcs/TripathiPMS25 + venue_name: Future Gener. Comput. Syst. + pages: '107692' +- title: 'HalfFedLearn: A secure federated learning with local data partitioning and + homomorphic encryption' + authors: + - Rojalini Tripathy + - Jigyasa Meshram + - Padmalochan Bera + year: '2025' + doi: 10.1016/J.FUTURE.2025.107858 + url: https://doi.org/10.1016/j.future.2025.107858 + dblp_key: journals/fgcs/TripathyMB25 + venue_name: Future Gener. Comput. Syst. + pages: '107858' +- title: 'IPNetTool: Watermarking and Chaos for copyright protection of image classification + models' + authors: + - Twinkle Tyagi + - Kedar Nath Singh + - Amit Kumar Singh 0001 + - Brij B. Gupta + year: '2025' + doi: 10.1016/J.FUTURE.2025.107907 + url: https://doi.org/10.1016/j.future.2025.107907 + dblp_key: journals/fgcs/TyagiSSG25 + venue_name: Future Gener. Comput. Syst. + pages: '107907' +- title: Task replication based energy management using random-weighted privacy-preserving + distributed algorithm for real-time embedded system + authors: + - A. Velliangiri + - Jayaraj Velusamy + - Maheswari M + - Rleena Rose + year: '2025' + doi: 10.1016/J.FUTURE.2025.107708 + url: https://doi.org/10.1016/j.future.2025.107708 + dblp_key: journals/fgcs/VelliangiriVMR25 + venue_name: Future Gener. Comput. Syst. + pages: '107708' +- title: Reducing weight divergence impact using local learning normalization in Federated + Learning for heterogeneous data distributions + authors: + - Flávio Vieira + - Carlos Alberto Vieira Campos + year: '2025' + doi: 10.1016/J.FUTURE.2025.107881 + url: https://doi.org/10.1016/j.future.2025.107881 + dblp_key: journals/fgcs/VieiraC25 + venue_name: Future Gener. Comput. Syst. + pages: '107881' +- title: 'The role of Large Language Models in addressing IoT challenges: A systematic + literature review' + authors: + - Gabriele De Vito + - Fabio Palomba + - Filomena Ferrucci + year: '2025' + doi: 10.1016/J.FUTURE.2025.107829 + url: https://doi.org/10.1016/j.future.2025.107829 + dblp_key: journals/fgcs/VitoPF25 + venue_name: Future Gener. Comput. Syst. + pages: '107829' +- title: Run time dynamic digital twins and dynamic digital twins networks + authors: + - Alexander Vodyaho + - Radhakrishnan Delhibabu + - Dmitry I. Ignatov + - Nataly Zhukova + year: '2025' + doi: 10.1016/J.FUTURE.2025.107823 + url: https://doi.org/10.1016/j.future.2025.107823 + dblp_key: journals/fgcs/VodyahoDIZ25 + venue_name: Future Gener. Comput. Syst. + pages: '107823' +- title: 'DyCE: Dynamically Configurable Exiting for deep learning compression and + real-time scaling' + authors: + - Qingyuan Wang 0002 + - Barry Cardiff + - Antoine Frappé + - Benoit Larras + - Deepu John + year: '2025' + doi: 10.1016/J.FUTURE.2025.107837 + url: https://doi.org/10.1016/j.future.2025.107837 + dblp_key: journals/fgcs/WangCFLJ25 + venue_name: Future Gener. Comput. Syst. + pages: '107837' +- title: Hybrid wind speed optimization forecasting system based on linear and nonlinear + deep neural network structure and data preprocessing fusion + authors: + - Jiyang Wang + - Jifeng Che + - Zhiwu Li 0001 + - Jialu Gao + - Linyue Zhang + year: '2025' + doi: 10.1016/J.FUTURE.2024.107565 + url: https://doi.org/10.1016/j.future.2024.107565 + dblp_key: journals/fgcs/WangCLGZ25 + venue_name: Future Gener. Comput. Syst. + pages: '107565' +- title: 'PSPL: A Ponzi scheme smart contracts detection approach via compressed sensing + oversampling-based peephole LSTM' + authors: + - Lei Wang 0042 + - Hao Cheng + - Zihao Sun + - Aolin Tian + - Zhonglian Yang + year: '2025' + doi: 10.1016/J.FUTURE.2024.107655 + url: https://doi.org/10.1016/j.future.2024.107655 + dblp_key: journals/fgcs/WangCSTY25 + venue_name: Future Gener. Comput. Syst. + pages: '107655' +- title: 'AdaGap: An adaptive gap-aware resource allocation strategy for GPU sharing + in heterogeneous clusters' + authors: + - Sheng Wang + - Shiping Chen 0004 + - Yumei Shi + - Guangshun Yao + - Meng Liu + year: '2025' + doi: 10.1016/J.FUTURE.2025.107883 + url: https://doi.org/10.1016/j.future.2025.107883 + dblp_key: journals/fgcs/WangCSYL25 + venue_name: Future Gener. Comput. Syst. + pages: '107883' +- title: An enhanced list scheduling algorithm for heterogeneous computing using an + optimized Predictive Cost Matrix + authors: + - Min Wang 0036 + - Jiawang Chen + - Haoyuan Wang + - Ziyi Gao + - Weihao Bian + - Sibo Qiao + year: '2025' + doi: 10.1016/J.FUTURE.2025.107733 + url: https://doi.org/10.1016/j.future.2025.107733 + dblp_key: journals/fgcs/WangCWGBQ25 + venue_name: Future Gener. Comput. Syst. + pages: '107733' +- title: 'BCBA: An IIoT encrypted traffic classifier based on a serial network model' + authors: + - Maoli Wang + - Chuanxin Chen + - Xinchang Zhang 0001 + - Haitao Qiu + year: '2025' + doi: 10.1016/J.FUTURE.2024.107603 + url: https://doi.org/10.1016/j.future.2024.107603 + dblp_key: journals/fgcs/WangCZQ25 + venue_name: Future Gener. Comput. Syst. + pages: '107603' +- title: 'READ: Resource efficient authentication scheme for digital twin edge networks' + authors: + - Kai Wang 0072 + - Jiankuo Dong + - Yijie Xu + - Xinyi Ji + - Letian Sha + - Fu Xiao 0001 + year: '2025' + doi: 10.1016/J.FUTURE.2024.107498 + url: https://doi.org/10.1016/j.future.2024.107498 + dblp_key: journals/fgcs/WangDXJSX25 + venue_name: Future Gener. Comput. Syst. + pages: '107498' +- title: Causal invariant geographic network representations with feature and structural + distribution shifts + authors: + - Yuhan Wang + - Silu He + - Qinyao Luo + - Hongyuan Yuan + - Ling Zhao 0005 + - Jiawei Zhu + - Haifeng Li 0007 + year: '2025' + doi: 10.1016/J.FUTURE.2025.107814 + url: https://doi.org/10.1016/j.future.2025.107814 + dblp_key: journals/fgcs/WangHLYZZL25 + venue_name: Future Gener. Comput. Syst. + pages: '107814' +- title: Accelerating complex graph queries by summary-based hybrid partitioning for + discovering vulnerabilities of distribution equipment + authors: + - Qiong Wang + - Wei He + - Shang Yang + - Ruoyu Zhao + - Yinglong Ma 0001 + year: '2025' + doi: 10.1016/J.FUTURE.2025.107747 + url: https://doi.org/10.1016/j.future.2025.107747 + dblp_key: journals/fgcs/WangHYZM25 + venue_name: Future Gener. Comput. Syst. + pages: '107747' +- title: A mask guided cross data augmentation method for industrial defect detection + authors: + - Xubin Wang + - Wenju Li + - Chang Lu + year: '2025' + doi: 10.1016/J.FUTURE.2024.107676 + url: https://doi.org/10.1016/j.future.2024.107676 + dblp_key: journals/fgcs/WangLL25 + venue_name: Future Gener. Comput. Syst. + pages: '107676' +- title: Dynamic class-balanced threshold Federated Semi-Supervised Learning by exploring + diffusion model and all unlabeled data + authors: + - Zeyuan Wang + - Yang Liu 0182 + - Guirong Liang + - Cheng Zhong + - Feng Yang 0014 + year: '2025' + doi: 10.1016/J.FUTURE.2025.107820 + url: https://doi.org/10.1016/j.future.2025.107820 + dblp_key: journals/fgcs/WangLLZY25 + venue_name: Future Gener. Comput. Syst. + pages: '107820' +- title: 'RNC-DP: A personalized trajectory data publishing scheme combining road + network constraints and GAN' + authors: + - Hui Wang 0071 + - Haiyang Li + - Zihao Shen + - Peiqian Liu + year: '2025' + doi: 10.1016/J.FUTURE.2024.107589 + url: https://doi.org/10.1016/j.future.2024.107589 + dblp_key: journals/fgcs/WangLSL25 + venue_name: Future Gener. Comput. Syst. + pages: '107589' +- title: 'EVRM: Elastic Virtual Resource Management framework for cloud virtual instances' + authors: + - Desheng Wang 0002 + - Yiting Li + - Weizhe Zhang + - Zhiji Yu + - Yu-Chu Tian + - Keqin Li 0001 + year: '2025' + doi: 10.1016/J.FUTURE.2024.107569 + url: https://doi.org/10.1016/j.future.2024.107569 + dblp_key: journals/fgcs/WangLZYTL25 + venue_name: Future Gener. Comput. Syst. + pages: '107569' +- title: Perturbation-based error detection and correction (PBEDC) in dependable large-scale + machine learning systems + authors: + - Ziheng Wang 0005 + - Pedro Reviriego + - Shanshan Liu 0001 + - Farzad Niknia + - Xiaochen Tang + - Zhen Gao 0005 + - Fabrizio Lombardi + year: '2025' + doi: 10.1016/J.FUTURE.2025.107928 + url: https://doi.org/10.1016/j.future.2025.107928 + dblp_key: journals/fgcs/WangRLNTGL25 + venue_name: Future Gener. Comput. Syst. + pages: '107928' +- title: Federated adaptive pruning with differential privacy + authors: + - Zhousheng Wang + - Jiahe Shen + - Hua Dai 0003 + - Jian Xu 0026 + - Geng Yang 0002 + - Hao Zhou 0034 + year: '2025' + doi: 10.1016/J.FUTURE.2025.107783 + url: https://doi.org/10.1016/j.future.2025.107783 + dblp_key: journals/fgcs/WangSDXYZ25 + venue_name: Future Gener. Comput. Syst. + pages: '107783' +- title: A decentralized asynchronous federated learning framework for edge devices + authors: + - Bin Wang 0088 + - Zhao Tian + - Jie Ma + - Wenju Zhang + - Wei She + - Wei Liu 0043 + year: '2025' + doi: 10.1016/J.FUTURE.2024.107683 + url: https://doi.org/10.1016/j.future.2024.107683 + dblp_key: journals/fgcs/WangTMZSL25 + venue_name: Future Gener. Comput. Syst. + pages: '107683' +- title: A distributed identity management and cross-domain authentication scheme + for the Internet of Things + authors: + - Miaomiao Wang 0003 + - Ze Wang 0016 + year: '2025' + doi: 10.1016/J.FUTURE.2025.107818 + url: https://doi.org/10.1016/j.future.2025.107818 + dblp_key: journals/fgcs/WangW25 + venue_name: Future Gener. Comput. Syst. + pages: '107818' +- title: The Fast Inertial ADMM optimization framework for distributed machine learning + authors: + - Guozheng Wang + - Dongxia Wang + - Chengfan Li + - Yongmei Lei + year: '2025' + doi: 10.1016/J.FUTURE.2024.107575 + url: https://doi.org/10.1016/j.future.2024.107575 + dblp_key: journals/fgcs/WangWLL25 + venue_name: Future Gener. Comput. Syst. + pages: '107575' +- title: Towards dynamic virtual machine placement based on safety parameters and + resource utilization fluctuation for energy savings and QoS improvement in cloud + computing + authors: + - Dan Wang + - Jinjiang Wang + - Xize Liu + - Junyang Yu + - Hangyu Gu + - Congyang Wang + - Jinghan Liu + - Yanhao Zhang + year: '2025' + doi: 10.1016/J.FUTURE.2025.107853 + url: https://doi.org/10.1016/j.future.2025.107853 + dblp_key: journals/fgcs/WangWLYGWLZ25 + venue_name: Future Gener. Comput. Syst. + pages: '107853' +- title: Heterogeneous system list scheduling algorithm based on improved optimistic + cost matrix + authors: + - Min Wang 0036 + - Haoyuan Wang + - Sibo Qiao + - Jiawang Chen + - Qin Xie + - Cuijuan Guo + year: '2025' + doi: 10.1016/J.FUTURE.2024.107576 + url: https://doi.org/10.1016/j.future.2024.107576 + dblp_key: journals/fgcs/WangWQCXG25 + venue_name: Future Gener. Comput. Syst. + pages: '107576' +- title: 'Achieving efficient and accurate privacy-preserving localization for internet + of things: A quantization-based approach' + authors: + - Guanghui Wang 0003 + - Xueyuan Zhang + - Lingfeng Shen + - Shengbo Chen + - Fei Tong 0001 + - Xin He 0021 + - Wenyao Li + year: '2025' + doi: 10.1016/J.FUTURE.2025.107740 + url: https://doi.org/10.1016/j.future.2025.107740 + dblp_key: journals/fgcs/WangZSCTHL25 + venue_name: Future Gener. Comput. Syst. + pages: '107740' +- title: 'Remote sensing revolutionizing agriculture: Toward a new frontier' + authors: + - Xiaoding Wang 0001 + - Haitao Zeng + - Xu Yang 0002 + - Jiwu Shu + - Qibin Wu + - Youxiong Que + - Xuechao Yang + - Xun Yi + - Ibrahim Khalil 0001 + - Albert Y. Zomaya + year: '2025' + doi: 10.1016/J.FUTURE.2024.107691 + url: https://doi.org/10.1016/j.future.2024.107691 + dblp_key: journals/fgcs/WangZYSWQYYKZ25 + venue_name: Future Gener. Comput. Syst. + pages: '107691' +- title: Toward data efficient anomaly detection in heterogeneous edge-cloud environments + using clustered federated learning + authors: + - Zongpu Wei + - Jinsong Wang + - Zening Zhao + - Kai Shi 0002 + year: '2025' + doi: 10.1016/J.FUTURE.2024.107559 + url: https://doi.org/10.1016/j.future.2024.107559 + dblp_key: journals/fgcs/WeiWZS25 + venue_name: Future Gener. Comput. Syst. + pages: '107559' +- title: Fast and Privacy-Preserving Spatial Keyword Authorization Query with access + control + authors: + - Bohai Wen + - Shengzhou Hu + - Xinquan Ma + - Huofeng Jia + - Longjian Huang + year: '2025' + doi: 10.1016/J.FUTURE.2025.107774 + url: https://doi.org/10.1016/j.future.2025.107774 + dblp_key: journals/fgcs/WenHMJH25 + venue_name: Future Gener. Comput. Syst. + pages: '107774' +- title: Evaluating privacy loss in differential privacy based federated learning + authors: + - Shangyin Weng + - Yan Gou + - Lei Zhang 0035 + - Muhammad Ali Imran 0001 + year: '2025' + doi: 10.1016/J.FUTURE.2025.107848 + url: https://doi.org/10.1016/j.future.2025.107848 + dblp_key: journals/fgcs/WengGZI25 + venue_name: Future Gener. Comput. Syst. + pages: '107848' +- title: 'JuMonC: A RESTful tool for enabling monitoring and control of simulations + at scale' + authors: + - Christian Witzler + - Filipe Souza Mendes Guimarães + - Daniel Mira + - Hartwig Anzt + - Jens Henrik Göbbert + - Wolfgang Frings + - Mathis Bode + year: '2025' + doi: 10.1016/J.FUTURE.2024.107541 + url: https://doi.org/10.1016/j.future.2024.107541 + dblp_key: journals/fgcs/WitzlerGMAGFB25 + venue_name: Future Gener. Comput. Syst. + pages: '107541' +- title: Straggler mitigation via hierarchical scheduling in elastic stream computing + systems + authors: + - Minghui Wu 0003 + - Dawei Sun 0001 + - Shang Gao 0003 + - Rajkumar Buyya + year: '2025' + doi: 10.1016/J.FUTURE.2024.107673 + url: https://doi.org/10.1016/j.future.2024.107673 + dblp_key: journals/fgcs/WuSGB25 + venue_name: Future Gener. Comput. Syst. + pages: '107673' +- title: 'DBPBFT: A hierarchical PBFT consensus algorithm with dual blockchain for + IoT' + authors: + - Xiaohua Wu + - Zirui Wang + - Xiaoyu Li 0003 + - Lei Chen + year: '2025' + doi: 10.1016/J.FUTURE.2024.07.007 + url: https://doi.org/10.1016/j.future.2024.07.007 + dblp_key: journals/fgcs/WuWLC25 + venue_name: Future Gener. Comput. Syst. + pages: '107429' +- title: A distributed monitoring architecture for JointCloud computing + authors: + - Yadi Wu + - Lina Wang 0001 + - Rongwei Yu + - Xiuwen Huang + - Jiatong Liu + year: '2025' + doi: 10.1016/J.FUTURE.2025.107773 + url: https://doi.org/10.1016/j.future.2025.107773 + dblp_key: journals/fgcs/WuWYHL25 + venue_name: Future Gener. Comput. Syst. + pages: '107773' +- title: Efficient and provably secured puncturable attribute-based signature for + Web 3.0 + authors: + - Yuetong Wu + - Hu Xiong + - Fazlullah Khan + - Salman Ijaz 0002 + - Ryan Alturki + - Abeer Aljohani + year: '2025' + doi: 10.1016/J.FUTURE.2024.107568 + url: https://doi.org/10.1016/j.future.2024.107568 + dblp_key: journals/fgcs/WuXKIAA25 + venue_name: Future Gener. Comput. Syst. + pages: '107568' +- title: 15+ years of joint parallel application performance analysis/tools training + with Scalasca/Score-P and Paraver/Extrae toolsets + authors: + - Brian J. N. Wylie + - Judit Giménez + - Christian Feld + - Markus Geimer + - Germán Llort + - Sandra Méndez + - Estanislao Mercadal + - Anke Visser + - Marta García-Gasulla + year: '2025' + doi: 10.1016/J.FUTURE.2024.07.050 + url: https://doi.org/10.1016/j.future.2024.07.050 + dblp_key: journals/fgcs/WylieGFGLMMVG25 + venue_name: Future Gener. Comput. Syst. + pages: '107472' +- title: Editorial + authors: [] + year: '2025' + doi: 10.1016/J.FUTURE.2025.107834 + url: https://doi.org/10.1016/j.future.2025.107834 + dblp_key: journals/fgcs/X25 + venue_name: Future Gener. Comput. Syst. + pages: '107834' +- title: 'SFML: A personalized, efficient, and privacy-preserving collaborative traffic + classification architecture based on split learning and mutual learning' + authors: + - Jiaqi Xia + - Meng Wu 0003 + - Pengyong Li + year: '2025' + doi: 10.1016/J.FUTURE.2024.107487 + url: https://doi.org/10.1016/j.future.2024.107487 + dblp_key: journals/fgcs/XiaWL25 + venue_name: Future Gener. Comput. Syst. + pages: '107487' +- title: 'Instant resonance: Dual strategy enhances the data consensus success rate + of blockchain threshold signature oracles' + authors: + - Youquan Xian + - Xueying Zeng + - Chunpei Li + - Dongcheng Li 0002 + - Peng Wang 0213 + - Peng Liu 0044 + - Xianxian Li + year: '2025' + doi: 10.1016/J.FUTURE.2025.107846 + url: https://doi.org/10.1016/j.future.2025.107846 + dblp_key: journals/fgcs/XianZLLWLL25 + venue_name: Future Gener. Comput. Syst. + pages: '107846' +- title: 'P2-TaskMP: Privacy-Preserving Task Allocation Optimization Based on Mobility + Prediction' + authors: + - Zhidong Xie + - Tao Peng 0011 + - Wei You + - Guojun Wang 0001 + - Qin Liu 0001 + - Entao Luo + year: '2025' + doi: 10.1016/J.FUTURE.2025.107720 + url: https://doi.org/10.1016/j.future.2025.107720 + dblp_key: journals/fgcs/XiePYWLL25 + venue_name: Future Gener. Comput. Syst. + pages: '107720' +- title: Blockchain-based conditional privacy-preserving authentication scheme using + PUF for vehicular ad hoc networks + authors: + - Ling Xiong + - Qiang Li + - Lele Tang + - Fagen Li + - Xingchun Yang + year: '2025' + doi: 10.1016/J.FUTURE.2024.107530 + url: https://doi.org/10.1016/j.future.2024.107530 + dblp_key: journals/fgcs/XiongLTLY25 + venue_name: Future Gener. Comput. Syst. + pages: '107530' +- title: A sampling-based acceleration method for heterogeneous chiplet NoC simulations + authors: + - Ruoting Xiong + - Wei Ren 0002 + - Chengzhuo Zhang + - Tao Li + - Geyong Min + year: '2025' + doi: 10.1016/J.FUTURE.2024.107643 + url: https://doi.org/10.1016/j.future.2024.107643 + dblp_key: journals/fgcs/XiongRZLM25 + venue_name: Future Gener. Comput. Syst. + pages: '107643' +- title: Uncertainty-aware scheduling for effective data collection from environmental + IoT devices through LEO satellites + authors: + - Haoran Xu + - Xiaodao Chen + - Xiaohui Huang 0002 + - Geyong Min + - Yunliang Chen 0002 + year: '2025' + doi: 10.1016/J.FUTURE.2024.107656 + url: https://doi.org/10.1016/j.future.2024.107656 + dblp_key: journals/fgcs/XuCHMC25 + venue_name: Future Gener. Comput. Syst. + pages: '107656' +- title: Adaptive ensemble optimization for memory-related hyperparameters in retraining + DNN at edge + authors: + - Yidong Xu + - Rui Han 0001 + - Xiaojiang Zuo + - Junyan Ouyang + - Chi Harold Liu + - Lydia Y. Chen + year: '2025' + doi: 10.1016/J.FUTURE.2024.107600 + url: https://doi.org/10.1016/j.future.2024.107600 + dblp_key: journals/fgcs/XuHZOLC25 + venue_name: Future Gener. Comput. Syst. + pages: '107600' +- title: Multi-round decentralized dataset distillation with federated learning for + Low Earth Orbit satellite communication + authors: + - Jianlong Xu + - Mengqing Jin + - Jinze Xiao + - Dianming Lin + - Yuelong Liu + year: '2025' + doi: 10.1016/J.FUTURE.2024.107570 + url: https://doi.org/10.1016/j.future.2024.107570 + dblp_key: journals/fgcs/XuJXLL25 + venue_name: Future Gener. Comput. Syst. + pages: '107570' +- title: 'GenesisRM: A state-driven approach to resource management for distributed + JVM web applications' + authors: + - Dishi Xu + - Fagui Liu + - Bin Wang 0048 + - Xuhao Tang 0001 + - Dinghao Zeng + - Huaiji Gao + - Runbin Chen + - Qingbo Wu 0003 + year: '2025' + doi: 10.1016/J.FUTURE.2024.107539 + url: https://doi.org/10.1016/j.future.2024.107539 + dblp_key: journals/fgcs/XuLWTZGCW25 + venue_name: Future Gener. Comput. Syst. + pages: '107539' +- title: Forward-Secure multi-user and verifiable dynamic searchable encryption scheme + within a zero-trust environment + authors: + - Zhihao Xu + - Chengliang Tian + - Guoyan Zhang + - Weizhong Tian + - Lidong Han + year: '2025' + doi: 10.1016/J.FUTURE.2024.107701 + url: https://doi.org/10.1016/j.future.2024.107701 + dblp_key: journals/fgcs/XuTZTH25 + venue_name: Future Gener. Comput. Syst. + pages: '107701' +- title: Learning protein language contrastive models with multi-knowledge representation + authors: + - Wenjun Xu + - Yingchun Xia + - Bifan Sun + - Zihao Zhao + - Lianggui Tang + - Xiaobo Zhou + - Qingyong Wang + - Lichuan Gu + year: '2025' + doi: 10.1016/J.FUTURE.2024.107580 + url: https://doi.org/10.1016/j.future.2024.107580 + dblp_key: journals/fgcs/XuXSZTZWG25 + venue_name: Future Gener. Comput. Syst. + pages: '107580' +- title: 'VeriTrac: Verifiable and traceable cross-silo federated learning' + authors: + - Yanxin Xu + - Hua Zhang 0001 + - Zhenyan Liu + - Fei Gao 0001 + - Lei Qiao + year: '2025' + doi: 10.1016/J.FUTURE.2025.107780 + url: https://doi.org/10.1016/j.future.2025.107780 + dblp_key: journals/fgcs/XuZLGQ25 + venue_name: Future Gener. Comput. Syst. + pages: '107780' +- title: Scheduling energy-constrained parallel applications in heterogeneous systems + authors: + - Hongzhi Xu + - Binlian Zhang + - Chen Pan + - Keqin Li 0001 + year: '2025' + doi: 10.1016/J.FUTURE.2024.107678 + url: https://doi.org/10.1016/j.future.2024.107678 + dblp_key: journals/fgcs/XuZPL25 + venue_name: Future Gener. Comput. Syst. + pages: '107678' +- title: Research on transaction allocation strategy in blockchain state sharding + authors: + - Guangxia Xu + - Zhean Zhou + - Xiaoling Song + - Yongfei Huang + year: '2025' + doi: 10.1016/J.FUTURE.2025.107756 + url: https://doi.org/10.1016/j.future.2025.107756 + dblp_key: journals/fgcs/XuZSH25 + venue_name: Future Gener. Comput. Syst. + pages: '107756' +- title: 'DIDS: A distributed inference framework with dynamic scheduling capability' + authors: + - Yuwei Yan + - Yikun Hu + - Qinyun Cai + - Wangdong Yang + - Kenli Li 0001 + year: '2025' + doi: 10.1016/J.FUTURE.2024.07.037 + url: https://doi.org/10.1016/j.future.2024.07.037 + dblp_key: journals/fgcs/YanHCYL25 + venue_name: Future Gener. Comput. Syst. + pages: '107459' +- title: 'RAANMF: An adaptive sequence feature representation method for predictions + of protein thermostability, PPI, and drug-target interaction' + authors: + - Qunfang Yan + - Shuyi Pan + - Zhixing Cheng + - Yanrui Ding + year: '2025' + doi: 10.1016/J.FUTURE.2025.107819 + url: https://doi.org/10.1016/j.future.2025.107819 + dblp_key: journals/fgcs/YanPCD25 + venue_name: Future Gener. Comput. Syst. + pages: '107819' +- title: Efficient edge-based data integrity auditing in cloud storage + authors: + - Hao Yan + - Yan Wang + - Guoxiu Liu + - Juan Zhao + year: '2025' + doi: 10.1016/J.FUTURE.2025.107899 + url: https://doi.org/10.1016/j.future.2025.107899 + dblp_key: journals/fgcs/YanWLZ25 + venue_name: Future Gener. Comput. Syst. + pages: '107899' +- title: 'SWQC: Efficient sequencing data quality control on the next-generation sunway + platform' + authors: + - Lifeng Yan + - Zekun Yin + - Tong Zhang + - Fangjin Zhu + - Xiaohui Duan + - Bertil Schmidt + - Weiguo Liu + year: '2025' + doi: 10.1016/J.FUTURE.2024.107577 + url: https://doi.org/10.1016/j.future.2024.107577 + dblp_key: journals/fgcs/YanYZZDSL25 + venue_name: Future Gener. Comput. Syst. + pages: '107577' +- title: 'VLR-BPP: An intelligent virtual location replacement based bilateral privacy-preserving + architecture for edge cloud systems' + authors: + - Bochang Yang + - Anfeng Liu + - Neal N. Xiong + - Tian Wang 0001 + - Shaobo Zhang 0001 + year: '2025' + doi: 10.1016/J.FUTURE.2024.107488 + url: https://doi.org/10.1016/j.future.2024.107488 + dblp_key: journals/fgcs/YangLXWZ25 + venue_name: Future Gener. Comput. Syst. + pages: '107488' +- title: 'MSCPR: A maintainable vector commitment-based stateless cryptocurrency system + with privacy preservation and regulatory compliance' + authors: + - Xingyu Yang + - Lei Xu 0016 + - Liehuang Zhu + year: '2025' + doi: 10.1016/J.FUTURE.2025.107713 + url: https://doi.org/10.1016/j.future.2025.107713 + dblp_key: journals/fgcs/YangXZ25 + venue_name: Future Gener. Comput. Syst. + pages: '107713' +- title: 'SNCD: A fast and scalable distributed near-miss code clone detector for + big code based on partial index' + authors: + - Liming Yang + - Jun Zhao + - Rulin Xie + - Yi Ren + - Jianbo Guan + - Bao Li 0002 + - Jun Ma 0015 + - Yusong Tan + year: '2025' + doi: 10.1016/J.FUTURE.2025.107743 + url: https://doi.org/10.1016/j.future.2025.107743 + dblp_key: journals/fgcs/YangZXRGLMT25 + venue_name: Future Gener. Comput. Syst. + pages: '107743' +- title: 'FedShufde: A privacy preserving framework of federated learning for edge-based + smart UAV delivery system' + authors: + - Aiting Yao + - Shantanu Pal + - Gang Li 0009 + - Xuejun Li 0001 + - Zheng Zhang + - Frank Jiang 0001 + - Chengzu Dong + - Jia Xu 0010 + - Xiao Liu 0004 + year: '2025' + doi: 10.1016/J.FUTURE.2025.107706 + url: https://doi.org/10.1016/j.future.2025.107706 + dblp_key: journals/fgcs/YaoPLLZJDXL25 + venue_name: Future Gener. Comput. Syst. + pages: '107706' +- title: 'Keyed watermarks: A fine-grained watermark generation for Apache Flink' + authors: + - Tawfik Yasser + - Tamer Arafa + - Mohamed ElHelw + - Ahmed Awad 0001 + year: '2025' + doi: 10.1016/J.FUTURE.2025.107796 + url: https://doi.org/10.1016/j.future.2025.107796 + dblp_key: journals/fgcs/YasserAEA25 + venue_name: Future Gener. Comput. Syst. + pages: '107796' +- title: 'DSDM-TCSE: Deterministic storage and deletion mechanism for trusted cloud + service environments' + authors: + - Wenlong Yi + - Chuang Wang + - Jie Chen + - Sergey Kuzmin + - Igor Gerasimov + - Xiangping Cheng + year: '2025' + doi: 10.1016/J.FUTURE.2024.107611 + url: https://doi.org/10.1016/j.future.2024.107611 + dblp_key: journals/fgcs/YiWCKGC25 + venue_name: Future Gener. Comput. Syst. + pages: '107611' +- title: 'DDPG-AdaptConfig: A deep reinforcement learning framework for adaptive device + selection and training configuration in heterogeneity federated learning' + authors: + - Xinlei Yu + - Zhipeng Gao 0001 + - Zijian Xiong + - Chen Zhao 0015 + - Yang Yang 0006 + year: '2025' + doi: 10.1016/J.FUTURE.2024.107528 + url: https://doi.org/10.1016/j.future.2024.107528 + dblp_key: journals/fgcs/YuGXZY25 + venue_name: Future Gener. Comput. Syst. + pages: '107528' +- title: 'SAS: Speculative Locality Aware Scheduling for I/O intensive scientific + analysis in clouds' + authors: + - Ali Zahir + - Ashiq Anjum + - Satish Narayana Srirama + - Rajkumar Buyya + year: '2025' + doi: 10.1016/J.FUTURE.2024.107622 + url: https://doi.org/10.1016/j.future.2024.107622 + dblp_key: journals/fgcs/ZahirASB25 + venue_name: Future Gener. Comput. Syst. + pages: '107622' +- title: Harnessing quality-throughput trade-off in scoring functions for extreme-scale + virtual screening campaigns + authors: + - Yuedong Zhang + - Gianmarco Accordi + - Davide Gadioli + - Gianluca Palermo + year: '2025' + doi: 10.1016/J.FUTURE.2025.107863 + url: https://doi.org/10.1016/j.future.2025.107863 + dblp_key: journals/fgcs/ZhangAGP25 + venue_name: Future Gener. Comput. Syst. + pages: '107863' +- title: Denoising diffusion models with optimized quantum implicit neural networks + for image generation + authors: + - Jiale Zhang 0002 + - Xilong Che + - Yuzhe Fan + - Shun Peng + - Geng Chen + - Quangong Ma + - Juncheng Hu + year: '2025' + doi: 10.1016/J.FUTURE.2025.107875 + url: https://doi.org/10.1016/j.future.2025.107875 + dblp_key: journals/fgcs/ZhangCFPCMH25 + venue_name: Future Gener. Comput. Syst. + pages: '107875' +- title: 'SWIM: Sliding-Window Model contrast for federated learning' + authors: + - Heng-Ru Zhang + - Rui Chen + - Shi-Huai Wen + - Xiao-Qiang Bian + year: '2025' + doi: 10.1016/J.FUTURE.2024.107590 + url: https://doi.org/10.1016/j.future.2024.107590 + dblp_key: journals/fgcs/ZhangCWB25 + venue_name: Future Gener. Comput. Syst. + pages: '107590' +- title: 'CMPNet: A cross-modal multi-scale perception network for RGB-T crowd counting' + authors: + - Shihui Zhang + - Kun Chen 0006 + - Gangzheng Zhai + - He Li + - Shaojie Han 0001 + year: '2025' + doi: 10.1016/J.FUTURE.2024.107596 + url: https://doi.org/10.1016/j.future.2024.107596 + dblp_key: journals/fgcs/ZhangCZLH25 + venue_name: Future Gener. Comput. Syst. + pages: '107596' +- title: 'LSTM-Oppurs: Opportunistic user recruitment strategy based on deep learning + in mobile crowdsensing system' + authors: + - Jing Zhang 0040 + - Ding He + - Xueqi Chen + - Xiangxuan Zhong + - Peiwei Tsai + year: '2025' + doi: 10.1016/J.FUTURE.2024.107490 + url: https://doi.org/10.1016/j.future.2024.107490 + dblp_key: journals/fgcs/ZhangHCZT25 + venue_name: Future Gener. Comput. Syst. + pages: '107490' +- title: Blockchain and timely auction mechanism-based spectrum management + authors: + - Hongyi Zhang + - Mingqian Liu + - Yunfei Chen 0001 + - Nan Zhao 0001 + year: '2025' + doi: 10.1016/J.FUTURE.2024.107703 + url: https://doi.org/10.1016/j.future.2024.107703 + dblp_key: journals/fgcs/ZhangLCZ25 + venue_name: Future Gener. Comput. Syst. + pages: '107703' +- title: 'DrugPred: An ensemble learning model based on ESM2 for predicting potential + druggable proteins' + authors: + - Hong-Qi Zhang + - Shang-Hua Liu + - Jun-Wen Yu + - Rui Li + - Dong-Xin Ye + - Yan-Ting Jin + - Cheng-Bing Huang + - Kejun Deng + year: '2025' + doi: 10.1016/J.FUTURE.2025.107801 + url: https://doi.org/10.1016/j.future.2025.107801 + dblp_key: journals/fgcs/ZhangLYLYJHD25 + venue_name: Future Gener. Comput. Syst. + pages: '107801' +- title: Click-level supervision for online action detection extended from SCOAD + authors: + - Xing Zhang + - Yuhan Mei + - Na Ye + - Xia Ling Lin + - Genqing Bian + - Qingsen Yan + - Ghulam Mohiuddin + - Chen Ai + - Zhou Li + - Wei Dong + year: '2025' + doi: 10.1016/J.FUTURE.2024.107668 + url: https://doi.org/10.1016/j.future.2024.107668 + dblp_key: journals/fgcs/ZhangMYLBYMALD25 + venue_name: Future Gener. Comput. Syst. + pages: '107668' +- title: 'DP-LTGAN: Differentially private trajectory publishing via Locally-aware + Transformer-based GAN' + authors: + - Ruyu Zhang + - W. Ni + - Nan Fu + - Lihe Hou + - Dongyue Zhang + - Y. Zhang + year: '2025' + doi: 10.1016/J.FUTURE.2024.107686 + url: https://doi.org/10.1016/j.future.2024.107686 + dblp_key: journals/fgcs/ZhangNFHZZ25 + venue_name: Future Gener. Comput. Syst. + pages: '107686' +- title: 'JCDC: A blockchain-based framework for secure data storage and circulation + in JointCloud' + authors: + - Kaimin Zhang + - Xing-Wei Wang 0001 + - Lin Qiu + - Enliang Lv + - Jingjing Guo + - Bo Yi 0002 + year: '2025' + doi: 10.1016/J.FUTURE.2024.107486 + url: https://doi.org/10.1016/j.future.2024.107486 + dblp_key: journals/fgcs/ZhangWQLGY25 + venue_name: Future Gener. Comput. Syst. + pages: '107486' +- title: An incomplete three-way consensus algorithm for unmanned aerial vehicle purchase + using optimization-driven sentiment analysis + authors: + - Chao Zhang 0046 + - Yating Wang + - Arun Kumar Sangaiah + - Mohammed J. F. Alenazi + - Majed Mohammed Aborokbah + year: '2025' + doi: 10.1016/J.FUTURE.2025.107761 + url: https://doi.org/10.1016/j.future.2025.107761 + dblp_key: journals/fgcs/ZhangWSAA25 + venue_name: Future Gener. Comput. Syst. + pages: '107761' +- title: A personalized federated cloud-edge collaboration framework via cross-client + knowledge distillation + authors: + - Shining Zhang + - Xingwei Wang 0001 + - Rongfei Zeng + - Chao Zeng + - Ying Li 0037 + - Min Huang 0001 + year: '2025' + doi: 10.1016/J.FUTURE.2024.107594 + url: https://doi.org/10.1016/j.future.2024.107594 + dblp_key: journals/fgcs/ZhangWZZLH25 + venue_name: Future Gener. Comput. Syst. + pages: '107594' +- title: 'AdaptFL: Adaptive Federated Learning Framework for Heterogeneous Devices' + authors: + - Yingqi Zhang + - Hui Xia 0001 + - Shuo Xu + - Xiangxiang Wang + - Lijuan Xu 0001 + year: '2025' + doi: 10.1016/J.FUTURE.2024.107610 + url: https://doi.org/10.1016/j.future.2024.107610 + dblp_key: journals/fgcs/ZhangXXWX25 + venue_name: Future Gener. Comput. Syst. + pages: '107610' +- title: Application type awareness pod-level and system-level container scheduling + authors: + - Zheqi Zhang + - Yaling Xun + - Haifeng Yang 0001 + - Jianghui Cai + year: '2025' + doi: 10.1016/J.FUTURE.2025.107898 + url: https://doi.org/10.1016/j.future.2025.107898 + dblp_key: journals/fgcs/ZhangXYC25 + venue_name: Future Gener. Comput. Syst. + pages: '107898' +- title: Multi-Tree Genetic Programming with Elite Recombination for dynamic task + scheduling of satellite edge computing + authors: + - Changzhen Zhang + - Jun Yang 0018 + year: '2025' + doi: 10.1016/J.FUTURE.2024.107700 + url: https://doi.org/10.1016/j.future.2024.107700 + dblp_key: journals/fgcs/ZhangY25 + venue_name: Future Gener. Comput. Syst. + pages: '107700' +- title: 'MMGCSyn: Explainable synergistic drug combination prediction based on multimodal + fusion' + authors: + - Yongqing Zhang 0001 + - Hao Yuan + - Yuhang Liu + - Shuwen Xiong + - Zhigan Zhou + - Yugui Xu + - Xinyu Mao + - Meiqin Gong + year: '2025' + doi: 10.1016/J.FUTURE.2025.107784 + url: https://doi.org/10.1016/j.future.2025.107784 + dblp_key: journals/fgcs/ZhangYLXZXMG25 + venue_name: Future Gener. Comput. Syst. + pages: '107784' +- title: 'Solving online resource-constrained scheduling for follow-up observation + in astronomy: A reinforcement learning approach' + authors: + - Yajie Zhang + - Ce Yu + - Chao Sun 0008 + - Jizeng Wei + - Junhan Ju + - Shanjiang Tang + year: '2025' + doi: 10.1016/J.FUTURE.2025.107781 + url: https://doi.org/10.1016/j.future.2025.107781 + dblp_key: journals/fgcs/ZhangYSWJT25 + venue_name: Future Gener. Comput. Syst. + pages: '107781' +- title: Hybrid fuzzy grammar dynamic graph diffusing attention network for traffic + flow prediction + authors: + - Dongxue Zhang + - Zhao Zhang + - Xiaohong Jiao + - Yahui Zhang + year: '2025' + doi: 10.1016/J.FUTURE.2025.107725 + url: https://doi.org/10.1016/j.future.2025.107725 + dblp_key: journals/fgcs/ZhangZJZ25 + venue_name: Future Gener. Comput. Syst. + pages: '107725' +- title: 'FedGen: Personalized federated learning with data generation for enhanced + model customization and class imbalance' + authors: + - Peng Zhao 0001 + - Shaocong Guo + - Yanan Li 0004 + - Shusen Yang + - Xuebin Ren + year: '2025' + doi: 10.1016/J.FUTURE.2024.107595 + url: https://doi.org/10.1016/j.future.2024.107595 + dblp_key: journals/fgcs/ZhaoGLYR25 + venue_name: Future Gener. Comput. Syst. + pages: '107595' +- title: Secure blockchain-based reputation system for IIoT-enabled retail industry + with resistance to sybil attack + authors: + - Wenjia Zhao + - Xu Yang 0033 + - Saiyu Qi + - Junzhe Wei + - Xinpei Dong + - Xu Yang 0033 + - Yong Qi + year: '2025' + doi: 10.1016/J.FUTURE.2024.107705 + url: https://doi.org/10.1016/j.future.2024.107705 + dblp_key: journals/fgcs/ZhaoYQWDYQ25 + venue_name: Future Gener. Comput. Syst. + pages: '107705' +- title: 'Bodyless block propagation: TPS fully scalable blockchain with pre-validation' + authors: + - Chonghe Zhao + - Shengli Zhang 0001 + - Taotao Wang + - Soung Chang Liew + year: '2025' + doi: 10.1016/J.FUTURE.2024.107516 + url: https://doi.org/10.1016/j.future.2024.107516 + dblp_key: journals/fgcs/ZhaoZWL25 + venue_name: Future Gener. Comput. Syst. + pages: '107516' +- title: An accurate and efficient self-distillation method with channel-based feature + enhancement via feature calibration and attention fusion for Internet of Things + authors: + - Qian Zheng + - Shengbo Chen + - Guanghui Wang + - Linfeng Li + - Shuo Peng + - Zhonghao Yao + year: '2025' + doi: 10.1016/J.FUTURE.2025.107816 + url: https://doi.org/10.1016/j.future.2025.107816 + dblp_key: journals/fgcs/ZhengCWLPY25 + venue_name: Future Gener. Comput. Syst. + pages: '107816' +- title: 'UFIDSF: An undersampling approach based on feature importance and double + side filter for imbalanced data classification' + authors: + - Ming Zheng + - Fei Wang + - Xiaowen Hu + - Liangchen Hu + - Qingying Yu + - Xiaoyao Zheng + year: '2025' + doi: 10.1016/J.FUTURE.2025.107750 + url: https://doi.org/10.1016/j.future.2025.107750 + dblp_key: journals/fgcs/ZhengWHHYZ25 + venue_name: Future Gener. Comput. Syst. + pages: '107750' +- title: 'PIM-IoT: Enabling hierarchical, heterogeneous, and agile Processing-in-Memory + in IoT systems' + authors: + - Kan Zhong + - Qiao Li 0001 + - Ao Ren + - Yujuan Tan + - Xianzhang Chen + - Linbo Long + - Duo Liu + year: '2025' + doi: 10.1016/J.FUTURE.2025.107782 + url: https://doi.org/10.1016/j.future.2025.107782 + dblp_key: journals/fgcs/ZhongLRTCLL25 + venue_name: Future Gener. Comput. Syst. + pages: '107782' +- title: Unmanned aerial vehicle swarm-assisted reliable federated learning for traffic + flow prediction + authors: + - Man Zhou 0006 + - Lansheng Han + - Yangyang Geng + year: '2025' + doi: 10.1016/J.FUTURE.2025.107828 + url: https://doi.org/10.1016/j.future.2025.107828 + dblp_key: journals/fgcs/ZhouHG25 + venue_name: Future Gener. Comput. Syst. + pages: '107828' +- title: A Digital Twin-based multi-objective optimized task offloading and scheduling + scheme for vehicular edge networks + authors: + - Lin Zhu + - Bingxian Li + - Long Tan + year: '2025' + doi: 10.1016/J.FUTURE.2024.107517 + url: https://doi.org/10.1016/j.future.2024.107517 + dblp_key: journals/fgcs/ZhuLT25 + venue_name: Future Gener. Comput. Syst. + pages: '107517' +- title: A vehicular edge computing offloading and task caching solution based on + spatiotemporal prediction + authors: + - Lin Zhu + - Bingxian Li + - Long Tan + year: '2025' + doi: 10.1016/J.FUTURE.2024.107679 + url: https://doi.org/10.1016/j.future.2024.107679 + dblp_key: journals/fgcs/ZhuLT25a + venue_name: Future Gener. Comput. Syst. + pages: '107679' +- title: Efficient distributed matrix for resolving computational intensity in remote + sensing + authors: + - Weitao Zou + - Wei Li 0058 + - Zeyu Wang + - Jiaming Pei + - Tongtong Lou + - Guangsheng Chen + - Weipeng Jing 0001 + - Albert Y. Zomaya + year: '2025' + doi: 10.1016/J.FUTURE.2024.107644 + url: https://doi.org/10.1016/j.future.2024.107644 + dblp_key: journals/fgcs/ZouLWPLCJZ25 + venue_name: Future Gener. Comput. Syst. + pages: '107644' +- title: A novel CTGAN-ENN hybrid approach to enhance the performance and interpretability + of machine learning black-box models in intrusion detection and IoT + authors: + - Houssam Zouhri + - Ali Idri + year: '2025' + doi: 10.1016/J.FUTURE.2025.107882 + url: https://doi.org/10.1016/j.future.2025.107882 + dblp_key: journals/fgcs/ZouhriI25 + venue_name: Future Gener. Comput. Syst. + pages: '107882' diff --git a/site/data/papers/FGCS-2025-digest.yaml b/site/data/papers/FGCS-2025-digest.yaml new file mode 100644 index 0000000..69a2478 --- /dev/null +++ b/site/data/papers/FGCS-2025-digest.yaml @@ -0,0 +1,145 @@ +venue: FGCS +year: 2025 +selected: + - title: Multifacets of lossy compression for scientific data in the Joint-Laboratory + of Extreme Scale Computing + authors: + - Franck Cappello + - Mario C. Acosta + - Emmanuel Agullo + - Hartwig Anzt + - Jon Calhoun 0001 + - Sheng Di + - Luc Giraud + - Thomas Grützmacher + - Sian Jin + - Kentaro Sano + - Kento Sato + - Amarjit Singh + - Dingwen Tao + - Jiannan Tian + - Tomohiro Ueno + - Robert Underwood + - Frédéric Vivien + - Xavier Yepes + - Kazutomo Yoshii + - Boyuan Zhang 0002 + tldr: "A joint JLESC survey covering error-bounded lossy compressors (SZ, ZFP, MGARD) across simulation, AI, and in-situ analytics use cases, with benchmarks on real scientific datasets at extreme scale." + why_notable: "The most comprehensive cross-site evaluation of scientific data compression to date, providing actionable guidance on compressor selection for different numerical kernels and accuracy requirements." + + - title: Efficient distributed continual learning for steering experiments in real-time + authors: + - Thomas Bouvier + - Bogdan Nicolae + - Alexandru Costan + - Tekin Bicer + - Ian T. Foster + - Gabriel Antoniu + tldr: "Proposes a distributed continual learning architecture that keeps deep learning models synchronized with a running scientific experiment by streaming lightweight updates across edge detectors and HPC backends." + why_notable: "One of the first systems to close the loop between experimental data streams and model adaptation in real-time without full retraining, validated on synchrotron detector workloads." + + - title: 'SmartKV: A cost-effective and low-latency geo-distributed key-value store + for the computing continuum' + authors: + - Juan Aznar-Poveda + - Maximilian Franz Ebner + - Thomas Fahringer + - Zahra Najafabadi Samani + - Marlon Etheredge + - Stefan Pedratscher + - Nishant Saurabh + tldr: "Introduces SmartKV, a geo-distributed key-value store that uses latency-aware replication policies to deliver consistent low-latency reads across edge, fog, and cloud tiers of the computing continuum." + why_notable: "Provides a concrete, benchmarked storage primitive for the computing continuum that fills the gap between single-datacenter stores and high-latency cloud object storage." + + - title: Scalable compute continuum + authors: + - Valeria Cardellini + - Patrizio Dazzi + - Gabriele Mencagli + - Matteo Nardelli 0001 + - Massimo Torquati + tldr: "Defines a programming and deployment model for the compute continuum that abstracts resource heterogeneity from edge to cloud, enabling applications to scale dynamically across tiers." + why_notable: "Provides a principled architectural reference for the continuum that can guide system designers building next-generation distributed runtime environments." + + - title: A comparative study of ad-hoc file systems for extreme scale computing + authors: + - Njoud O. Almaaitah + - Francisco Javier García Blas + - Genaro Sanchez-Gallegos + - Jesús Carretero 0001 + - Marc-André Vef + - André Brinkmann + tldr: "Benchmarks GekkoFS, BeeGFS, and similar ad-hoc file systems under diverse HPC I/O patterns, characterizing their throughput, metadata performance, and suitability for burst-buffer scenarios." + why_notable: "The most systematic evaluation of ad-hoc parallel file systems available, giving HPC centers clear data to choose or configure temporary storage for large scientific workflows." + + - title: Advancing anomaly detection in computational workflows with active learning + authors: + - Krishnan Raghavan + - George Papadimitriou 0002 + - Hongwei Jin + - Anirban Mandal + - Mariam Kiran + - Prasanna Balaprakash + - Ewa Deelman + tldr: "Applies active learning to reduce the labeling burden for workflow anomaly detection, selectively querying an oracle for the most informative execution traces within a Pegasus workflow framework." + why_notable: "Demonstrates that active learning can make anomaly detection practical in real scientific workflows where labeled failure data is scarce, with experiments on production workloads." + + - title: 'MITgcm-AD v2: Open source tangent linear and adjoint modeling framework + for the oceans and atmosphere enabled by the Automatic Differentiation tool Tapenade' + authors: + - Shreyas Sunil Gaikwad + - Sri Hari Krishna Narayanan + - Laurent Hascoët + - Jean-Michel Campin + - Helen Pillar + - An Nguyen + - Jan Hückelheim + - Paul D. Hovland + - Patrick Heimbach + tldr: "Describes MITgcm-AD v2, a production-quality adjoint of the MITgcm ocean-atmosphere model generated with Tapenade, enabling global sensitivity analyses and data assimilation at scale." + why_notable: "A landmark in scientific computing software sustainability: a fully open, differentiable climate model that enables gradient-based inversion for ocean state estimation." + + - title: 'zCeph: Design and implementation of a ZNS-friendly distributed file system' + authors: + - Jinyong Ha 0001 + - Yongseok Son + tldr: "Redesigns the Ceph distributed file system to exploit Zoned Namespace SSDs natively, eliminating write amplification and improving throughput by aligning file system semantics with ZNS zone constraints." + why_notable: "Demonstrates how next-generation storage hardware (ZNS SSDs) demands rethinking distributed storage stack designs, with significant performance gains on real hardware." + + - title: 'RADiCe: A Risk Analysis Framework for Data Centers' + authors: + - Fabian Mastenbroek + - Tiziano De Matteis + - Vincent van Beek + - Alexandru Iosup + tldr: "Provides a quantitative risk analysis framework for data centers that models cascading failures across power, cooling, and compute subsystems using simulation to estimate availability and cost trade-offs." + why_notable: "Fills a practical gap for data center operators who need principled tools to evaluate infrastructure resilience beyond simple redundancy rules." + + - title: Deadline-constrained security-aware workflow scheduling in hybrid cloud architecture + authors: + - Somayeh Abdi + - Mohammad Ashjaei + - Saad Mubeen + tldr: "Formulates workflow scheduling in hybrid clouds as a multi-objective problem that jointly minimizes cost and execution time while meeting both deadline and data-security placement constraints." + why_notable: "One of the few scheduling works that treats security classification of tasks as a first-class constraint alongside performance, with practical validation on scientific workflow benchmarks." + + - title: 'Regen: An object layout regenerator on large-scale production HPC systems' + authors: + - Dong Kyu Sung + - Sunggon Kim + - Sangjin Lee 0003 + - Houjun Tang + - Alex Sim + - Kesheng Wu + - Suren Byna + - Yongseok Son + tldr: "Regen transparently reorganizes the on-disk layout of HDF5 and NetCDF objects in parallel file systems to match actual access patterns, improving I/O performance without application changes." + why_notable: "Deployed and validated on a production HPC system, showing significant I/O speedups for real scientific datasets, making it immediately relevant to storage administrators." + + - title: Formal definition and implementation of reproducibility tenets for computational + workflows + authors: + - Nicholas J. Pritchard + - Andreas Wicenec + tldr: "Formalizes a set of reproducibility requirements for scientific workflows and implements a verification layer within the DALIUGE workflow engine that checks compliance at design and execution time." + why_notable: "Provides the community with a concrete, tool-supported definition of workflow reproducibility, moving beyond aspirational guidelines to enforceable runtime checks." diff --git a/site/data/papers/HPDC-2024-candidates.yaml b/site/data/papers/HPDC-2024-candidates.yaml new file mode 100644 index 0000000..86acbe1 --- /dev/null +++ b/site/data/papers/HPDC-2024-candidates.yaml @@ -0,0 +1,632 @@ +venue: HPDC +year: 2024 +source: dblp +count: 48 +papers: +- title: 'HAM-SpMSpV: an Optimized Parallel Algorithm for Masked Sparse Matrix-Sparse + Vector Multiplications on multi-core CPUs' + authors: + - Lei Xu 0023 + - Haipeng Jia + - Yunquan Zhang + - Luhan Wang + - Xianmeng Jiang + year: '2024' + doi: 10.1145/3625549.3658680 + url: https://doi.org/10.1145/3625549.3658680 + dblp_key: conf/hpdc/0023JZWJ24 + venue_name: HPDC + pages: 160-173 +- title: 'Loki: A System for Serving ML Inference Pipelines with Hardware and Accuracy + Scaling' + authors: + - Sohaib Ahmad + - Hui Guan 0001 + - Ramesh K. Sitaraman + year: '2024' + doi: 10.1145/3625549.3658688 + url: https://doi.org/10.1145/3625549.3658688 + dblp_key: conf/hpdc/Ahmad0S24 + venue_name: HPDC + pages: 267-280 +- title: 'Efficient Stream Join Processing: Novel Approaches and Challenges' + authors: + - Adeel Aslam + - Giovanni Simonini + year: '2024' + doi: 10.1145/3625549.3658833 + url: https://doi.org/10.1145/3625549.3658833 + dblp_key: conf/hpdc/AslamS24 + venue_name: HPDC + pages: 409-412 +- title: 'Faast: An Efficient Serverless Framework Made Snapshot-based Function Response + Fast' + authors: + - Yongshu Bai + - Zhihui Yang + - Feng Gao + year: '2024' + doi: 10.1145/3625549.3658681 + url: https://doi.org/10.1145/3625549.3658681 + dblp_key: conf/hpdc/BaiYG24 + venue_name: HPDC + pages: 174-185 +- title: Efficient all-to-all Collective Communication Schedules for Direct-connect + Topologies + authors: + - Prithwish Basu + - Liangyu Zhao + - Jason Fantl + - Siddharth Pal + - Arvind Krishnamurthy + - Joud Khoury + year: '2024' + doi: 10.1145/3625549.3658656 + url: https://doi.org/10.1145/3625549.3658656 + dblp_key: conf/hpdc/BasuZFPKK24 + venue_name: HPDC + pages: 28-41 +- title: Reinforcement Learning-based Adaptive Mitigation of Uncorrected DRAM Errors + in the Field + authors: + - Isaac Boixaderas + - Sergi Moré + - Javier Bartolome + - David Vicente + - Petar Radojkovic + - Paul M. Carpenter + - Eduard Ayguadé + year: '2024' + doi: 10.1145/3625549.3658686 + url: https://doi.org/10.1145/3625549.3658686 + dblp_key: conf/hpdc/BoixaderasMBVRC24 + venue_name: HPDC + pages: 240-252 +- title: 'TEACHING Platform for Human-Centric Autonomous Applications: Design and + Overview' + authors: + - Valerio De Caro + - Christos Chronis + - Massimo Coppola + - Vincenzo Lomonaco + - Claudio Gallicchio + - Konstantinos Tserpes + - Davide Bacciu + year: '2024' + doi: 10.1145/3625549.3658813 + url: https://doi.org/10.1145/3625549.3658813 + dblp_key: conf/hpdc/CaroCCLGTB24 + venue_name: HPDC + pages: 381-384 +- title: 'IDT: Intelligent Data Placement for Multi-tiered Main Memory with Reinforcement + Learning' + authors: + - Juneseo Chang + - Wanju Doh + - Yaebin Moon + - Eojin Lee + - Jung Ho Ahn + year: '2024' + doi: 10.1145/3625549.3658659 + url: https://doi.org/10.1145/3625549.3658659 + dblp_key: conf/hpdc/ChangDMLA24 + venue_name: HPDC + pages: 69-82 +- title: A Practical Introduction to Quantum Computing and Networking + authors: + - Claudio Cicconetti + year: '2024' + doi: 10.1145/3625549.3660507 + url: https://doi.org/10.1145/3625549.3660507 + dblp_key: conf/hpdc/Cicconetti24 + venue_name: HPDC + pages: 348-349 +- title: 'EDGELESS: A Software Architecture for Stateful FaaS at the Edge' + authors: + - Claudio Cicconetti + - Emanuele Carlini 0001 + - Raphael Hetzel + - Richard Mortier + - Antonio Paradell + - Markus Sauer + year: '2024' + doi: 10.1145/3625549.3658817 + url: https://doi.org/10.1145/3625549.3658817 + dblp_key: conf/hpdc/CicconettiCHMPS24 + venue_name: HPDC + pages: 393-396 +- title: 'FaaSKeeper: Learning from Building Serverless Services with ZooKeeper as + an Example' + authors: + - Marcin Copik + - Alexandru Calotoiu + - Pengyu Zhou + - Konstantin Taranov + - Torsten Hoefler + year: '2024' + doi: 10.1145/3625549.3658661 + url: https://doi.org/10.1145/3625549.3658661 + dblp_key: conf/hpdc/CopikCZTH24 + venue_name: HPDC + pages: 94-108 +- title: 'GNNOne: A Unified System Optimizations for GNN Kernels' + authors: + - Yidong Gong + - Pradeep Kumar + year: '2024' + doi: 10.1145/3625549.3658655 + url: https://doi.org/10.1145/3625549.3658655 + dblp_key: conf/hpdc/GongK24 + venue_name: HPDC + pages: 15-27 +- title: 'Swarm Storm: An Automated Chaos Tool for Docker Swarm Applications' + authors: + - Travis Higgins + - Devki Nandan Jha + - Rajiv Ranjan 0001 + year: '2024' + doi: 10.1145/3625549.3658827 + url: https://doi.org/10.1145/3625549.3658827 + dblp_key: conf/hpdc/HigginsJ024 + venue_name: HPDC + pages: 367-369 +- title: Semantic-Aware Log Understanding and Analysis + authors: + - Shaohan Huang + - Zhongzhi Luan + year: '2024' + doi: 10.1145/3625549.3658830 + url: https://doi.org/10.1145/3625549.3658830 + dblp_key: conf/hpdc/HuangL24 + venue_name: HPDC + pages: 413-416 +- title: 'ESG: Pipeline-Conscious Efficient Scheduling of DNN Workflows on Serverless + Platforms with Shareable GPUs' + authors: + - Xinning Hui + - Yuanchao Xu 0001 + - Zhishan Guo + - Xipeng Shen + year: '2024' + doi: 10.1145/3625549.3658657 + url: https://doi.org/10.1145/3625549.3658657 + dblp_key: conf/hpdc/Hui0GS24 + venue_name: HPDC + pages: 42-55 +- title: 'FASOP: Fast yet Accurate Automated Search for Optimal Parallelization of + Transformers on Heterogeneous GPU Clusters' + authors: + - Sunyeol Hwang + - Eungyeong Lee + - Hongseok Oh 0003 + - Youngmin Yi + year: '2024' + doi: 10.1145/3625549.3658687 + url: https://doi.org/10.1145/3625549.3658687 + dblp_key: conf/hpdc/HwangLOY24 + venue_name: HPDC + pages: 253-266 +- title: 'K-RAF: A Kubernetes-based Resource Augmentation Framework for Edge Devices' + authors: + - Youngwoo Jang + - Jiseob Byun + - Soonbeom Kwon + - Illyoung Choi + - Dukyun Nam + - Byungchul Tak + - Gap-Joo Na + - Young-Kyoon Suh + year: '2024' + doi: 10.1145/3625549.3658826 + url: https://doi.org/10.1145/3625549.3658826 + dblp_key: conf/hpdc/JangBKCNTNS24 + venue_name: HPDC + pages: 364-366 +- title: Acceleration of Ultrasound Neurostimulation Using Mixed-Precision Arithmetic + authors: + - Jirí Jaros + - Radek Duchon + year: '2024' + doi: 10.1145/3625549.3658823 + url: https://doi.org/10.1145/3625549.3658823 + dblp_key: conf/hpdc/JarosD24 + venue_name: HPDC + pages: 370-372 +- title: 'k-Dispatch: Enabling Cost-Optimized Biomedical Workflow Offloading' + authors: + - Marta Jaros + - Jirí Jaros + year: '2024' + doi: 10.1145/3625549.3658828 + url: https://doi.org/10.1145/3625549.3658828 + dblp_key: conf/hpdc/JarosJ24 + venue_name: HPDC + pages: 358-360 +- title: Trade-off Analysis between Knowledge Distillation and Federated Learning + in Distributed Edge System + authors: + - Mbasa Joaquim Molo + year: '2024' + doi: 10.1145/3625549.3658834 + url: https://doi.org/10.1145/3625549.3658834 + dblp_key: conf/hpdc/Joaquim24 + venue_name: HPDC + pages: 405-408 +- title: 'FaaSRail: Employing Real Workloads to Generate Representative Load for Serverless + Research' + authors: + - Christos Katsakioris + - Chloe Alverti + - Konstantinos Nikas + - Dimitrios Siakavaras + - Stratos Psomadakis + - Nectarios Koziris + year: '2024' + doi: 10.1145/3625549.3658684 + url: https://doi.org/10.1145/3625549.3658684 + dblp_key: conf/hpdc/KatsakiorisANSP24 + venue_name: HPDC + pages: 214-226 +- title: 'DLHT: A Non-blocking Resizable Hashtable with Fast Deletes and Memory-awareness' + authors: + - Antonios Katsarakis + - Vasilis Gavrielatos + - Nikos Ntarmos + year: '2024' + doi: 10.1145/3625549.3658682 + url: https://doi.org/10.1145/3625549.3658682 + dblp_key: conf/hpdc/KatsarakisGN24 + venue_name: HPDC + pages: 186-199 +- title: Constrained Approximate Query Processing with Error and Response Time-Bound + Guarantees for Efficient Big Data Analytics + authors: + - Sungsoo Kim + - Choon Seo Park + - Taewhi Lee + - Kihyuk Nam + year: '2024' + doi: 10.1145/3625549.3658824 + url: https://doi.org/10.1145/3625549.3658824 + dblp_key: conf/hpdc/KimPLN24 + venue_name: HPDC + pages: 373-376 +- title: 'EMPYREAN: Trustworthy, Cognitive and AI-driven Collaborative Associations + of IoT Devices and Edge Resources for Data Processing' + authors: + - Aristotelis Kretsis + - Panagiotis C. Kokkinos + - Emmanouel A. Varvarigos + - Dimitris Syrivelis + - Paraskevas Bakopoulos + - Márton Sipos + - Marcell Fehér + - Daniel Enrique Lucani + - José Manuel Bernabé Murcia + - Antonio F. Skarmeta + - Ivan Paez + - Luca Cominardi + - Michael Mercier + - Pedro Velho + - Yiannis Georgiou + - Charalampos Mainas + - Anastassios Nanos + - Javier Martin + - Aitor Fernández Gómez + - Roberto Gonzalez + - Panos Ilias + - Theodoros Chalazas + - Keshav Chintamani + year: '2024' + doi: 10.1145/3625549.3658814 + url: https://doi.org/10.1145/3625549.3658814 + dblp_key: conf/hpdc/KretsisKVSBSFLM24 + venue_name: HPDC + pages: 385-388 +- title: Extending Sparse Patterns to Improve Inverse Preconditioning on GPU Architectures + authors: + - Sergi Laut + - Ricard Borrell + - Marc Casas + year: '2024' + doi: 10.1145/3625549.3658683 + url: https://doi.org/10.1145/3625549.3658683 + dblp_key: conf/hpdc/LautBC24 + venue_name: HPDC + pages: 200-213 +- title: 'SIMCoV-GPU: Accelerating an Agent-Based Model for Exascale' + authors: + - Kirtus G. Leyba + - Steven A. Hofmeyr + - Stephanie Forrest + - Judy L. Cannon + - Melanie E. Moses + year: '2024' + doi: 10.1145/3625549.3658692 + url: https://doi.org/10.1145/3625549.3658692 + dblp_key: conf/hpdc/LeybaHFCM24 + venue_name: HPDC + pages: 322-333 +- title: Near-Optimal Wafer-Scale Reduce + authors: + - Piotr Luczynski + - Lukas Gianinazzi + - Patrick Iff + - Leighton Wilson + - Daniele De Sensi + - Torsten Hoefler + year: '2024' + doi: 10.1145/3625549.3658693 + url: https://doi.org/10.1145/3625549.3658693 + dblp_key: conf/hpdc/LuczynskiGIWSH24 + venue_name: HPDC + pages: 334-347 +- title: 'ElasticRoom: Multi-Tenant DNN Inference Engine via Co-design with Resource-constrained + Compilation and Strong Priority Scheduling' + authors: + - Lixian Ma + - Haoruo Chen + - En Shao + - Leping Wang + - Quan Chen 0002 + - Guangming Tan + year: '2024' + doi: 10.1145/3625549.3658654 + url: https://doi.org/10.1145/3625549.3658654 + dblp_key: conf/hpdc/MaCSW0T24 + venue_name: HPDC + pages: 1-14 +- title: Towards a Comprehensive Approach to Resource and Conflict Management in Cloud-Edge + Settings + authors: + - Jacopo Massa + year: '2024' + doi: 10.1145/3625549.3658829 + url: https://doi.org/10.1145/3625549.3658829 + dblp_key: conf/hpdc/Massa24 + venue_name: HPDC + pages: 397-400 +- title: Tutorial on Variational Quantum Algorithms for Resource Management in Cloud/Edge + Architectures + authors: + - Carlo Mastroianni + - Andrea Vinci + year: '2024' + doi: 10.1145/3625549.3660508 + url: https://doi.org/10.1145/3625549.3660508 + dblp_key: conf/hpdc/MastroianniV24 + venue_name: HPDC + pages: 350-351 +- title: 'DataStates-LLM: Lazy Asynchronous Checkpointing for Large Language Models' + authors: + - Avinash Maurya + - Robert Underwood + - M. Mustafa Rafique + - Franck Cappello + - Bogdan Nicolae + year: '2024' + doi: 10.1145/3625549.3658685 + url: https://doi.org/10.1145/3625549.3658685 + dblp_key: conf/hpdc/MauryaURCN24 + venue_name: HPDC + pages: 227-239 +- title: 'ADTopk: All-Dimension Top-k Compression for High-Performance Data-Parallel + DNN Training' + authors: + - Zhangqiang Ming + - Yuchong Hu + - Wenxiang Zhou + - Xinjue Zheng + - Chenxuan Yao + - Dan Feng 0001 + year: '2024' + doi: 10.1145/3625549.3658678 + url: https://doi.org/10.1145/3625549.3658678 + dblp_key: conf/hpdc/MingHZZY024 + venue_name: HPDC + pages: 135-147 +- title: Full-Stack Revision of Memory and Data Management in PDES on Multi-Core Machines + authors: + - Federica Montesano + year: '2024' + doi: 10.1145/3625549.3658831 + url: https://doi.org/10.1145/3625549.3658831 + dblp_key: conf/hpdc/Montesano24 + venue_name: HPDC + pages: 417-420 +- title: Can Large Language Models Write Parallel Code? + authors: + - Daniel Nichols + - Joshua Hoke Davis + - Zhaojun Xie + - Arjun Rajaram + - Abhinav Bhatele + year: '2024' + doi: 10.1145/3625549.3658689 + url: https://doi.org/10.1145/3625549.3658689 + dblp_key: conf/hpdc/NicholsDXRB24 + venue_name: HPDC + pages: 281-294 +- title: Techniques for Efficient Fourier Transform Computation in Ultrasound Simulations + authors: + - Ondrej Olsak + - Jirí Jaros + year: '2024' + doi: 10.1145/3625549.3658825 + url: https://doi.org/10.1145/3625549.3658825 + dblp_key: conf/hpdc/OlsakJ24 + venue_name: HPDC + pages: 361-363 +- title: Accelerating Function-Centric Applications by Discovering, Distributing, + and Retaining Reusable Context in Workflow Systems + authors: + - Thanh Son Phung + - Colin Thomas + - Logan T. Ward + - Kyle Chard + - Douglas Thain + year: '2024' + doi: 10.1145/3625549.3658663 + url: https://doi.org/10.1145/3625549.3658663 + dblp_key: conf/hpdc/PhungTWCT24 + venue_name: HPDC + pages: 122-134 +- title: A Portable, Fast, DCT-based Compressor for AI Accelerators + authors: + - Milan Shah + - Xiaodong Yu 0001 + - Sheng Di + - Michela Becchi + - Franck Cappello + year: '2024' + doi: 10.1145/3625549.3658662 + url: https://doi.org/10.1145/3625549.3658662 + dblp_key: conf/hpdc/Shah0DBC24 + venue_name: HPDC + pages: 109-121 +- title: 'CereSZ: Enabling and Scaling Error-bounded Lossy Compression on Cerebras + CS-2' + authors: + - Shihui Song + - Yafan Huang + - Peng Jiang 0004 + - Xiaodong Yu 0001 + - Weijian Zheng + - Sheng Di + - Qinglei Cao + - Yunhe Feng + - Zhen Xie + - Franck Cappello + year: '2024' + doi: 10.1145/3625549.3658691 + url: https://doi.org/10.1145/3625549.3658691 + dblp_key: conf/hpdc/SongHJ0ZDCFXC24 + venue_name: HPDC + pages: 309-321 +- title: 'ScaleDFS: Accelerating Decentralized and Private File Sharing via Scaling + Directed Acyclic Graph Processing' + authors: + - Mansub Song + - Lan Anh Nguyen + - Sunggon Kim + - Hyeonsang Eom + - Yongseok Son + year: '2024' + doi: 10.1145/3625549.3658690 + url: https://doi.org/10.1145/3625549.3658690 + dblp_key: conf/hpdc/SongNKES24 + venue_name: HPDC + pages: 295-308 +- title: Programming Tools for High-Performance Data Analysis + authors: + - Domenico Talia + - Paolo Trunfio + year: '2024' + doi: 10.1145/3625549.3660509 + url: https://doi.org/10.1145/3625549.3660509 + dblp_key: conf/hpdc/TaliaT24 + venue_name: HPDC + pages: 352-355 +- title: Fast, Accurate and Distributed Simulation of novel HPC systems incorporating + ARM and RISC-V CPUs + authors: + - Nikolaos Tampouratzis + - Ioannis Papaefstathiou + year: '2024' + doi: 10.1145/3625549.3658816 + url: https://doi.org/10.1145/3625549.3658816 + dblp_key: conf/hpdc/TampouratzisP24 + venue_name: HPDC + pages: 389-392 +- title: A runtime infrastructure for the Continuum of Computing + authors: + - Edoardo Tinto + - Tullio Vardanega + year: '2024' + doi: 10.1145/3625549.3658832 + url: https://doi.org/10.1145/3625549.3658832 + dblp_key: conf/hpdc/TintoV24 + venue_name: HPDC + pages: 401-404 +- title: 'FPBOXer: Efficient Input-Generation for Targeting Floating-Point Exceptions + in GPU Programs' + authors: + - Anh Tran + - Ignacio Laguna + - Ganesh Gopalakrishnan + year: '2024' + doi: 10.1145/3625549.3658660 + url: https://doi.org/10.1145/3625549.3658660 + dblp_key: conf/hpdc/TranLG24 + venue_name: HPDC + pages: 83-93 +- title: Seamless HW-accelerated AI serving in heterogeneous MEC Systems with AI@EDGE + authors: + - Achilleas Tzenetopoulos + - George Lentaris + - Aimilios Leftheriotis + - Panos Chrysomeris + - Javier Palomares + - Estefanía Coronado + - Raman Kazhamiakin + - Dimitrios Soudris + year: '2024' + doi: 10.1145/3625549.3658812 + url: https://doi.org/10.1145/3625549.3658812 + dblp_key: conf/hpdc/TzenetopoulosLL24 + venue_name: HPDC + pages: 377-380 +- title: 'EvoStore: Towards Scalable Storage of Evolving Learning Models' + authors: + - Robert Underwood + - Meghana Madhyastha + - Randal C. Burns + - Bogdan Nicolae + year: '2024' + doi: 10.1145/3625549.3658679 + url: https://doi.org/10.1145/3625549.3658679 + dblp_key: conf/hpdc/UnderwoodMBN24 + venue_name: HPDC + pages: 148-159 +- title: 'ETS: Deep Learning Training Iteration Time Prediction based on Execution + Trace Sliding Window' + authors: + - Zichao Yang + - Hao Guo + - Heng Wu 0001 + - Yuewen Wu + - Hua Zhong 0007 + - Wenbo Zhang 0006 + - Chuan Zhou + - Yan Liu + year: '2024' + doi: 10.1145/3625549.3658658 + url: https://doi.org/10.1145/3625549.3658658 + dblp_key: conf/hpdc/YangGWW00ZL24 + venue_name: HPDC + pages: 56-68 +- title: 'Network Management and Orchestration with Data Engineering: A Practical + Guide' + authors: + - Engin Zeydan + - Josep Mangues + - Jorge Baranda + year: '2024' + doi: 10.1145/3625549.3661059 + url: https://doi.org/10.1145/3625549.3661059 + dblp_key: conf/hpdc/ZeydanMB24 + venue_name: HPDC + pages: 356-357 +- title: Proceedings of the 33rd International Symposium on High-Performance Parallel + and Distributed Computing, HPDC 2024, Pisa, Italy, June 3-7, 2024 + authors: + - Patrizio Dazzi + - Gabriele Mencagli + - David K. Lowenthal + - Rosa M. Badia + year: '2024' + doi: 10.1145/3625549 + url: https://doi.org/10.1145/3625549 + dblp_key: conf/hpdc/2024 + venue_name: HPDC + pages: null diff --git a/site/data/papers/HPDC-2024-digest.yaml b/site/data/papers/HPDC-2024-digest.yaml new file mode 100644 index 0000000..4970261 --- /dev/null +++ b/site/data/papers/HPDC-2024-digest.yaml @@ -0,0 +1,115 @@ +venue: HPDC +year: 2024 +papers: +- title: Efficient all-to-all Collective Communication Schedules for Direct-connect + Topologies + authors: + - Prithwish Basu + - Liangyu Zhao + - Jason Fantl + - Siddharth Pal + - Arvind Krishnamurthy + - Joud Khoury + reason: "Derives near-optimal all-to-all collective communication schedules for direct-connect HPC topologies, directly improving bandwidth utilization in large-scale distributed systems." +- title: Reinforcement Learning-based Adaptive Mitigation of Uncorrected DRAM Errors + in the Field + authors: + - Isaac Boixaderas + - Sergi Moré + - Javier Bartolome + - David Vicente + - Petar Radojkovic + - Paul M. Carpenter + - Eduard Ayguadé + reason: "Applies reinforcement learning to dynamically mitigate uncorrected DRAM errors at production HPC scale, improving system reliability without sacrificing performance." +- title: 'IDT: Intelligent Data Placement for Multi-tiered Main Memory with Reinforcement + Learning' + authors: + - Juneseo Chang + - Wanju Doh + - Yaebin Moon + - Eojin Lee + - Jung Ho Ahn + reason: "Presents a reinforcement learning-driven runtime that automatically places data across heterogeneous memory tiers, reducing access latency in HPC nodes with complex memory hierarchies." +- title: 'FaaSKeeper: Learning from Building Serverless Services with ZooKeeper as + an Example' + authors: + - Marcin Copik + - Alexandru Calotoiu + - Pengyu Zhou + - Konstantin Taranov + - Torsten Hoefler + reason: "Reconstructs ZooKeeper as a fully serverless service and distills concrete design lessons for building stateful distributed coordination primitives on FaaS platforms." +- title: 'ESG: Pipeline-Conscious Efficient Scheduling of DNN Workflows on Serverless + Platforms with Shareable GPUs' + authors: + - Xinning Hui + - Yuanchao Xu 0001 + - Zhishan Guo + - Xipeng Shen + reason: "Introduces a pipeline-aware scheduler that shares GPUs across serverless DNN workflow stages, substantially cutting end-to-end latency and GPU idle time." +- title: 'FASOP: Fast yet Accurate Automated Search for Optimal Parallelization of + Transformers on Heterogeneous GPU Clusters' + authors: + - Sunyeol Hwang + - Eungyeong Lee + - Hongseok Oh 0003 + - Youngmin Yi + reason: "Provides a fast, model-driven search strategy that finds optimal tensor/pipeline/data parallelism configurations for transformer training on heterogeneous GPU clusters." +- title: Near-Optimal Wafer-Scale Reduce + authors: + - Piotr Luczynski + - Lukas Gianinazzi + - Patrick Iff + - Leighton Wilson + - Daniele De Sensi + - Torsten Hoefler + reason: "Designs and analyzes near-optimal Reduce collective algorithms tailored to wafer-scale interconnect topology, setting new performance bounds for next-generation HPC hardware." +- title: 'DataStates-LLM: Lazy Asynchronous Checkpointing for Large Language Models' + authors: + - Avinash Maurya + - Robert Underwood + - M. Mustafa Rafique + - Franck Cappello + - Bogdan Nicolae + reason: "Introduces lazy asynchronous checkpointing that overlaps LLM training with I/O, dramatically reducing checkpoint overhead on large-scale HPC storage systems." +- title: 'ADTopk: All-Dimension Top-k Compression for High-Performance Data-Parallel + DNN Training' + authors: + - Zhangqiang Ming + - Yuchong Hu + - Wenxiang Zhou + - Xinjue Zheng + - Chenxuan Yao + - Dan Feng 0001 + reason: "Proposes an all-dimension top-k gradient sparsification scheme that reduces communication volume in data-parallel distributed training while preserving convergence quality." +- title: Accelerating Function-Centric Applications by Discovering, Distributing, + and Retaining Reusable Context in Workflow Systems + authors: + - Thanh Son Phung + - Colin Thomas + - Logan T. Ward + - Kyle Chard + - Douglas Thain + reason: "Introduces context reuse across scientific workflow tasks, allowing distributed workflow systems to cache and share intermediate computation artifacts and significantly reduce redundant work." +- title: 'CereSZ: Enabling and Scaling Error-bounded Lossy Compression on Cerebras + CS-2' + authors: + - Shihui Song + - Yafan Huang + - Peng Jiang 0004 + - Xiaodong Yu 0001 + - Weijian Zheng + - Sheng Di + - Qinglei Cao + - Yunhe Feng + - Zhen Xie + - Franck Cappello + reason: "Ports and scales error-bounded lossy compression to the Cerebras CS-2 wafer-scale engine, enabling significant data reduction for HPC scientific workloads on novel accelerator hardware." +- title: 'EvoStore: Towards Scalable Storage of Evolving Learning Models' + authors: + - Robert Underwood + - Meghana Madhyastha + - Randal C. Burns + - Bogdan Nicolae + reason: "Designs a storage system that efficiently manages the versioned, incrementally evolving checkpoints produced during large-scale distributed model training, reducing storage overhead and retrieval time." diff --git a/site/data/papers/HPDC-2025-candidates.yaml b/site/data/papers/HPDC-2025-candidates.yaml new file mode 100644 index 0000000..b661fe2 --- /dev/null +++ b/site/data/papers/HPDC-2025-candidates.yaml @@ -0,0 +1,719 @@ +venue: HPDC +year: 2025 +source: dblp +count: 53 +papers: +- title: Towards a Federated Approach to Complex Digital Twins + authors: + - Hena Ahmed + - Daniel Crawl + - Ilkay Altintas + year: '2025' + doi: 10.1145/3731545.3744664 + url: https://doi.org/10.1145/3731545.3744664 + dblp_key: conf/hpdc/AhmedCA25 + venue_name: HPDC + pages: 49:1-49:5 +- title: 'Flux Emulator: First Insights into Optimizing Scheduling for Exascale HPC' + authors: + - W. Jay Ashworth + - Ian Lumsden + - Jim Garlick + - Mark Grondona + - Olga Pearce + - Stephanie Brink + - Dewi Yokelson + - Daniel Milroy + - Tapasya Patki + - Thomas Scogland + - Michela Taufer + year: '2025' + doi: 10.1145/3731545.3735121 + url: https://doi.org/10.1145/3731545.3735121 + dblp_key: conf/hpdc/AshworthLGGPBYM25 + venue_name: HPDC + pages: 32:1-32:2 +- title: Assigning Cartesian grid area to processes + authors: + - Candice Astier + - Devan Sohier + - Antoine Capra + year: '2025' + doi: 10.1145/3731545.3736816 + url: https://doi.org/10.1145/3731545.3736816 + dblp_key: conf/hpdc/AstierSC25 + venue_name: HPDC + pages: 35:1-35:5 +- title: High-level quantum algorithm programming using Silq + authors: + - Viktorija Bezganovic + - Marco Lewis + - Sadegh Soudjani + - Paolo Zuliani + year: '2025' + doi: 10.1145/3731545.3744152 + url: https://doi.org/10.1145/3731545.3744152 + dblp_key: conf/hpdc/BezganovicLSZ25 + venue_name: HPDC + pages: 46:1-46:11 +- title: Efficient and Cost-Effective HPC on the Cloud + authors: + - Aditya Bhosale + - Laxmikant V. Kalé + - Sara Kokkila Schumacher + year: '2025' + doi: 10.1145/3731545.3744667 + url: https://doi.org/10.1145/3731545.3744667 + dblp_key: conf/hpdc/BhosaleKS25 + venue_name: HPDC + pages: 52:1-52:5 +- title: Can Large Language Models Predict Parallel Code Performance? + authors: + - Gregory Bolet + - Giorgis Georgakoudis + - Harshitha Menon + - Konstantinos Parasyris + - Niranjan Hasabnis + - Hayden Estes + - Kirk W. Cameron + - Gal Oren 0001 + year: '2025' + doi: 10.1145/3731545.3743645 + url: https://doi.org/10.1145/3731545.3743645 + dblp_key: conf/hpdc/BoletGMPHEC025 + venue_name: HPDC + pages: 41:1-41:6 +- title: On Matching in Multipartite Quantum Routers + authors: + - Dagmar Bruß + - Luis Gindorf + - Julia Kunzelmann + - Christian Laußmann + - Jörg Rothe + year: '2025' + doi: 10.1145/3731545.3744148 + url: https://doi.org/10.1145/3731545.3744148 + dblp_key: conf/hpdc/BrussGKLR25 + venue_name: HPDC + pages: 42:1-42:10 +- title: Quantum-Based SMT Solving for String Theory + authors: + - Beatrice Casey + - Joanna C. S. Santos + - Andrew Hennessee + year: '2025' + doi: 10.1145/3731545.3744151 + url: https://doi.org/10.1145/3731545.3744151 + dblp_key: conf/hpdc/CaseySH25 + venue_name: HPDC + pages: 45:1-45:8 +- title: Multi-Node Spot Instances Availability Score Collection System + authors: + - Sungkyu Cheon + - Kyumin Kim + - Kyunghwan Kim + - Moohyun Song + - Kyungyong Lee + year: '2025' + doi: 10.1145/3731545.3735122 + url: https://doi.org/10.1145/3731545.3735122 + dblp_key: conf/hpdc/CheonKKSL25 + venue_name: HPDC + pages: 33:1-33:2 +- title: 'BanditWare: A Contextual Bandit-based Framework for Hardware Prediction' + authors: + - Tainã Coleman + - Hena Ahmed + - Ravi Shende + - Ismael Pérez + - Ilkay Altintas + year: '2025' + doi: 10.1145/3731545.3743643 + url: https://doi.org/10.1145/3731545.3743643 + dblp_key: conf/hpdc/ColemanASPA25 + venue_name: HPDC + pages: 40:1-40:6 +- title: 'Adaptive GPU Power Capping: Balancing Energy Efficiency, Thermal Control + and Performance' + authors: + - Tanish Desai + - Jainam Shah + - Gargi Alavani + - Snehanshu Saha + - Santonu Sarkar + year: '2025' + doi: 10.1145/3731545.3735119 + url: https://doi.org/10.1145/3731545.3735119 + dblp_key: conf/hpdc/DesaiSASS25 + venue_name: HPDC + pages: 30:1-30:3 +- title: 'ModelX : A Novel Transfer Learning Approach Across Heterogeneous Datasets' + authors: + - Arunavo Dey + - Neil Antony + - Aakash Raj Dhakal + - Kowshik Thopalli + - Jayaraman J. Thiagarajan + - Tapasya Patki + - Aniruddha Marathe + - Tom Scogland + - Jae-Seung Yeom + - Tanzima Z. Islam + year: '2025' + doi: 10.1145/3731545.3731593 + url: https://doi.org/10.1145/3731545.3731593 + dblp_key: conf/hpdc/DeyADTTPMSYI25 + venue_name: HPDC + pages: 6:1-6:13 +- title: Parameterized Algorithms for Non-uniform All-to-all + authors: + - Ke Fan + - Jens Domke + - Seydou Ba + - Sidharth Kumar + year: '2025' + doi: 10.1145/3731545.3731590 + url: https://doi.org/10.1145/3731545.3731590 + dblp_key: conf/hpdc/FanDBK25 + venue_name: HPDC + pages: 14:1-14:13 +- title: 'Qutes: A High-Level Quantum Programming Language for Simplified Quantum + Computing' + authors: + - Simone Faro + - Francesco Pio Marino + - Gabriele Messina 0002 + year: '2025' + doi: 10.1145/3731545.3744153 + url: https://doi.org/10.1145/3731545.3744153 + dblp_key: conf/hpdc/FaroM025 + venue_name: HPDC + pages: 47:1-47:9 +- title: Scaling Grover's Search for Large Solution Spaces + authors: + - Simone Faro + - Francesco Pio Marino + year: '2025' + doi: 10.1145/3731545.3744149 + url: https://doi.org/10.1145/3731545.3744149 + dblp_key: conf/hpdc/FaroM25 + venue_name: HPDC + pages: 43:1-43:8 +- title: 'Optimizing Data Distribution and Kernel Performance for Efficient Training + of Chemistry Foundation Models: A Case Study with MACE' + authors: + - Jesun Sahariar Firoz + - Franco Pellegrini + - Mario Geiger + - Darren Hsu + - Jenna A. Bilbrey + - Han-Yi Chou + - Maximilian Stadler + - Markus Höhnerbach + - Tingyu Wang 0001 + - Dejun Lin + - Emine Küçükbenli + - Henry W. Sprueill + - Ilyes Batatia + - Sotiris S. Xantheas + - MalSoon Lee + - Christopher J. Mundy + - Gábor Csányi + - Justin S. Smith + - Ponnuswamy Sadayappan + - Sutanay Choudhury + year: '2025' + doi: 10.1145/3731545.3731594 + url: https://doi.org/10.1145/3731545.3731594 + dblp_key: conf/hpdc/FirozPGHBCSHWLK25 + venue_name: HPDC + pages: 8:1-8:13 +- title: 'PathFence: Reducing Cross-Path Dependencies in Microservices' + authors: + - Xuhang Gu + - Qingyang Wang 0001 + year: '2025' + doi: 10.1145/3731545.3731583 + url: https://doi.org/10.1145/3731545.3731583 + dblp_key: conf/hpdc/Gu025 + venue_name: HPDC + pages: 17:1-17:13 +- title: 'SibylOpt: Managing Green Data Centers Using Off-Online Deep Reinforcement + Learning' + authors: + - Ning Gu 0004 + - Kuo Zhang + - Thu D. Nguyen + - Peijian Wang + - Tania Lorido-Botran + year: '2025' + doi: 10.1145/3731545.3735123 + url: https://doi.org/10.1145/3731545.3735123 + dblp_key: conf/hpdc/GuZNWL25 + venue_name: HPDC + pages: 34:1-34:2 +- title: 'LegoIndex: A Scalable and Modular Indexing Framework for Efficient Analysis + of Extreme-Scale Particle Data' + authors: + - Chang Guo + - Ning Yan 0002 + - Lipeng Wan 0001 + - Zhichao Cao 0002 + year: '2025' + doi: 10.1145/3731545.3731591 + url: https://doi.org/10.1145/3731545.3731591 + dblp_key: conf/hpdc/GuoYW025 + venue_name: HPDC + pages: 25:1-25:14 +- title: 'FluidFaaS: A Dynamic Pipelined Solution for Serverless Computing with Strong + Isolation-based GPU Sharing' + authors: + - Xinning Hui + - Yuanchao Xu 0001 + - Xipeng Shen + year: '2025' + doi: 10.1145/3731545.3731580 + url: https://doi.org/10.1145/3731545.3731580 + dblp_key: conf/hpdc/Hui0S25 + venue_name: HPDC + pages: 18:1-18:14 +- title: 'DPU-KV: On the Benefits of DPU Offloading for In-Memory Key-Value Stores + at the Edge' + authors: + - Arjun Kashyap + - Yuke Li 0003 + - Xiaoyi Lu 0001 + year: '2025' + doi: 10.1145/3731545.3731571 + url: https://doi.org/10.1145/3731545.3731571 + dblp_key: conf/hpdc/KashyapLL25 + venue_name: HPDC + pages: 11:1-11:14 +- title: Performance Evaluation of Machine Learning Applications Using WebAssembly + Across Different Programming Languages + authors: + - Sallar Khan + - Tania Malik + - Khalid Hasanov + year: '2025' + doi: 10.1145/3731545.3736817 + url: https://doi.org/10.1145/3731545.3736817 + dblp_key: conf/hpdc/KhanMH25 + venue_name: HPDC + pages: 36:1-36:5 +- title: Advancing the GEOtiled Framework Through Scalable Terrain Parameter Computation + authors: + - Gabriel Laboy + - Paula Olaya + - Jack Marquez + - Michael Sutherlin + - Rodrigo Vargas + - Michela Taufer + year: '2025' + doi: 10.1145/3731545.3735117 + url: https://doi.org/10.1145/3731545.3735117 + dblp_key: conf/hpdc/LaboyOMSVT25 + venue_name: HPDC + pages: 28:1-28:2 +- title: Advancing Scientific Data Compression via Cross-Field Prediction + authors: + - Youyuan Liu + - Wenqi Jia 0003 + - Taolue Yang + - Bo Jiang + - Miao Yin + - Sian Jin + year: '2025' + doi: 10.1145/3731545.3731592 + url: https://doi.org/10.1145/3731545.3731592 + dblp_key: conf/hpdc/Liu0YJYJ25 + venue_name: HPDC + pages: 13:1-13:12 +- title: 'F3: An FPGA-accelerated FaaS Framework' + authors: + - Charalampos Mainas + - Martin Lambeck + - Bruno Scheufler + - Laurent Bindschaedler + - Atsushi Koshiba + - Pramod Bhatotia + year: '2025' + doi: 10.1145/3731545.3731582 + url: https://doi.org/10.1145/3731545.3731582 + dblp_key: conf/hpdc/MainasLSBKB25 + venue_name: HPDC + pages: 16:1-16:16 +- title: 'On Optimizing Checkpoint Restoration for HPC Applications: Leveraging Merkle + Trees and Asynchronous I/O' + authors: + - Zackary Malkmus + - Nigel Tan + - Ian Lumsden + - Kevin Assogba + - M. Mustafa Rafique + - Bogdan Nicolae + - Michela Taufer + year: '2025' + doi: 10.1145/3731545.3735116 + url: https://doi.org/10.1145/3731545.3735116 + dblp_key: conf/hpdc/MalkmusTLARNT25 + venue_name: HPDC + pages: 27:1-27:2 +- title: Factors Impacting I/O Time Proportion in AI Workloads + authors: + - Zoya Masih + - Radita Liem + - Julian M. Kunkel + year: '2025' + doi: 10.1145/3731545.3736815 + url: https://doi.org/10.1145/3731545.3736815 + dblp_key: conf/hpdc/MasihLK25 + venue_name: HPDC + pages: 37:1-37:5 +- title: Thicket Workflow for Classifying Parallel Sorting Algorithms + authors: + - Michael McKinsey + - Stephanie Brink + - Stephanie Lam + - Dewi Yokelson + - Olga Pearce + year: '2025' + doi: 10.1145/3731545.3736814 + url: https://doi.org/10.1145/3731545.3736814 + dblp_key: conf/hpdc/McKinseyBLYP25 + venue_name: HPDC + pages: 38:1-38:5 +- title: 'FloatGuard: Efficient Whole-Program Detection of Floating-Point Exceptions + in AMD GPUs' + authors: + - Dolores Miao + - Ignacio Laguna + - Cindy Rubio-González + year: '2025' + doi: 10.1145/3731545.3731586 + url: https://doi.org/10.1145/3731545.3731586 + dblp_key: conf/hpdc/MiaoLR25 + venue_name: HPDC + pages: 2:1-2:12 +- title: 'SAFusion: Efficient Tensor Fusion with Sparsification Ahead for High-Performance + Distributed DNN Training' + authors: + - Zhangqiang Ming + - Yuchong Hu + - Xinjue Zheng + - Wenxiang Zhou + - Dan Feng 0001 + year: '2025' + doi: 10.1145/3731545.3731581 + url: https://doi.org/10.1145/3731545.3731581 + dblp_key: conf/hpdc/MingHZZ025 + venue_name: HPDC + pages: 5:1-5:14 +- title: A Quantum Virtual Machine for Execution of Oracles + authors: + - Ulrik De Muelenaere + year: '2025' + doi: 10.1145/3731545.3744150 + url: https://doi.org/10.1145/3731545.3744150 + dblp_key: conf/hpdc/Muelenaere25 + venue_name: HPDC + pages: 44:1-44:8 +- title: 'RAPTOR: Reconfigurable Advanced Platform for Transdisciplinary Open Research' + authors: + - Hamed Najafi + - Pratik Poudel + - Kiavash Bahreini + - Julio Ibarra + - Fahad Saeed + - Yuepeng Li + - Jayantha Obeysekera + - Jason Liu 0001 + year: '2025' + doi: 10.1145/3731545.3744665 + url: https://doi.org/10.1145/3731545.3744665 + dblp_key: conf/hpdc/NajafiPBISLO025 + venue_name: HPDC + pages: 50:1-50:5 +- title: 'HYPERF: End-to-End Autotuning Framework for High-Performance Computing' + authors: + - Juseong Park + - Yongwon Shin + - Junghyun Lee + - Junseo Lee + - Juyeon Kim + - Oh-Kyoung Kwon + - Hyojin Sung + year: '2025' + doi: 10.1145/3731545.3731588 + url: https://doi.org/10.1145/3731545.3731588 + dblp_key: conf/hpdc/ParkSLLKKS25 + venue_name: HPDC + pages: 20:1-20:14 +- title: 'LiteForm: Lightweight and Automatic Format Composition for Sparse Matrix-Matrix + Multiplication on GPUs' + authors: + - Zhen Peng + - Polykarpos Thomadakis + - Jacques A. Pienaar + - Gokcen Kestor + year: '2025' + doi: 10.1145/3731545.3731574 + url: https://doi.org/10.1145/3731545.3731574 + dblp_key: conf/hpdc/PengTPK25 + venue_name: HPDC + pages: 3:1-3:14 +- title: 'XPF: Agentic AI System for Business Workflow Automation' + authors: + - Kunal Rao + - Giuseppe Coviello + - Gennaro Mellone + - Ciro Giuseppe De Vita + - Srimat Chakradhar + year: '2025' + doi: 10.1145/3731545.3743644 + url: https://doi.org/10.1145/3731545.3743644 + dblp_key: conf/hpdc/RaoCMVC25 + venue_name: HPDC + pages: 39:1-39:6 +- title: 'Grudon: A System for Deploying Graph Workloads on Disaggregated Architectures + with Near-Data Processing' + authors: + - Vishal Rao + - Nikhil Ram Shashidhar + - Suyeon Lee + - Ada Gavrilovska + year: '2025' + doi: 10.1145/3731545.3731585 + url: https://doi.org/10.1145/3731545.3731585 + dblp_key: conf/hpdc/RaoSLG25 + venue_name: HPDC + pages: 19:1-19:14 +- title: 'Rusty-Cracker: A Multi-core Connected Components Library in Rust' + authors: + - Davide Rucci + - Daniele Sampietro + - Emanuele Carlini 0001 + - Matteo Mordacchini + - Patrizio Dazzi + year: '2025' + doi: 10.1145/3731545.3744334 + url: https://doi.org/10.1145/3731545.3744334 + dblp_key: conf/hpdc/RucciSCMD25 + venue_name: HPDC + pages: 48:1-48:5 +- title: Building Flexible Physics-Informed Neural Networks with Fast Fourier Transform + Analysis + authors: + - Reem Shehayib + - Jayden Parker Vap + - Peter M. Kogge + year: '2025' + doi: 10.1145/3731545.3744666 + url: https://doi.org/10.1145/3731545.3744666 + dblp_key: conf/hpdc/ShehayibVK25 + venue_name: HPDC + pages: 51:1-51:5 +- title: 'AutoSSD: CXL-Enhanced Autonomous SSDs for Low Tail Latency' + authors: + - Mingyao Shen + - Suyash Mahar + - Heewoo Kim + - Joseph Izraelevitz + - Steven Swanson + year: '2025' + doi: 10.1145/3731545.3731579 + url: https://doi.org/10.1145/3731545.3731579 + dblp_key: conf/hpdc/ShenMKIS25 + venue_name: HPDC + pages: 10:1-10:13 +- title: 'Bringing Differential Privacy to HPC: Privacy-Preserving Transformations + of HPC Traces' + authors: + - Ana Luisa Veroneze Solórzano + - Rohan Basu Roy + - Benjamin Schwaller + - Sara Petra Walton + - Jim M. Brandt + - Devesh Tiwari + year: '2025' + doi: 10.1145/3731545.3731573 + url: https://doi.org/10.1145/3731545.3731573 + dblp_key: conf/hpdc/SolorzanoRSWBT25 + venue_name: HPDC + pages: 21:1-21:13 +- title: 'FT2: First-Token-Inspired Online Fault Tolerance on Critical Layers for + Generative Large Language Models' + authors: + - Yu Sun + - Zhu Zhu + - Cherish Mulpuru + - Roberto Gioiosa + - Zhao Zhang 0007 + - Bo Fang 0002 + - Lishan Yang 0001 + year: '2025' + doi: 10.1145/3731545.3731570 + url: https://doi.org/10.1145/3731545.3731570 + dblp_key: conf/hpdc/SunZMG00Y25 + venue_name: HPDC + pages: 7:1-7:14 +- title: Optimization of GNN Training Through Half-precision + authors: + - Arnab Kanti Tarafder + - Yidong Gong + - Pradeep Kumar + year: '2025' + doi: 10.1145/3731545.3731575 + url: https://doi.org/10.1145/3731545.3731575 + dblp_key: conf/hpdc/TarafderGK25 + venue_name: HPDC + pages: 4:1-4:13 +- title: 'SpeedLLM: An FPGA Co-design of Large Language Model Inference Accelerator' + authors: + - Peipei Wang + - Wu Guan + - Liping Liang + - Zhijun Wang + - Hanqing Luo + - Zhibin Zhang + year: '2025' + doi: 10.1145/3731545.3735115 + url: https://doi.org/10.1145/3731545.3735115 + dblp_key: conf/hpdc/WangGLWLZ25 + venue_name: HPDC + pages: 26:1-26:3 +- title: Virtualization So Light, it Floats! Accelerating Floating Point Virtualization + authors: + - Nick Wanninger + - Nadharm Dhiantravan + - Peter A. Dinda + year: '2025' + doi: 10.1145/3731545.3731584 + url: https://doi.org/10.1145/3731545.3731584 + dblp_key: conf/hpdc/WanningerDD25 + venue_name: HPDC + pages: 1:1-1:13 +- title: 'Top-Down SBP: Turning Graph Clustering Upside Down' + authors: + - Frank Wanye + - Vitaliy Gleyzer + - Edward K. Kao + - Wu-chun Feng + year: '2025' + doi: 10.1145/3731545.3731589 + url: https://doi.org/10.1145/3731545.3731589 + dblp_key: conf/hpdc/WanyeGKF25 + venue_name: HPDC + pages: 15:1-15:13 +- title: 'TSUE: A Two-Stage Data Update Method for an Erasure Coded Cluster File System' + authors: + - Zheng Wei + - Jing Xing + - Yida Gu + - Wenjing Huang 0002 + - Dong Dai 0001 + - Guangming Tan + - Dingwen Tao + year: '2025' + doi: 10.1145/3731545.3731577 + url: https://doi.org/10.1145/3731545.3731577 + dblp_key: conf/hpdc/WeiXGHDTT25 + venue_name: HPDC + pages: 9:1-9:14 +- title: 'CarbonEdge: Leveraging Mesoscale Spatial Carbon-Intensity Variations for + Low Carbon Edge Computing' + authors: + - Li Wu + - Walid A. Hanafy + - Abel Souza + - Khai Nguyen + - Jan Harkes + - David Irwin 0001 + - Mahadev Satyanarayanan + - Prashant J. Shenoy + year: '2025' + doi: 10.1145/3731545.3731576 + url: https://doi.org/10.1145/3731545.3731576 + dblp_key: conf/hpdc/WuHSNHISS25 + venue_name: HPDC + pages: 12:1-12:13 +- title: 'IPComp: Interpolation Based Progressive Lossy Compression for Scientific + Applications' + authors: + - Zhuoxun Yang + - Sheng Di + - Longtao Zhang + - Ruoyu Li + - Ximiao Li + - Jiajun Huang 0001 + - Jinyang Liu 0003 + - Franck Cappello + - Kai Zhao 0008 + year: '2025' + doi: 10.1145/3731545.3731578 + url: https://doi.org/10.1145/3731545.3731578 + dblp_key: conf/hpdc/YangDZLL00C025 + venue_name: HPDC + pages: 24:1-24:14 +- title: 'Refactoring TEZip: Integrating Python-Based Predictive Compression into + an HPC C++/LibTorch Environment' + authors: + - Mina Yousef + - Amarjit Singh + - Kento Sato + year: '2025' + doi: 10.1145/3731545.3735120 + url: https://doi.org/10.1145/3731545.3735120 + dblp_key: conf/hpdc/YousefSS25 + venue_name: HPDC + pages: 31:1-31:2 +- title: Weight-Sharing NAS with Architecture-Agnostic Intermediate Representation + authors: + - Sixing Yu + - Arya Mazaheri + - Ali Jannesari + year: '2025' + doi: 10.1145/3731545.3731587 + url: https://doi.org/10.1145/3731545.3731587 + dblp_key: conf/hpdc/YuMJ25 + venue_name: HPDC + pages: 22:1-22:13 +- title: 'Out-of-Core Parallel Spatial Join Outperforming In-Memory Systems: A BFS-DFS + Hybrid Approach' + authors: + - Lyuheng Yuan + - Da Yan 0001 + - Akhlaque Ahmad + - Jiao Han + - Saugat Adhikari + - Yang Zhou 0001 + year: '2025' + doi: 10.1145/3731545.3731572 + url: https://doi.org/10.1145/3731545.3731572 + dblp_key: conf/hpdc/Yuan0AHAZ25 + venue_name: HPDC + pages: 23:1-23:14 +- title: Understanding Error Sensitivity in Checkpointing for Linear System Solvers + authors: + - Bohan Zhang + - Yafan Huang + - Jerry Li + - Guanpeng Li + year: '2025' + doi: 10.1145/3731545.3735118 + url: https://doi.org/10.1145/3731545.3735118 + dblp_key: conf/hpdc/ZhangHLL25 + venue_name: HPDC + pages: 29:1-29:3 +- title: Proceedings of the 34th International Symposium on High-Performance Parallel + and Distributed Computing, HPDC 2025, University of Notre Dame Conference Facilities, + Notre Dame, IN, USA, July 20-23, 2025 + authors: + - Robert W. Wisniewski + - Ivona Brandic + year: '2025' + doi: 10.1145/3731545 + url: https://doi.org/10.1145/3731545 + dblp_key: conf/hpdc/2025 + venue_name: HPDC + pages: null diff --git a/site/data/papers/HPDC-2025-digest.yaml b/site/data/papers/HPDC-2025-digest.yaml new file mode 100644 index 0000000..95d4e6f --- /dev/null +++ b/site/data/papers/HPDC-2025-digest.yaml @@ -0,0 +1,55 @@ +venue: HPDC +year: 2025 +date: "2025-07-20" +tags: [hpc, distributed-systems, networking, storage, scheduling, cloud-hpc, performance] + +selected: + - dblp_key: "conf/hpdc/FanDBK25" + title: "Parameterized Algorithms for Non-uniform All-to-all" + tldr: "Introduces parameterized algorithms that adapt non-uniform all-to-all collective communication to heterogeneous network topologies, reducing message contention and improving throughput." + why_notable: "Non-uniform all-to-all is a performance bottleneck in many HPC applications; topology-aware parameterization directly benefits MPI implementations on dragonfly and fat-tree networks at scale." + + - dblp_key: "conf/hpdc/KashyapLL25" + title: "DPU-KV: On the Benefits of DPU Offloading for In-Memory Key-Value Stores at the Edge" + tldr: "Offloads key-value store operations to Data Processing Units (DPUs) over RDMA to reduce CPU overhead and tail latency in edge deployments." + why_notable: "DPU offloading is an emerging paradigm for network-attached smart NICs in HPC clusters; this work provides concrete performance analysis showing when and how much offloading helps, informing future RDMA-based storage designs." + + - dblp_key: "conf/hpdc/WeiXGHDTT25" + title: "TSUE: A Two-Stage Data Update Method for an Erasure Coded Cluster File System" + tldr: "Proposes a two-stage update scheme for erasure-coded parallel file systems that decouples the logging and parity-update phases to cut write amplification and I/O latency." + why_notable: "Erasure coding is increasingly used in large-scale HPC storage to replace replication, but update overhead remains a bottleneck; TSUE addresses a core pain point for Lustre- and GPFS-class parallel file systems." + + - dblp_key: "conf/hpdc/GuoYW025" + title: "LegoIndex: A Scalable and Modular Indexing Framework for Efficient Analysis of Extreme-Scale Particle Data" + tldr: "Presents a composable, multi-level indexing framework for particle simulation datasets that enables efficient query processing at extreme scale without requiring full dataset scans." + why_notable: "Scientific particle simulations at exascale generate data volumes that overwhelm traditional post-processing pipelines; LegoIndex's modular design allows it to be adapted across different storage backends and query patterns commonly seen in DOE workloads." + + - dblp_key: "conf/hpdc/YangDZLL00C025" + title: "IPComp: Interpolation Based Progressive Lossy Compression for Scientific Applications" + tldr: "Introduces interpolation-driven progressive lossy compression that lets users trade accuracy for compression ratio at query time rather than at write time, without re-compressing stored data." + why_notable: "Progressive reconstruction is a long-sought capability for HPC I/O; IPComp achieves it with competitive compression ratios and builds on the widely used SZ/ZFP lineage, making adoption in existing scientific workflows straightforward." + + - dblp_key: "conf/hpdc/Liu0YJYJ25" + title: "Advancing Scientific Data Compression via Cross-Field Prediction" + tldr: "Exploits correlations between different physical fields in multi-field scientific datasets to improve lossy compression ratios beyond what single-field methods can achieve." + why_notable: "Multi-field simulations (climate, combustion, fusion) dominate HPC storage consumption; cross-field prediction represents a principled, generally applicable step change in compression efficiency for these workloads." + + - dblp_key: "conf/hpdc/AshworthLGGPBYM25" + title: "Flux Emulator: First Insights into Optimizing Scheduling for Exascale HPC" + tldr: "Presents an emulation infrastructure for the Flux workload manager that enables scheduling algorithm evaluation at exascale node counts without requiring access to a full exascale machine." + why_notable: "Validating schedulers at exascale is otherwise infeasible before systems exist; Flux Emulator directly supports the scheduling research needed to maximize utilization of Frontier- and Aurora-class systems." + + - dblp_key: "conf/hpdc/ParkSLLKKS25" + title: "HYPERF: End-to-End Autotuning Framework for High-Performance Computing" + tldr: "Delivers an end-to-end autotuning framework that jointly optimizes compiler flags, runtime parameters, and problem-specific configurations for HPC applications through structured search." + why_notable: "Manual tuning of HPC codes for new architectures is expensive and error-prone; HYPERF's end-to-end scope distinguishes it from prior tools that target only one layer of the software stack, offering broader applicability across the HPC software ecosystem." + + - dblp_key: "conf/hpdc/BhosaleKS25" + title: "Efficient and Cost-Effective HPC on the Cloud" + tldr: "Demonstrates how Charm++-based adaptive runtime techniques—load balancing, dynamic over-decomposition, and message-driven execution—can recover near-on-premises HPC performance on cloud instances despite higher network variability." + why_notable: "Cloud-HPC convergence is a major community priority as on-premises clusters face procurement delays; this paper provides a practitioner-oriented analysis of which runtime adaptations deliver the best performance-per-dollar on AWS and Azure." + + - dblp_key: "conf/hpdc/SolorzanoRSWBT25" + title: "Bringing Differential Privacy to HPC: Privacy-Preserving Transformations of HPC Traces" + tldr: "Applies differential privacy mechanisms to HPC job and performance traces, enabling centers to share workload data for research without exposing sensitive user or application information." + why_notable: "Sharing HPC traces is critical for reproducible scheduling and performance research but is often blocked by privacy concerns; this work provides a rigorous, deployable solution that could unlock a significant new supply of public HPC datasets." diff --git a/site/data/papers/IC-2024-candidates.yaml b/site/data/papers/IC-2024-candidates.yaml new file mode 100644 index 0000000..57d308f --- /dev/null +++ b/site/data/papers/IC-2024-candidates.yaml @@ -0,0 +1,674 @@ +venue: IC +year: 2024 +source: dblp +count: 52 +papers: +- title: A Grateful Farewell and a Warm Welcome + authors: + - George Pallis 0001 + year: '2024' + doi: 10.1109/MIC.2024.3353468 + url: https://doi.org/10.1109/MIC.2024.3353468 + dblp_key: journals/internet/000124 + venue_name: IEEE Internet Comput. + pages: '5' +- title: Digital Transformation in Remote Learning and Work - An Externality of the + COVID-19 Pandemic + authors: + - Kevin K. W. Ho 0001 + - Shaoyu Ye + - Dickson K. W. Chiu + - Takuya Sekiguchi + year: '2024' + doi: 10.1109/MIC.2023.3332887 + url: https://doi.org/10.1109/MIC.2023.3332887 + dblp_key: journals/internet/0001YCS24 + venue_name: IEEE Internet Comput. + pages: 10-17 +- title: The Dark Crypto World! + authors: + - Muhammad Abulaish + - Harshita Dalal + year: '2024' + doi: 10.1109/MIC.2024.3373706 + url: https://doi.org/10.1109/MIC.2024.3373706 + dblp_key: journals/internet/AbulaishD24 + venue_name: IEEE Internet Comput. + pages: 26-36 +- title: 'Alignment Studio: Aligning Large Language Models to Particular Contextual + Regulations' + authors: + - Swapnaja Achintalwar + - Ioana Baldini + - Djallel Bouneffouf 0001 + - Joan Byamugisha + - Maria Chang 0001 + - Pierre L. Dognin + - Eitan Farchi + - Ndivhuwo Makondo + - Aleksandra Mojsilovic + - Manish Nagireddy + - Karthikeyan Natesan Ramamurthy + - Inkit Padhi + - Orna Raz + - Jesus Rios + - Prasanna Sattigeri + - Moninder Singh + - Siphiwe Thwala + - Rosario A. Uceda-Sosa + - Kush R. Varshney + year: '2024' + doi: 10.1109/MIC.2024.3453671 + url: https://doi.org/10.1109/MIC.2024.3453671 + dblp_key: journals/internet/AchintalwarBBBCDFMMNRPR24 + venue_name: IEEE Internet Comput. + pages: 28-36 +- title: The Role of Computer Science in Responsible AI Governance + authors: + - Virgílio A. F. Almeida + - Jussara M. Almeida + - Wagner Meira Jr. + year: '2024' + doi: 10.1109/MIC.2024.3388282 + url: https://doi.org/10.1109/MIC.2024.3388282 + dblp_key: journals/internet/AlmeidaAM24 + venue_name: IEEE Internet Comput. + pages: 55-58 +- title: 'Revisiting Trust Management in the Data Economy: A Road Map' + authors: + - Claudio A. Ardagna + - Nicola Bena + - Nadia Bennani + - Chirine Ghedira Guegan + - Nicolò Grecchi + - Genoveva Vargas-Solar + year: '2024' + doi: 10.1109/MIC.2024.3398403 + url: https://doi.org/10.1109/MIC.2024.3398403 + dblp_key: journals/internet/ArdagnaBBGGV24 + venue_name: IEEE Internet Comput. + pages: 21-29 +- title: Machine Learning Data Market Based on Multiagent Systems + authors: + - Hajar Baghcheband + - Carlos Soares + - Luís Paulo Reis + year: '2024' + doi: 10.1109/MIC.2024.3399049 + url: https://doi.org/10.1109/MIC.2024.3399049 + dblp_key: journals/internet/BaghchebandSR24 + venue_name: IEEE Internet Comput. + pages: 7-13 +- title: Empowering Database Learning Through Remote Educational Escape Rooms + authors: + - Enrique Barra + - Sonsoles López-Pernas + - Aldo Gordillo + - Alejandro Pozo + - Jose Andrés Muñoz-Arcentales + - Javier Conde + year: '2024' + doi: 10.1109/MIC.2023.3333199 + url: https://doi.org/10.1109/MIC.2023.3333199 + dblp_key: journals/internet/BarraLGPMC24 + venue_name: IEEE Internet Comput. + pages: 18-25 +- title: Requirements and Design Architecture for Digital Twin End-to-End Trustworthiness + authors: + - Nicola Bicocchi + - Mattia Fogli + - Carlo Giannelli + - Marco Picone + - Antonio Virdis + year: '2024' + doi: 10.1109/MIC.2024.3376439 + url: https://doi.org/10.1109/MIC.2024.3376439 + dblp_key: journals/internet/BicocchiFGPV24 + venue_name: IEEE Internet Comput. + pages: 31-39 +- title: 'AI Design: A Responsible Artificial Intelligence Framework for Prefilling + Impact Assessment Reports' + authors: + - Edyta Paulina Bogucka + - Marios Constantinides + - Sanja Scepanovic + - Daniele Quercia + year: '2024' + doi: 10.1109/MIC.2024.3451351 + url: https://doi.org/10.1109/MIC.2024.3451351 + dblp_key: journals/internet/BoguckaCSQ24 + venue_name: IEEE Internet Comput. + pages: 37-45 +- title: 'Softwarized Networks in the Age of Generative Artificial Intelligence: Use + Cases, Challenges, and Opportunities' + authors: + - Prasad Calyam + - Alexander Clemm + - Ashish Pandey + - Upasana Roy + - Alexander Keller + - Sajal K. Das 0001 + - Kenneth L. Calvert + year: '2024' + doi: 10.1109/MIC.2024.3485954 + url: https://doi.org/10.1109/MIC.2024.3485954 + dblp_key: journals/internet/CalyamCPRKDC24 + venue_name: IEEE Internet Comput. + pages: 68-76 +- title: On Causality in Distributed Continuum Systems + authors: + - Víctor Casamayor-Pujol + - Boris Sedlak + - Praveen Kumar Donta + - Schahram Dustdar + year: '2024' + doi: 10.1109/MIC.2023.3344248 + url: https://doi.org/10.1109/MIC.2023.3344248 + dblp_key: journals/internet/CasamayorPujolSDD24 + venue_name: IEEE Internet Comput. + pages: 57-64 +- title: Toward a Programmable Humanizing Artificial Intelligence Through Scalable + Stance-Directed Architecture + authors: + - Yusuf Mücahit Çetinkaya + - Yeonjung Lee + - Emre Külah + - Ismail Hakki Toroslu + - Michael A. Cowan + - Hasan Davulcu + year: '2024' + doi: 10.1109/MIC.2024.3450090 + url: https://doi.org/10.1109/MIC.2024.3450090 + dblp_key: journals/internet/CetinkayaLKTCD24 + venue_name: IEEE Internet Comput. + pages: 20-27 +- title: 'Immersive Computing: What to Expect in a Decade?' + authors: + - Songqing Chen + - Bo Han 0001 + - Yao Liu 0001 + year: '2024' + doi: 10.1109/MIC.2024.3388808 + url: https://doi.org/10.1109/MIC.2024.3388808 + dblp_key: journals/internet/ChenHL24 + venue_name: IEEE Internet Comput. + pages: 46-54 +- title: 3-D Point Cloud Map Compression for Connected Intelligent Vehicles + authors: + - Youngjoon Choi + - Hannah Baek + - Jinseop Jeong + - Kanghee Kim + year: '2024' + doi: 10.1109/MIC.2023.3342793 + url: https://doi.org/10.1109/MIC.2023.3342793 + dblp_key: journals/internet/ChoiBJK24 + venue_name: IEEE Internet Comput. + pages: 53-60 +- title: Remembering David Mills (1938-2024) + authors: + - Steve Crang + - Vint Cerf + year: '2024' + doi: 10.1109/MIC.2024.3370448 + url: https://doi.org/10.1109/MIC.2024.3370448 + dblp_key: journals/internet/CrangC24 + venue_name: IEEE Internet Comput. + pages: 73-75 +- title: Distributed Federated Deep Learning in Clustered Internet of Things Wireless + Networks With Data Similarity-Based Client Participation + authors: + - Evangelia Fragkou 0001 + - Eleftheria Chini + - Maria Papadopoulou 0008 + - Dimitrios K. Papakostas + - Dimitrios Katsaros 0001 + - Schahram Dustdar + year: '2024' + doi: 10.1109/MIC.2024.3439068 + url: https://doi.org/10.1109/MIC.2024.3439068 + dblp_key: journals/internet/FragkouCPPKD24 + venue_name: IEEE Internet Comput. + pages: 53-61 +- title: 'Potential of Zero-Touch Network Management in Industry 5.0: A Future Prospect' + authors: + - Abhishek Hazra + - Alakesh Kalita + - Mohan Gurusamy + - Dipak Kumar Sah + year: '2024' + doi: 10.1109/MIC.2024.3504553 + url: https://doi.org/10.1109/MIC.2024.3504553 + dblp_key: journals/internet/HazraKGS24 + venue_name: IEEE Internet Comput. + pages: 45-52 +- title: Power-Aware CPU Cap Mechanism in Serverless Computing Environments + authors: + - M. Reza HoseinyFarahabady + - Albert Y. Zomaya + year: '2024' + doi: 10.1109/MIC.2024.3513446 + url: https://doi.org/10.1109/MIC.2024.3513446 + dblp_key: journals/internet/HoseinyFarahabadyZ24 + venue_name: IEEE Internet Comput. + pages: 29-36 +- title: Serverless Computing + authors: + - Shadi Ibrahim + - Omer F. Rana + - Olivier Beaumont + - Xiaowen Chu 0001 + year: '2024' + doi: 10.1109/MIC.2024.3524507 + url: https://doi.org/10.1109/MIC.2024.3524507 + dblp_key: journals/internet/IbrahimRBC24 + venue_name: IEEE Internet Comput. + pages: 5-7 +- title: 'Hierarchical Network Data Analytics Framework for 6G Network Automation: + Design and Implementation' + authors: + - Youbin Jeon + - Sangheon Pack + year: '2024' + doi: 10.1109/MIC.2024.3369939 + url: https://doi.org/10.1109/MIC.2024.3369939 + dblp_key: journals/internet/JeonP24 + venue_name: IEEE Internet Comput. + pages: 38-46 +- title: 'Remote Work and Gender Inequality: Unmasking the Challenges and Seeking + Solutions' + authors: + - Hem Chandra Joshi + - Sandeep Kumar 0004 + year: '2024' + doi: 10.1109/MIC.2023.3335614 + url: https://doi.org/10.1109/MIC.2023.3335614 + dblp_key: journals/internet/Joshi024 + venue_name: IEEE Internet Comput. + pages: 42-51 +- title: 'ARASEC: Adaptive Resource Allocation and Model Training for Serverless Edge-Cloud + Computing' + authors: + - Dewant Katare + - Eduard Marin + - Nicolas Kourtellis + - Marijn Janssen + - Aaron Yi Ding + year: '2024' + doi: 10.1109/MIC.2024.3514670 + url: https://doi.org/10.1109/MIC.2024.3514670 + dblp_key: journals/internet/KatareMKJD24 + venue_name: IEEE Internet Comput. + pages: 17-27 +- title: 'Beyond Von Neumann in the Computing Continuum: Architectures, Applications, + and Future Directions' + authors: + - Dragi Kimovski + - Nishant Saurabh + - Matthijs Jansen + - Atakan Aral + - Auday Al-Dulaimy + - André B. Bondi + - Antonino Galletta + - Alessandro V. Papadopoulos + - Alexandru Iosup + - Radu Prodan + year: '2024' + doi: 10.1109/MIC.2023.3301010 + url: https://doi.org/10.1109/MIC.2023.3301010 + dblp_key: journals/internet/KimovskiSJAABGPIP24 + venue_name: IEEE Internet Comput. + pages: 6-16 +- title: Remote Learning and Work + authors: + - René F. Kizilcec + - John C. Mitchell + year: '2024' + doi: 10.1109/MIC.2023.3339941 + url: https://doi.org/10.1109/MIC.2023.3339941 + dblp_key: journals/internet/KizilcecM24 + venue_name: IEEE Internet Comput. + pages: 7-9 +- title: 'Common Metadata Framework: Integrated Framework for Trustworthy Artificial + Intelligence Pipelines' + authors: + - Ann Mary Justine Koomthanam + - Aalap Tripathy + - Sergey Serebryakov + - Gyanaranjan Nayak + - Martin Foltin + - Suparna Bhattacharya + year: '2024' + doi: 10.1109/MIC.2024.3377170 + url: https://doi.org/10.1109/MIC.2024.3377170 + dblp_key: journals/internet/KoomthanamTSNFB24 + venue_name: IEEE Internet Comput. + pages: 37-44 +- title: 'HeROsim: An Allocation and Scheduling Simulator for Evaluating Serverless + Orchestration Policies' + authors: + - Vincent Lannurien + - Laurent d'Orazio + - Olivier Barais + - Stéphane Paquelet + - Jalil Boukhobza + year: '2024' + doi: 10.1109/MIC.2024.3511332 + url: https://doi.org/10.1109/MIC.2024.3511332 + dblp_key: journals/internet/LannuriendBPB24 + venue_name: IEEE Internet Comput. + pages: 8-16 +- title: 'Enabling 6G and Beyond Network Functions From Space: Challenges and Opportunities' + authors: + - Lixin Liu + - Wei Liu 0192 + - Yuanjie Li + - Hewu Li + year: '2024' + doi: 10.1109/MIC.2024.3359773 + url: https://doi.org/10.1109/MIC.2024.3359773 + dblp_key: journals/internet/LiuLLL24 + venue_name: IEEE Internet Comput. + pages: 8-17 +- title: Privacy-Preserving Recommendation Based on a Shuffled Federated Graph Neural + Network + authors: + - Qinbo Liu + - Lichen Yang + - Yang Liu 0039 + - Jiaqi Deng + - Guorui Wu + year: '2024' + doi: 10.1109/MIC.2023.3349288 + url: https://doi.org/10.1109/MIC.2023.3349288 + dblp_key: journals/internet/LiuYLDW24 + venue_name: IEEE Internet Comput. + pages: 17-24 +- title: Are Remote Educational Escape Rooms Designed During the Pandemic Useful in + a Postpandemic Face-to-Face Setting? + authors: + - Daniel López-Fernández + - Aldo Gordillo + - Sonsoles López-Pernas + - Edmundo Tovar + year: '2024' + doi: 10.1109/MIC.2023.3336057 + url: https://doi.org/10.1109/MIC.2023.3336057 + dblp_key: journals/internet/Lopez-Fernandez24 + venue_name: IEEE Internet Comput. + pages: 34-41 +- title: 'Revisiting Edge AI: Opportunities and Challenges' + authors: + - Tobias Meuser + - Lauri Lovén + - Monowar Bhuyan + - Shishir G. Patil + - Schahram Dustdar + - Atakan Aral + - Suzan Bayhan + - Christian Becker 0001 + - Eyal de Lara + - Aaron Yi Ding + - Janick Edinger + - James Gross + - Nitinder Mohan + - Andy D. Pimentel + - Etienne Rivière + - Henning Schulzrinne + - Pieter Simoens + - Gürkan Solmaz + - Michael Welzl + year: '2024' + doi: 10.1109/MIC.2024.3383758 + url: https://doi.org/10.1109/MIC.2024.3383758 + dblp_key: journals/internet/MeuserLBPDABBLDEGMPRSSS24 + venue_name: IEEE Internet Comput. + pages: 49-59 +- title: Special Issue on 6G Technologies and Applications + authors: + - Arvind Narayanan + - Mahesh K. Marina + - Vijay Gopalakrishnan + year: '2024' + doi: 10.1109/MIC.2024.3377948 + url: https://doi.org/10.1109/MIC.2024.3377948 + dblp_key: journals/internet/NarayananMG24 + venue_name: IEEE Internet Comput. + pages: 6-7 +- title: 'Adapting to Online and Remote Learning: Examining the Educational Assessment + Experiences of U.S. College Students Amidst COVID-19' + authors: + - Teresa M. Ober + - Ying Cheng 0004 + year: '2024' + doi: 10.1109/MIC.2023.3334025 + url: https://doi.org/10.1109/MIC.2023.3334025 + dblp_key: journals/internet/Ober024 + venue_name: IEEE Internet Comput. + pages: 26-33 +- title: 'WebAssembly at the Edge: Benchmarking a Serverless Platform for Private + Edge Cloud Systems' + authors: + - Giuseppe De Palma + - Saverio Giallorenzo + - Jacopo Mauro + - Matteo Trentin + - Gianluigi Zavattaro + year: '2024' + doi: 10.1109/MIC.2024.3513035 + url: https://doi.org/10.1109/MIC.2024.3513035 + dblp_key: journals/internet/PalmaGMTZ24 + venue_name: IEEE Internet Comput. + pages: 37-44 +- title: 'Measuring AI Fairness in a Continuum Maintaining Nuances: A Robustness Case + Study' + authors: + - Kuniko Paxton + - Koorosh Aslansefat + - Dhavalkumar Thakker + - Yiannis Papadopoulos + year: '2024' + doi: 10.1109/MIC.2024.3450815 + url: https://doi.org/10.1109/MIC.2024.3450815 + dblp_key: journals/internet/PaxtonATP24 + venue_name: IEEE Internet Comput. + pages: 11-19 +- title: 'Service-Oriented Computing: A Trajectory for Research to 2030' + authors: + - Pierluigi Plebani + - Stefan Schulte 0002 + - Damian Andrew Tamburri + - Schahram Dustdar + year: '2024' + doi: 10.1109/MIC.2023.3338908 + url: https://doi.org/10.1109/MIC.2023.3338908 + dblp_key: journals/internet/PlebaniSTD24 + venue_name: IEEE Internet Comput. + pages: 59-63 +- title: 'L26GC: Evolving the Low-Latency Core for Future Cellular Networks' + authors: + - Shixiong Qi + - K. K. Ramakrishnan + - Jyh-Cheng Chen + year: '2024' + doi: 10.1109/MIC.2024.3376655 + url: https://doi.org/10.1109/MIC.2024.3376655 + dblp_key: journals/internet/QiRC24 + venue_name: IEEE Internet Comput. + pages: 29-36 +- title: Open Experimental Measurements of Sub-6GHz Reconfigurable Intelligent Surfaces + authors: + - Marco Rossanese + - Placido Mursia + - Andres Garcia-Saavedra + - Vincenzo Sciancalepore + - Arash Asadi + - Xavier Costa-Pérez + year: '2024' + doi: 10.1109/MIC.2024.3376772 + url: https://doi.org/10.1109/MIC.2024.3376772 + dblp_key: journals/internet/RossaneseMGSAC24 + venue_name: IEEE Internet Comput. + pages: 19-28 +- title: Civilizing and Humanizing Artificial Intelligence in the Age of Large Language + Models + authors: + - Amit P. Sheth + - Kaushik Roy 0009 + - Hemant Purohit + - Amitava Das 0001 + year: '2024' + doi: 10.1109/MIC.2024.3444928 + url: https://doi.org/10.1109/MIC.2024.3444928 + dblp_key: journals/internet/ShethRPD24 + venue_name: IEEE Internet Comput. + pages: 5-10 +- title: Message from the Editor-In-Chief + authors: + - Weisong Shi + year: '2024' + doi: 10.1109/MIC.2024.3374908 + url: https://doi.org/10.1109/MIC.2024.3374908 + dblp_key: journals/internet/Shi24 + venue_name: IEEE Internet Comput. + pages: '5' +- title: 'Digital-Twin-Driven Deception Platform: Vision and Way Forward' + authors: + - Sabah Suhail + - Mubashar Iqbal 0001 + - Kieran McLaughlin + year: '2024' + doi: 10.1109/MIC.2024.3406188 + url: https://doi.org/10.1109/MIC.2024.3406188 + dblp_key: journals/internet/SuhailIM24 + venue_name: IEEE Internet Comput. + pages: 40-47 +- title: Privacy-Preserving Learning of Prediagnosis Models from Distributed Medical + Records + authors: + - Min Tang + - Ying Huang + - Guoqiang Deng + year: '2024' + doi: 10.1109/MIC.2024.3397314 + url: https://doi.org/10.1109/MIC.2024.3397314 + dblp_key: journals/internet/TangHD24 + venue_name: IEEE Internet Comput. + pages: 47-56 +- title: 'The Internet of Things in the Era of Generative AI: Vision and Challenges' + authors: + - Xin Wang 0120 + - Zhongwei Wan + - Arvin Hekmati + - Mingyu Zong + - Samiul Alam + - Mi Zhang 0002 + - Bhaskar Krishnamachari + year: '2024' + doi: 10.1109/MIC.2024.3443169 + url: https://doi.org/10.1109/MIC.2024.3443169 + dblp_key: journals/internet/WangWHZAZK24 + venue_name: IEEE Internet Comput. + pages: 57-64 +- title: Knowledge Graphs of Driving Scenes to Empower the Emerging Capabilities of + Neurosymbolic AI + authors: + - Ruwan Wickramarachchi + - Cory A. Henson + - Amit P. Sheth + year: '2024' + doi: 10.1109/MIC.2024.3494972 + url: https://doi.org/10.1109/MIC.2024.3494972 + dblp_key: journals/internet/WickramarachchiHS24 + venue_name: IEEE Internet Comput. + pages: 62-67 +- title: Data Management Challenges in Blockchain-Based Applications + authors: + - Stanly Wilson + - Kwabena Adu-Duodu + - Yinhao Li + - Ellis Solaiman + - Omer Farooq Rana + - Schahram Dustdar + - Rajiv Ranjan 0001 + year: '2024' + doi: 10.1109/MIC.2023.3319152 + url: https://doi.org/10.1109/MIC.2023.3319152 + dblp_key: journals/internet/WilsonALSRD024 + venue_name: IEEE Internet Comput. + pages: 70-80 +- title: 'Distributed Quantum Machine Learning: Federated and Model-Parallel Approaches' + authors: + - Jindi Wu + - Tianjie Hu + - Qun Li 0001 + year: '2024' + doi: 10.1109/MIC.2024.3361288 + url: https://doi.org/10.1109/MIC.2024.3361288 + dblp_key: journals/internet/WuHL24 + venue_name: IEEE Internet Comput. + pages: 65-72 +- title: 'Timeliness in Autonomous Driving: Hype or Reality?' + authors: + - Tianze Wu + - Weisong Shi + year: '2024' + doi: 10.1109/MIC.2024.3441869 + url: https://doi.org/10.1109/MIC.2024.3441869 + dblp_key: journals/internet/WuS24 + venue_name: IEEE Internet Comput. + pages: 75-84 +- title: Digital-Twin-Driven End-to-End Network Slicing Toward 6G + authors: + - Mahnoor Yaqoob + - Ramona Trestian + - Mallik Tatipamula + - Huan Xuan Nguyen + year: '2024' + doi: 10.1109/MIC.2023.3332252 + url: https://doi.org/10.1109/MIC.2023.3332252 + dblp_key: journals/internet/YaqoobTTN24 + venue_name: IEEE Internet Comput. + pages: 47-55 +- title: 'The EMPWR Platform: Data and Knowledge-Driven Processes for the Knowledge + Graph Lifecycle' + authors: + - Hong Yung Yip + - Amit P. Sheth + year: '2024' + doi: 10.1109/MIC.2023.3339858 + url: https://doi.org/10.1109/MIC.2023.3339858 + dblp_key: journals/internet/YipS24 + venue_name: IEEE Internet Comput. + pages: 61-69 +- title: Special Issue on Data Economy and Data Marketplaces + authors: + - Xiaohui Yu 0001 + - Jinfei Liu + year: '2024' + doi: 10.1109/MIC.2024.3415950 + url: https://doi.org/10.1109/MIC.2024.3415950 + dblp_key: journals/internet/YuL24 + venue_name: IEEE Internet Comput. + pages: 5-6 +- title: Digital Ethics in Federated Learning + authors: + - Liangqi Yuan + - Ziran Wang + - Christopher G. Brinton + year: '2024' + doi: 10.1109/MIC.2024.3370408 + url: https://doi.org/10.1109/MIC.2024.3370408 + dblp_key: journals/internet/YuanWB24 + venue_name: IEEE Internet Comput. + pages: 66-74 +- title: Protecting Data Buyer Privacy in Data Markets + authors: + - Minxing Zhang + - Jian Pei 0001 + year: '2024' + doi: 10.1109/MIC.2024.3398626 + url: https://doi.org/10.1109/MIC.2024.3398626 + dblp_key: journals/internet/ZhangP24 + venue_name: IEEE Internet Comput. + pages: 14-20 diff --git a/site/data/papers/IC-2024-digest.yaml b/site/data/papers/IC-2024-digest.yaml new file mode 100644 index 0000000..1b99f5d --- /dev/null +++ b/site/data/papers/IC-2024-digest.yaml @@ -0,0 +1,119 @@ +venue: IC +year: 2024 +selected: + - title: "Revisiting Edge AI: Opportunities and Challenges" + authors: + - Tobias Meuser + - Lauri Lovén + - Monowar Bhuyan + - Shishir G. Patil + - Schahram Dustdar + - Atakan Aral + - Suzan Bayhan + - Christian Becker 0001 + - Eyal de Lara + - Aaron Yi Ding + - Janick Edinger + - James Gross + - Nitinder Mohan + - Andy D. Pimentel + - Etienne Rivière + - Henning Schulzrinne + - Pieter Simoens + - Gürkan Solmaz + - Michael Welzl + tldr: "A multi-author position paper that revisits the state of edge AI, cataloguing deployment barriers and open research problems across hardware, networking, and software layers." + why_notable: "Brings together 19 leading researchers to synthesize the field's most pressing edge AI challenges, making it an authoritative reference for practitioners and researchers planning edge deployments." + + - title: "On Causality in Distributed Continuum Systems" + authors: + - Víctor Casamayor-Pujol + - Boris Sedlak + - Praveen Kumar Donta + - Schahram Dustdar + tldr: "Formalizes causal reasoning across cloud-to-edge continuum systems, providing a conceptual framework for tracking cause-and-effect relationships in highly distributed deployments." + why_notable: "Addresses a foundational gap in distributed systems theory that becomes critical when debugging or optimizing multi-tier edge–cloud pipelines." + + - title: "Beyond Von Neumann in the Computing Continuum: Architectures, Applications, and Future Directions" + authors: + - Dragi Kimovski + - Nishant Saurabh + - Matthijs Jansen + - Atakan Aral + - Auday Al-Dulaimy + - André B. Bondi + - Antonino Galletta + - Alessandro V. Papadopoulos + - Alexandru Iosup + - Radu Prodan + tldr: "Surveys non-von Neumann architectural paradigms—neuromorphic, in-memory, and dataflow computing—and maps them onto continuum computing use cases spanning edge to cloud." + why_notable: "Offers a rare cross-cutting view of how emerging hardware architectures reshape the design space for distributed Internet applications." + + - title: "ARASEC: Adaptive Resource Allocation and Model Training for Serverless Edge-Cloud Computing" + authors: + - Dewant Katare + - Eduard Marin + - Nicolas Kourtellis + - Marijn Janssen + - Aaron Yi Ding + tldr: "Proposes ARASEC, a system that jointly optimizes resource allocation and on-device model training for serverless functions deployed across edge and cloud nodes." + why_notable: "Demonstrates measurable efficiency gains in a realistic serverless edge-cloud setting, directly informing how operators should provision heterogeneous serverless infrastructure." + + - title: "WebAssembly at the Edge: Benchmarking a Serverless Platform for Private Edge Cloud Systems" + authors: + - Giuseppe De Palma + - Saverio Giallorenzo + - Jacopo Mauro + - Matteo Trentin + - Gianluigi Zavattaro + tldr: "Benchmarks a WebAssembly-based serverless runtime on private edge cloud hardware, measuring cold-start latency, throughput, and isolation overhead compared to container-based alternatives." + why_notable: "Provides concrete empirical data that practitioners need when evaluating WebAssembly as a lightweight alternative to Docker for edge serverless deployments." + + - title: "HeROsim: An Allocation and Scheduling Simulator for Evaluating Serverless Orchestration Policies" + authors: + - Vincent Lannurien + - Laurent d'Orazio + - Olivier Barais + - Stéphane Paquelet + - Jalil Boukhobza + tldr: "Introduces HeROsim, an open simulator that models serverless function placement and scheduling policies across heterogeneous infrastructure, enabling fair policy comparison without live cluster costs." + why_notable: "Fills a practical tooling gap for researchers and platform engineers who need reproducible evaluation environments for serverless orchestration algorithms." + + - title: "Hierarchical Network Data Analytics Framework for 6G Network Automation: Design and Implementation" + authors: + - Youbin Jeon + - Sangheon Pack + tldr: "Designs and implements a hierarchical analytics framework that aggregates network telemetry at multiple granularities to automate management decisions in 6G deployments." + why_notable: "Bridges the gap between 6G vision and practical automation by providing a concrete architecture with implementation details and empirical evaluation." + + - title: "Digital-Twin-Driven End-to-End Network Slicing Toward 6G" + authors: + - Mahnoor Yaqoob + - Ramona Trestian + - Mallik Tatipamula + - Huan Xuan Nguyen + tldr: "Proposes a digital-twin framework that continuously models and reconfigures end-to-end network slices, enabling dynamic SLA enforcement across heterogeneous 6G infrastructure." + why_notable: "Connects digital twin technology to the operational problem of network slice management, a key requirement for 6G service assurance." + + - title: "The Internet of Things in the Era of Generative AI: Vision and Challenges" + authors: + - Xin Wang 0120 + - Zhongwei Wan + - Arvin Hekmati + - Mingyu Zong + - Samiul Alam + - Mi Zhang 0002 + - Bhaskar Krishnamachari + tldr: "Examines how generative AI models can be integrated into IoT pipelines for data synthesis, anomaly detection, and on-device inference, and identifies the key resource and privacy constraints." + why_notable: "Provides a structured research agenda for one of the most active intersections in Internet computing, relevant to both IoT platform designers and ML practitioners." + + - title: "Distributed Federated Deep Learning in Clustered Internet of Things Wireless Networks With Data Similarity-Based Client Participation" + authors: + - Evangelia Fragkou 0001 + - Eleftheria Chini + - Maria Papadopoulou 0008 + - Dimitrios K. Papakostas + - Dimitrios Katsaros 0001 + - Schahram Dustdar + tldr: "Proposes a clustered federated learning scheme for wireless IoT networks that selects participating clients based on data similarity, reducing communication overhead and improving model convergence." + why_notable: "Addresses a core practical challenge in IoT federated learning—heterogeneous and non-IID data—with an empirically validated participation strategy." diff --git a/site/data/papers/IC-2025-candidates.yaml b/site/data/papers/IC-2025-candidates.yaml new file mode 100644 index 0000000..a98d2ed --- /dev/null +++ b/site/data/papers/IC-2025-candidates.yaml @@ -0,0 +1,678 @@ +venue: IC +year: 2025 +source: dblp +count: 52 +papers: +- title: 'AICon: Agentic Intelligence for the Computing Continuum' + authors: + - Ildefons Magrans de Abril + - Nefeli-Marina Rouska + - Víctor Casamayor-Pujol + - Schahram Dustdar + year: '2025' + doi: 10.1109/MIC.2025.3645964 + url: https://doi.org/10.1109/MIC.2025.3645964 + dblp_key: journals/internet/AbrilRCD25 + venue_name: IEEE Internet Comput. + pages: 53-62 +- title: 'iGenEdge: Intelligent Generative AI Service Deployment for Edge-Connected + IoT Devices' + authors: + - Faiza Akram + - Asad Waqar Malik + - Samee U. Khan + year: '2025' + doi: 10.1109/MIC.2025.3576072 + url: https://doi.org/10.1109/MIC.2025.3576072 + dblp_key: journals/internet/AkramMK25 + venue_name: IEEE Internet Comput. + pages: 16-24 +- title: 'Assessing Latency in ASR Systems: A Methodological Perspective for Real-Time + Use' + authors: + - Carlos Arriaga + - Alejandro Pozo + - Javier Conde + - Alvaro Alonso + year: '2025' + doi: 10.1109/MIC.2025.3614363 + url: https://doi.org/10.1109/MIC.2025.3614363 + dblp_key: journals/internet/ArriagaPCA25 + venue_name: IEEE Internet Comput. + pages: 17-24 +- title: 'Software Updates for Large-Scale Autonomous Vehicles Deployment: Challenges + and Opportunities' + authors: + - Arpan Bhattacharjee + - Weisong Shi + year: '2025' + doi: 10.1109/MIC.2025.3643221 + url: https://doi.org/10.1109/MIC.2025.3643221 + dblp_key: journals/internet/BhattacharjeeS25 + venue_name: IEEE Internet Comput. + pages: 65-72 +- title: 'Internet of Twins Approach: Digital-Twin-as-a-Platform Architecture' + authors: + - Lal Verda Çakir + - Mehmet Özdem + - Hamed Ahmadi + - Trung Q. Duong + - Berk Canberk + year: '2025' + doi: 10.1109/MIC.2024.3491915 + url: https://doi.org/10.1109/MIC.2024.3491915 + dblp_key: journals/internet/CakirOADC25 + venue_name: IEEE Internet Comput. + pages: 65-74 +- title: Reliable Cloud Operations Using Transformers + authors: + - Jorge Cardoso 0001 + year: '2025' + doi: 10.1109/MIC.2025.3575450 + url: https://doi.org/10.1109/MIC.2025.3575450 + dblp_key: journals/internet/Cardoso25 + venue_name: IEEE Internet Comput. + pages: 5-12 +- title: From IoT Networks Deployment to Robust Location-Based Services Using the + Digital Twin of a Building + authors: + - Aurélien Chambon + - Abderrezak Rachedi + - Abderrahim Sahli + - Ahmed Mebarki + year: '2025' + doi: 10.1109/MIC.2024.3502631 + url: https://doi.org/10.1109/MIC.2024.3502631 + dblp_key: journals/internet/ChambonRSM25 + venue_name: IEEE Internet Comput. + pages: 32-38 +- title: 'Empowering User Privacy in Edge Computing: Generative AI for Dynamic Policy + Compliance' + authors: + - Salma Dkier + - Souad Sadki + - Hanan El Bakkali + year: '2025' + doi: 10.1109/MIC.2025.3576184 + url: https://doi.org/10.1109/MIC.2025.3576184 + dblp_key: journals/internet/DkierSB25 + venue_name: IEEE Internet Comput. + pages: 25-35 +- title: Human-Based Distributed Intelligence in Computing Continuum Systems + authors: + - Praveen Kumar Donta + - Boris Sedlak + - Ilir Murturi + - Víctor Casamayor-Pujol + - Schahram Dustdar + year: '2025' + doi: 10.1109/MIC.2024.3460908 + url: https://doi.org/10.1109/MIC.2024.3460908 + dblp_key: journals/internet/DontaSMCD25 + venue_name: IEEE Internet Comput. + pages: 61-68 +- title: 'Enhancing Electric Vehicle Range Prediction: A Federated Learning Framework + Addressing Non-IID Data Challenges' + authors: + - Prajna Dora + - Harini N. 0001 + year: '2025' + doi: 10.1109/MIC.2025.3622738 + url: https://doi.org/10.1109/MIC.2025.3622738 + dblp_key: journals/internet/DoraN25 + venue_name: IEEE Internet Comput. + pages: 44-54 +- title: 'Probing the Augmented Reality Scene Analysis Capabilities of Large Multimodal + Models: Toward Reliable Real-Time Assessment Solutions' + authors: + - Lin Duan + - Elias Rotondo + - Yanming Xiu + - Sangjun Eom + - Ryan Jay Chen + - Conrad Li + - Yuhe Hu + - Maria Gorlatova + year: '2025' + doi: 10.1109/MIC.2025.3622505 + url: https://doi.org/10.1109/MIC.2025.3622505 + dblp_key: journals/internet/DuanRXECLHG25 + venue_name: IEEE Internet Comput. + pages: 25-34 +- title: User Feedback-Driven Generative Models-Based Methodology for Service Construction + authors: + - Guodong Fan + - Shizhan Chen + - Lu Zhang 0071 + year: '2025' + doi: 10.1109/MIC.2025.3548143 + url: https://doi.org/10.1109/MIC.2025.3548143 + dblp_key: journals/internet/FanCZ25 + venue_name: IEEE Internet Comput. + pages: 50-59 +- title: Have Multimodal Large Language Models Really Learned to Tell the Time on + Analog Clocks? + authors: + - Tairan Fu + - Miguel González 0005 + - Javier Conde + - Elena Merino Gómez + - Pedro Reviriego + year: '2025' + doi: 10.1109/MIC.2025.3618144 + url: https://doi.org/10.1109/MIC.2025.3618144 + dblp_key: journals/internet/FuGCGR25 + venue_name: IEEE Internet Comput. + pages: 48-54 +- title: 'Epistemic Partner or Cognitive Crutch: A Conceptual Model of Cognitive Offloading + in Human-Artificial Intelligence Collaboration' + authors: + - David Andrés García-Barrios + year: '2025' + doi: 10.1109/MIC.2025.3626694 + url: https://doi.org/10.1109/MIC.2025.3626694 + dblp_key: journals/internet/GarciaBarrios25 + venue_name: IEEE Internet Comput. + pages: 7-16 +- title: 'Building Multimodal Knowledge Graphs: Automation for Enterprise Integration' + authors: + - Ritvik Garimella + - Hong Yung Yip + - Revathy Venkataramanan + - Amit P. Sheth + year: '2025' + doi: 10.1109/MIC.2025.3588546 + url: https://doi.org/10.1109/MIC.2025.3588546 + dblp_key: journals/internet/GarimellaYVS25 + venue_name: IEEE Internet Comput. + pages: 76-84 +- title: Toward Carbon-Aware Data Transfers + authors: + - Jacob Goldverg + - Hasibul Jamil + - Elvis Rodrigues + - Tevfik Kosar + year: '2025' + doi: 10.1109/MIC.2025.3565187 + url: https://doi.org/10.1109/MIC.2025.3565187 + dblp_key: journals/internet/GoldvergJRK25 + venue_name: IEEE Internet Comput. + pages: 19-26 +- title: 'Think Locally, Act Globally: A Programming Model for Decentralized Applications' + authors: + - Julian Haas + - Christian Kuessner + - Ragnar Mogk + - Mira Mezini + year: '2025' + doi: 10.1109/MIC.2025.3618947 + url: https://doi.org/10.1109/MIC.2025.3618947 + dblp_key: journals/internet/HaasKMM25 + venue_name: IEEE Internet Comput. + pages: 55-64 +- title: Special Issue on Immersive Computing + authors: + - Bo Han 0001 + year: '2025' + doi: 10.1109/MIC.2026.3651156 + url: https://doi.org/10.1109/MIC.2026.3651156 + dblp_key: journals/internet/Han25 + venue_name: IEEE Internet Comput. + pages: 5-6 +- title: 'UniTwin: Pushing Universal Digital Twins Into the Clouds Through Reconfigurable + Container Environments' + authors: + - Tim Häußermann + - Joel Lehmann + - Alessa Rache + - Florian Kolb + - Felix Wühler + - Julian Reichwald + year: '2025' + doi: 10.1109/MIC.2024.3489876 + url: https://doi.org/10.1109/MIC.2024.3489876 + dblp_key: journals/internet/HaussermannLRKWR25 + venue_name: IEEE Internet Comput. + pages: 8-15 +- title: Special Issue on Computing for Sustainability + authors: + - David Irwin 0001 + - Prashant J. Shenoy + year: '2025' + doi: 10.1109/MIC.2025.3568562 + url: https://doi.org/10.1109/MIC.2025.3568562 + dblp_key: journals/internet/IrwinS25 + venue_name: IEEE Internet Comput. + pages: 6-7 +- title: A Vision for Computational Decarbonization of Societal Infrastructure + authors: + - David Irwin 0001 + - Prashant J. Shenoy + - Mohammad Hajiesmaili + - Walid A. Hanafy + - Jimi Oke + - Ramesh K. Sitaraman + - Yuvraj Agarwal + - Geoffrey J. Gordon + - Zico Kolter + - Deepak Rajagopal + - Mani Srivastava 0001 + - Vivienne Sze + - Priya L. Donti + - Andrew A. Chien + - John R. Birge + - Ali Hortaçsu + - Line Roald + year: '2025' + doi: 10.1109/MIC.2025.3575016 + url: https://doi.org/10.1109/MIC.2025.3575016 + dblp_key: journals/internet/IrwinSHHOSAGKRSSDCBHR25 + venue_name: IEEE Internet Comput. + pages: 27-35 +- title: Understanding User Trust and Expectations in Answerable Sociotechnical Systems + authors: + - Dilara Keküllüoglu + - Yuqi Niu + - Michael Rovatsos + - Nadin Kökciyan + year: '2025' + doi: 10.1109/MIC.2025.3633484 + url: https://doi.org/10.1109/MIC.2025.3633484 + dblp_key: journals/internet/KekulluogluNRK25 + venue_name: IEEE Internet Comput. + pages: 35-43 +- title: Special Issue on Human Meets AI + authors: + - Nadin Kökciyan + - Pradeep K. Murukannaiah + - Pinar Yolum + year: '2025' + doi: 10.1109/MIC.2025.3623390 + url: https://doi.org/10.1109/MIC.2025.3623390 + dblp_key: journals/internet/KokciyanMY25 + venue_name: IEEE Internet Comput. + pages: 5-6 +- title: 'Cognitive Digital Twins for the Microgrid: A Real-World Study for Intelligent + Energy Management and Optimization' + authors: + - Sivaneasan Bala Krishnan + - Kuan Tak Tan + - Wei Zhang 0082 + year: '2025' + doi: 10.1109/MIC.2024.3488896 + url: https://doi.org/10.1109/MIC.2024.3488896 + dblp_key: journals/internet/KrishnanTZ25 + venue_name: IEEE Internet Comput. + pages: 39-47 +- title: 'Human Digital Twins: Enhancing Interactions With Digital Ecosystems' + authors: + - Sergio Laso + - Juan Luis Herrera 0001 + - Jaime Galán-Jiménez + - Javier Berrocal + year: '2025' + doi: 10.1109/MIC.2024.3509672 + url: https://doi.org/10.1109/MIC.2024.3509672 + dblp_key: journals/internet/LasoHGB25 + venue_name: IEEE Internet Comput. + pages: 56-64 +- title: 'The Urban Space Information Platform: Opportunities and Challenges' + authors: + - Jiabao Li + - Rajiv Ranjan 0001 + - Yuewei Wang + - Xiaohui Huang 0002 + - Philip James 0002 + - Schahram Dustdar + year: '2025' + doi: 10.1109/MIC.2025.3527821 + url: https://doi.org/10.1109/MIC.2025.3527821 + dblp_key: journals/internet/LiRWHJD25 + venue_name: IEEE Internet Comput. + pages: 66-75 +- title: Governing Framework for the Responsible Democratization of Large-Language + Models in Banking + authors: + - Abhishek Mandal + - Rajitha Ramanayake + - Owen O'Neill + - William Flanagan + - Nabeel Kemal + - Mehdi Yekrangi + - Houssem Chatbri + - Christopher Martin 0012 + year: '2025' + doi: 10.1109/MIC.2025.3621976 + url: https://doi.org/10.1109/MIC.2025.3621976 + dblp_key: journals/internet/MandalROFKYCM25 + venue_name: IEEE Internet Comput. + pages: 25-34 +- title: 'Characterization of Probabilistic Structure of Internet Traffic During COVID-19: + A Study Based on MAWI Data' + authors: + - Anoushka Mittal + - Pranav Jain + - Karmeshu + - Shachi Sharma + year: '2025' + doi: 10.1109/MIC.2025.3576230 + url: https://doi.org/10.1109/MIC.2025.3576230 + dblp_key: journals/internet/MittalJKS25 + venue_name: IEEE Internet Comput. + pages: 13-21 +- title: Securing Voice Authentication Applications Against Targeted Data Poisoning + authors: + - Alireza Mohammadi + - Keshav Sood + - Asef Nazari + - Dhananjay R. Thiruvady + year: '2025' + doi: 10.1109/MIC.2025.3588068 + url: https://doi.org/10.1109/MIC.2025.3588068 + dblp_key: journals/internet/MohammadiSNT25 + venue_name: IEEE Internet Comput. + pages: 41-47 +- title: 'Smaller, Smarter, Closer: The Edge of Collaborative Generative Artificial + Intelligence' + authors: + - Roberto Morabito + - SiYoung Jang + year: '2025' + doi: 10.1109/MIC.2025.3575493 + url: https://doi.org/10.1109/MIC.2025.3575493 + dblp_key: journals/internet/MorabitoJ25 + venue_name: IEEE Internet Comput. + pages: 7-15 +- title: Memory-Augmented Autoencoder with Reservoir Computing for Edge-Based Anomaly + Detection in Autonomous Systems + authors: + - Fabiha Nowshin + - Zheng Dong 0002 + - Yang Yi 0002 + year: '2025' + doi: 10.1109/MIC.2025.3594330 + url: https://doi.org/10.1109/MIC.2025.3594330 + dblp_key: journals/internet/NowshinDY25 + venue_name: IEEE Internet Comput. + pages: 44-52 +- title: 'MEAL: Model of Empathy Augmented Logistics for Food Security' + authors: + - Seoyeong Park + - Munindar P. Singh + year: '2025' + doi: 10.1109/MIC.2025.3590008 + url: https://doi.org/10.1109/MIC.2025.3590008 + dblp_key: journals/internet/ParkS25 + venue_name: IEEE Internet Comput. + pages: 56-64 +- title: 'Rethinking Computing Systems in the Era of Climate Crisis: A Call for a + Sustainable Computing Continuum' + authors: + - Ella Peltonen + - Suzan Bayhan + - David Bermbach + - Sebastian Buschjäger + - Victoria Degeler + - Aaron Yi Ding + - Özlem Durmaz Incel + - Dewant Katare + - Mikkel Baun Kjærgaard + - Sam Leroux + - Toktam Mahmoodi + - Zoltán Ádám Mann + - Nirvana Meratnia + - Andy D. Pimentel + - Jan S. Rellermeyer + - Etienne Rivière + - Dolly Sapra + - Gürkan Solmaz + - Bram van der Waaij + year: '2025' + doi: 10.1109/MIC.2025.3566642 + url: https://doi.org/10.1109/MIC.2025.3566642 + dblp_key: journals/internet/PeltonenBBBDDIKKLMMMPRR25 + venue_name: IEEE Internet Comput. + pages: 8-18 +- title: Benchmarking Extended Reality Systems + authors: + - Voicu Popescu + - George Kesidis + - Gustavo de Veciana + - Sonia Fahmy + year: '2025' + doi: 10.1109/MIC.2025.3626597 + url: https://doi.org/10.1109/MIC.2025.3626597 + dblp_key: journals/internet/PopescuKVF25 + venue_name: IEEE Internet Comput. + pages: 7-14 +- title: 'Digital Twins and Artificial Collective Intelligence: Synergies for the + Future' + authors: + - Elena Pretel + - Elena Navarro 0001 + - Víctor Casamayor-Pujol + - Schahram Dustdar + year: '2025' + doi: 10.1109/MIC.2024.3521607 + url: https://doi.org/10.1109/MIC.2024.3521607 + dblp_key: journals/internet/PretelNCD25 + venue_name: IEEE Internet Comput. + pages: 75-85 +- title: Digital Twin-Enabled Unmanned Aerial Vehicles Network for Disaster Management + authors: + - Muhammad Adnan Qadir + - Sana Sharif + - Sherali Zeadally + - Waleed Ejaz + year: '2025' + doi: 10.1109/MIC.2025.3588134 + url: https://doi.org/10.1109/MIC.2025.3588134 + dblp_key: journals/internet/QadirSZE25 + venue_name: IEEE Internet Comput. + pages: 48-55 +- title: Equilibrium-Driven Antifragility in Computing Continuum Systems + authors: + - Nefeli-Marina Rouska + - Víctor Casamayor-Pujol + - Ildefons Magrans de Abril + - Schahram Dustdar + year: '2025' + doi: 10.1109/MIC.2025.3597479 + url: https://doi.org/10.1109/MIC.2025.3597479 + dblp_key: journals/internet/RouskaCAD25 + venue_name: IEEE Internet Comput. + pages: 55-64 +- title: Edge AI for Earth Observation + authors: + - Ning Ruan + - Kun Li + - Qiyang Zhang 0001 + - Lauri Lovén + - Praveen Kumar Donta + - Yi Jia + - Schahram Dustdar + year: '2025' + doi: 10.1109/MIC.2025.3587325 + url: https://doi.org/10.1109/MIC.2025.3587325 + dblp_key: journals/internet/RuanLZLDJD25 + venue_name: IEEE Internet Comput. + pages: 31-40 +- title: 'From Code to Intent: Re-Architecting Internet Computing for the AI Era' + authors: + - Douglas C. Schmidt + year: '2025' + doi: 10.1109/MIC.2026.3651157 + url: https://doi.org/10.1109/MIC.2026.3651157 + dblp_key: journals/internet/Schmidt25 + venue_name: IEEE Internet Comput. + pages: 63-69 +- title: 'Composite AI With Custom, Compact, Neurosymbolic Models: The Emergent Enterprise + Artificial Intelligence Paradigm' + authors: + - Amit P. Sheth + - Kaushik Roy 0009 + - Revathy Venkataramanan + - Venkatesan Nadimuthu + - Chathurangi Shyalika + year: '2025' + doi: 10.1109/MIC.2025.3570554 + url: https://doi.org/10.1109/MIC.2025.3570554 + dblp_key: journals/internet/ShethRVNS25 + venue_name: IEEE Internet Comput. + pages: 37-49 +- title: 'Ship-to-Shore Network Monitoring: The Research Vessel Sikuliaq Experience' + authors: + - Komal Thareja + - Anirban Mandal + - Julian Race + - Paul Ruth + - Christopher Romsos + - Ewa Deelman + year: '2025' + doi: 10.1109/MIC.2025.3615849 + url: https://doi.org/10.1109/MIC.2025.3615849 + dblp_key: journals/internet/TharejaMRRRD25 + venue_name: IEEE Internet Comput. + pages: 77-84 +- title: 'Dynamic Multimodal Process Knowledge Graphs: A Neurosymbolic Framework for + Compositional Reasoning' + authors: + - Revathy Venkataramanan + - Chathurangi Shyalika + - Amit P. Sheth + year: '2025' + doi: 10.1109/MIC.2024.3520366 + url: https://doi.org/10.1109/MIC.2024.3520366 + dblp_key: journals/internet/VenkataramananSS25 + venue_name: IEEE Internet Comput. + pages: 86-92 +- title: Special Issue on Digital Twins + authors: + - Ziran Wang + - Michael W. Grieves + - Yonggang Wen 0001 + - Fan Xue + year: '2025' + doi: 10.1109/MIC.2025.3540532 + url: https://doi.org/10.1109/MIC.2025.3540532 + dblp_key: journals/internet/WangGWX25 + venue_name: IEEE Internet Comput. + pages: 5-7 +- title: Multifidelity Data Fusion Mechanism for Digital Twins via the Internet of + Things + authors: + - Hao Wang 0225 + - Xueguan Song + - Chao Zhang 0017 + year: '2025' + doi: 10.1109/MIC.2024.3483831 + url: https://doi.org/10.1109/MIC.2024.3483831 + dblp_key: journals/internet/WangSZ25 + venue_name: IEEE Internet Comput. + pages: 16-23 +- title: 'Zero Trust-Driven Collaborative Intrusion Detection in Internet of Things: + A Continuous Trust Assessment Approach' + authors: + - Xinxin Wang + - Qingjun Yuan + - Yongjuan Wang + - Jihong Teng + - Jing Tao + - Meng Shen 0001 + year: '2025' + doi: 10.1109/MIC.2025.3610857 + url: https://doi.org/10.1109/MIC.2025.3610857 + dblp_key: journals/internet/WangYWTTS25 + venue_name: IEEE Internet Comput. + pages: 37-47 +- title: A Generative Modeling Method for Digital Twin Shop Floor + authors: + - Yanting Wu + - Yicheng Sun + - Xiaojian Wen + - Xiaoqiang Liu + - Jinsong Bao + - Sen Wang + year: '2025' + doi: 10.1109/MIC.2024.3522301 + url: https://doi.org/10.1109/MIC.2024.3522301 + dblp_key: journals/internet/WuSWLBW25 + venue_name: IEEE Internet Comput. + pages: 24-31 +- title: Conformal Prediction-Based Multifidelity Data Fusion for Digital Twins + authors: + - Baofei Xia + - Hao Wang 0225 + - Xueguan Song + - Chao Zhang 0017 + year: '2025' + doi: 10.1109/MIC.2025.3646629 + url: https://doi.org/10.1109/MIC.2025.3646629 + dblp_key: journals/internet/XiaWSZ25 + venue_name: IEEE Internet Comput. + pages: 35-43 +- title: Advancing Conservation Methods of the Great Wall Cultural Heritage Through + Digital Twin + authors: + - Zhi Zhang + - Anrong Dang + - Jingxiong Huang + - Yang Chen 0005 + year: '2025' + doi: 10.1109/MIC.2025.3539367 + url: https://doi.org/10.1109/MIC.2025.3539367 + dblp_key: journals/internet/ZhangDHC25 + venue_name: IEEE Internet Comput. + pages: 48-55 +- title: Special Issue on Generative AI for Edge Computing + authors: + - Mi Zhang 0002 + - Xia Hu 0001 + year: '2025' + doi: 10.1109/MIC.2025.3630305 + url: https://doi.org/10.1109/MIC.2025.3630305 + dblp_key: journals/internet/ZhangH25 + venue_name: IEEE Internet Comput. + pages: 5-6 +- title: 'When Generative Artificial Intelligence Meets Extended Reality: Enabling + Scalable and Natural Interactions' + authors: + - Mingyu Zhu + - Jiangong Chen + - Bin Li 0014 + year: '2025' + doi: 10.1109/MIC.2025.3619462 + url: https://doi.org/10.1109/MIC.2025.3619462 + dblp_key: journals/internet/ZhuCL25 + venue_name: IEEE Internet Comput. + pages: 15-24 +- title: On the Impacts of Spherical Harmonics and Gaussian Counts in WebGL-Based + 3-D Gaussian Splatting + authors: + - Mufeng Zhu + - Yao Liu 0001 + year: '2025' + doi: 10.1109/MIC.2025.3577578 + url: https://doi.org/10.1109/MIC.2025.3577578 + dblp_key: journals/internet/ZhuL25 + venue_name: IEEE Internet Comput. + pages: 23-30 +- title: 'A Survey of Large Language Models in Urban Natural Disaster Emergency Management: + Progress, Application, and Challenges' + authors: + - Guishui Zhu + - Feifei Zhang + - Rajiv Ranjan 0001 + - Schahram Dustdar + - Jiabao Li + - Yiyue Wang + - Yuewei Wang + - Xiaohui Huang 0002 + - Yunliang Chen 0002 + - Lizhe Wang 0001 + year: '2025' + doi: 10.1109/MIC.2025.3566787 + url: https://doi.org/10.1109/MIC.2025.3566787 + dblp_key: journals/internet/ZhuZRDLWWHCW25 + venue_name: IEEE Internet Comput. + pages: 66-76 diff --git a/site/data/papers/IC-2025-digest.yaml b/site/data/papers/IC-2025-digest.yaml new file mode 100644 index 0000000..db68569 --- /dev/null +++ b/site/data/papers/IC-2025-digest.yaml @@ -0,0 +1,107 @@ +venue: IC +year: 2025 +selected: + - title: "Rethinking Computing Systems in the Era of Climate Crisis: A Call for a Sustainable Computing Continuum" + authors: + - Ella Peltonen + - Suzan Bayhan + - David Bermbach + - Sebastian Buschjäger + - Victoria Degeler + - Aaron Yi Ding + - Özlem Durmaz Incel + - Dewant Katare + - Mikkel Baun Kjærgaard + - Sam Leroux + - Toktam Mahmoodi + - Zoltán Ádám Mann + - Nirvana Meratnia + - Andy D. Pimentel + - Jan S. Rellermeyer + - Etienne Rivière + - Dolly Sapra + - Gürkan Solmaz + - Bram van der Waaij + tldr: "A multi-author position paper calling for carbon-aware design principles across the cloud-to-edge computing continuum, surveying energy measurement, workload scheduling, and hardware lifecycle challenges." + why_notable: "Establishes a community research agenda for sustainable computing infrastructure at a time when datacenter and edge energy consumption is under increasing regulatory and societal scrutiny." + + - title: "Toward Carbon-Aware Data Transfers" + authors: + - Jacob Goldverg + - Hasibul Jamil + - Elvis Rodrigues + - Tevfik Kosar + tldr: "Proposes scheduling and routing strategies for large-scale data transfers that minimize carbon emissions by leveraging time- and location-varying grid carbon intensity signals." + why_notable: "Delivers a practical, implementable mechanism for reducing the carbon footprint of Internet data movement, directly applicable to data-intensive scientific and cloud workflows." + + - title: "Zero Trust-Driven Collaborative Intrusion Detection in Internet of Things: A Continuous Trust Assessment Approach" + authors: + - Xinxin Wang + - Qingjun Yuan + - Yongjuan Wang + - Jihong Teng + - Jing Tao + - Meng Shen 0001 + tldr: "Designs a collaborative intrusion detection system for IoT networks grounded in zero-trust principles, continuously reassessing device trust scores to isolate compromised nodes in real time." + why_notable: "Demonstrates how zero-trust architectures can be operationalized at IoT scale, providing a concrete detection model with empirical evaluation on real traffic." + + - title: "Securing Voice Authentication Applications Against Targeted Data Poisoning" + authors: + - Alireza Mohammadi + - Keshav Sood + - Asef Nazari + - Dhananjay R. Thiruvady + tldr: "Identifies and mitigates targeted data poisoning attacks on voice authentication systems by detecting and filtering malicious training samples before model updates are applied." + why_notable: "Highlights a practical and underexplored attack surface in biometric authentication services, with defenses validated against realistic adversarial scenarios." + + - title: "Characterization of Probabilistic Structure of Internet Traffic During COVID-19: A Study Based on MAWI Data" + authors: + - Anoushka Mittal + - Pranav Jain + - Karmeshu + - Shachi Sharma + tldr: "Applies statistical modeling to MAWI backbone traffic traces collected during COVID-19 to characterize shifts in Internet traffic distributions and identify new usage patterns." + why_notable: "Provides rare longitudinal empirical evidence of how a major societal disruption altered Internet traffic structure, with implications for capacity planning and anomaly detection baselines." + + - title: "iGenEdge: Intelligent Generative AI Service Deployment for Edge-Connected IoT Devices" + authors: + - Faiza Akram + - Asad Waqar Malik + - Samee U. Khan + tldr: "Proposes iGenEdge, a framework that intelligently partitions and deploys generative AI inference tasks across edge servers and IoT devices based on latency, energy, and model accuracy constraints." + why_notable: "Addresses the critical engineering challenge of running large generative models close to IoT data sources, with practical placement algorithms and experimental validation." + + - title: "Smaller, Smarter, Closer: The Edge of Collaborative Generative Artificial Intelligence" + authors: + - Roberto Morabito + - SiYoung Jang + tldr: "Surveys strategies for deploying collaborative generative AI models at the network edge, covering model compression, offloading, and inter-device coordination techniques." + why_notable: "Gives a clear-eyed assessment of where edge generative AI stands today and what infrastructure advances are needed, serving as a practical guide for edge platform designers." + + - title: "Memory-Augmented Autoencoder with Reservoir Computing for Edge-Based Anomaly Detection in Autonomous Systems" + authors: + - Fabiha Nowshin + - Zheng Dong 0002 + - Yang Yi 0002 + tldr: "Combines a memory-augmented autoencoder with reservoir computing to detect anomalies in autonomous system sensor streams directly on resource-constrained edge hardware." + why_notable: "Demonstrates strong anomaly detection accuracy under tight edge compute budgets, making it directly relevant to safety-critical IoT and autonomous vehicle deployments." + + - title: "Ship-to-Shore Network Monitoring: The Research Vessel Sikuliaq Experience" + authors: + - Komal Thareja + - Anirban Mandal + - Julian Race + - Paul Ruth + - Christopher Romsos + - Ewa Deelman + tldr: "Presents a real-world case study of continuous network monitoring for a research vessel operating over satellite links, characterizing link quality, disruptions, and measurement methodology." + why_notable: "Offers rare empirical data on challenged maritime Internet connectivity, informing the design of resilient monitoring and science workflows for remote and mobile environments." + + - title: "Think Locally, Act Globally: A Programming Model for Decentralized Applications" + authors: + - Julian Haas + - Christian Kuessner + - Ragnar Mogk + - Mira Mezini + tldr: "Introduces a programming model that lets developers write local per-node logic while the runtime automatically enforces global consistency and coordination across a decentralized application." + why_notable: "Tackles the fundamental complexity of building correct decentralized Internet applications, offering a principled abstraction that could reduce the gap between distributed systems theory and practice." diff --git a/site/data/papers/IPDPS-2024-candidates.yaml b/site/data/papers/IPDPS-2024-candidates.yaml new file mode 100644 index 0000000..498639f --- /dev/null +++ b/site/data/papers/IPDPS-2024-candidates.yaml @@ -0,0 +1,3836 @@ +venue: IPDPS +year: 2024 +source: dblp +count: 298 +papers: +- title: 'Druto: Upper-Bounding Silent Data Corruption Vulnerability in GPU Applications' + authors: + - Md Hasanur Rahman 0001 + - Sheng Di + - Shengjian Guo + - Xiaoyi Lu 0001 + - Guanpeng Li + - Franck Cappello + year: '2024' + doi: 10.1109/IPDPS57955.2024.00058 + url: https://doi.org/10.1109/IPDPS57955.2024.00058 + dblp_key: conf/ipps/0001DGLLC24 + venue_name: IPDPS + pages: 582-594 +- title: 31st Reconfigurable Architectures Workshop (RAW 2024) + authors: + - Jürgen Becker 0001 + - Zhenman Fang + - Viktor K. Prasanna + - Marco D. Santambrogio + - Ramachandran Vaidyanathan + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00019 + url: https://doi.org/10.1109/IPDPSW63119.2024.00019 + dblp_key: conf/ipps/0001FPSV24 + venue_name: IPDPS + pages: '79' +- title: Message from the HCW 2024 Technical Program Committee Co-Chairs + authors: + - Dhabaleswar K. Panda 0001 + - Hari Subramoni + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00009 + url: https://doi.org/10.1109/IPDPSW63119.2024.00009 + dblp_key: conf/ipps/0001S24 + venue_name: IPDPS + pages: '1' +- title: Message from the HCW 2024 Technical Program Committee Co-Chairs + authors: + - Dhabaleswar K. Panda 0001 + - Hari Subramoni + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00003 + url: https://doi.org/10.1109/IPDPSW63119.2024.00003 + dblp_key: conf/ipps/0001S24a + venue_name: IPDPS + pages: '4' +- title: 'The Art of Sparsity: Mastering High-Dimensional Tensor Storage' + authors: + - Bin Dong 0002 + - Kesheng Wu + - Suren Byna + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00094 + url: https://doi.org/10.1109/IPDPSW63119.2024.00094 + dblp_key: conf/ipps/0002WB24 + venue_name: IPDPS + pages: 439-446 +- title: 'HINT: Designing Cache-Efficient MPI_Alltoall using Hybrid Memory Copy Ordering + and Non-Temporal Instructions' + authors: + - Bharath Ramesh 0005 + - Nick Contini + - Nawras Alnaasan + - Kaushik Kandadi Suresh + - Mustafa Abduljabbar + - Aamir Shafi + - Hari Subramoni + - Dhabaleswar K. D. K. Panda + year: '2024' + doi: 10.1109/IPDPS57955.2024.00076 + url: https://doi.org/10.1109/IPDPS57955.2024.00076 + dblp_key: conf/ipps/0005CASASSP24 + venue_name: IPDPS + pages: 802-813 +- title: Scalable and Differentiable Simulator for Quantum Computational Chemistry + authors: + - Zhiqian Xu 0005 + - Honghui Shang + - Yi Fan + - Xiongzhi Zeng + - Yunquan Zhang + - Chu Guo + year: '2024' + doi: 10.1109/IPDPS57955.2024.00028 + url: https://doi.org/10.1109/IPDPS57955.2024.00028 + dblp_key: conf/ipps/0005SFZZG24 + venue_name: IPDPS + pages: 230-240 +- title: Optimizing Aria Concurrency Control Protocol with Early Dependency Resolution + authors: + - Yusuke Miyazaki 0006 + - Takashi Hoshino 0002 + - Hideyuki Kawashima + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00062 + url: https://doi.org/10.1109/IPDPSW63119.2024.00062 + dblp_key: conf/ipps/00060K24 + venue_name: IPDPS + pages: 242-249 +- title: 'nOS-V: Co-Executing HPC Applications Using System-Wide Task Scheduling' + authors: + - David Álvarez 0006 + - Kevin Sala + - Vicenç Beltran 0001 + year: '2024' + doi: 10.1109/IPDPS57955.2024.00035 + url: https://doi.org/10.1109/IPDPS57955.2024.00035 + dblp_key: conf/ipps/0006S024 + venue_name: IPDPS + pages: 312-324 +- title: A Case for Low Bitwidth Floating Point Arithmetic on FPGA for Transformer + Based DNN Inference + authors: + - Jiajun Wu 0006 + - Mo Song + - Jingmin Zhao + - Hayden Kwok-Hay So + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00045 + url: https://doi.org/10.1109/IPDPSW63119.2024.00045 + dblp_key: conf/ipps/0007SZS24 + venue_name: IPDPS + pages: 178-185 +- title: 'MUSE: A Runtime Incrementally Reconfigurable Network Adapting to HPC Real-Time + Traffic' + authors: + - Zijian Li 0003 + - Zixuan Chen + - Yiying Tang + - Xin Ai 0008 + - Yuanyi Zhu + - Zhigao Zhao + - Jiang Shao + - Guowei Liu + - Sen Liu 0002 + - Bin Liu 0001 + - Yang Xu 0010 + year: '2024' + doi: 10.1109/IPDPS57955.2024.00073 + url: https://doi.org/10.1109/IPDPS57955.2024.00073 + dblp_key: conf/ipps/0018CTAZZSLLLX24 + venue_name: IPDPS + pages: 765-779 +- title: 'ZSMILES: An Approach for Efficient SMILES Storage for Random Access in Virtual + Screening' + authors: + - Gianmarco Accordi + - Davide Gadioli + - Giorgio Seguini + - Andrea Rosario Beccari + - Gianluca Palermo + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00112 + url: https://doi.org/10.1109/IPDPSW63119.2024.00112 + dblp_key: conf/ipps/AccordiGSBP24 + venue_name: IPDPS + pages: 554-560 +- title: 'TEEMO: Temperature Aware Energy Efficient Multi-Retention STT-RAM Cache + Architecture' + authors: + - Sukarn Agarwal + - Shounak Chakraborty 0001 + - Magnus Själander + year: '2024' + doi: 10.1109/IPDPS57955.2024.00080 + url: https://doi.org/10.1109/IPDPS57955.2024.00080 + dblp_key: conf/ipps/Agarwal0S24 + venue_name: IPDPS + pages: 852-864 +- title: Message from the 2024 General Co-chairs + authors: + - Gagan Agrawal + - Alba Cristina Melo + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00005 + url: https://doi.org/10.1109/IPDPSW63119.2024.00005 + dblp_key: conf/ipps/AgrawalM24 + venue_name: IPDPS + pages: xxviii-xxix +- title: GrAPL 2024 Preface and Committees + authors: + - Nesreen K. Ahmed + - Manoj Kumar + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00095 + url: https://doi.org/10.1109/IPDPSW63119.2024.00095 + dblp_key: conf/ipps/AhmedK24 + venue_name: IPDPS + pages: 447-448 +- title: 'EDDIS: Accelerating Distributed Data-Parallel DNN Training for Heterogeneous + GPU Cluster' + authors: + - Shinyoung Ahn + - Hooyoung Ahn + - Hyeonseong Choi + - Jaehyun Lee + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00194 + url: https://doi.org/10.1109/IPDPSW63119.2024.00194 + dblp_key: conf/ipps/AhnACL24 + venue_name: IPDPS + pages: 1167-1168 +- title: 'Comparative Analysis of Executing GPU Applications on FPGA: HLS vs. Soft + GPU Approaches' + authors: + - Chihyo Ahn + - Shinnung Jeong + - Liam Paul Cooper + - Nicholas Parnenzini + - Hyesoon Kim + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00123 + url: https://doi.org/10.1109/IPDPSW63119.2024.00123 + dblp_key: conf/ipps/AhnJCPK24 + venue_name: IPDPS + pages: 634-641 +- title: Towards Accelerating k-NN with MPI and Near-Memory Processing + authors: + - Hooyoung Ahn + - Seonyoung Kim + - Yoo-Mi Park + - Woojong Han + - Nick Contini + - Bharath Ramesh 0005 + - Mustafa Abduljabbar + - Dhabaleswar K. Panda 0001 + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00119 + url: https://doi.org/10.1109/IPDPSW63119.2024.00119 + dblp_key: conf/ipps/AhnKPHC0A024 + venue_name: IPDPS + pages: 608-615 +- title: Performance Portability of Generated Cardiac Simulation Kernels Through Automatic + Dimensioning and Load Balancing on Heterogeneous Nodes + authors: + - Vincent Alba + - Olivier Aumage + - Denis Barthou + - Raphaël Colin + - Marie Christine Counilh + - Stéphane Genaud + - Amina Guermouche + - Vincent Loechner + - Arun Thangamani + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00171 + url: https://doi.org/10.1109/IPDPSW63119.2024.00171 + dblp_key: conf/ipps/AlbaABCCGGLT24 + venue_name: IPDPS + pages: 1006-1015 +- title: A Comparative Study on Simulation Frameworks for AI Accelerator Evaluation + authors: + - Christoffer Åleskog + - Håkan Grahn + - Anton Borg + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00073 + url: https://doi.org/10.1109/IPDPSW63119.2024.00073 + dblp_key: conf/ipps/AleskogGB24 + venue_name: IPDPS + pages: 321-328 +- title: Combining Lossy Compression with Multi-Level Caching for Data Staging over + Network + authors: + - Rei Aoyagi + - Keichi Takahashi + - Yoichi Shimomura + - Hiroyuki Takizawa + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00059 + url: https://doi.org/10.1109/IPDPSW63119.2024.00059 + dblp_key: conf/ipps/AoyagiTST24 + venue_name: IPDPS + pages: 212-221 +- title: Electric Drive Assignment Strategies Optimization for Plugin Hybrid Urban + Buses on Tailored Emissions Mapping + authors: + - José Miguel Aragón-Jurado + - Marina Díaz-Jiménez + - Bernabé Dorronsoro + - Pablo Pavón-Domínguez + - Marcin Seredynski + - Patricia Ruiz + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00160 + url: https://doi.org/10.1109/IPDPSW63119.2024.00160 + dblp_key: conf/ipps/Aragon-JuradoDD24 + venue_name: IPDPS + pages: 909-918 +- title: Application-Attuned Memory Management for Containerized HPC Workflows + authors: + - Moiz Arif + - Avinash Maurya + - M. Mustafa Rafique + - Dimitrios S. Nikolopoulos + - Ali Raza Butt + year: '2024' + doi: 10.1109/IPDPS57955.2024.00019 + url: https://doi.org/10.1109/IPDPS57955.2024.00019 + dblp_key: conf/ipps/ArifMRNB24 + venue_name: IPDPS + pages: 114-127 +- title: 'Unlocking the Potential: Performance Portability of Graph Algorithms on + Kokkos Framework' + authors: + - Shaikh Arifuzzaman + - Hasan Serdar Arikan + - Md Abdul Motaleb Faysal + - Maximilian H. Bremer + - John Shalf + - Doru Popovici + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00106 + url: https://doi.org/10.1109/IPDPSW63119.2024.00106 + dblp_key: conf/ipps/ArifuzzamanAFBS24 + venue_name: IPDPS + pages: 526-529 +- title: Accelerating TinyML Inference on Microcontrollers Through Approximate Kernels + authors: + - Giorgos Armeniakos + - Georgios Mentzos + - Dimitrios Soudris + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00044 + url: https://doi.org/10.1109/IPDPSW63119.2024.00044 + dblp_key: conf/ipps/ArmeniakosMS24 + venue_name: IPDPS + pages: '177' +- title: Drilling Down I/O Bottlenecks with Cross-layer I/O Profile Exploration + authors: + - Hammad Ather + - Jean Luca Bez + - Yankun Xia + - Suren Byna + year: '2024' + doi: 10.1109/IPDPS57955.2024.00053 + url: https://doi.org/10.1109/IPDPS57955.2024.00053 + dblp_key: conf/ipps/AtherBXB24 + venue_name: IPDPS + pages: 532-543 +- title: 'MDLoader: A Hybrid Model-driven Data Loader for Distributed Deep Neural + Networks Training' + authors: + - Jonghyun Bae + - Jong Youl Choi + - Massimiliano Lupo Pasini + - Kshitij Mehta + - Khaled Z. Ibrahim + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00203 + url: https://doi.org/10.1109/IPDPSW63119.2024.00203 + dblp_key: conf/ipps/BaeCPMI24 + venue_name: IPDPS + pages: 1193-1195 +- title: Performance Evaluation of VirtIO Device Drivers for Host-FPGA PCIe Communication + authors: + - Sahan Bandara + - Ahmed Sanaullah + - Zaid Tahir + - Ulrich Drepper + - Martin C. Herbordt + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00043 + url: https://doi.org/10.1109/IPDPSW63119.2024.00043 + dblp_key: conf/ipps/BandaraSTDH24 + venue_name: IPDPS + pages: 169-176 +- title: Automated Data Analysis for Defining Performance Metrics from Raw Hardware + Events + authors: + - Daniel Barry + - Anthony Danalis + - Jack J. Dongarra + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00134 + url: https://doi.org/10.1109/IPDPSW63119.2024.00134 + dblp_key: conf/ipps/BarryDD24 + venue_name: IPDPS + pages: 716-725 +- title: Low-Depth Spatial Tree Algorithms + authors: + - Yves Baumann + - Tal Ben-Nun + - Maciej Besta + - Lukas Gianinazzi + - Torsten Hoefler + - Piotr Luczynski + year: '2024' + doi: 10.1109/IPDPS57955.2024.00024 + url: https://doi.org/10.1109/IPDPS57955.2024.00024 + dblp_key: conf/ipps/BaumannBBGHL24 + venue_name: IPDPS + pages: 180-192 +- title: A Mathematical Model and a Convergence Result for Totally Asynchronous Federated + Learning + authors: + - Didier El Baz + - Jia Luo 0001 + - Hao Mo + - Lei Shi 0030 + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00165 + url: https://doi.org/10.1109/IPDPSW63119.2024.00165 + dblp_key: conf/ipps/Baz0MS24 + venue_name: IPDPS + pages: 956-963 +- title: Cutting a Wire with Non-Maximally Entangled States + authors: + - Marvin Bechtold + - Johanna Barzen + - Frank Leymann + - Alexander Mandl + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00185 + url: https://doi.org/10.1109/IPDPSW63119.2024.00185 + dblp_key: conf/ipps/BechtoldBLM24 + venue_name: IPDPS + pages: 1136-1145 +- title: PAISE 2024 Preface and Committees + authors: + - Pete Beckman + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00115 + url: https://doi.org/10.1109/IPDPSW63119.2024.00115 + dblp_key: conf/ipps/Beckman24 + venue_name: IPDPS + pages: 581-583 +- title: 'Harmonica: Hybrid Accelerator to Overcome Imperfections of Mixed-signal + DNN Accelerators' + authors: + - Payman Behnam + - Uday Kamal + - Ali Shafiee + - Alexey Tumanov + - Saibal Mukhopadhyay + year: '2024' + doi: 10.1109/IPDPS57955.2024.00061 + url: https://doi.org/10.1109/IPDPS57955.2024.00061 + dblp_key: conf/ipps/BehnamKSTM24 + venue_name: IPDPS + pages: 619-630 +- title: 'POCA: A PYNQ Offloaded Cryptographic Accelerator on Embedded FPGA-Based + Systems' + authors: + - Roberto A. Bertolini + - Filippo Carloni + - Davide Conficconi + - Marco Domenico Santambrogio + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00054 + url: https://doi.org/10.1109/IPDPSW63119.2024.00054 + dblp_key: conf/ipps/BertoliniCCS24 + venue_name: IPDPS + pages: '194' +- title: 'Paldia: Enabling SLO-Compliant and Cost-Effective Serverless Computing on + Heterogeneous Hardware' + authors: + - Vivek M. Bhasi + - Aakash Sharma + - Shruti Mohanty + - Mahmut Taylan Kandemir + - Chita R. Das + year: '2024' + doi: 10.1109/IPDPS57955.2024.00018 + url: https://doi.org/10.1109/IPDPS57955.2024.00018 + dblp_key: conf/ipps/BhasiSMKD24 + venue_name: IPDPS + pages: 100-113 +- title: Dynamic Resource Management for Elastic Scientific Workflows using PMIx + authors: + - Rajat Bhattarai + - Howard Pritchard + - Sheikh Ghafoor 0001 + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00131 + url: https://doi.org/10.1109/IPDPSW63119.2024.00131 + dblp_key: conf/ipps/BhattaraiP024 + venue_name: IPDPS + pages: 686-695 +- title: 'Exploiting long vectors with a CFD code: a co-design show case' + authors: + - Marc Blancafort + - Roger Ferrer + - Guillaume Houzeaux + - Marta Garcia-Gasulla + - Filippo Mantovani + year: '2024' + doi: 10.1109/IPDPS57955.2024.00047 + url: https://doi.org/10.1109/IPDPS57955.2024.00047 + dblp_key: conf/ipps/BlancafortFHGM24 + venue_name: IPDPS + pages: 453-464 +- title: Teaching Parallel Algorithms Using the Binary-Forking Model + authors: + - Guy E. Blelloch + - Yan Gu 0001 + - Yihan Sun 0001 + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00080 + url: https://doi.org/10.1109/IPDPSW63119.2024.00080 + dblp_key: conf/ipps/Blelloch0024 + venue_name: IPDPS + pages: 346-351 +- title: An Exploration of Global Optimization Strategies for Autotuning OpenMP-based + Codes + authors: + - Gregory Bolet + - Giorgis Georgakoudis + - Konstantinos Parasyris + - Kirk W. Cameron + - David Beckingsale + - Todd Gamblin + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00138 + url: https://doi.org/10.1109/IPDPSW63119.2024.00138 + dblp_key: conf/ipps/BoletGPCBG24 + venue_name: IPDPS + pages: 741-750 +- title: APDCM 2024 Preface and Committee List + authors: + - Jacir Luiz Bordim + - Koji Nakano + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00055 + url: https://doi.org/10.1109/IPDPSW63119.2024.00055 + dblp_key: conf/ipps/BordimN24 + venue_name: IPDPS + pages: 195-196 +- title: 'GIM (Ghost In the Machine): A Coarse-Grained Reconfigurable Compute-In-Memory + Platform for Exploring Machine-Learning Architectures' + authors: + - Maya Borowicz + - James Ding + - Winnie Fan + - Zhongqi Gao + - Davis Jackson + - Ares Lu + - Sophia Rohlfsen + - Ray Simar + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00126 + url: https://doi.org/10.1109/IPDPSW63119.2024.00126 + dblp_key: conf/ipps/BorowiczDFGJLRS24 + venue_name: IPDPS + pages: 658-663 +- title: Codeless PDC Modules for Early Computing Curriculum + authors: + - Chris Bourke + - Justin W. Firestone + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00082 + url: https://doi.org/10.1109/IPDPSW63119.2024.00082 + dblp_key: conf/ipps/BourkeF24 + venue_name: IPDPS + pages: 357-364 +- title: 'High-Speed Transcript Collection on Multimedia Platforms: Advancing Social + Media Research through Parallel Processing' + authors: + - Mert Can Cakmak + - Nitin Agarwal 0001 + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00153 + url: https://doi.org/10.1109/IPDPSW63119.2024.00153 + dblp_key: conf/ipps/CakmakA24 + venue_name: IPDPS + pages: 857-860 +- title: Parallelizing Accelerographic Records Processing + authors: + - Ronaldo Canizales + - Luis Mixco + - Jedidiah McClurg + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00154 + url: https://doi.org/10.1109/IPDPSW63119.2024.00154 + dblp_key: conf/ipps/CanizalesMM24 + venue_name: IPDPS + pages: 861-869 +- title: RAW 2024 Monday Keynote + authors: + - Deming Chen + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00021 + url: https://doi.org/10.1109/IPDPSW63119.2024.00021 + dblp_key: conf/ipps/Chen24 + venue_name: IPDPS + pages: '82' +- title: 'HA-CSD: Host and SSD Coordinated Compression for Capacity and Performance' + authors: + - Xiang Chen 0028 + - Tao Lu 0014 + - Jiapin Wang + - Yu Zhong + - Guangchun Xie + - Xueming Cao + - Yuanpeng Ma + - Bing Si + - Feng Ding + - Ying Yang + - Yunxin Huang + - Yafei Yang + - You Zhou 0009 + - Fei Wu 0005 + year: '2024' + doi: 10.1109/IPDPS57955.2024.00078 + url: https://doi.org/10.1109/IPDPS57955.2024.00078 + dblp_key: conf/ipps/ChenLWZXCMSDYHY24 + venue_name: IPDPS + pages: 825-838 +- title: 'SWEEP: Adaptive Task Scheduling for Exploring Energy Performance Trade-offs' + authors: + - Jing Chen 0038 + - Madhavan Manivannan + - Bhavishya Goel + - Miquel Pericàs + year: '2024' + doi: 10.1109/IPDPS57955.2024.00036 + url: https://doi.org/10.1109/IPDPS57955.2024.00036 + dblp_key: conf/ipps/ChenMGP24 + venue_name: IPDPS + pages: 325-336 +- title: Understanding Multi-Dimensional Efficiency of Fine-Tuning Large Language + Models Using SpeedUp, MemoryUp, and EnergyUp + authors: + - Dayuan Chen + - Noe Soto + - Jonas F. Tuttle + - Ziliang Zong + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00162 + url: https://doi.org/10.1109/IPDPSW63119.2024.00162 + dblp_key: conf/ipps/ChenSTZ24 + venue_name: IPDPS + pages: 929-937 +- title: Fast Abort-Freedom for Deterministic Transactions + authors: + - Chen Chen 0124 + - Xingbo Wu + - Wenshao Zhong + - Jakob Eriksson + year: '2024' + doi: 10.1109/IPDPS57955.2024.00067 + url: https://doi.org/10.1109/IPDPS57955.2024.00067 + dblp_key: conf/ipps/ChenWZE24 + venue_name: IPDPS + pages: 692-704 +- title: An SR-IOV SSD Optimized for QoS-Sensitive IaaS Cloud Storage + authors: + - Xiang Chen 0028 + - Ru Ying + - Haocong Ma + - Yao Wang + - Xianjun Meng + - Guangjun Xie + - Yonghui Zhan + - Fenyong Yuan + - Ying Yang + - Tao Lu 0014 + - Jinqiang Wang + - You Zhou 0009 + - Fei Wu 0005 + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00192 + url: https://doi.org/10.1109/IPDPSW63119.2024.00192 + dblp_key: conf/ipps/ChenYMWMXZYYYLW24 + venue_name: IPDPS + pages: 1161-1163 +- title: 'FEDGE: An Interference-Aware QoS Prediction Framework for Black-Box Scenario + in IaaS Clouds with Domain Generalization' + authors: + - Yunlong Cheng + - Xiuqi Huang + - Zifeng Liu + - Jiadong Chen + - Xiaofeng Gao 0001 + - Zhen Fang + - Yongqiang Yang + year: '2024' + doi: 10.1109/IPDPS57955.2024.00020 + url: https://doi.org/10.1109/IPDPS57955.2024.00020 + dblp_key: conf/ipps/ChengHLC0FY24 + venue_name: IPDPS + pages: 128-138 +- title: 'HPC Systems with Reconfigurable Optical Networks: Performance and Energy + Consumption Exploration' + authors: + - Xianwei Cheng + - Che-Yu Liu + - Roberto Proietti + - S. J. Ben Yoo + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00046 + url: https://doi.org/10.1109/IPDPSW63119.2024.00046 + dblp_key: conf/ipps/ChengLPY24 + venue_name: IPDPS + pages: '1' +- title: 'STGraph: A Framework for Temporal Graph Neural Networks' + authors: + - Joel Mathew Cherian + - Nithin Puthalath Manoj + - Kevin Jude Concessao + - Unnikrishnan Cheramangalath + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00102 + url: https://doi.org/10.1109/IPDPSW63119.2024.00102 + dblp_key: conf/ipps/CherianMCC24 + venue_name: IPDPS + pages: 496-505 +- title: A Fast Scalable Hardware Priority Queue and Optimizations for Multi-Pushes + authors: + - Samuel Collinson + - Allan Bai + - Oliver Sinnen + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00038 + url: https://doi.org/10.1109/IPDPSW63119.2024.00038 + dblp_key: conf/ipps/CollinsonBS24 + venue_name: IPDPS + pages: 134-140 +- title: Software Resource Disaggregation for HPC with Serverless Computing + authors: + - Marcin Copik + - Marcin Chrapek + - Larissa Schmid + - Alexandru Calotoiu + - Torsten Hoefler + year: '2024' + doi: 10.1109/IPDPS57955.2024.00021 + url: https://doi.org/10.1109/IPDPS57955.2024.00021 + dblp_key: conf/ipps/CopikCSCH24 + venue_name: IPDPS + pages: 139-156 +- title: Integration of Modern HPC Performance Tools in Vlasiator for Exascale Analysis + and Optimization + authors: + - Camille Coti + - Yann Pfau-Kempf + - Markus Battarbee + - Urs Ganse + - Sameer Shende + - Kevin A. Huck + - Jordi Alcaraz Rodriguez + - Leo Kotipalo + - Jennifer Faj + - Jeremy J. Williams + - Ivy Peng + - Allen D. Malony + - Stefano Markidis + - Minna Palmroth + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00170 + url: https://doi.org/10.1109/IPDPSW63119.2024.00170 + dblp_key: conf/ipps/CotiPBGSHRKFWPM24 + venue_name: IPDPS + pages: 996-1005 +- title: Parallel Derandomization for Coloring + authors: + - Sam Coy + - Artur Czumaj + - Peter Davies-Peck + - Gopinath Mishra + year: '2024' + doi: 10.1109/IPDPS57955.2024.00098 + url: https://doi.org/10.1109/IPDPS57955.2024.00098 + dblp_key: conf/ipps/CoyCDM24 + venue_name: IPDPS + pages: 1058-1069 +- title: PCM Enabled Low-Power Photonic Accelerator for Inference and Training on + Edge Devices + authors: + - Juliana Curry + - Ahmed Louri + - Avinash Karanth + - Razvan C. Bunescu + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00118 + url: https://doi.org/10.1109/IPDPSW63119.2024.00118 + dblp_key: conf/ipps/CurryLKB24 + venue_name: IPDPS + pages: 600-607 +- title: Exploring Large Language Models for Verilog Hardware Design Generation + authors: + - Erik H. D'Hollander + - Ewout Danneels + - Karel-Brecht Decorte + - Senne Loobuyck + - Arne Vanheule + - Ian Van Kets + - Dirk Stroobandt + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00034 + url: https://doi.org/10.1109/IPDPSW63119.2024.00034 + dblp_key: conf/ipps/DHollanderDDLVK24 + venue_name: IPDPS + pages: 111-115 +- title: 'GPU-LSolve: An Efficient GPU-Based Laplacian Solver for Million-Scale Graphs' + authors: + - Sumiaya Dabeer + - Amitabha Bagchi + - Rahul Narain + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00158 + url: https://doi.org/10.1109/IPDPSW63119.2024.00158 + dblp_key: conf/ipps/DabeerBN24 + venue_name: IPDPS + pages: 890-899 +- title: 'LightDAG: A Low-latency DAG-based BFT Consensus through Lightweight Broadcast' + authors: + - Xiaohai Dai + - Guanxiong Wang + - Jiang Xiao 0001 + - Zhengxuan Guo + - Rui Hao + - Xia Xie 0003 + - Hai Jin 0001 + year: '2024' + doi: 10.1109/IPDPS57955.2024.00093 + url: https://doi.org/10.1109/IPDPS57955.2024.00093 + dblp_key: conf/ipps/DaiWXGHX024 + venue_name: IPDPS + pages: 998-1008 +- title: Automatic Task Parallelization of Dataflow Graphs in ML/DL Models + authors: + - Srinjoy Das + - Lawrence Rauchwerger + year: '2024' + doi: 10.1109/IPDPS57955.2024.00070 + url: https://doi.org/10.1109/IPDPS57955.2024.00070 + dblp_key: conf/ipps/DasR24 + venue_name: IPDPS + pages: 728-739 +- title: 'ConvMap: Boosting Convolution Throughput on FPGAs with Efficient Resource + Mapping' + authors: + - Shubhayu Das + - Nanditha P. Rao + - Sharad Sinha + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00049 + url: https://doi.org/10.1109/IPDPSW63119.2024.00049 + dblp_key: conf/ipps/DasRS24 + venue_name: IPDPS + pages: '189' +- title: 'OneShot: View-Adapting Streamlined BFT Protocols with Trusted Execution + Environments' + authors: + - Jérémie Decouchant + - David Kozhaya + - Vincent Rahli + - Jiangshan Yu + year: '2024' + doi: 10.1109/IPDPS57955.2024.00095 + url: https://doi.org/10.1109/IPDPS57955.2024.00095 + dblp_key: conf/ipps/DecouchantKRY24 + venue_name: IPDPS + pages: 1022-1033 +- title: Towards Dynamic Autotuning of SpMV in CUSP Library + authors: + - Miroslav Demek + - Jiri Filipovic + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00012 + url: https://doi.org/10.1109/IPDPSW63119.2024.00012 + dblp_key: conf/ipps/DemekF24 + venue_name: IPDPS + pages: 14-22 +- title: 'TASER: Temporal Adaptive Sampling for Fast and Accurate Dynamic Graph Representation + Learning' + authors: + - Gangda Deng + - Hongkuan Zhou + - Hanqing Zeng + - Yinglong Xia + - Christopher Leung + - Jianbo Li + - Rajgopal Kannan + - Viktor K. Prasanna + year: '2024' + doi: 10.1109/IPDPS57955.2024.00087 + url: https://doi.org/10.1109/IPDPS57955.2024.00087 + dblp_key: conf/ipps/DengZZXLLKP24 + venue_name: IPDPS + pages: 926-937 +- title: The Impact of Asynchronous I/O in Checkpoint-Restart Workloads + authors: + - Hariharan Devarajan + - Adam Moody + - Donglai Dai + - Cameron Stanavige + - Elsa Gonsiorowski + - Marty McFadden + - Olaf Faaland + - Gregory Kosinovsky + - Kathryn M. Mohror + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00089 + url: https://doi.org/10.1109/IPDPSW63119.2024.00089 + dblp_key: conf/ipps/DevarajanMDSGMF24 + venue_name: IPDPS + pages: 397-405 +- title: 'Cost-Effective Methodology for Complex Tuning Searches in HPC: Navigating + Interdependencies and Dimensionality' + authors: + - Adrián Pérez Diéguez + - Min Choi + - Mahmut Okyay + - Mauro Del Ben + - Bryan M. Wong + - Khaled Z. Ibrahim + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00143 + url: https://doi.org/10.1109/IPDPSW63119.2024.00143 + dblp_key: conf/ipps/DieguezCOBWI24 + venue_name: IPDPS + pages: 792-801 +- title: Revolutionizing Personal Recommendations via Federated Contrastive Transformer + Learning + authors: + - Youcef Djenouri + - Fabio Augusto de Alcantara Andrade + - Gautam Srivastava 0001 + - Ahmed Nabil Belbachir + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00152 + url: https://doi.org/10.1109/IPDPSW63119.2024.00152 + dblp_key: conf/ipps/DjenouriA0B24 + venue_name: IPDPS + pages: 853-856 +- title: Extending the Mochi Methodology to Enable Dynamic HPC Data Services + authors: + - Matthieu Dorier + - Philip H. Carns + - Robert B. Ross + - Shane Snyder + - Robert Latham + - Amal Gueroudji + - George Amvrosiadis + - Chuck Cranor + - Jérome Soumagne + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00091 + url: https://doi.org/10.1109/IPDPSW63119.2024.00091 + dblp_key: conf/ipps/DorierCRSLGACS24 + venue_name: IPDPS + pages: 414-422 +- title: An Architectural Template for FPGA Overlays Targeting Data Flow Applications + authors: + - Anna Drewes + - Vitalii Burtsev + - Bala Gurumurthy + - Martin Wilhelm + - David Broneske + - Gunter Saake + - Thilo Pionteck + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00042 + url: https://doi.org/10.1109/IPDPSW63119.2024.00042 + dblp_key: conf/ipps/DrewesBGWBSP24 + venue_name: IPDPS + pages: 162-168 +- title: HCW 2024 Preface and Committee List + authors: + - Anne C. Elster + - Jan Christian Meyer + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00006 + url: https://doi.org/10.1109/IPDPSW63119.2024.00006 + dblp_key: conf/ipps/ElsterM24 + venue_name: IPDPS + pages: '1' +- title: Message from the HCW 2024 General Co-Chairs + authors: + - Anne C. Elster + - Jan Christian Meyer + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00008 + url: https://doi.org/10.1109/IPDPSW63119.2024.00008 + dblp_key: conf/ipps/ElsterM24a + venue_name: IPDPS + pages: '3' +- title: Toward a Holistic Performance Evaluation of Large Language Models Across + Diverse AI Accelerators + authors: + - Murali Emani + - Sam Foreman + - Varuni Sastry + - Zhen Xie + - Siddhisanket Raskar + - William Arnold + - Rajeev Thakur + - Venkatram Vishwanath + - Michael E. Papka + - Sanjif Shanmugavelu + - Darshan Gandhi + - Hengyu Zhao + - Dun Ma + - Kiran Ranganath + - Rick Weisner + - Jiunn-Yeu Chen + - Yuting Yang + - Natalia Vassilieva + - Bin C. Zhang + - Sylvia Howland + - Alexander Tsyplikhin + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00016 + url: https://doi.org/10.1109/IPDPSW63119.2024.00016 + dblp_key: conf/ipps/EmaniFSXRATVPSG24 + venue_name: IPDPS + pages: 1-10 +- title: Hybrid Classical-Quantum Simulation of MaxCut using QAOA-in-QAOA + authors: + - Aniello Esposito + - Tamuz Danzig + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00180 + url: https://doi.org/10.1109/IPDPSW63119.2024.00180 + dblp_key: conf/ipps/EspositoD24 + venue_name: IPDPS + pages: 1088-1094 +- title: Application of Network Calculus Models to Heterogeneous Streaming Applications + authors: + - Clayton J. Faber + - Roger D. Chamberlain + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00057 + url: https://doi.org/10.1109/IPDPSW63119.2024.00057 + dblp_key: conf/ipps/FaberC24 + venue_name: IPDPS + pages: 198-201 +- title: Towards Improved Uncertainty Quantification of Stochastic Epidemic Models + Using Sequential Monte Carlo + authors: + - Arindam Fadikar + - Abby Stevens + - Nicholson T. Collier + - Kok Ben Toh + - Olga Morozova + - Anna Hotton + - Jared Clark + - David Higdon + - Jonathan Ozik + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00151 + url: https://doi.org/10.1109/IPDPSW63119.2024.00151 + dblp_key: conf/ipps/FadikarSCTMHCHO24 + venue_name: IPDPS + pages: 843-852 +- title: 'AMST: Accelerating Large-Scale Graph Minimum Spanning Tree Computation on + FPGA' + authors: + - Haishuang Fan + - Rui Meng + - Qichu Sun + - Jingya Wu + - Wenyan Lu + - Xiaowei Li 0001 + - Guihai Yan + year: '2024' + doi: 10.1109/IPDPS57955.2024.00022 + url: https://doi.org/10.1109/IPDPS57955.2024.00022 + dblp_key: conf/ipps/FanMSWL0Y24 + venue_name: IPDPS + pages: 157-168 +- title: Toward Self-Adjusting $k$-Ary Search Tree Networks + authors: + - Evgeniy Feder + - Anton Paramonov + - Pavel Mavrin + - Iosif Salem + - Stefan Schmid 0001 + - Vitaly Aksenov + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00209 + url: https://doi.org/10.1109/IPDPSW63119.2024.00209 + dblp_key: conf/ipps/FederPMS0A24 + venue_name: IPDPS + pages: 1209-1211 +- title: Re-visiting the Third Pillar of Science for Synergistic (Bio)Computing + authors: + - Wu Feng + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00109 + url: https://doi.org/10.1109/IPDPSW63119.2024.00109 + dblp_key: conf/ipps/Feng24 + venue_name: IPDPS + pages: '541' +- title: 'Picasso: Memory-Efficient Graph Coloring Using Palettes With Applications + in Quantum Computing' + authors: + - S. M. Ferdous + - Reece Neff + - Bo Peng + - Salman Shuvo + - Marco Minutoli + - Sayak Mukherjee + - Karol Kowalski + - Michela Becchi + - Mahantesh Halappanavar + year: '2024' + doi: 10.1109/IPDPS57955.2024.00029 + url: https://doi.org/10.1109/IPDPS57955.2024.00029 + dblp_key: conf/ipps/FerdousNPSMMKBH24 + venue_name: IPDPS + pages: 241-252 +- title: Compiler-Driven SWAR Parallelism for High-Performance Bitboard Algorithms + authors: + - Florian Fey + - Sergei Gorlatch + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00163 + url: https://doi.org/10.1109/IPDPSW63119.2024.00163 + dblp_key: conf/ipps/FeyG24 + venue_name: IPDPS + pages: 938-946 +- title: Performance-Portable Multiphase Flow Solutions with Discontinuous Galerkin + Methods + authors: + - Tobias S. Flynn + - Robert Manson-Sawko + - Gihan R. Mudalige + year: '2024' + doi: 10.1109/IPDPS57955.2024.00041 + url: https://doi.org/10.1109/IPDPS57955.2024.00041 + dblp_key: conf/ipps/FlynnMM24 + venue_name: IPDPS + pages: 386-397 +- title: Benchmarking Variables for Checkpointing in HPC Applications + authors: + - Xiang Fu + - Xin Huang + - Wubiao Xu + - Weiping Zhang + - Shiman Meng + - Luanzheng Guo + - Kento Sato + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00090 + url: https://doi.org/10.1109/IPDPSW63119.2024.00090 + dblp_key: conf/ipps/FuHXZMGS24 + venue_name: IPDPS + pages: 406-413 +- title: A Cholesky QR type algorithm for computing tall-skinny QR factorization with + column pivoting + authors: + - Takeshi Fukaya + - Yuji Nakatsukasa + - Yusaku Yamamoto + year: '2024' + doi: 10.1109/IPDPS57955.2024.00015 + url: https://doi.org/10.1109/IPDPS57955.2024.00015 + dblp_key: conf/ipps/FukayaNY24 + venue_name: IPDPS + pages: 63-75 +- title: Harnessing Deep Learning and HPC Kernels via High-Level Loop and Tensor Abstractions + on CPU Architectures + authors: + - Evangelos Georganas + - Dhiraj D. Kalamkar + - Kirill Voronin + - Abhisek Kundu + - Antonio Noack + - Hans Pabst + - Alexander Breuer + - Alexander Heinecke + year: '2024' + doi: 10.1109/IPDPS57955.2024.00089 + url: https://doi.org/10.1109/IPDPS57955.2024.00089 + dblp_key: conf/ipps/GeorganasKVKNPB24 + venue_name: IPDPS + pages: 950-963 +- title: 'RAW 2024 Invited Talk-3: Self-aware Reliable and Reconfigurable Computing + Systems - An Overview' + authors: + - Diana Göhringer + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00024 + url: https://doi.org/10.1109/IPDPSW63119.2024.00024 + dblp_key: conf/ipps/Gohringer24 + venue_name: IPDPS + pages: '85' +- title: Self-Aware Reliable and Reconfigurable Computing Systems - An Overview + authors: + - Diana Göhringer + - Ariel Podlubne + - Fabian Vargas 0001 + - Milos Krstic + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00036 + url: https://doi.org/10.1109/IPDPSW63119.2024.00036 + dblp_key: conf/ipps/GohringerP0K24 + venue_name: IPDPS + pages: 124-129 +- title: Data-Driven Locality-Aware Batch Scheduling + authors: + - Maxime Gonthier + - Elisabeth Larsson + - Loris Marchal + - Carl Nettelblad + - Samuel Thibault + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00058 + url: https://doi.org/10.1109/IPDPSW63119.2024.00058 + dblp_key: conf/ipps/GonthierLMNT24 + venue_name: IPDPS + pages: 202-211 +- title: 'CKSM: An Efficient Memory Deduplication Method for Container-based Cloud + Computing Systems' + authors: + - Yunfei Gu + - Yihui Lu + - Chentao Wu + - Jie Li 0002 + - Minyi Guo + year: '2024' + doi: 10.1109/IPDPS57955.2024.00016 + url: https://doi.org/10.1109/IPDPS57955.2024.00016 + dblp_key: conf/ipps/GuLW0G24 + venue_name: IPDPS + pages: 76-88 +- title: Lessons Learned Designing Irregular Genomic Algorithms on Parallel Systems + and Architectures + authors: + - Giulia Guidi + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00110 + url: https://doi.org/10.1109/IPDPSW63119.2024.00110 + dblp_key: conf/ipps/Guidi24 + venue_name: IPDPS + pages: '542' +- title: 'To Store or Not to Store: a graph theoretical approach for Dataset Versioning' + authors: + - Anxin Guo + - Jingwei Li + - Pattara Sukprasert + - Samir Khuller + - Amol Deshpande + - Koyel Mukherjee + year: '2024' + doi: 10.1109/IPDPS57955.2024.00049 + url: https://doi.org/10.1109/IPDPS57955.2024.00049 + dblp_key: conf/ipps/GuoLSKDM24 + venue_name: IPDPS + pages: 479-493 +- title: To Tile or not to Tile, That is the Question + authors: + - Altan Haan + - Doru-Thom Popovici + - Koushik Sen + - Costin Iancu + - Alvin Cheung + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00096 + url: https://doi.org/10.1109/IPDPSW63119.2024.00096 + dblp_key: conf/ipps/HaanPSIC24 + venue_name: IPDPS + pages: 449-458 +- title: Network Adapter for Secure Networks-on-Chip + authors: + - Julian Haase + - Nico Volkens + - Diana Göhringer + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00052 + url: https://doi.org/10.1109/IPDPSW63119.2024.00052 + dblp_key: conf/ipps/HaaseVG24 + venue_name: IPDPS + pages: '192' +- title: 'PML-MPI: A Pre-Trained ML Framework for Efficient Collective Algorithm Selection + in MPI' + authors: + - Mingzhe Han + - Goutham Kalikrishna Reddy Kuncham + - Benjamin Michalowicz + - Rahul Vaidya + - Mustafa Abduljabbar + - Aamir Shafi + - Hari Subramoni + - Dhabaleswar K. D. K. Panda + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00140 + url: https://doi.org/10.1109/IPDPSW63119.2024.00140 + dblp_key: conf/ipps/HanKMVASSP24 + venue_name: IPDPS + pages: 761-770 +- title: Heterogeneous Hyperthreading + authors: + - Mingxuan He + - Fangping Liu + - Sang Wook Stephen Do + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00018 + url: https://doi.org/10.1109/IPDPSW63119.2024.00018 + dblp_key: conf/ipps/HeLD24 + venue_name: IPDPS + pages: 68-78 +- title: 'TaPaS Co-AIE: An Open-Source Framework for Streaming-Based Heterogeneous + Acceleration Using AMD AI Engines' + authors: + - Carsten Heinz + - Torben Kalkhof + - Yannick Lavan + - Andreas Koch 0001 + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00041 + url: https://doi.org/10.1109/IPDPSW63119.2024.00041 + dblp_key: conf/ipps/HeinzKL024 + venue_name: IPDPS + pages: 155-161 +- title: 'Automating GPU Scalability for Complex Scientific Models: Phonon Boltzmann + Transport Equation' + authors: + - Eric Heisler + - Siddharth Saurav + - Aadesh Deshmukh + - Sandip Mazumder + - Hari Sundar + year: '2024' + doi: 10.1109/IPDPS57955.2024.00045 + url: https://doi.org/10.1109/IPDPS57955.2024.00045 + dblp_key: conf/ipps/HeislerSDMS24 + venue_name: IPDPS + pages: 430-439 +- title: GPU-Accelerated Tree-Search in Chapel Versus CUDA and HIP + authors: + - Guillaume Helbecque + - Ezhilmathi Krishnasamy + - Nouredine Melab + - Pascal Bouvry + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00156 + url: https://doi.org/10.1109/IPDPSW63119.2024.00156 + dblp_key: conf/ipps/HelbecqueKMB24 + venue_name: IPDPS + pages: 872-879 +- title: 'CachedArrays: Optimizing Data Movement for Heterogeneous Memory Systems' + authors: + - Mark Hildebrand + - Jason Lowe-Power + - Venkatesh Akella + year: '2024' + doi: 10.1109/IPDPS57955.2024.00055 + url: https://doi.org/10.1109/IPDPS57955.2024.00055 + dblp_key: conf/ipps/HildebrandLA24 + venue_name: IPDPS + pages: 545-555 +- title: 'PckGNN: Optimizing Aggregation Operators with Packing Strategies in Graph + Neural Networks' + authors: + - Zhengding Hu + - Jingwei Sun 0001 + - Zhongyang Li + - Guangzhong Sun + year: '2024' + doi: 10.1109/IPDPS57955.2024.00010 + url: https://doi.org/10.1109/IPDPS57955.2024.00010 + dblp_key: conf/ipps/Hu0LS24 + venue_name: IPDPS + pages: 2-13 +- title: Understanding Different Transport Coexistence in Datacenter Networks + authors: + - Dinghuang Hu + - Dezun Dong + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00210 + url: https://doi.org/10.1109/IPDPSW63119.2024.00210 + dblp_key: conf/ipps/HuD24 + venue_name: IPDPS + pages: 1212-1213 +- title: 'cuKE: An Efficient Code Generator for Score Function Computation in Knowledge + Graph Embedding' + authors: + - Lihan Hu + - Jing Li + - Peng Jiang 0004 + year: '2024' + doi: 10.1109/IPDPS57955.2024.00085 + url: https://doi.org/10.1109/IPDPS57955.2024.00085 + dblp_key: conf/ipps/HuLJ24 + venue_name: IPDPS + pages: 903-914 +- title: An Optimized Error-controlled MPI Collective Framework Integrated with Lossy + Compression + authors: + - Jiajun Huang 0001 + - Sheng Di + - Xiaodong Yu 0001 + - Yujia Zhai + - Zhaorui Zhang + - Jinyang Liu 0003 + - Xiaoyi Lu 0001 + - Ken Raffenetti + - Hui Zhou 0012 + - Kai Zhao 0008 + - Zizhong Chen + - Franck Cappello + - Yanfei Guo + - Rajeev Thakur + year: '2024' + doi: 10.1109/IPDPS57955.2024.00072 + url: https://doi.org/10.1109/IPDPS57955.2024.00072 + dblp_key: conf/ipps/HuangD0ZZLLRZ0C24 + venue_name: IPDPS + pages: 752-764 +- title: Performance Analysis of the NVIDIA HPC SDK and AMD AOCC Compilers in an HPC + Cluster Using Pooled, Robust and Relative Metrics + authors: + - Yectli A. Huerta + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00135 + url: https://doi.org/10.1109/IPDPSW63119.2024.00135 + dblp_key: conf/ipps/Huerta24 + venue_name: IPDPS + pages: 726-737 +- title: A Parallel Workflow for Polar Sea-Ice Classification Using Auto-Labeling + of Sentinel-2 Imagery + authors: + - Jurdana Masuma Iqrah + - Wei Wang 0149 + - Hongjie Xie + - Sushil K. Prasad + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00172 + url: https://doi.org/10.1109/IPDPSW63119.2024.00172 + dblp_key: conf/ipps/Iqrah0XP24 + venue_name: IPDPS + pages: 1016-1025 +- title: 'FedClust: Optimizing Federated Learning on Non-IID Data Through Weight-Driven + Client Clustering' + authors: + - Md Sirajul Islam + - Simin Javaherian + - Fei Xu + - Xu Yuan 0001 + - Li Chen 0019 + - Nian-Feng Tzeng + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00200 + url: https://doi.org/10.1109/IPDPSW63119.2024.00200 + dblp_key: conf/ipps/IslamJX00T24 + venue_name: IPDPS + pages: 1184-1186 +- title: Introduction to Computational Quantum Chemistry for Computer Scientists + authors: + - Yasuaki Ito + - Satoki Tsuji + - Haruto Fujii + - Kanta Suzuki + - Nobuya Yokogawa + - Koji Nakano + - Akihiko Kasagi + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00066 + url: https://doi.org/10.1109/IPDPSW63119.2024.00066 + dblp_key: conf/ipps/ItoTFSYNK24 + venue_name: IPDPS + pages: 273-282 +- title: AsHES 2024 Preface and Committee List + authors: + - Shintaro Iwasaki + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00067 + url: https://doi.org/10.1109/IPDPSW63119.2024.00067 + dblp_key: conf/ipps/Iwasaki24 + venue_name: IPDPS + pages: 283-284 +- title: 'FrameFeedback: A Closed-Loop Control System for Dynamic Offloading Real-Time + Edge Inference' + authors: + - Matthew Jackson + - Bo Ji 0001 + - Dimitrios S. Nikolopoulos + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00116 + url: https://doi.org/10.1109/IPDPSW63119.2024.00116 + dblp_key: conf/ipps/JacksonJN24 + venue_name: IPDPS + pages: 584-591 +- title: System Optimizations for Enabling Training of Extreme Long Sequence Transformer + Models + authors: + - Sam Ade Jacobs + - Masahiro Tanaka + - Chengming Zhang 0006 + - Minjia Zhang + - Reza Yazdani Aminabadi + - Shuaiwen Leon Song + - Samyam Rajbhandari + - Yuxiong He + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00208 + url: https://doi.org/10.1109/IPDPSW63119.2024.00208 + dblp_key: conf/ipps/JacobsT0ZASRH24 + venue_name: IPDPS + pages: 1206-1208 +- title: Practically Tackling Memory Bottlenecks of Graph-Processing Workloads + authors: + - Alexandre Valentin Jamet + - Georgios Vavouliotis + - Daniel A. Jiménez + - Lluc Alvarez + - Marc Casas + year: '2024' + doi: 10.1109/IPDPS57955.2024.00096 + url: https://doi.org/10.1109/IPDPS57955.2024.00096 + dblp_key: conf/ipps/JametVJAC24 + venue_name: IPDPS + pages: 1034-1045 +- title: 'DEFCON: Deformable Convolutions Leveraging Interval Search and GPU Texture + Hardware' + authors: + - Malith Jayaweera + - Yanyu Li + - Yanzhi Wang 0001 + - Bin Ren 0002 + - David R. Kaeli + year: '2024' + doi: 10.1109/IPDPS57955.2024.00063 + url: https://doi.org/10.1109/IPDPS57955.2024.00063 + dblp_key: conf/ipps/JayaweeraLWRK24 + venue_name: IPDPS + pages: 644-655 +- title: Application-Agnostic Auto-Tuning of Open MPI Collectives Using Bayesian Optimization + authors: + - Emmanuel Jeannot + - Pierre Lemarinier + - Guillaume Mercier + - Sophie Robert-Hayek + - Richard Sartori + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00141 + url: https://doi.org/10.1109/IPDPSW63119.2024.00141 + dblp_key: conf/ipps/JeannotLMRS24 + venue_name: IPDPS + pages: 771-781 +- title: 'CliZ: Optimizing Lossy Compression for Climate Datasets with Adaptive Fine-tuned + Data Prediction' + authors: + - Zizhe Jian + - Sheng Di + - Jinyang Liu 0003 + - Kai Zhao 0008 + - Xin Liang 0001 + - Haiying Xu + - Robert Underwood + - Shixun Wu + - Jiajun Huang 0001 + - Zizhong Chen + - Franck Cappello + year: '2024' + doi: 10.1109/IPDPS57955.2024.00044 + url: https://doi.org/10.1109/IPDPS57955.2024.00044 + dblp_key: conf/ipps/JianDL00XUWHCC24 + venue_name: IPDPS + pages: 417-429 +- title: Extending the SYCL Joint Matrix for Binarized Neural Networks + authors: + - Zheming Jin + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00074 + url: https://doi.org/10.1109/IPDPSW63119.2024.00074 + dblp_key: conf/ipps/Jin24 + venue_name: IPDPS + pages: 329-333 +- title: 'IRIS: Exploring Performance Scaling of the Intelligent Runtime System and + its Dynamic Scheduling Policies' + authors: + - Beau Johnston + - Narasinga Rao Miniskar + - Aaron R. Young + - Mohammad Alaul Haque Monil + - Seyong Lee + - Jeffrey S. Vetter + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00017 + url: https://doi.org/10.1109/IPDPSW63119.2024.00017 + dblp_key: conf/ipps/JohnstonMYMLV24 + venue_name: IPDPS + pages: 58-67 +- title: 'Speedcode: Software Performance Engineering Education via the Coding of + Didactic Exercises' + authors: + - Tim Kaler + - Xuhao Chen 0001 + - Brian Wheatman + - Dorothy Curtis + - Bruce Hoppe + - Tao B. Schardl + - Charles E. Leiserson + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00087 + url: https://doi.org/10.1109/IPDPSW63119.2024.00087 + dblp_key: conf/ipps/KalerCWCHSL24 + venue_name: IPDPS + pages: 391-394 +- title: Message from the 2024 Workshops Chair and Vice-chair + authors: + - Ananth Kalyanaraman + - Suren Byna + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00213 + url: https://doi.org/10.1109/IPDPSW63119.2024.00213 + dblp_key: conf/ipps/KalyanaramanB24 + venue_name: IPDPS + pages: xxx-xxxi +- title: Enhancing Energy Efficiency with Multi-Site Scheduling Strategies + authors: + - Alok Kamatar + - Valérie Hayot-Sasson + - Yadu N. Babuji + - André Bauer 0001 + - Gourav Rattihalli + - Ninad Hogade + - Dejan S. Milojicic + - Kyle Chard + - Ian T. Foster + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00197 + url: https://doi.org/10.1109/IPDPSW63119.2024.00197 + dblp_key: conf/ipps/KamatarHB0RHMCF24 + venue_name: IPDPS + pages: 1175-1177 +- title: MPI Errors Detection using GNN Embedding and Vector Embedding over LLVM IR + authors: + - Jad El Karchi + - Hanze Chen + - Ali TehraniJamsaz + - Ali Jannesari + - Mihail Popov + - Emmanuelle Saillard + year: '2024' + doi: 10.1109/IPDPS57955.2024.00059 + url: https://doi.org/10.1109/IPDPS57955.2024.00059 + dblp_key: conf/ipps/KarchiCTJPS24 + venue_name: IPDPS + pages: 595-607 +- title: XAI-Based Feature Importance Analysis on Loop Optimization + authors: + - Toshinobu Katayama + - Keichi Takahashi + - Yoichi Shimomura + - Hiroyuki Takizawa + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00142 + url: https://doi.org/10.1109/IPDPSW63119.2024.00142 + dblp_key: conf/ipps/KatayamaTST24 + venue_name: IPDPS + pages: 782-791 +- title: Towards Fine-Grained Parallelism in Parallel and Distributed Python Libraries + authors: + - Jamison Kerney + - Ioan Raicu + - John Raicu + - Kyle Chard + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00133 + url: https://doi.org/10.1109/IPDPSW63119.2024.00133 + dblp_key: conf/ipps/KerneyRRC24 + venue_name: IPDPS + pages: 706-715 +- title: Q-CASA 2024 Preface and Committee List + authors: + - Ashfaq Khokhar 0001 + - Mary Eshaghian-Wilner + - Robert A. M. Basili + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00177 + url: https://doi.org/10.1109/IPDPSW63119.2024.00177 + dblp_key: conf/ipps/KhokharEB24 + venue_name: IPDPS + pages: '1067' +- title: Accelerating BFT Database with Transaction Reconstruction + authors: + - Aoi Kida + - Hideyuki Kawashima + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00061 + url: https://doi.org/10.1109/IPDPSW63119.2024.00061 + dblp_key: conf/ipps/KidaK24 + venue_name: IPDPS + pages: 232-241 +- title: 'GraphBLAS.jl v0.1: An Update on GraphBLAS in Julia' + authors: + - Raye Kimmerer + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00104 + url: https://doi.org/10.1109/IPDPSW63119.2024.00104 + dblp_key: conf/ipps/Kimmerer24 + venue_name: IPDPS + pages: 516-519 +- title: The GraphBLAS 3.0 Project + authors: + - Raye Kimmerer + - Timothy G. Mattson + - Scott McMillan + - Benjamin Brock + - Erik Welch + - Michel Pelletier + - José E. Moreira + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00099 + url: https://doi.org/10.1109/IPDPSW63119.2024.00099 + dblp_key: conf/ipps/KimmererMMBWPM24 + venue_name: IPDPS + pages: 478-481 +- title: Alternative Quadrant Representations with Morton Index and AVX2 Vectorization + for AMR Algorithms within the p4est Software Library + authors: + - Mikhail Kirilin + - Carsten Burstedde + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00071 + url: https://doi.org/10.1109/IPDPSW63119.2024.00071 + dblp_key: conf/ipps/KirilinB24 + venue_name: IPDPS + pages: 301-310 +- title: 27th Workshop on Job Scheduling Strategies for Parallel Processing; (JSSPP + 2024) + authors: + - Dalibor Klusácek + - Julita Corbalán + - Gonzalo P. Rodrigo + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00144 + url: https://doi.org/10.1109/IPDPSW63119.2024.00144 + dblp_key: conf/ipps/KlusacekCR24 + venue_name: IPDPS + pages: '802' +- title: Wait-free Trees with Asymptotically-Efficient Range Queries + authors: + - Ilya Kokorin + - Victor Yudov + - Vitaly Aksenov + - Dan Alistarh + year: '2024' + doi: 10.1109/IPDPS57955.2024.00023 + url: https://doi.org/10.1109/IPDPS57955.2024.00023 + dblp_key: conf/ipps/KokorinYAA24 + venue_name: IPDPS + pages: 169-179 +- title: Proposal for a Flexible Benchmark for Agent Based Models + authors: + - Elizabeth R. Koning + - William Gropp + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00149 + url: https://doi.org/10.1109/IPDPSW63119.2024.00149 + dblp_key: conf/ipps/KoningG24 + venue_name: IPDPS + pages: 835-838 +- title: IPDPS 2024 PhD Forum + authors: + - Sanmukh Kuppannagari + - Tanwi Mallick + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00211 + url: https://doi.org/10.1109/IPDPSW63119.2024.00211 + dblp_key: conf/ipps/KuppannagariM24 + venue_name: IPDPS + pages: 1214-1233 +- title: A Reconfigurable Architecture of a Scalable, Ultrafast, Ultrasound, Delay-and-Sum + Beamformer + authors: + - Vasilis Kypriotis + - Georgios Smaragdos + - Pieter Kruizinga + - Dimitrios Soudris + - Christos Strydis + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00050 + url: https://doi.org/10.1109/IPDPSW63119.2024.00050 + dblp_key: conf/ipps/KypriotisSKSS24 + venue_name: IPDPS + pages: '190' +- title: Multi-Criteria Mesh Partitioning for an Explicit Temporal Adaptive Task-Distributed + Finite-Volume Solver + authors: + - Alice Lasserre + - Jean Marie Couteyen Carpaye + - Abdou Guermouche + - Raymond Namyst + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00168 + url: https://doi.org/10.1109/IPDPSW63119.2024.00168 + dblp_key: conf/ipps/LasserreCGN24 + venue_name: IPDPS + pages: 976-985 +- title: 'CloverLeaf on Intel Multi-Core CPUs: A Case Study in Write-Allocate Evasion' + authors: + - Jan Laukemann + - Thomas Gruber 0007 + - Georg Hager + - Dossay Oryspayev + - Gerhard Wellein + year: '2024' + doi: 10.1109/IPDPS57955.2024.00038 + url: https://doi.org/10.1109/IPDPS57955.2024.00038 + dblp_key: conf/ipps/LaukemannGHOW24 + venue_name: IPDPS + pages: 350-360 +- title: 'GrOUT: Transparent Scale-Out to Overcome UVM's Oversubscription Slowdowns' + authors: + - Ian Di Dio Lavore + - Davide Maffi + - Marco Arnaboldi + - Arnaud Delamare + - Daniele Bonetta + - Marco D. Santambrogio + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00132 + url: https://doi.org/10.1109/IPDPSW63119.2024.00132 + dblp_key: conf/ipps/LavoreMADBS24 + venue_name: IPDPS + pages: 696-705 +- title: Peachy Parallel Assignments (EduPar 2024) + authors: + - Alina Lazar + - Ethan Scheelk + - Elizabeth Shoop + - David P. Bunde + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00081 + url: https://doi.org/10.1109/IPDPSW63119.2024.00081 + dblp_key: conf/ipps/LazarSSB24 + venue_name: IPDPS + pages: 352-356 +- title: Enhancing the Generalization of Personalized Federated Learning with Multi-head + Model and Ensemble Voting + authors: + - Van An Le + - Nam Duong Tran + - Phuong Nam Nguyen + - Thanh Hung Nguyen + - Phi Le Nguyen + - Truong Thao Nguyen + - Yusheng Ji + year: '2024' + doi: 10.1109/IPDPS57955.2024.00026 + url: https://doi.org/10.1109/IPDPS57955.2024.00026 + dblp_key: conf/ipps/LeTNNNNJ24 + venue_name: IPDPS + pages: 205-216 +- title: Exploiting Tensor Cores in Sparse Matrix-Multivector Multiplication via Block-Sparsity-Aware + Clustering + authors: + - Eunji Lee + - Yoonsang Han + - Gordon Euhyun Moon + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00199 + url: https://doi.org/10.1109/IPDPSW63119.2024.00199 + dblp_key: conf/ipps/LeeHM24 + venue_name: IPDPS + pages: 1181-1183 +- title: HIPS 2024 Preface and Committees + authors: + - Seyong Lee + - Lena Oden + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00127 + url: https://doi.org/10.1109/IPDPSW63119.2024.00127 + dblp_key: conf/ipps/LeeO24 + venue_name: IPDPS + pages: 664-665 +- title: EduPar 2024 Keynote Speaker + authors: + - Charles E. Leiserson + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00077 + url: https://doi.org/10.1109/IPDPSW63119.2024.00077 + dblp_key: conf/ipps/Leiserson24 + venue_name: IPDPS + pages: '337' +- title: A Comparative Study of Intersection-Based Triangle Counting Algorithms on + GPUs + authors: + - Jiangbo Li + - Zichen Xu 0001 + - Minh Pham + - Yicheng Tu + - Qihe Zhou + year: '2024' + doi: 10.1109/IPDPS57955.2024.00099 + url: https://doi.org/10.1109/IPDPS57955.2024.00099 + dblp_key: conf/ipps/Li0PTZ24 + venue_name: IPDPS + pages: 1070-1081 +- title: 'UniFaaS: Programming across Distributed Cyberinfrastructure with Federated + Function Serving' + authors: + - Yifei Li + - Ryan Chard + - Yadu N. Babuji + - Kyle Chard + - Ian T. Foster + - Zhuozhao Li + year: '2024' + doi: 10.1109/IPDPS57955.2024.00027 + url: https://doi.org/10.1109/IPDPS57955.2024.00027 + dblp_key: conf/ipps/LiCBCFL24 + venue_name: IPDPS + pages: 217-229 +- title: 'TransMap: An Efficient CGRA Mapping Framework via Transformer and Deep Reinforcement + Learning' + authors: + - Jingyuan Li 0003 + - Yuan Dai + - Yihan Hu 0003 + - Jiangnan Li + - Wenbo Yin + - Jun Tao 0001 + - Lingli Wang + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00122 + url: https://doi.org/10.1109/IPDPSW63119.2024.00122 + dblp_key: conf/ipps/LiDHLY0W24 + venue_name: IPDPS + pages: 626-633 +- title: Accelerating Lossy and Lossless Compression on Emerging BlueField DPU Architectures + authors: + - Yuke Li 0003 + - Arjun Kashyap + - Weicong Chen + - Yanfei Guo + - Xiaoyi Lu 0001 + year: '2024' + doi: 10.1109/IPDPS57955.2024.00040 + url: https://doi.org/10.1109/IPDPS57955.2024.00040 + dblp_key: conf/ipps/LiKCGL24 + venue_name: IPDPS + pages: 373-385 +- title: Scheduling and Allocation of Disaggregated Memory Resources in HPC Systems + authors: + - Jie Li 0057 + - George Michelogiannakis + - Brandon Cook 0001 + - John Shalf + - Yong Chen 0001 + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00206 + url: https://doi.org/10.1109/IPDPSW63119.2024.00206 + dblp_key: conf/ipps/LiM0S024 + venue_name: IPDPS + pages: 1202-1203 +- title: Comprehensive Study for Just-In-Time Pack Functions in Open MPI + authors: + - Yicheng Li + - Joseph Schuchart + - George Bosilca + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00130 + url: https://doi.org/10.1109/IPDPSW63119.2024.00130 + dblp_key: conf/ipps/LiSB24 + venue_name: IPDPS + pages: 678-685 +- title: Interpretable Analysis of Production GPU Clusters Monitoring Data via Association + Rule Mining + authors: + - Baolin Li 0001 + - Siddharth Samsi + - Vijay Gadepally + - Devesh Tiwari + year: '2024' + doi: 10.1109/IPDPS57955.2024.00037 + url: https://doi.org/10.1109/IPDPS57955.2024.00037 + dblp_key: conf/ipps/LiSGT24 + venue_name: IPDPS + pages: 337-349 +- title: An Architecture-Agnostic Dataflow Mapping Framework on CGRA + authors: + - Jiangnan Li + - Yazhou Yan + - Jingyuan Li 0003 + - Shaoyang Sun + - Boyin Jin + - Wenbo Yin + - Lingli Wang + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00121 + url: https://doi.org/10.1109/IPDPSW63119.2024.00121 + dblp_key: conf/ipps/LiYLSJYW24 + venue_name: IPDPS + pages: 618-625 +- title: An O(N) distributed-memory parallel direct solver for planar integral equations + authors: + - Tianyu Liang + - Chao Chen 0008 + - Per-Gunnar Martinsson + - George Biros + year: '2024' + doi: 10.1109/IPDPS57955.2024.00046 + url: https://doi.org/10.1109/IPDPS57955.2024.00046 + dblp_key: conf/ipps/Liang0MB24 + venue_name: IPDPS + pages: 440-452 +- title: The Self-adaptive and Topology-aware MPI_Bcast leveraging Collective offload + on Tianhe Express Interconnect + authors: + - Chongshan Liang + - Yi Dai + - Jun Xia + - Jinbo Xu + - Jintao Peng + - Weixia Xu + - Ming Xie + - Jie Liu 0002 + - Zhiquan Lai + - Sheng Ma + - Qi Zhu + year: '2024' + doi: 10.1109/IPDPS57955.2024.00075 + url: https://doi.org/10.1109/IPDPS57955.2024.00075 + dblp_key: conf/ipps/LiangDXXPXXLLMZ24 + venue_name: IPDPS + pages: 791-801 +- title: Fast multiplication of random dense matrices with sparse matrices + authors: + - Tianyu Liang + - Riley Murray + - Aydin Buluç + - James Demmel + year: '2024' + doi: 10.1109/IPDPS57955.2024.00014 + url: https://doi.org/10.1109/IPDPS57955.2024.00014 + dblp_key: conf/ipps/LiangMBD24 + venue_name: IPDPS + pages: 52-62 +- title: 'ARGO: An Auto-Tuning Runtime System for Scalable GNN Training on Multi-Core + Processor' + authors: + - Yi-Chien Lin + - Yuyang Chen + - Sameh Gobriel + - Nilesh Jain + - Gopi Krishna Jha + - Viktor K. Prasanna + year: '2024' + doi: 10.1109/IPDPS57955.2024.00039 + url: https://doi.org/10.1109/IPDPS57955.2024.00039 + dblp_key: conf/ipps/LinCGJJP24 + venue_name: IPDPS + pages: 361-372 +- title: Edge-Parallel Graph Encoder Embedding + authors: + - Ariel Lubonja + - Cencheng Shen + - Carey E. Priebe + - Randal C. Burns + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00100 + url: https://doi.org/10.1109/IPDPSW63119.2024.00100 + dblp_key: conf/ipps/LubonjaSPB24 + venue_name: IPDPS + pages: 482-485 +- title: 'RAW 2024 Invited Talk-1: Auto-Generating Diverse Heterogeneous Designs' + authors: + - Wayne Luk + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00022 + url: https://doi.org/10.1109/IPDPSW63119.2024.00022 + dblp_key: conf/ipps/Luk24 + venue_name: IPDPS + pages: '83' +- title: 'Empirical Study of Molecular Dynamics Workflow Data Movement: DYAD vs. Traditional + I/O Systems' + authors: + - Ian Lumsden + - Hariharan Devarajan + - Jack Marquez + - Stephanie Brink + - David Böhme + - Olga Pearce + - Jae-Seung Yeom + - Michela Taufer + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00111 + url: https://doi.org/10.1109/IPDPSW63119.2024.00111 + dblp_key: conf/ipps/LumsdenDMBBPYT24 + venue_name: IPDPS + pages: 543-553 +- title: Benchmarking and Dissecting the Nvidia Hopper GPU Architecture + authors: + - Weile Luo + - Ruibo Fan + - Zeyu Li + - Dayou Du + - Qiang Wang 0022 + - Xiaowen Chu 0001 + year: '2024' + doi: 10.1109/IPDPS57955.2024.00064 + url: https://doi.org/10.1109/IPDPS57955.2024.00064 + dblp_key: conf/ipps/LuoFLDWC24 + venue_name: IPDPS + pages: 656-667 +- title: Optimized GPU Implementation of Grid Refinement in Lattice Boltzmann Method + authors: + - Ahmed H. Mahmoud + - Hesam Salehipour + - Massimiliano Meneghin + year: '2024' + doi: 10.1109/IPDPS57955.2024.00042 + url: https://doi.org/10.1109/IPDPS57955.2024.00042 + dblp_key: conf/ipps/MahmoudSM24 + venue_name: IPDPS + pages: 398-407 +- title: A Converting Autoencoder Toward Low-latency and Energy-efficient DNN Inference + at the Edge + authors: + - Hasanul Mahmud + - Peng Kang + - Kevin Desai + - Palden Lama + - Sushil K. Prasad + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00117 + url: https://doi.org/10.1109/IPDPSW63119.2024.00117 + dblp_key: conf/ipps/MahmudKDLP24 + venue_name: IPDPS + pages: 592-599 +- title: FPGA Acceleration of DL-Based Real-Time DC Series Arc Fault Detection + authors: + - Yufei Mao + - Roland Weiss 0001 + - Yi Zhang + - Yu Li 0049 + - Marc Rothmann + - Mario Porrmann + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00031 + url: https://doi.org/10.1109/IPDPSW63119.2024.00031 + dblp_key: conf/ipps/MaoWZLRP24 + venue_name: IPDPS + pages: 92-98 +- title: Avoiding Training in the Platform-Aware Optimization Process for Faster DNN + Latency Reduction + authors: + - Raúl Marichal + - Ernesto Dufrechou + - Pablo Ezzatti + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00072 + url: https://doi.org/10.1109/IPDPSW63119.2024.00072 + dblp_key: conf/ipps/MarichalDE24 + venue_name: IPDPS + pages: 311-320 +- title: A Delay-Efficient Implementation of Quantum Carry Select Adders + authors: + - Annalisa Massini + - Federico Mingardi + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00181 + url: https://doi.org/10.1109/IPDPSW63119.2024.00181 + dblp_key: conf/ipps/MassiniM24 + venue_name: IPDPS + pages: 1095-1104 +- title: A New Exact State Reconstruction Strategy for Conjugate Gradient Methods + with Arbitrary Preconditioners + authors: + - Viktoria Mayer + - Wilfried N. Gansterer + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00188 + url: https://doi.org/10.1109/IPDPSW63119.2024.00188 + dblp_key: conf/ipps/MayerG24 + venue_name: IPDPS + pages: 1150-1152 +- title: 'Automated Calibration of Parallel and Distributed Computing Simulators: + A Case Study' + authors: + - Jesse McDonald + - Maximilian Horzela + - Frédéric Suter + - Henri Casanova + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00173 + url: https://doi.org/10.1109/IPDPSW63119.2024.00173 + dblp_key: conf/ipps/McDonaldHSC24 + venue_name: IPDPS + pages: 1026-1035 +- title: Scaling Ensembles of Data-Intensive Quantum Chemical Calculations for Millions + of Molecules + authors: + - Kshitij Mehta + - Massimiliano Lupo Pasini + - Stephan Irle + - Pilsun Yoo + - Frédéric Suter + - Dmitry Ganyushin + - Scott Klasky + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00175 + url: https://doi.org/10.1109/IPDPSW63119.2024.00175 + dblp_key: conf/ipps/MehtaPIYSGK24 + venue_name: IPDPS + pages: 1047-1056 +- title: HiCOMB 2024 Preface and Committees + authors: + - Alba Cristina Magalhaes Alves de Melo + - Ananth Kalyanaraman + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00108 + url: https://doi.org/10.1109/IPDPSW63119.2024.00108 + dblp_key: conf/ipps/MeloK24 + venue_name: IPDPS + pages: '540' +- title: 'KOptim: Kubernetes Optimization Framework' + authors: + - Tarek Menouer + - Christophe Cérin + - Patrice Darmon + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00159 + url: https://doi.org/10.1109/IPDPSW63119.2024.00159 + dblp_key: conf/ipps/MenouerCD24 + venue_name: IPDPS + pages: 900-908 +- title: Teaching Network Traffic Matrices in an Interactive Game Environment + authors: + - Chasen Milner + - Hayden Jananthan + - Jeremy Kepner + - Vijay Gadepally + - Michael Jones 0001 + - Peter Michaleas + - Ritesh Patel + - Sandeep Pisharody + - Gabriel Wachman + - Alex Pentland + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00097 + url: https://doi.org/10.1109/IPDPSW63119.2024.00097 + dblp_key: conf/ipps/MilnerJKG0MPPWP24 + venue_name: IPDPS + pages: 459-467 +- title: Performance Portability of the Chapel Language on Heterogeneous Architectures + authors: + - Josh Milthorpe + - Xianghao Wang + - Ahmad Azizi + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00011 + url: https://doi.org/10.1109/IPDPSW63119.2024.00011 + dblp_key: conf/ipps/MilthorpeWA24 + venue_name: IPDPS + pages: 6-13 +- title: RAW 2024 Invited Talk-5 + authors: + - Masato Motomura + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00026 + url: https://doi.org/10.1109/IPDPSW63119.2024.00026 + dblp_key: conf/ipps/Motomura24 + venue_name: IPDPS + pages: '87' +- title: 'ECG: Expressing Locality and Prefetching for Optimal Caching in Graph Structures' + authors: + - Abdullah T. Mughrabi + - Morteza Baradaran + - Ahmed Samara + - Kevin Skadron + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00105 + url: https://doi.org/10.1109/IPDPSW63119.2024.00105 + dblp_key: conf/ipps/MughrabiBSS24 + venue_name: IPDPS + pages: 520-525 +- title: Communication-Computation Overlapping for Parallel Multigrid Methods + authors: + - Kengo Nakajima + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00139 + url: https://doi.org/10.1109/IPDPSW63119.2024.00139 + dblp_key: conf/ipps/Nakajima24 + venue_name: IPDPS + pages: 751-760 +- title: The Logarithmic Random Bidding for the Parallel Roulette Wheel Selection + with Precise Probabilities + authors: + - Koji Nakano + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00065 + url: https://doi.org/10.1109/IPDPSW63119.2024.00065 + dblp_key: conf/ipps/Nakano24 + venue_name: IPDPS + pages: 270-272 +- title: Multi-Level GNN Preconditioner for Solving Large Scale Problems + authors: + - Matthieu Nastorg + - Jean-Marc Gratien + - Thibault Faney + - Michele Alessandro Bucci + - Guillaume Charpiat + - Marc Schoenauer + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00101 + url: https://doi.org/10.1109/IPDPSW63119.2024.00101 + dblp_key: conf/ipps/NastorgGFBCS24 + venue_name: IPDPS + pages: 486-495 +- title: 'SYNPA: SMT Performance Analysis and Allocation of Threads to Cores in ARM + Processors' + authors: + - Marta Navarro 0001 + - Josué Feliu + - Salvador Petit + - María Engracia Gómez + - Julio Sahuquillo + year: '2024' + doi: 10.1109/IPDPS57955.2024.00068 + url: https://doi.org/10.1109/IPDPS57955.2024.00068 + dblp_key: conf/ipps/NavarroFPGS24 + venue_name: IPDPS + pages: 705-715 +- title: A Probabilistic Model for Asynchronous Iterative Methods + authors: + - Pratik Nayak + - Hartwig Anzt + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00064 + url: https://doi.org/10.1109/IPDPSW63119.2024.00064 + dblp_key: conf/ipps/NayakA24 + venue_name: IPDPS + pages: 260-269 +- title: Graph Analytics on Jellyfish topology + authors: + - Md Nahid Newaz + - Sayan Ghosh + - Joshua Suetterlein + - Nathan R. Tallent + - Md Atiqul Mollah + - Ming Hua 0003 + year: '2024' + doi: 10.1109/IPDPS57955.2024.00079 + url: https://doi.org/10.1109/IPDPS57955.2024.00079 + dblp_key: conf/ipps/NewazGSTMM24 + venue_name: IPDPS + pages: 839-851 +- title: 'NVMe-oPF: Designing Efficient Priority Schemes for NVMe-over-Fabrics with + Multi-Tenancy Support' + authors: + - Darren Ng + - Andrew Lin + - Arjun Kashyap + - Guanpeng Li + - Xiaoyi Lu 0001 + year: '2024' + doi: 10.1109/IPDPS57955.2024.00052 + url: https://doi.org/10.1109/IPDPS57955.2024.00052 + dblp_key: conf/ipps/NgLKLL24 + venue_name: IPDPS + pages: 519-531 +- title: Flexible NVMe Request Routing for Virtual Machines + authors: + - Tu Dinh Ngoc + - Boris Teabe + - Georges Da Costa + - Daniel Hagimont + year: '2024' + doi: 10.1109/IPDPS57955.2024.00077 + url: https://doi.org/10.1109/IPDPS57955.2024.00077 + dblp_key: conf/ipps/NgocTCH24 + venue_name: IPDPS + pages: 814-824 +- title: ParSocial 2024 Welcome and Committee List + authors: + - Hien Nguyen + - Jeremy E. Thompson + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00145 + url: https://doi.org/10.1109/IPDPSW63119.2024.00145 + dblp_key: conf/ipps/NguyenT24 + venue_name: IPDPS + pages: 803-804 +- title: Predicting Cross-Architecture Performance of Parallel Programs + authors: + - Daniel Nichols + - Alexander Movsesyan + - Jae-Seung Yeom + - Abhik Sarkar + - Daniel Milroy + - Tapasya Patki + - Abhinav Bhatele + year: '2024' + doi: 10.1109/IPDPS57955.2024.00057 + url: https://doi.org/10.1109/IPDPS57955.2024.00057 + dblp_key: conf/ipps/NicholsMYSMPB24 + venue_name: IPDPS + pages: 570-581 +- title: PSyGS Gen A Generator of Domain-Specific Architectures to Accelerate Sparse + Linear System Resolution + authors: + - Niccolo Nicolosi + - Francesco Renato Negri + - Francesco Pesce + - Francesco Peverelli + - Davide Conficconi + - Marco Domenico Santambrogio + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00015 + url: https://doi.org/10.1109/IPDPSW63119.2024.00015 + dblp_key: conf/ipps/NicolosiNPPCS24 + venue_name: IPDPS + pages: 41-47 +- title: 'IPU-EpiDet: Identifying Gene Interactions on Massively Parallel Graph-Based + AI Accelerators' + authors: + - Ricardo Nobre + - Aleksandar Ilic + - Sergio Santander-Jiménez + - Leonel Sousa + year: '2024' + doi: 10.1109/IPDPS57955.2024.00062 + url: https://doi.org/10.1109/IPDPS57955.2024.00062 + dblp_key: conf/ipps/NobreISS24 + venue_name: IPDPS + pages: 631-643 +- title: Integrating Interactive Performance Analysis in Jupyter Notebooks for Parallel + Programming Education + authors: + - Lena Oden + - Klaus Nölp + - Philipp Brauner + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00084 + url: https://doi.org/10.1109/IPDPSW63119.2024.00084 + dblp_key: conf/ipps/OdenNB24 + venue_name: IPDPS + pages: 369-376 +- title: APDCM 2024 Keynote Talk + authors: + - Hiroki Ohtsuji + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00056 + url: https://doi.org/10.1109/IPDPSW63119.2024.00056 + dblp_key: conf/ipps/Ohtsuji24 + venue_name: IPDPS + pages: '197' +- title: Quantum Circuit Mapping Using Binary Integer Nonlinear Programming + authors: + - Aaron Orenstein + - Vipin Chaudhary + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00182 + url: https://doi.org/10.1109/IPDPSW63119.2024.00182 + dblp_key: conf/ipps/OrensteinC24 + venue_name: IPDPS + pages: 1105-1114 +- title: 'Alya towards Exascale: Optimal OpenACC Performance of the Navier-Stokes + Finite Element Assembly on GPUs' + authors: + - Herbert Owen + - Dominik Ernst + - Thomas Gruber 0007 + - Oriol Lehmkuhl + - Guillaume Houzeaux + - Lucas Gasparino + - Gerhard Wellein + year: '2024' + doi: 10.1109/IPDPS57955.2024.00043 + url: https://doi.org/10.1109/IPDPS57955.2024.00043 + dblp_key: conf/ipps/OwenEGLHGW24 + venue_name: IPDPS + pages: 408-416 +- title: Helping Faculty Teach Software Performance Engineering + authors: + - John D. Owens + - Bruce Hoppe + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00078 + url: https://doi.org/10.1109/IPDPSW63119.2024.00078 + dblp_key: conf/ipps/OwensH24 + venue_name: IPDPS + pages: 338-341 +- title: Efficient Multi-Processor Scheduling in Increasingly Realistic Models (Brief + Summary) + authors: + - Pál András Papp + - Georg Anegg + - Aikaterini Karanasiou + - Albert-Jan Nicholas Yzelman + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00195 + url: https://doi.org/10.1109/IPDPSW63119.2024.00195 + dblp_key: conf/ipps/PappAKY24 + venue_name: IPDPS + pages: 1169-1171 +- title: 'HCW 2024 Keynote: Hetero: Where we've been, Where we are, and What + Next?' + authors: + - Yale N. Patt + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00010 + url: https://doi.org/10.1109/IPDPSW63119.2024.00010 + dblp_key: conf/ipps/Patt24 + venue_name: IPDPS + pages: '5' +- title: 'Hetero: Where we've been, Where we are, and What Next?' + authors: + - Yale N. Patt + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00004 + url: https://doi.org/10.1109/IPDPSW63119.2024.00004 + dblp_key: conf/ipps/Patt24a + venue_name: IPDPS + pages: '5' +- title: Time-Color Tradeoff on Uniform Circle Formation by Asynchronous Robots + authors: + - Debasish Pattanayak + - Gokarna Sharma + year: '2024' + doi: 10.1109/IPDPS57955.2024.00092 + url: https://doi.org/10.1109/IPDPS57955.2024.00092 + dblp_key: conf/ipps/PattanayakS24 + venue_name: IPDPS + pages: 987-997 +- title: Teaching Performance Metrics in Parallel Computing Courses + authors: + - Sandino Vargas Perez + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00086 + url: https://doi.org/10.1109/IPDPSW63119.2024.00086 + dblp_key: conf/ipps/Perez24 + venue_name: IPDPS + pages: 385-390 +- title: 'RAW 2024 Invited Talk-2: Digital In-Memory Computing to Accelerate Deep + Learning Inference on the Edge' + authors: + - Stefania Perri + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00023 + url: https://doi.org/10.1109/IPDPSW63119.2024.00023 + dblp_key: conf/ipps/Perri24 + venue_name: IPDPS + pages: '84' +- title: Digital In-Memory Computing to Accelerate Deep Learning Inference on the + Edge + authors: + - Stefania Perri + - Cristian Zambelli + - Daniele Ielmini + - Cristina Silvano + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00037 + url: https://doi.org/10.1109/IPDPSW63119.2024.00037 + dblp_key: conf/ipps/PerriZIS24 + venue_name: IPDPS + pages: 130-133 +- title: Adaptive Task-Oriented Resource Allocation for Large Dynamic Workflows on + Opportunistic Resources + authors: + - Thanh Son Phung + - Douglas Thain + year: '2024' + doi: 10.1109/IPDPS57955.2024.00034 + url: https://doi.org/10.1109/IPDPS57955.2024.00034 + dblp_key: conf/ipps/PhungT24 + venue_name: IPDPS + pages: 300-311 +- title: 'Parallel Optimization for Robotics: An Undergraduate Introduction to GPU + Parallel Programming and Numerical Optimization Research' + authors: + - Brian Plancher + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00079 + url: https://doi.org/10.1109/IPDPSW63119.2024.00079 + dblp_key: conf/ipps/Plancher24 + venue_name: IPDPS + pages: 342-345 +- title: CGRA4HPC 2024 Welcome Message and Committee List + authors: + - Artur Podobas + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00120 + url: https://doi.org/10.1109/IPDPSW63119.2024.00120 + dblp_key: conf/ipps/Podobas24 + venue_name: IPDPS + pages: 616-617 +- title: Message from the EduPar-24 Workshop Chairs + authors: + - Sushil K. Prasad + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00075 + url: https://doi.org/10.1109/IPDPSW63119.2024.00075 + dblp_key: conf/ipps/Prasad24 + venue_name: IPDPS + pages: '334' +- title: EduPar-24 Workshop Organization + authors: + - Sushil K. Prasad + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00076 + url: https://doi.org/10.1109/IPDPSW63119.2024.00076 + dblp_key: conf/ipps/Prasad24a + venue_name: IPDPS + pages: 335-336 +- title: Parallel Quantum Circuit Extraction from MBQC-Patterns + authors: + - Marcel Quanz + - Korbinian Staudacher + - Karl Fürlinger + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00179 + url: https://doi.org/10.1109/IPDPSW63119.2024.00179 + dblp_key: conf/ipps/QuanzSF24 + venue_name: IPDPS + pages: 1078-1087 +- title: 'CGRA-ME 2.0: A Research Framework for Next-Generation CGRA Architectures + and CAD' + authors: + - Omar Ragheb + - Stephen Wicklund + - Matthew Walker + - Rami Beidas + - Adham Ragab + - Tianyi Yu + - Jason Helge Anderson + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00124 + url: https://doi.org/10.1109/IPDPSW63119.2024.00124 + dblp_key: conf/ipps/RaghebWWBRYA24 + venue_name: IPDPS + pages: 642-649 +- title: Balancing Intra-Die and Inter-Die Placement Optimization in 2.5D FPGA Architectures + authors: + - Raveena Raikar + - Dirk Stroobandt + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00047 + url: https://doi.org/10.1109/IPDPSW63119.2024.00047 + dblp_key: conf/ipps/RaikarS24 + venue_name: IPDPS + pages: '187' +- title: 'TunIO: An AI-powered Framework for Optimizing HPC I/O' + authors: + - Neeraj Rajesh + - Keith Bateman + - Jean Luca Bez + - Suren Byna + - Anthony Kougkas + - Xian-He Sun + year: '2024' + doi: 10.1109/IPDPS57955.2024.00050 + url: https://doi.org/10.1109/IPDPS57955.2024.00050 + dblp_key: conf/ipps/RajeshBBBKS24 + venue_name: IPDPS + pages: 494-505 +- title: Scalable Node Embedding Algorithms Using Distributed Sparse Matrix Operations + authors: + - Isuru Ranawaka + - Ariful Azad + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00205 + url: https://doi.org/10.1109/IPDPSW63119.2024.00205 + dblp_key: conf/ipps/RanawakaA24 + venue_name: IPDPS + pages: 1199-1201 +- title: Accelerating Quantum Light-Matter Dynamics on Graphics Processing Units + authors: + - Taufeq Mohammed Razakh + - Thomas Linker + - Ye Luo + - Rajiv K. Kalia + - Ken-ichi Nomura + - Priya Vashishta + - Aiichiro Nakano + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00176 + url: https://doi.org/10.1109/IPDPSW63119.2024.00176 + dblp_key: conf/ipps/RazakhLLKNVN24 + venue_name: IPDPS + pages: 1057-1066 +- title: Adaptive Per-File Lossless Compression of Floating-Point Data + authors: + - Andrew Rodriguez + - Noushin Azami + - Martin Burtscher + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00092 + url: https://doi.org/10.1109/IPDPSW63119.2024.00092 + dblp_key: conf/ipps/RodriguezAB24 + venue_name: IPDPS + pages: 423-430 +- title: Adaptive Prefetching for Fine-grain Communication in PGAS Programs + authors: + - Thomas B. Rolinger + - Alan Sussman + year: '2024' + doi: 10.1109/IPDPS57955.2024.00071 + url: https://doi.org/10.1109/IPDPS57955.2024.00071 + dblp_key: conf/ipps/RolingerS24 + venue_name: IPDPS + pages: 740-751 +- title: Message from the PDSEC-24 Workshop Chairs + authors: + - Sabine Roller + - George Bosilca + - Raphaël Couturier + - Neda Ebrahimi Pour + - Jean-Claude Charr + - Thomas Rauber + - Gudula Rünger + - Laurence T. Yang + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00167 + url: https://doi.org/10.1109/IPDPSW63119.2024.00167 + dblp_key: conf/ipps/RollerBCPCRRY24 + venue_name: IPDPS + pages: 974-975 +- title: 'iWAPT 2024 Keynote Talk: What Happens to a Dream Deferred? Chasing Automatic + Offloading in Fortran 2023' + authors: + - Damian W. I. Rouson + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00137 + url: https://doi.org/10.1109/IPDPSW63119.2024.00137 + dblp_key: conf/ipps/Rouson24 + venue_name: IPDPS + pages: '740' +- title: FPGA-based Implementation for Industrial Motion Control System + authors: + - Claudio Rubattu + - Antonio Ledda + - Francesco Ratto + - Chaitanya Jugade + - Dip Goswami + - Francesca Palumbo + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00039 + url: https://doi.org/10.1109/IPDPSW63119.2024.00039 + dblp_key: conf/ipps/RubattuLRJGP24 + venue_name: IPDPS + pages: 141-147 +- title: A Deep Dive into Task-Based Parallelism in Python + authors: + - William Ruys + - Hochan Lee + - Bozhi You + - Shreya Talati + - Jaeyoung Park + - James Almgren-Bell + - Yineng Yan + - Milinda Fernando + - George Biros + - Mattan Erez + - Martin Burtscher + - Christopher J. Rossbach + - Keshav Pingali + - Milos Gligoric 0001 + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00187 + url: https://doi.org/10.1109/IPDPSW63119.2024.00187 + dblp_key: conf/ipps/RuysLYTPAYFBEBR24 + venue_name: IPDPS + pages: 1147-1149 +- title: Shared-Memory Parallel Algorithms for Community Detection in Dynamic Graphs + authors: + - Subhajit Sahu + - Kishore Kothapalli + - Dip Sankar Banerjee + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00063 + url: https://doi.org/10.1109/IPDPSW63119.2024.00063 + dblp_key: conf/ipps/SahuKB24 + venue_name: IPDPS + pages: 250-259 +- title: Shared-Memory Parallel Dynamic Louvain Algorithm for Community Detection + authors: + - Subhajit Sahu + - Kishore Kothapalli + - Dip Sankar Banerjee + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00207 + url: https://doi.org/10.1109/IPDPSW63119.2024.00207 + dblp_key: conf/ipps/SahuKB24a + venue_name: IPDPS + pages: 1204-1205 +- title: Lock-free Computation of PageRank in Dynamic Graphs + authors: + - Subhajit Sahu + - Kishore Kothapalli + - Hemalatha Eedi + - Sathya Peri + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00148 + url: https://doi.org/10.1109/IPDPSW63119.2024.00148 + dblp_key: conf/ipps/SahuKEP24 + venue_name: IPDPS + pages: 825-834 +- title: A Scalable Mapping Method for Elastic CGRAs + authors: + - Makoto Saito + - Takuya Kojima + - Hideki Takase + - Hiroshi Nakamura + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00125 + url: https://doi.org/10.1109/IPDPSW63119.2024.00125 + dblp_key: conf/ipps/SaitoKTN24 + venue_name: IPDPS + pages: 650-657 +- title: Further Optimizations and Analysis of Smith-Waterman with Vector Extensions + authors: + - Reza Sajjadinasab + - Hamed Rastaghi + - Hafsah Shahzad + - Sanjay Arora + - Ulrich Drepper + - Martin C. Herbordt + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00113 + url: https://doi.org/10.1109/IPDPSW63119.2024.00113 + dblp_key: conf/ipps/SajjadinasabRSA24 + venue_name: IPDPS + pages: 561-570 +- title: Multiobjective Based Strategy for Neural Architecture Search for Segmentation + Task + authors: + - Abass Sana + - Kaoutar Senhaji + - Amir Nakib + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00164 + url: https://doi.org/10.1109/IPDPSW63119.2024.00164 + dblp_key: conf/ipps/SanaSN24 + venue_name: IPDPS + pages: 947-955 +- title: 'RAW 2024 Invited Talk-6: Reconfigurable Architectures for High-Performance + Computing' + authors: + - Kentaro Sano + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00027 + url: https://doi.org/10.1109/IPDPSW63119.2024.00027 + dblp_key: conf/ipps/Sano24 + venue_name: IPDPS + pages: '88' +- title: RAW 2024 Committees + authors: + - Marco Domenico Santambrogio + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00020 + url: https://doi.org/10.1109/IPDPSW63119.2024.00020 + dblp_key: conf/ipps/Santambrogio24 + venue_name: IPDPS + pages: 80-81 +- title: Quantifying Performance of Wire-Based Quantum Circuit Cutting with Entanglements + authors: + - Shiplu Sarker + - Wenyang Qian + - Soham Pal + - Robert A. M. Basili + - Mary Eshaghian-Wilner + - Ashfaq Khokhar 0001 + - Glenn R. Luecke + - James P. Vary + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00178 + url: https://doi.org/10.1109/IPDPSW63119.2024.00178 + dblp_key: conf/ipps/SarkerQPBEKLV24 + venue_name: IPDPS + pages: 1068-1077 +- title: Distributed Multi-GPU Community Detection on Exascale Computing Platforms + authors: + - Naw Safrin Sattar + - Hao Lu 0001 + - Feiyi Wang + - Mahantesh Halappanavar + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00147 + url: https://doi.org/10.1109/IPDPSW63119.2024.00147 + dblp_key: conf/ipps/Sattar0WH24 + venue_name: IPDPS + pages: 815-824 +- title: 'RAW 2024 Invited Talk-9: Riallto: An Open-Source Exploratory Framework for + Ryzen AI™' + authors: + - Andrew Schmidt + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00030 + url: https://doi.org/10.1109/IPDPSW63119.2024.00030 + dblp_key: conf/ipps/Schmidt24 + venue_name: IPDPS + pages: '91' +- title: Alternative Basis Matrix Multiplication is Fast and Stable + authors: + - Oded Schwartz + - Sivan Toledo + - Noa Vaknin + - Gal Wiernik + year: '2024' + doi: 10.1109/IPDPS57955.2024.00013 + url: https://doi.org/10.1109/IPDPS57955.2024.00013 + dblp_key: conf/ipps/SchwartzTVW24 + venue_name: IPDPS + pages: 38-51 +- title: Integration Framework for Online Thread Throttling with Thread and Page Mapping + on NUMA Systems + authors: + - Janaina Schwarzrock + - Arthur Francisco Lorenzon + - Samuel Xavier de Souza + - Antonio Carlos Schneider Beck + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00202 + url: https://doi.org/10.1109/IPDPSW63119.2024.00202 + dblp_key: conf/ipps/SchwarzrockLSB24 + venue_name: IPDPS + pages: 1189-1192 +- title: Shared-Memory Parallel Edmonds Blossom Algorithm for Maximum Cardinality + Matching in General Graphs + authors: + - Gregory Schwing + - Daniel Grosu + - Loren Schwiebert + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00107 + url: https://doi.org/10.1109/IPDPSW63119.2024.00107 + dblp_key: conf/ipps/SchwingGS24 + venue_name: IPDPS + pages: 530-539 +- title: Parallel Maximum Cardinality Matching for General Graphs on GPUs + authors: + - Gregory Schwing + - Daniel Grosu + - Loren Schwiebert + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00157 + url: https://doi.org/10.1109/IPDPSW63119.2024.00157 + dblp_key: conf/ipps/SchwingGS24a + venue_name: IPDPS + pages: 880-889 +- title: Optimizing and Scaling the 3D Reconstruction of Single-Particle Imaging + authors: + - Niteya Shah + - Christine Sweeney + - Vinay Ramakrishnaiah + - Jeffrey Donatelli + - Wu-Chun Feng + year: '2024' + doi: 10.1109/IPDPS57955.2024.00030 + url: https://doi.org/10.1109/IPDPS57955.2024.00030 + dblp_key: conf/ipps/ShahSRDF24 + venue_name: IPDPS + pages: 253-264 +- title: Evaluation of Programming Models and Performance for Stencil Computation + on GPGPUs + authors: + - Baodi Shan + - Mauricio Araya-Polo + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00198 + url: https://doi.org/10.1109/IPDPSW63119.2024.00198 + dblp_key: conf/ipps/ShanA24 + venue_name: IPDPS + pages: 1178-1180 +- title: 'DUST: Resource-Aware Telemetry Offloading with A Distributed Hardware-Agnostic + Approach' + authors: + - Mehrnaz Sharifian + - Diman Zad Tootaghaj + - Chen-Nee Chuah + - Puneet Sharma 0001 + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00161 + url: https://doi.org/10.1109/IPDPSW63119.2024.00161 + dblp_key: conf/ipps/SharifianTCS24 + venue_name: IPDPS + pages: 919-928 +- title: 'ML-Based Real-Time Control at the Edge: An Approach Using hls4ml' + authors: + - Rui Shi + - Seda Ogrenci + - Jeremy M. Arnold + - J. R. Berlioz + - Pierrick Hanlet + - Kyle J. Hazelwood + - Michelle A. Ibrahim + - Han Liu 0001 + - V. P. Nagaslaev + - Aakaash Narayanan + - D. J. Nicklaus + - Jovan Mitrevski + - Gauri Pradhan + - A. L. Saewert + - B. A. Schupbach + - Kiyomi Seiya + - Mattson Thieme + - R. M. Thurman-Keup + - N. V. Tran + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00051 + url: https://doi.org/10.1109/IPDPSW63119.2024.00051 + dblp_key: conf/ipps/ShiOABHHILNNNMP24 + venue_name: IPDPS + pages: '191' +- title: Message from the HCW 2024 Steering Committee Co-Chairs + authors: + - Behrooz A. Shirazi + - Kamesh Madduri + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00007 + url: https://doi.org/10.1109/IPDPSW63119.2024.00007 + dblp_key: conf/ipps/ShiraziM24 + venue_name: IPDPS + pages: '2' +- title: Interactive Textbooks for Parallel and Distributed Computing Across the Undergraduate + CS Curriculum + authors: + - Elizabeth Shoop + - Richard A. Brown + - Suzanne J. Matthews + - Joel C. Adams + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00085 + url: https://doi.org/10.1109/IPDPSW63119.2024.00085 + dblp_key: conf/ipps/ShoopBMA24 + venue_name: IPDPS + pages: 377-384 +- title: 'RAW 2024 Invited Talk-8: Practical Reconfigurable Computing for Next-Generation + Edge Applications' + authors: + - Hayden Kwok-Hay So + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00029 + url: https://doi.org/10.1109/IPDPSW63119.2024.00029 + dblp_key: conf/ipps/So24 + venue_name: IPDPS + pages: '90' +- title: Enabling High-Performance Physical Based Rendering on New Sunway Supercomputer + authors: + - Zeyu Song + - Lin Gan 0001 + - Shengye Xiang + - Yinuo Wang + - Xiaohui Duan + - Guangwen Yang 0002 + year: '2024' + doi: 10.1109/IPDPS57955.2024.00032 + url: https://doi.org/10.1109/IPDPS57955.2024.00032 + dblp_key: conf/ipps/SongGXWDY24 + venue_name: IPDPS + pages: 277-288 +- title: Exploration of Trade-offs Between General-Purpose and Specialized Processing + Elements in HPC-Oriented CGRA + authors: + - Emanuele Del Sozzo + - Xinyuan Wang 0003 + - Boma A. Adhi + - Carlos Cortes + - Jason Anderson 0001 + - Kentaro Sano + year: '2024' + doi: 10.1109/IPDPS57955.2024.00065 + url: https://doi.org/10.1109/IPDPS57955.2024.00065 + dblp_key: conf/ipps/SozzoWACAS24 + venue_name: IPDPS + pages: 668-680 +- title: Optimizing Forward Wavefield Storage Leveraging High-Speed Storage Media + authors: + - João Speglich + - Navjot Kukreja + - George Bisbas + - Átila Saraiva + - Jan Hückelheim + - Fabio Luporini + - John Washbourne + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00093 + url: https://doi.org/10.1109/IPDPSW63119.2024.00093 + dblp_key: conf/ipps/SpeglichKBSHLW24 + venue_name: IPDPS + pages: 431-438 +- title: Measurement-Based Quantum Approximate Optimization + authors: + - Tobias Stollenwerk + - Stuart Hadfield + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00183 + url: https://doi.org/10.1109/IPDPSW63119.2024.00183 + dblp_key: conf/ipps/StollenwerkH24 + venue_name: IPDPS + pages: 1115-1127 +- title: 'RAW 2024 Invited Talk-4: Reconfigurable Computing: Quo Vadis?' + authors: + - Dirk Stroobandt + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00025 + url: https://doi.org/10.1109/IPDPSW63119.2024.00025 + dblp_key: conf/ipps/Stroobandt24 + venue_name: IPDPS + pages: '86' +- title: 'Socio-Behavioral Influences in Epidemic Modeling: Towards a Unified Framework' + authors: + - Suresh Subramanian + - Vairavan Murugappan + - Eunice E. Santos + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00150 + url: https://doi.org/10.1109/IPDPSW63119.2024.00150 + dblp_key: conf/ipps/SubramanianMS24 + venue_name: IPDPS + pages: 839-842 +- title: 'Hadar: Heterogeneity-Aware Optimization-Based Online Scheduling for Deep + Learning Cluster' + authors: + - Abeda Sultana + - Fei Xu + - Xu Yuan 0001 + - Li Chen 0019 + - Nian-Feng Tzeng + year: '2024' + doi: 10.1109/IPDPS57955.2024.00066 + url: https://doi.org/10.1109/IPDPS57955.2024.00066 + dblp_key: conf/ipps/SultanaX00T24 + venue_name: IPDPS + pages: 681-691 +- title: A Runtime Manager Integrated Emulation Environment for Heterogeneous SoC + Design with RISC-V Cores + authors: + - Hasan Umut Suluhan + - Serhan Gener + - Alexander Fusco + - Joshua Mack + - Ismet Dagli + - Mehmet E. Belviranli + - Çagatay Edemen + - Ali Akoglu + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00013 + url: https://doi.org/10.1109/IPDPSW63119.2024.00013 + dblp_key: conf/ipps/SuluhanGFMDBEA24 + venue_name: IPDPS + pages: 23-30 +- title: An FPGA-Based Accelerator for Graph Embedding using Sequential Training Algorithm + authors: + - Kazuki Sunaga + - Keisuke Sugiura + - Hiroki Matsutani + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00040 + url: https://doi.org/10.1109/IPDPSW63119.2024.00040 + dblp_key: conf/ipps/SunagaSM24 + venue_name: IPDPS + pages: 148-154 +- title: 'A2FL: Autonomous and Adaptive File Layout in HPC through Real-time Access + Pattern Analysis' + authors: + - Dong Kyu Sung + - Yongseok Son + - Alex Sim + - Kesheng Wu + - Suren Byna + - Houjun Tang + - Hyeonsang Eom + - Changjong Kim + - Sunggon Kim + year: '2024' + doi: 10.1109/IPDPS57955.2024.00051 + url: https://doi.org/10.1109/IPDPS57955.2024.00051 + dblp_key: conf/ipps/SungSSWBTEKK24 + venue_name: IPDPS + pages: 506-518 +- title: A Stochastic Composite Model to Understand the Impact of Rare, Colossal Interference + in HPC Systems + authors: + - Muna Tageldin + - Majeed M. Hayat + - Jered Dominguez-Trujillo + - Patrick G. Bridges + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00189 + url: https://doi.org/10.1109/IPDPSW63119.2024.00189 + dblp_key: conf/ipps/TageldinHDB24 + venue_name: IPDPS + pages: 1153-1155 +- title: Multi-Core Multi-Rule VeBPF Firewall for Secure FPGA IoT Device Deployments + authors: + - Zaid Tahir + - Sahan Bandara + - Martin C. Herbordt + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00053 + url: https://doi.org/10.1109/IPDPSW63119.2024.00053 + dblp_key: conf/ipps/TahirBH24 + venue_name: IPDPS + pages: '193' +- title: Proactive, Accuracy-aware Straggler Mitigation in Machine Learning Clusters + authors: + - Suraiya Tairin + - Haiying Shen + - Anand P. Iyer + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00204 + url: https://doi.org/10.1109/IPDPSW63119.2024.00204 + dblp_key: conf/ipps/TairinSI24 + venue_name: IPDPS + pages: 1196-1198 +- title: 'eCC++ : A Compiler Construction Framework for Embedded Domain-Specific Languages' + authors: + - Marc González Tallada + - Joel E. Denny + - Pedro Valero-Lara + - Seyong Lee + - Keita Teranishi + - Jeffrey S. Vetter + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00129 + url: https://doi.org/10.1109/IPDPSW63119.2024.00129 + dblp_key: conf/ipps/TalladaDVLTV24 + venue_name: IPDPS + pages: 667-677 +- title: Scalable dual-instruction multiple-data processing on an efficient systolic-array + architecture + authors: + - Yuxi Tan + - Riadh Ben Abdelhamid + - Bingjie Guo + - Qixiang Gao + - Masaru Nishimura + - Yoshiki Yamaguchi + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00048 + url: https://doi.org/10.1109/IPDPSW63119.2024.00048 + dblp_key: conf/ipps/TanAGGNY24 + venue_name: IPDPS + pages: '1' +- title: 'MAAD: A Distributed Anomaly Detection Architecture for Microservices Systems' + authors: + - Rongyuan Tan + - Zhuozhao Li + year: '2024' + doi: 10.1109/IPDPS57955.2024.00094 + url: https://doi.org/10.1109/IPDPS57955.2024.00094 + dblp_key: conf/ipps/TanL24 + venue_name: IPDPS + pages: 1009-1021 +- title: Capturing Periodic I/O Using Frequency Techniques + authors: + - Ahmad Tarraf + - Alexis Bandet + - Francieli Boito + - Guillaume Pallez + - Felix Wolf 0001 + year: '2024' + doi: 10.1109/IPDPS57955.2024.00048 + url: https://doi.org/10.1109/IPDPS57955.2024.00048 + dblp_key: conf/ipps/TarrafBBP024 + venue_name: IPDPS + pages: 465-478 +- title: Dynamic Tasks Scheduling with Multiple Priorities on Heterogeneous Computing + Systems + authors: + - Hayfa Tayeb + - Bérenger Bramas + - Mathieu Faverge + - Abdou Guermouche + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00014 + url: https://doi.org/10.1109/IPDPSW63119.2024.00014 + dblp_key: conf/ipps/TayebBFG24 + venue_name: IPDPS + pages: 31-40 +- title: 'ParaGraph: Weighted Graph Representation for Performance Optimization of + HPC Kernels' + authors: + - Ali TehraniJamsaz + - Alok Mishra 0002 + - Akash Dutta + - Abid M. Malik + - Barbara M. Chapman + - Ali Jannesari + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00070 + url: https://doi.org/10.1109/IPDPSW63119.2024.00070 + dblp_key: conf/ipps/TehraniJamsaz0D24 + venue_name: IPDPS + pages: 293-300 +- title: 'GraphBinMatch: Graph-Based Similarity Learning for Cross-Language Binary + and Source Code Matching' + authors: + - Ali TehraniJamsaz + - Hanze Chen + - Ali Jannesari + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00103 + url: https://doi.org/10.1109/IPDPSW63119.2024.00103 + dblp_key: conf/ipps/TehraniJamsazCJ24 + venue_name: IPDPS + pages: 506-515 +- title: ESSA 2024 Message and Committees + authors: + - François Tessier + - Weikuan Yu + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00088 + url: https://doi.org/10.1109/IPDPSW63119.2024.00088 + dblp_key: conf/ipps/TessierY24 + venue_name: IPDPS + pages: 395-396 +- title: Block-based GPU Programming with Triton + authors: + - Philippe Tillet + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00068 + url: https://doi.org/10.1109/IPDPSW63119.2024.00068 + dblp_key: conf/ipps/Tillet24 + venue_name: IPDPS + pages: '285' +- title: Architecture and Programming of Analog In-Memory-Computing Accelerators for + Deep Neural Networks + authors: + - HsinYu Sidney Tsai + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00128 + url: https://doi.org/10.1109/IPDPSW63119.2024.00128 + dblp_key: conf/ipps/Tsai24 + venue_name: IPDPS + pages: '666' +- title: Pretraining Billion-Scale Geospatial Foundational Models on Frontier + authors: + - Aristeidis Tsaris + - Philipe Ambrozio Dias + - Abhishek Potnis + - Junqi Yin + - Feiyi Wang + - Dalton D. Lunga + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00174 + url: https://doi.org/10.1109/IPDPSW63119.2024.00174 + dblp_key: conf/ipps/TsarisDPYWL24 + venue_name: IPDPS + pages: 1036-1046 +- title: State-Space Search to Find Energy-Aware Pareto-Efficient Optimal Task Schedules + authors: + - Yasith Udagedara + - Andrea Raith + - Oliver Sinnen + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00166 + url: https://doi.org/10.1109/IPDPSW63119.2024.00166 + dblp_key: conf/ipps/UdagedaraRS24 + venue_name: IPDPS + pages: 964-973 +- title: An Accurate Union Find Decoder for Quantum Error Correction on the Toric + Code + authors: + - Federico Valentino + - Beatrice Branchini + - Davide Conficconi + - Donatella Sciuto + - Marco D. Santambrogio + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00032 + url: https://doi.org/10.1109/IPDPSW63119.2024.00032 + dblp_key: conf/ipps/ValentinoBCSS24 + venue_name: IPDPS + pages: 99-105 +- title: 9th IEEE International Workshop on Automatic Performance Tuning (iWAPT 2024) + authors: + - Pedro Valero-Lara + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00136 + url: https://doi.org/10.1109/IPDPSW63119.2024.00136 + dblp_key: conf/ipps/Valero-Lara24 + venue_name: IPDPS + pages: 738-739 +- title: Auto-Generating Diverse Heterogeneous Designs + authors: + - Jessica Vandebon + - José Gabriel F. Coutinho + - Wayne Luk + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00035 + url: https://doi.org/10.1109/IPDPSW63119.2024.00035 + dblp_key: conf/ipps/VandebonCL24 + venue_name: IPDPS + pages: 116-123 +- title: 'RIMR: Reverse Influence Maximization Rank' + authors: + - Jay Vap + - Peter M. Kogge + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00146 + url: https://doi.org/10.1109/IPDPSW63119.2024.00146 + dblp_key: conf/ipps/VapK24 + venue_name: IPDPS + pages: 805-814 +- title: High Performance Binding Affinity Prediction with a Transformer-Based Surrogate + Model + authors: + - Archit Vasan + - Ozan Gökdemir + - Alexander Brace + - Arvind Ramanathan + - Thomas S. Brettin + - Rick Stevens + - Venkatram Vishwanath + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00114 + url: https://doi.org/10.1109/IPDPSW63119.2024.00114 + dblp_key: conf/ipps/VasanGBRBSV24 + venue_name: IPDPS + pages: 571-580 +- title: Towards the Acceleration of the Sparse Blossom Algorithm for Quantum Error + Correction + authors: + - Marco Venere + - Valentino Guerrini + - Beatrice Branchini + - Davide Conficconi + - Donatella Sciuto + - Marco D. Santambrogio + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00033 + url: https://doi.org/10.1109/IPDPSW63119.2024.00033 + dblp_key: conf/ipps/VenereGBCSS24 + venue_name: IPDPS + pages: 106-110 +- title: Graph Computing on Long Vector Architectures (Yes, It Works!) + authors: + - Pablo Vizcaino + - Jesús Labarta + - Filippo Mantovani + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00169 + url: https://doi.org/10.1109/IPDPSW63119.2024.00169 + dblp_key: conf/ipps/VizcainoLM24 + venue_name: IPDPS + pages: 986-995 +- title: Energy-Aware Decentralized Learning with Intermittent Model Training + authors: + - Martijn de Vos + - Akash Balasaheb Dhasade + - Paolo Dini + - Elia Guerra + - Anne-Marie Kermarrec + - Marco Miozzo + - Rafael Pires 0001 + - Rishi Sharma 0001 + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00196 + url: https://doi.org/10.1109/IPDPSW63119.2024.00196 + dblp_key: conf/ipps/VosDDGKMP024 + venue_name: IPDPS + pages: 1172-1174 +- title: 'LockillerTM: Enhancing Performance Lower Bounds in Best-Effort Hardware + Transactional Memory' + authors: + - Li Wan 0008 + - Fu Chao + - Qiang Li + - Jun Han 0003 + year: '2024' + doi: 10.1109/IPDPS57955.2024.00081 + url: https://doi.org/10.1109/IPDPS57955.2024.00081 + dblp_key: conf/ipps/WanCL024 + venue_name: IPDPS + pages: 865-875 +- title: 'VNEC: A Vectorized Non-Empty Column Format for SpMV on CPUs' + authors: + - Luhan Wang + - Haipeng Jia + - Lei Xu 0023 + - Cunyang Wei + - Kun Li 0016 + - Xianmeng Jiang + - Yunquan Zhang + year: '2024' + doi: 10.1109/IPDPS57955.2024.00011 + url: https://doi.org/10.1109/IPDPS57955.2024.00011 + dblp_key: conf/ipps/WangJ0WLJZ24 + venue_name: IPDPS + pages: 14-25 +- title: 'CoCG: Fine-grained Cloud Game Co-location on Heterogeneous Platform' + authors: + - Taolei Wang + - Chao Li 0009 + - Jing Wang 0055 + - Cheng Xu + - Xiaofeng Hou + - Minyi Guo + year: '2024' + doi: 10.1109/IPDPS57955.2024.00033 + url: https://doi.org/10.1109/IPDPS57955.2024.00033 + dblp_key: conf/ipps/WangLWXHG24 + venue_name: IPDPS + pages: 289-299 +- title: Fast Policy Convergence for Traffic Engineering with Proactive Distributed + Message-Passing + authors: + - Zicheng Wang + - Zirui Zhuang + - Jingyu Wang 0001 + - Qi Qi 0001 + - Haifeng Sun 0001 + - Jianxin Liao + year: '2024' + doi: 10.1109/IPDPS57955.2024.00074 + url: https://doi.org/10.1109/IPDPS57955.2024.00074 + dblp_key: conf/ipps/WangZWQ0L24 + venue_name: IPDPS + pages: 780-790 +- title: 'GCSM: GPU-Accelerated Continuous Subgraph Matching for Large Graphs' + authors: + - Yihua Wei + - Peng Jiang 0004 + year: '2024' + doi: 10.1109/IPDPS57955.2024.00097 + url: https://doi.org/10.1109/IPDPS57955.2024.00097 + dblp_key: conf/ipps/Wei024 + venue_name: IPDPS + pages: 1046-1057 +- title: 'Performance Versus Maintainability: A Case Study of Scream on Frontier' + authors: + - James B. White + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00069 + url: https://doi.org/10.1109/IPDPSW63119.2024.00069 + dblp_key: conf/ipps/White24 + venue_name: IPDPS + pages: 286-292 +- title: Asynchrony and Failure Masking via Pseudo-Local Process Recovery in MPI Applications + authors: + - Mathhew Whitlock + - Hemanth Kolla + - Aurelien Bouteiller + - Jackson R. Mayo + - Nicolas M. Morales + - Keita Teranishi + - George Bosilca + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00193 + url: https://doi.org/10.1109/IPDPSW63119.2024.00193 + dblp_key: conf/ipps/WhitlockKBMMTB24 + venue_name: IPDPS + pages: 1164-1166 +- title: Visualizing PRAM Algorithm for Mergesort + authors: + - Cade Wiley + - Grey Ballard + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00083 + url: https://doi.org/10.1109/IPDPSW63119.2024.00083 + dblp_key: conf/ipps/WileyB24 + venue_name: IPDPS + pages: 365-368 +- title: 'FedSZ: Leveraging Error-Bounded Lossy Compression for Federated Learning + Communications' + authors: + - Grant Wilkins + - Sheng Di + - Jon C. Calhoun + - Zilinghan Li + - Kibaek Kim + - Robert Underwood + - Richard Mortier + - Franck Cappello + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00201 + url: https://doi.org/10.1109/IPDPSW63119.2024.00201 + dblp_key: conf/ipps/WilkinsDCLKUMC24 + venue_name: IPDPS + pages: 1187-1188 +- title: Machine-Learning-Driven Runtime Optimization of BLAS Level 3 on Modern Multi-Core + Systems + authors: + - Yufan Xia + - Giuseppe Maria Junior Barca + year: '2024' + doi: 10.1109/IPDPS57955.2024.00091 + url: https://doi.org/10.1109/IPDPS57955.2024.00091 + dblp_key: conf/ipps/XiaB24 + venue_name: IPDPS + pages: 976-986 +- title: Characterizing the Performance of Emerging Deep Learning, Graph, and High + Performance Computing Workloads Under Interference + authors: + - Hao Xu 0048 + - Shuang Song 0007 + - Ze Mao + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00098 + url: https://doi.org/10.1109/IPDPSW63119.2024.00098 + dblp_key: conf/ipps/Xu0M24 + venue_name: IPDPS + pages: 468-477 +- title: Accelerating Native Transaction Processing in LSM-Based Persistent Key-Value + Stores + authors: + - Jin Xue + - Zili Shao + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00190 + url: https://doi.org/10.1109/IPDPSW63119.2024.00190 + dblp_key: conf/ipps/XueS24 + venue_name: IPDPS + pages: 1156-1158 +- title: Image Compression and Reconstruction Based on Quantum Network + authors: + - J. Xun + - Qin Liu + - Shan Huang + - Andi Chen + - W. Shengjun + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00184 + url: https://doi.org/10.1109/IPDPSW63119.2024.00184 + dblp_key: conf/ipps/XunLHCS24 + venue_name: IPDPS + pages: 1128-1135 +- title: A Scalable Secure Fault Tolerant Aggregation for P2P Federated Learning + authors: + - Yujiro Yahata + - Keisuke Sugiura + - Hiroki Matsutani + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00060 + url: https://doi.org/10.1109/IPDPSW63119.2024.00060 + dblp_key: conf/ipps/YahataSM24 + venue_name: IPDPS + pages: 222-231 +- title: Two-Stage Block Orthogonalization to Improve Performance of s-step GMRES + authors: + - Ichitaro Yamazaki + - Andrew J. Higgins 0002 + - Erik G. Boman + - Daniel B. Szyld + year: '2024' + doi: 10.1109/IPDPS57955.2024.00012 + url: https://doi.org/10.1109/IPDPS57955.2024.00012 + dblp_key: conf/ipps/Yamazaki0BS24 + venue_name: IPDPS + pages: 26-37 +- title: 'Aurora: A Versatile and Flexible Accelerator for Graph Neural Networks' + authors: + - Jiaqi Yang + - Hao Zheng 0005 + - Ahmed Louri + year: '2024' + doi: 10.1109/IPDPS57955.2024.00084 + url: https://doi.org/10.1109/IPDPS57955.2024.00084 + dblp_key: conf/ipps/Yang0L24 + venue_name: IPDPS + pages: 890-902 +- title: Exploiting Inter-Layer Expert Affinity for Accelerating Mixture-of-Experts + Model Inference + authors: + - Jinghan Yao + - Quentin Anthony + - Aamir Shafi + - Hari Subramoni + - Dhabaleswar K. Panda 0001 + year: '2024' + doi: 10.1109/IPDPS57955.2024.00086 + url: https://doi.org/10.1109/IPDPS57955.2024.00086 + dblp_key: conf/ipps/YaoASSP24 + venue_name: IPDPS + pages: 915-925 +- title: Comparative Study of Large Language Model Architectures on Frontier + authors: + - Junqi Yin + - Avishek Bose + - Guojing Cong + - Isaac Lyngaas + - Quentin Anthony + year: '2024' + doi: 10.1109/IPDPS57955.2024.00056 + url: https://doi.org/10.1109/IPDPS57955.2024.00056 + dblp_key: conf/ipps/YinBCLA24 + venue_name: IPDPS + pages: 556-569 +- title: Optimizing General Matrix Multiplications on Modern Multi-core DSPs + authors: + - Kainan Yu + - Xinxin Qi + - Peng Zhang 0061 + - Jianbin Fang + - Dezun Dong + - Ruibo Wang + - Tao Tang 0001 + - Chun Huang 0006 + - Yonggang Che + - Zheng Wang 0001 + year: '2024' + doi: 10.1109/IPDPS57955.2024.00090 + url: https://doi.org/10.1109/IPDPS57955.2024.00090 + dblp_key: conf/ipps/YuQZFDWTHCW24 + venue_name: IPDPS + pages: 964-975 +- title: RAW 2024 Invited Talk-7 + authors: + - Wei Zhang + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00028 + url: https://doi.org/10.1109/IPDPSW63119.2024.00028 + dblp_key: conf/ipps/Zhang24 + venue_name: IPDPS + pages: '89' +- title: Parallel Approximations for High-Dimensional Multivariate Normal Probability + Computation in Confidence Region Detection Applications + authors: + - Xiran Zhang + - Sameh Abdulah + - Jian Cao 0004 + - Hatem Ltaief + - Ying Sun 0002 + - Marc G. Genton + - David E. Keyes + year: '2024' + doi: 10.1109/IPDPS57955.2024.00031 + url: https://doi.org/10.1109/IPDPS57955.2024.00031 + dblp_key: conf/ipps/ZhangA0L0GK24 + venue_name: IPDPS + pages: 265-276 +- title: 'Attention, Distillation, and Tabularization: Towards Practical Neural Network-Based + Prefetching' + authors: + - Pengmiao Zhang + - Neelesh Gupta + - Rajgopal Kannan + - Viktor K. Prasanna + year: '2024' + doi: 10.1109/IPDPS57955.2024.00082 + url: https://doi.org/10.1109/IPDPS57955.2024.00082 + dblp_key: conf/ipps/ZhangGKP24 + venue_name: IPDPS + pages: 876-888 +- title: 'OpenFFT-SME: An Efficient Outer Product Pattern FFT Library on ARM SME CPUs' + authors: + - Ruge Zhang + - Haipeng Jia + - Yunquan Zhang + - Baicheng Yan + - Penghao Ma + - Long Wang + - Wenxuan Zhao + year: '2024' + doi: 10.1109/IPDPS57955.2024.00088 + url: https://doi.org/10.1109/IPDPS57955.2024.00088 + dblp_key: conf/ipps/ZhangJZYMWZ24 + venue_name: IPDPS + pages: 938-949 +- title: A Parallel Partial Merge Repair Algorithm for Multi-block Failures for Erasure + Storage Systems + authors: + - Shuaipeng Zhang + - Shiyi Li + - Chentao Wu + - Ruobin Wu + - Saiqin Long + - Wen Xia + year: '2024' + doi: 10.1109/IPDPS57955.2024.00060 + url: https://doi.org/10.1109/IPDPS57955.2024.00060 + dblp_key: conf/ipps/ZhangLWWLX24 + venue_name: IPDPS + pages: 608-618 +- title: Cross-System Analysis of Job Characterization and Scheduling in Large-Scale + Computing Clusters + authors: + - Di Zhang 0015 + - Monish Soundar Raj + - Bing Xie + - Sheng Di + - Dong Dai 0001 + year: '2024' + doi: 10.1109/IPDPS57955.2024.00069 + url: https://doi.org/10.1109/IPDPS57955.2024.00069 + dblp_key: conf/ipps/ZhangRXD024 + venue_name: IPDPS + pages: 716-727 +- title: 'AdCoalescer: An Adaptive Coalescer to Reduce the Inter-Module Traffic in + MCM-GPUs' + authors: + - Xu Zhang + - Guangda Zhang + - Lu Wang + - Xia Zhao + year: '2024' + doi: 10.1109/IPDPSW63119.2024.00191 + url: https://doi.org/10.1109/IPDPSW63119.2024.00191 + dblp_key: conf/ipps/ZhangZWZ24 + venue_name: IPDPS + pages: 1159-1160 +- title: 'QSync: Quantization-Minimized Synchronous Distributed Training Across Hybrid + Devices' + authors: + - Juntao Zhao + - Borui Wan + - Yanghua Peng + - Haibin Lin + - Yibo Zhu 0001 + - Chuan Wu 0001 + year: '2024' + doi: 10.1109/IPDPS57955.2024.00025 + url: https://doi.org/10.1109/IPDPS57955.2024.00025 + dblp_key: conf/ipps/ZhaoWPLZ024 + venue_name: IPDPS + pages: 193-204 +- title: Tackling Cold Start in Serverless Computing with Multi-Level Container Reuse + authors: + - Amelie Chi Zhou + - Rongzheng Huang + - Zhoubin Ke + - Yusen Li + - Yi Wang 0003 + - Rui Mao 0001 + year: '2024' + doi: 10.1109/IPDPS57955.2024.00017 + url: https://doi.org/10.1109/IPDPS57955.2024.00017 + dblp_key: conf/ipps/ZhouHKLW024 + venue_name: IPDPS + pages: 89-99 +- title: IEEE International Parallel and Distributed Processing Symposium, IPDPS 2024, + San Francisco, CA, USA, May 27-31, 2024 + authors: [] + year: '2024' + doi: 10.1109/IPDPS57955.2024 + url: https://doi.org/10.1109/IPDPS57955.2024 + dblp_key: conf/ipps/2024 + venue_name: IPDPS + pages: null +- title: IEEE International Parallel and Distributed Processing Symposium, IPDPS 2024 + - Workshop, San Francisco, CA, USA, May 27-31, 2024 + authors: [] + year: '2024' + doi: 10.1109/IPDPSW63119.2024 + url: https://doi.org/10.1109/IPDPSW63119.2024 + dblp_key: conf/ipps/2024w + venue_name: IPDPS + pages: null diff --git a/site/data/papers/IPDPS-2024-digest.yaml b/site/data/papers/IPDPS-2024-digest.yaml new file mode 100644 index 0000000..5f9fe99 --- /dev/null +++ b/site/data/papers/IPDPS-2024-digest.yaml @@ -0,0 +1,141 @@ +venue: IPDPS +year: 2024 +papers: +- title: 'Low-Depth Spatial Tree Algorithms' + authors: + - Yves Baumann + - Tal Ben-Nun + - Maciej Besta + - Lukas Gianinazzi + - Torsten Hoefler + - Piotr Luczynski + reason: "Introduces parallel spatial-tree algorithms with provably low depth, advancing the theory of work-efficient parallel data structures for geometric workloads." + +- title: 'Alternative Basis Matrix Multiplication is Fast and Stable' + authors: + - Oded Schwartz + - Sivan Toledo + - Noa Vaknin + - Gal Wiernik + reason: "Demonstrates that alternative-basis matrix multiplication achieves both practical speed and numerical stability, challenging the conventional trade-off between the two." + +- title: 'Wait-free Trees with Asymptotically-Efficient Range Queries' + authors: + - Ilya Kokorin + - Victor Yudov + - Vitaly Aksenov + - Dan Alistarh + reason: "Presents the first wait-free balanced search tree supporting asymptotically optimal range queries, a long-standing open problem in concurrent data structures." + +- title: 'Parallel Derandomization for Coloring' + authors: + - Sam Coy + - Artur Czumaj + - Peter Davies-Peck + - Gopinath Mishra + reason: "Develops deterministic parallel graph-coloring algorithms via derandomization, closing a key gap between randomized and deterministic complexity in this foundational problem." + +- title: 'HINT: Designing Cache-Efficient MPI_Alltoall using Hybrid Memory Copy Ordering and Non-Temporal Instructions' + authors: + - Bharath Ramesh 0005 + - Nick Contini + - Nawras Alnaasan + - Kaushik Kandadi Suresh + - Mustafa Abduljabbar + - Aamir Shafi + - Hari Subramoni + - Dhabaleswar K. D. K. Panda + reason: "Achieves substantial MPI_Alltoall bandwidth improvements by combining cache-aware copy ordering with non-temporal store instructions, directly benefiting large-scale collective communication." + +- title: 'An Optimized Error-controlled MPI Collective Framework Integrated with Lossy Compression' + authors: + - Jiajun Huang 0001 + - Sheng Di + - Xiaodong Yu 0001 + - Yujia Zhai + - Zhaorui Zhang + - Jinyang Liu 0003 + - Xiaoyi Lu 0001 + - Ken Raffenetti + - Hui Zhou 0012 + - Kai Zhao 0008 + - Zizhong Chen + - Franck Cappello + - Yanfei Guo + - Rajeev Thakur + reason: "Integrates error-bounded lossy compression directly into MPI collectives, reducing communication volume with provable accuracy guarantees for HPC scientific applications." + +- title: 'Software Resource Disaggregation for HPC with Serverless Computing' + authors: + - Marcin Copik + - Marcin Chrapek + - Larissa Schmid + - Alexandru Calotoiu + - Torsten Hoefler + reason: "Shows that serverless computing can serve as a practical resource-disaggregation layer for HPC, enabling fine-grained elasticity without sacrificing performance." + +- title: 'Tackling Cold Start in Serverless Computing with Multi-Level Container Reuse' + authors: + - Amelie Chi Zhou + - Rongzheng Huang + - Zhoubin Ke + - Yusen Li + - Yi Wang 0003 + - Rui Mao 0001 + reason: "Proposes a multi-level container-reuse strategy that significantly reduces cold-start latency in serverless platforms, addressing one of the main performance bottlenecks." + +- title: 'LightDAG: A Low-latency DAG-based BFT Consensus through Lightweight Broadcast' + authors: + - Xiaohai Dai + - Guanxiong Wang + - Jiang Xiao 0001 + - Zhengxuan Guo + - Rui Hao + - Xia Xie 0003 + - Hai Jin 0001 + reason: "Redesigns DAG-based Byzantine fault-tolerant consensus to use lightweight broadcast, cutting latency while preserving safety and liveness in distributed systems." + +- title: 'Benchmarking and Dissecting the Nvidia Hopper GPU Architecture' + authors: + - Weile Luo + - Ruibo Fan + - Zeyu Li + - Dayou Du + - Qiang Wang 0022 + - Xiaowen Chu 0001 + reason: "Provides the first systematic microbenchmark characterization of Hopper's new hardware features (TMA, warpgroup MMA, NVLink-4), yielding actionable insights for kernel developers." + +- title: 'DEFCON: Deformable Convolutions Leveraging Interval Search and GPU Texture Hardware' + authors: + - Malith Jayaweera + - Yanyu Li + - Yanzhi Wang 0001 + - Bin Ren 0002 + - David R. Kaeli + reason: "Exploits GPU texture-cache hardware to accelerate deformable convolutions, delivering significant speedups over cuDNN-based baselines for irregular memory-access patterns." + +- title: 'nOS-V: Co-Executing HPC Applications Using System-Wide Task Scheduling' + authors: + - David Álvarez 0006 + - Kevin Sala + - Vicenç Beltran 0001 + reason: "Introduces a system-wide task scheduler that safely co-executes multiple HPC applications on shared hardware, improving cluster utilization without modifying application code." + +- title: 'Hadar: Heterogeneity-Aware Optimization-Based Online Scheduling for Deep Learning Cluster' + authors: + - Abeda Sultana + - Fei Xu + - Xu Yuan 0001 + - Li Chen 0019 + - Nian-Feng Tzeng + reason: "Formulates deep-learning cluster scheduling as an online optimization problem that explicitly accounts for GPU heterogeneity, reducing job completion times and improving fairness." + +- title: 'A Parallel Partial Merge Repair Algorithm for Multi-block Failures for Erasure Storage Systems' + authors: + - Shuaipeng Zhang + - Shiyi Li + - Chentao Wu + - Ruobin Wu + - Saiqin Long + - Wen Xia + reason: "Presents a parallel repair algorithm for simultaneous multi-block erasure failures that outperforms sequential recovery while reducing I/O and computational overhead." diff --git a/site/data/papers/IPDPS-2025-candidates.yaml b/site/data/papers/IPDPS-2025-candidates.yaml new file mode 100644 index 0000000..5254e29 --- /dev/null +++ b/site/data/papers/IPDPS-2025-candidates.yaml @@ -0,0 +1,3690 @@ +venue: IPDPS +year: 2025 +source: dblp +count: 284 +papers: +- title: 'NBLFQ: A Lock-Free MPMC Queue Optimized for Low Contention' + authors: + - Alexandre Denis 0001 + - Charles Goedefroit + year: '2025' + doi: 10.1109/IPDPS64566.2025.00090 + url: https://doi.org/10.1109/IPDPS64566.2025.00090 + dblp_key: conf/ipps/0001G25 + venue_name: IPDPS + pages: 962-973 +- title: Accelerate Coastal Ocean Circulation Model with AI Surrogate + authors: + - Zelin Xu 0001 + - Jie Ren + - Yupu Zhang 0001 + - Jose Maria Gonzalez Ondina + - Maitane Olabarrieta + - Tingsong Xiao + - Wenchong He + - Zibo Liu + - Shigang Chen + - Kaleb E. Smith + - Zhe Jiang 0001 + year: '2025' + doi: 10.1109/IPDPS64566.2025.00028 + url: https://doi.org/10.1109/IPDPS64566.2025.00028 + dblp_key: conf/ipps/0001RZOOXHLCS025 + venue_name: IPDPS + pages: 223-235 +- title: 'SymProp: Scaling Sparse Symmetric Tucker Decomposition via Symmetry Propagation' + authors: + - Zecheng Li 0001 + - Shruti Shivakumar + - Jiajia Li 0001 + - Ramakrishnan Kannan + year: '2025' + doi: 10.1109/IPDPS64566.2025.00109 + url: https://doi.org/10.1109/IPDPS64566.2025.00109 + dblp_key: conf/ipps/0001S0K25 + venue_name: IPDPS + pages: 1203-1214 +- title: 'IP-FL: Incentive-Driven Personalization in Federated Learning' + authors: + - Ahmad Faraz Khan 0001 + - Xinran Wang + - Qi Le + - Zain ul Abdeen + - Azal Ahmad Khan + - Haider Ali + - Ming Jin 0002 + - Jie Ding 0002 + - Ali Raza Butt + - Ali Anwar 0001 + year: '2025' + doi: 10.1109/IPDPS64566.2025.00053 + url: https://doi.org/10.1109/IPDPS64566.2025.00053 + dblp_key: conf/ipps/0001WLAKA00B025 + venue_name: IPDPS + pages: 520-532 +- title: 'Taijigraph: an Out-Of-Core Graph Processing System Enhanced with Computational + Storage' + authors: + - Xinmiao Zhang 0004 + - Cheng Liu 0008 + - Shengwen Liang + - Hayden Kwok-Hay So + - Ying Wang 0001 + - Lei Zhang 0008 + - Huawei Li 0001 + - Xiaowei Li 0001 + year: '2025' + doi: 10.1109/IPDPS64566.2025.00103 + url: https://doi.org/10.1109/IPDPS64566.2025.00103 + dblp_key: conf/ipps/0004LLSWZLL25 + venue_name: IPDPS + pages: 1129-1140 +- title: 'IOPS: I/O Performance Evaluation Suite' + authors: + - Mahamat Abdraman + - Francieli Boito + - Luan Teylo + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00114 + url: https://doi.org/10.1109/IPDPSW66978.2025.00114 + dblp_key: conf/ipps/AbdramanBT25 + venue_name: IPDPS + pages: 731-736 +- title: 'Science per Dollar: Modeling Emerging Node Architectures for Accelerator-centric + Computing' + authors: + - Jordan M. Abt + - Ali Farazdaghi + - Elizabeth Reid 0002 + - Curtis Shorts + - Tooraj Taraz + - Zachary Silva + - Ethan Shama + - Scott Levy + - Whit Schonbein + - Matthew G. F. Dosanjh + - Amirreza Barati Sedeh + - Ryan E. Grant + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00011 + url: https://doi.org/10.1109/IPDPSW66978.2025.00011 + dblp_key: conf/ipps/AbtFRSTSSLSDSG25 + venue_name: IPDPS + pages: 25-34 +- title: 'PredTOP: Latency Predictor Utilizing DAG Transformers for Distributed Deep + Learning Training with Operator Parallelism' + authors: + - Dipak Acharya + - Tong Shu + year: '2025' + doi: 10.1109/IPDPS64566.2025.00069 + url: https://doi.org/10.1109/IPDPS64566.2025.00069 + dblp_key: conf/ipps/AcharyaS25 + venue_name: IPDPS + pages: 712-724 +- title: Development and Deployment of a Genomic Cancer Data Extraction Pipeline on + the Cloud + authors: + - Eleni Adam + - Terry Stilwell + - Desh Ranjan + - Harold Riethman + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00145 + url: https://doi.org/10.1109/IPDPSW66978.2025.00145 + dblp_key: conf/ipps/AdamSRR25 + venue_name: IPDPS + pages: 935-938 +- title: Proactive Endpoint Congestion Avoidance in UCC + authors: + - Ferrol Aderholdt + - Aamir Shafi + - Manjunath Gorentla Venkata + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00143 + url: https://doi.org/10.1109/IPDPSW66978.2025.00143 + dblp_key: conf/ipps/AderholdtSV25 + venue_name: IPDPS + pages: 923-930 +- title: Protein database search using Processing-in-Memory architecture + authors: + - Charly Airault + - Charles Deltel + - Florestan De Moor + - Erwan Drezen + - Meven Mognol + - Dominique Lavenier + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00146 + url: https://doi.org/10.1109/IPDPSW66978.2025.00146 + dblp_key: conf/ipps/AiraultDMDML25 + venue_name: IPDPS + pages: 939-948 +- title: A Bidirectional GPU Algorithm for Computing Maximum Matchings in Bipartite + Graphs + authors: + - Anju Mongandampulath Akathoott + - Martin Burtscher + year: '2025' + doi: 10.1109/IPDPS64566.2025.00034 + url: https://doi.org/10.1109/IPDPS64566.2025.00034 + dblp_key: conf/ipps/AkathoottB25 + venue_name: IPDPS + pages: 297-308 +- title: 'Monitoring Digital Wildfires: a Large-Scale Dataset of COVID-19 Conspiracy + Tweets Created via Fast NLP Inference using the Graphcore IPU' + authors: + - Rohullah Akbari + - Daniel Thilo Schroeder + - Petra Filkuková + - Johannes Langguth + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00047 + url: https://doi.org/10.1109/IPDPSW66978.2025.00047 + dblp_key: conf/ipps/AkbariSFL25 + venue_name: IPDPS + pages: 241-250 +- title: Exploring the AMD® Deep Learning Processor Unit for Accelerating Selective + Sweep Detection + authors: + - Nikolaos Alachiotis 0001 + - Matthijs Leon Souilljee + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00147 + url: https://doi.org/10.1109/IPDPSW66978.2025.00147 + dblp_key: conf/ipps/AlachiotisS25 + venue_name: IPDPS + pages: 949-958 +- title: 'RXT: RefleXive Address Translation for Pointer-Chasing Workloads' + authors: + - Rashid Aligholipour + - Pavlos Aimoniotis + - Stefanos Kaxiras + - Yuan Yao 0009 + year: '2025' + doi: 10.1109/IPDPS64566.2025.00098 + url: https://doi.org/10.1109/IPDPS64566.2025.00098 + dblp_key: conf/ipps/AligholipourAKY25 + venue_name: IPDPS + pages: 1062-1073 +- title: Adaptive Protein Design Protocols and Middleware + authors: + - Aymen Alsaadi + - Jonathan Ash + - Mikhail Titov + - Matteo Turilli + - André Merzky + - Shantenu Jha + - Sagar Khare + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00157 + url: https://doi.org/10.1109/IPDPSW66978.2025.00157 + dblp_key: conf/ipps/AlsaadiATTMJK25 + venue_name: IPDPS + pages: 1011-1015 +- title: 'The Power of Parallelism: Accelerating Discovery in the Biosciences' + authors: + - Srinivas Aluru + year: '2025' + doi: 10.1109/IPDPS64566.2025.00044 + url: https://doi.org/10.1109/IPDPS64566.2025.00044 + dblp_key: conf/ipps/Aluru25 + venue_name: IPDPS + pages: '419' +- title: Accelerating Graph Neural Networks Using a Novel Computation-Friendly Matrix + Compression Format + authors: + - João Nuno Ferreira Alves + - Samir Moustafa + - Siegfried Benkner + - Alexandre P. Francisco + - Wilfried N. Gansterer + - Luís M. S. Russo + year: '2025' + doi: 10.1109/IPDPS64566.2025.00100 + url: https://doi.org/10.1109/IPDPS64566.2025.00100 + dblp_key: conf/ipps/AlvesMBFGR25 + venue_name: IPDPS + pages: 1091-1103 +- title: Outlier Detection and other applications of Quantum Matrix Multiplication + authors: + - Giacomo Antonioli + - Alessandro Berti 0002 + - Alessandro Poggiali + - Anna Bernasconi 0001 + - Gianna M. Del Corso + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00082 + url: https://doi.org/10.1109/IPDPSW66978.2025.00082 + dblp_key: conf/ipps/AntonioliBPBC25 + venue_name: IPDPS + pages: 509-518 +- title: Serverless IoT Framework + authors: + - Isaac David Núñez Araya + - Michael Gerndt + - Shajulin Benedict + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00029 + url: https://doi.org/10.1109/IPDPSW66978.2025.00029 + dblp_key: conf/ipps/ArayaGB25 + venue_name: IPDPS + pages: 130-139 +- title: Evaluating Expansion Memory for Optimizer State Offloading for Large Transformer + Models + authors: + - Moiz Arif + - Avinash Maurya + - Sudharshan Vazhkudai + - Bogdan Nicolae + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00151 + url: https://doi.org/10.1109/IPDPSW66978.2025.00151 + dblp_key: conf/ipps/ArifMVN25 + venue_name: IPDPS + pages: 970-977 +- title: Understanding the Performance and Power of LLM Inferencing on Edge Accelerators + authors: + - Mayank Arya + - Yogesh Simmhan + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00173 + url: https://doi.org/10.1109/IPDPSW66978.2025.00173 + dblp_key: conf/ipps/AryaS25 + venue_name: IPDPS + pages: 1108-1111 +- title: Accelerating Triangle Counting with Real Processing-in-Memory Systems + authors: + - Lorenzo Asquini + - Manos Frouzakis + - Juan Gómez-Luna + - Mohammad Sadrosadati + - Onur Mutlu + - Francesco Silvestri 0001 + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00126 + url: https://doi.org/10.1109/IPDPSW66978.2025.00126 + dblp_key: conf/ipps/AsquiniFGSMS25 + venue_name: IPDPS + pages: 805-814 +- title: Visualizing MPI Collective Communication + authors: + - Christopher Atala + - Meredith Morrison + - Grey Ballard + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00106 + url: https://doi.org/10.1109/IPDPSW66978.2025.00106 + dblp_key: conf/ipps/AtalaMB25 + venue_name: IPDPS + pages: 684-687 +- title: Blockchain consensus mechanisms for democratic voting environments + authors: + - Thomas Auer + - Kurt Horvath + - Dragi Kimovski + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00170 + url: https://doi.org/10.1109/IPDPSW66978.2025.00170 + dblp_key: conf/ipps/AuerHK25 + venue_name: IPDPS + pages: 1089-1096 +- title: 'Parallel Processing for Distributed Machine Learning: A Taxonomy of Techniques + and Associated Security Risks' + authors: + - Abdulfatah Bahbouh + - Ishfaq Ahmad + - Hansheng Lei + - Saif Ul Islam + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00087 + url: https://doi.org/10.1109/IPDPSW66978.2025.00087 + dblp_key: conf/ipps/BahbouhALI25 + venue_name: IPDPS + pages: 533-542 +- title: A Work-Optimal Parallel Algorithm for Aligning Sequences to Genome Graphs + authors: + - Aranya Banerjee + - Daniel Gibney + - Helen Xu 0001 + - Srinivas Aluru + year: '2025' + doi: 10.1109/IPDPS64566.2025.00048 + url: https://doi.org/10.1109/IPDPS64566.2025.00048 + dblp_key: conf/ipps/BanerjeeGXA25 + venue_name: IPDPS + pages: 460-471 +- title: 'Edge AI in the computing continuum: Consistency and Availability at Early + Design Stages' + authors: + - Vincenzo Barbuto + - Claudio Savaglio + - Giancarlo Fortino + - Edward A. Lee + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00175 + url: https://doi.org/10.1109/IPDPSW66978.2025.00175 + dblp_key: conf/ipps/BarbutoSFL25 + venue_name: IPDPS + pages: 1120-1127 +- title: SFQ-Driven Pulse-Phase Sequence Generator for Superconducting Qubit Control + authors: + - Meriam Gay Bautista-Jurney + - Patricia Gonzalez-Guerrero + - Anastasiia Butko + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00182 + url: https://doi.org/10.1109/IPDPSW66978.2025.00182 + dblp_key: conf/ipps/BautistaJurneyGB25 + venue_name: IPDPS + pages: 1163-1169 +- title: Predicting Performance Variability + authors: + - Mohammed Baydoun + - Mohammad Sonji + - Pedro Bruel + - Dejan S. Milojicic + - Eitan Frachtenberg + - Izzat El Hajj + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00044 + url: https://doi.org/10.1109/IPDPSW66978.2025.00044 + dblp_key: conf/ipps/BaydounSBMFH25 + venue_name: IPDPS + pages: 225-234 +- title: 'A Recursive Approach to Representation in Hilbert Spaces of Increasing Dimension: + Applications to Quantum-centric HPC tool development' + authors: + - Alejandro Becerra + - Abani K. Patra + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00183 + url: https://doi.org/10.1109/IPDPSW66978.2025.00183 + dblp_key: conf/ipps/BecerraP25 + venue_name: IPDPS + pages: 1170-1174 +- title: Software Container-based Energy Estimation Models for ARM Architecture + authors: + - Mohamed Anisse Belhadj + - Kods Trabelsi + - Loïc Cudennec + - Henri-Pierre Charles + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00177 + url: https://doi.org/10.1109/IPDPSW66978.2025.00177 + dblp_key: conf/ipps/BelhadjTCC25 + venue_name: IPDPS + pages: 1132-1139 +- title: Exploring NCCL Tuning Strategies for Distributed Deep Learning + authors: + - Majid Salimi Beni + - Ruben Laso + - Biagio Cosenza + - Siegfried Benkner + - Sascha Hunold + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00015 + url: https://doi.org/10.1109/IPDPSW66978.2025.00015 + dblp_key: conf/ipps/BeniLCBH25 + venue_name: IPDPS + pages: 59-62 +- title: 'Millions of Matrix-Multiplications: GEMM Variations on Aurora' + authors: + - Colleen Bertoni + - Thomas Applencourt + - Longfei Gao + - Ti Leggett + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00135 + url: https://doi.org/10.1109/IPDPSW66978.2025.00135 + dblp_key: conf/ipps/BertoniAGL25 + venue_name: IPDPS + pages: 850-856 +- title: 'FATHOM: Fast Attention Through Optimizing Memory' + authors: + - Elliott Binder + - Arvind Sudarsanam + - Ravi Sunkavalli + - Tze Meng Low + year: '2025' + doi: 10.1109/IPDPS64566.2025.00106 + url: https://doi.org/10.1109/IPDPS64566.2025.00106 + dblp_key: conf/ipps/BinderSSL25 + venue_name: IPDPS + pages: 1166-1178 +- title: Automated MPI-X Code Generation for Scalable Finite-Difference Solvers + authors: + - George Bisbas + - Rhodri Nelson + - Mathias Louboutin + - Fabio Luporini + - Paul H. J. Kelly + - Gerard Gorman + year: '2025' + doi: 10.1109/IPDPS64566.2025.00067 + url: https://doi.org/10.1109/IPDPS64566.2025.00067 + dblp_key: conf/ipps/BisbasNLLKG25 + venue_name: IPDPS + pages: 689-701 +- title: 'SYCL for HPC: Adapting to Diverse CPU Architecture' + authors: + - Ashish Bisht + - Aniket P. Garade + - Deepika H. V + - Haribabu P + - S. A. Kumar + - S. D. Sudarsan + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00036 + url: https://doi.org/10.1109/IPDPSW66978.2025.00036 + dblp_key: conf/ipps/BishtGVPKS25 + venue_name: IPDPS + pages: 197-204 +- title: Efficient Parallel Scheduling for Sparse Triangular Solvers + authors: + - Toni Böhnlein + - Pál András Papp + - Raphael S. Steiner + - Albert-Jan Nicholas Yzelman + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00206 + url: https://doi.org/10.1109/IPDPSW66978.2025.00206 + dblp_key: conf/ipps/BohnleinPSY25 + venue_name: IPDPS + pages: 1263-1265 +- title: Leveraging Interaction Between Memory Footprint and Parallelism Degree for + efficient GPU Portings + authors: + - Mickaël Boichot + - Adrien Roussel + - Elisabeth Brunet + - Patrick Carribault + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00136 + url: https://doi.org/10.1109/IPDPSW66978.2025.00136 + dblp_key: conf/ipps/BoichotRBC25 + venue_name: IPDPS + pages: 857-865 +- title: A Deep Look into the Temporal I/O Behavior of HPC Applications + authors: + - Francieli Boito + - Luan Teylo + - Mihail Popov + - Théo Jolivel + - François Tessier + - Jakob Lüttgau + - Julien Monniot + - Ahmad Tarraf + - André Ramos Carneiro + - Carla Osthoff + year: '2025' + doi: 10.1109/IPDPS64566.2025.00072 + url: https://doi.org/10.1109/IPDPS64566.2025.00072 + dblp_key: conf/ipps/BoitoTPJTLMTCO25 + venue_name: IPDPS + pages: 749-762 +- title: 'nbshmem: Enabling GPU-Initiated Multi-GPU Communication in Python' + authors: + - Calvin Bombis + - Lena Oden + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00017 + url: https://doi.org/10.1109/IPDPSW66978.2025.00017 + dblp_key: conf/ipps/BombisO25 + venue_name: IPDPS + pages: 68-77 +- title: Enabling Manual-Controllable Compilation for Dataflow CGRAs + authors: + - Felix Böseler + - Jörg Walter 0001 + - Verena Klös + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00024 + url: https://doi.org/10.1109/IPDPSW66978.2025.00024 + dblp_key: conf/ipps/BoselerWK25 + venue_name: IPDPS + pages: 104-111 +- title: 'PRNGine: Massively Parallel Pseudo-Random Number Generation and Probability + Distribution Approximations on AMD AI Engines' + authors: + - Mohamed Bouaziz 0002 + - Suhaib A. Fahmy + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00022 + url: https://doi.org/10.1109/IPDPSW66978.2025.00022 + dblp_key: conf/ipps/BouazizF25 + venue_name: IPDPS + pages: 91-98 +- title: Benchmarking Floating Point Performance of Massively Parallel Dataflow Overlays + on AMD Versal Compute Primitives + authors: + - Mohamed Bouaziz 0002 + - Suhaib A. Fahmy + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00023 + url: https://doi.org/10.1109/IPDPSW66978.2025.00023 + dblp_key: conf/ipps/BouazizF25a + venue_name: IPDPS + pages: 99-103 +- title: Adaptive Sketching Based Construction of H2 Matrices on GPUs + authors: + - Wajih Halim Boukaram + - Yang Liu 0179 + - Pieter Ghysels + - Xiaoye Sherry Li + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00069 + url: https://doi.org/10.1109/IPDPSW66978.2025.00069 + dblp_key: conf/ipps/BoukaramLGL25 + venue_name: IPDPS + pages: 433-442 +- title: 'Thalassa: Transforming Symbolic PDEs into Tensor-Based Solvers Running on + ML Accelerators' + authors: + - Michail Boulasikis + - Flavius Gruian + - Robert-Zoltán Szász + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00072 + url: https://doi.org/10.1109/IPDPSW66978.2025.00072 + dblp_key: conf/ipps/BoulasikisGS25 + venue_name: IPDPS + pages: 463-472 +- title: 'Slaying a Life: Optimizing GPU-accelerated Game of Life Stencil' + authors: + - Matyás Brabec + - Jirí Klepl + - Martin Krulis + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00010 + url: https://doi.org/10.1109/IPDPSW66978.2025.00010 + dblp_key: conf/ipps/BrabecKK25 + venue_name: IPDPS + pages: 15-24 +- title: Peachy Parallel Assignments (EduPar 2025) + authors: + - H. Martin Bücker + - Johannes Schoder + - Xiaoyuan Suo + - David P. Bunde + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00108 + url: https://doi.org/10.1109/IPDPSW66978.2025.00108 + dblp_key: conf/ipps/BuckerSSB25 + venue_name: IPDPS + pages: 692-696 +- title: 'Extending Microservices Performance Optimization Through Horizontal Pod + Autoscaling: A Comprehensive Study' + authors: + - Fernando H. L. Buzato + - Alfredo Goldman + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00089 + url: https://doi.org/10.1109/IPDPSW66978.2025.00089 + dblp_key: conf/ipps/BuzatoG25 + venue_name: IPDPS + pages: 553-562 +- title: A Hardware/Software Co-Design Approach for Versal-Based K-means Acceleration + authors: + - Eleonora Cabai + - Giuseppe Sorrentino + - Marco Domenico Santambrogio + - Davide Conficconi + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00196 + url: https://doi.org/10.1109/IPDPSW66978.2025.00196 + dblp_key: conf/ipps/CabaiSSC25 + venue_name: IPDPS + pages: '1218' +- title: Heterogeneity-Aware Software Performance Characterization via Graph Machine + Learning + authors: + - Ronaldo Canizales + - Jedidiah McClurg + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00012 + url: https://doi.org/10.1109/IPDPSW66978.2025.00012 + dblp_key: conf/ipps/CanizalesM25 + venue_name: IPDPS + pages: 35-44 +- title: Towards Interpretable Energy Estimation for Edge AI Applications + authors: + - Riccardo Cantini + - Alessio Orsino + - Domenico Talia + - Paolo Trunfio + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00165 + url: https://doi.org/10.1109/IPDPSW66978.2025.00165 + dblp_key: conf/ipps/CantiniOTT25 + venue_name: IPDPS + pages: 1054-1057 +- title: Phase-Based Frequency Scaling for Energy-Efficient Heterogeneous Computing + authors: + - Lorenzo Carpentieri + - Antonio De Caro + - Majid Salimi Beni + - Kaijie Fan + - Biagio Cosenza + year: '2025' + doi: 10.1109/IPDPS64566.2025.00078 + url: https://doi.org/10.1109/IPDPS64566.2025.00078 + dblp_key: conf/ipps/CarpentieriCBFC25 + venue_name: IPDPS + pages: 824-836 +- title: 'Adapt-S: Effective DNN Pruning via Unified Accuracy and Performance Tuning' + authors: + - Roberto L. Castro + - Diego Andrade + - Basilio B. Fraguela + year: '2025' + doi: 10.1109/IPDPS64566.2025.00018 + url: https://doi.org/10.1109/IPDPS64566.2025.00018 + dblp_key: conf/ipps/CastroAF25 + venue_name: IPDPS + pages: 106-117 +- title: EduPar 2025 Posters + authors: + - Sandra Catalán + - Rocío Carratalá-Sáez + - Vicente Lopez-Oliva + - Katerina Michalickova + - Shubbhi Taneja + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00109 + url: https://doi.org/10.1109/IPDPSW66978.2025.00109 + dblp_key: conf/ipps/CatalanCLMT25 + venue_name: IPDPS + pages: 697-700 +- title: Trade-Offs in Resource-Constrained Dimensionality Reduction Algorithms + authors: + - Christophe Cérin + - Melvyn Chemin + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00160 + url: https://doi.org/10.1109/IPDPSW66978.2025.00160 + dblp_key: conf/ipps/CerinC25 + venue_name: IPDPS + pages: 1027-1034 +- title: 'PCEBench: A Multi-Dimensional Benchmark for Evaluating Large Language Models + in Parallel Code Generation' + authors: + - Le Chen + - Nesreen K. Ahmed + - Mihai Capota + - Ted Willke + - Niranjan Hasabnis + - Ali Jannesari + year: '2025' + doi: 10.1109/IPDPS64566.2025.00055 + url: https://doi.org/10.1109/IPDPS64566.2025.00055 + dblp_key: conf/ipps/ChenACWHJ25 + venue_name: IPDPS + pages: 546-557 +- title: 'ALGAS: A Low-Latency GPU-Based Approximate Nearest Neighbor Search System' + authors: + - Yuanhui Chen + - Lixiao Cui + - Zebin Yao + - Hao Zhou 0040 + - Gang Wang 0001 + - Xiaoguang Liu 0001 + year: '2025' + doi: 10.1109/IPDPS64566.2025.00026 + url: https://doi.org/10.1109/IPDPS64566.2025.00026 + dblp_key: conf/ipps/ChenCYZW025 + venue_name: IPDPS + pages: 199-209 +- title: 'SPRT2: Scalable, Parallel, and Real-Time fMRI Data Analysis on Heterogeneous + Architectures' + authors: + - Weicong Chen + - Sarah J. Carr + - Jing Zhang + - Curtis Tatsuoka + - Xiaoyi Lu 0001 + year: '2025' + doi: 10.1109/IPDPS64566.2025.00057 + url: https://doi.org/10.1109/IPDPS64566.2025.00057 + dblp_key: conf/ipps/ChenCZTL25 + venue_name: IPDPS + pages: 570-581 +- title: 'HPDR: High-Performance Portable Scientific Data Reduction Framework' + authors: + - Jieyang Chen + - Qian Gong + - Yanliang Li + - Xin Liang 0001 + - Lipeng Wan 0001 + - Qing Liu 0002 + - Norbert Podhorszki + - Scott Klasky + year: '2025' + doi: 10.1109/IPDPS64566.2025.00101 + url: https://doi.org/10.1109/IPDPS64566.2025.00101 + dblp_key: conf/ipps/ChenGL000PK25 + venue_name: IPDPS + pages: 1104-1116 +- title: 'MetaCast: Generalizing HPC Application Runtime Prediction' + authors: + - Si Chen 0004 + - Simon Garcia De Gonzalo + - Avani Wildani + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00214 + url: https://doi.org/10.1109/IPDPSW66978.2025.00214 + dblp_key: conf/ipps/ChenGW25 + venue_name: IPDPS + pages: 1286-1287 +- title: 'GIFTS: Efficient GCN Inference Framework on PyTorch-CPU via Exploring the + Sparsity' + authors: + - Ruiyang Chen + - Xing Li 0031 + - Xiaoyao Liang + - Zhuoran Song + year: '2025' + doi: 10.1109/IPDPS64566.2025.00116 + url: https://doi.org/10.1109/IPDPS64566.2025.00116 + dblp_key: conf/ipps/ChenLLS25 + venue_name: IPDPS + pages: 1286-1297 +- title: 'Ekko: Fully Decentralized Scheduling for Serverless Edge Computing' + authors: + - Xin Chen 0084 + - Manoj Prabhakar Paidiparthy + - Dilma Da Silva + - Liting Hu + year: '2025' + doi: 10.1109/IPDPS64566.2025.00011 + url: https://doi.org/10.1109/IPDPS64566.2025.00011 + dblp_key: conf/ipps/ChenPSH25 + venue_name: IPDPS + pages: 15-27 +- title: Unified Designs of Multi-Rail-Aware MPI Allreduce and Alltoall Operations + Across Diverse GPU and Interconnect Systems + authors: + - Chen-Chun Chen + - Jinghan Yao + - Lang Xu + - Hari Subramoni + - Dhabaleswar K. Panda 0001 + year: '2025' + doi: 10.1109/IPDPS64566.2025.00088 + url: https://doi.org/10.1109/IPDPS64566.2025.00088 + dblp_key: conf/ipps/ChenYXS025 + venue_name: IPDPS + pages: 938-949 +- title: 'FLAME: Federated Learning for Attack Mitigation and Evasion' + authors: + - Diletta Chiaro + - Pian Qi + - Edoardo Prezioso + - Antonella Guzzo + - Francesco Piccialli + year: '2025' + doi: 10.1109/IPDPS64566.2025.00060 + url: https://doi.org/10.1109/IPDPS64566.2025.00060 + dblp_key: conf/ipps/ChiaroQPGP25 + venue_name: IPDPS + pages: 605-615 +- title: 'Accelerating Homotopy Continuation with GPUs: Application to Trifocal Pose + Estimation' + authors: + - Chiang-Heng Chien + - Ahmad Abdelfattah + - Benjamin B. Kimia + year: '2025' + doi: 10.1109/IPDPS64566.2025.00110 + url: https://doi.org/10.1109/IPDPS64566.2025.00110 + dblp_key: conf/ipps/ChienAK25 + venue_name: IPDPS + pages: 1215-1227 +- title: On the Usability and Energy Efficiency of High-Level Synthesis for FPGA-based + Network-Attached Accelerators + authors: + - Steffen Christgau + - Dylan Everingham + - Max Lübke + - Marco De Lucia + - Danny Puhan + - Niklas Schelten + - Bettina Schnor + - Hannes Signer + - Johannes Spazier + - Benno Stabernack + - Fritjof Steinert + - Serhii Yahdzhyiev + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00139 + url: https://doi.org/10.1109/IPDPSW66978.2025.00139 + dblp_key: conf/ipps/ChristgauELLPSSSSSSY25 + venue_name: IPDPS + pages: 886-895 +- title: Graph Neural Network-Based Latency Prediction for Stream Processing Task + authors: + - Zheng Chu 0002 + - Ren Hang Zhang + - Baozhu Li + - Changtian Ying + - Weiyun Li + year: '2025' + doi: 10.1109/IPDPS64566.2025.00080 + url: https://doi.org/10.1109/IPDPS64566.2025.00080 + dblp_key: conf/ipps/ChuZLYL25 + venue_name: IPDPS + pages: 850-859 +- title: Enhancing OmpSs-2 Suspendable Tasks by Combining Operating System and User-Level + Threads with C++ Coroutines + authors: + - Arnau Cinca + - Aleix Roca + - Kevin Sala + - Raúl Peñacoba Veigas + - David Álvarez 0006 + - Vicenç Beltran 0001 + year: '2025' + doi: 10.1109/IPDPS64566.2025.00015 + url: https://doi.org/10.1109/IPDPS64566.2025.00015 + dblp_key: conf/ipps/CincaRSV0025 + venue_name: IPDPS + pages: 67-80 +- title: 'PISA: An Adversarial Approach to Comparing Task Graph Scheduling Algorithms' + authors: + - Jared Coleman + - Bhaskar Krishnamachari + year: '2025' + doi: 10.1109/IPDPS64566.2025.00014 + url: https://doi.org/10.1109/IPDPS64566.2025.00014 + dblp_key: conf/ipps/ColemanK25 + venue_name: IPDPS + pages: 54-66 +- title: Evaluation and Mitigation of Performance Variability of OpenMP Applications + on Modern Multicore Systems + authors: + - Minyu Cui + - Miquel Pericàs + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00209 + url: https://doi.org/10.1109/IPDPSW66978.2025.00209 + dblp_key: conf/ipps/CuiP25 + venue_name: IPDPS + pages: 1271-1273 +- title: 'Edge SpAIce: Deep Learning Deployment Pipeline for Onboard Data Reduction + on Satellite FPGAs' + authors: + - Noemi D'Abbondanza + - Stylianos Tzelepis + - Nicolò Ghielmetti + - Ioannis Kakogeorgiou + - Vanya Buchova + - Konstantinos Karantzalos + - Katerina Kikaki + - Nicolas-Marcel Lemoine + - Maurizio Pierini + - Sioni Summers + - Simon Vellas + - François de Vieilleville + - Boyan-Nikola Zafirov + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00202 + url: https://doi.org/10.1109/IPDPSW66978.2025.00202 + dblp_key: conf/ipps/DAbbondanzaTGKBKKLPSVVZ25 + venue_name: IPDPS + pages: 1243-1249 +- title: Toward Efficient Asynchronous Single-Source Shortest Path + authors: + - Marco D'Antonio + - Son Thai Mai + - Hans Vandierendonck + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00220 + url: https://doi.org/10.1109/IPDPSW66978.2025.00220 + dblp_key: conf/ipps/DAntonioMV25 + venue_name: IPDPS + pages: 1301-1303 +- title: Improving mapping of convolutional neural networks on FPGAs through tailored + macro sizes + authors: + - Brindusa Mihaela Damian-Kosterhon + - Andreas Koch 0001 + - Felix Kosterhon + - Lucian Petrica + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00193 + url: https://doi.org/10.1109/IPDPSW66978.2025.00193 + dblp_key: conf/ipps/DamianKosterhonKKP25 + venue_name: IPDPS + pages: 1208-1215 +- title: Improving Parallel Scalability for Molecular Dynamics Simulations in the + Exascale Era + authors: + - Brian C. Dandurand + - Hans Vandierendonck + - Bronis R. de Supinski + year: '2025' + doi: 10.1109/IPDPS64566.2025.00077 + url: https://doi.org/10.1109/IPDPS64566.2025.00077 + dblp_key: conf/ipps/DandurandVS25 + venue_name: IPDPS + pages: 813-823 +- title: Investigating Efficient Edge Offloading Architectures for Serverless Systems + authors: + - Paul Daniëlse + - Hsiang-Ling Tai + - Shashikant Ilager + - Zhiming Zhao + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00161 + url: https://doi.org/10.1109/IPDPSW66978.2025.00161 + dblp_key: conf/ipps/DanielseTIZ25 + venue_name: IPDPS + pages: 1035-1038 +- title: Reusable Object-Oriented Parallelization of Branch-and-Bound Algorithms + authors: + - Byron DeVries + - Christian Trefftz + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00054 + url: https://doi.org/10.1109/IPDPSW66978.2025.00054 + dblp_key: conf/ipps/DeVriesT25 + venue_name: IPDPS + pages: 297-306 +- title: On the Landscape of Graph Clustering at Scale + authors: + - Saikat Dey + - Sonal Jha + - Frank Wanye + - Wu-Chun Feng + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00125 + url: https://doi.org/10.1109/IPDPSW66978.2025.00125 + dblp_key: conf/ipps/DeyJWF25 + venue_name: IPDPS + pages: 795-804 +- title: 'Embracing Load Imbalance for Energy Optimizations: a Case-Study' + authors: + - Jelle van Dijk + - Gábor Závodszky + - Ana Lucia Varbanescu + - Andy D. Pimentel + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00066 + url: https://doi.org/10.1109/IPDPSW66978.2025.00066 + dblp_key: conf/ipps/DijkZVP25 + venue_name: IPDPS + pages: 405-412 +- title: Streamlining HDF5's AI Workloads Benchmarking + authors: + - Dlyaver Djebarov + - Radita Liem + - Sarah Neuwirth + - Jean Luca Bez + - Suren Byna + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00113 + url: https://doi.org/10.1109/IPDPSW66978.2025.00113 + dblp_key: conf/ipps/DjebarovLNBB25 + venue_name: IPDPS + pages: 722-730 +- title: Exploring Near-Optimal Contraction Strategies for the Scalar Product in the + Tensor-Train Format + authors: + - Przemyslaw Dominikowski + - Atte Torri + - Brice Pointal + - Oguz Kaya + - Laércio Lima Pilla + - Olivier Coulaud + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00210 + url: https://doi.org/10.1109/IPDPSW66978.2025.00210 + dblp_key: conf/ipps/DominikowskiTPKPC25 + venue_name: IPDPS + pages: 1274-1276 +- title: 'BRP-SpMM: Block-Row Partition Based Sparse Matrix Multiplication with Tensor + and CUDA Cores' + authors: + - Yukang Dong + - Wenbin Jiang 0001 + - Xinhai Shen + - Haihong Guo + - Zhiyuan Shao + - Hai Jin 0001 + year: '2025' + doi: 10.1109/IPDPS64566.2025.00085 + url: https://doi.org/10.1109/IPDPS64566.2025.00085 + dblp_key: conf/ipps/Dong0SGS025 + venue_name: IPDPS + pages: 901-912 +- title: Performance Characterization of Parallel Combination Generators on CPU and + GPU Systems + authors: + - Brian Donnelly + - Michael Gowanlock + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00009 + url: https://doi.org/10.1109/IPDPSW66978.2025.00009 + dblp_key: conf/ipps/DonnellyG25 + venue_name: IPDPS + pages: 4-14 +- title: 'IOAgent: Democratizing Trustworthy HPC I/O Performance Diagnosis Capability + via LLMs' + authors: + - Chris Egersdoerfer + - Arnav Sareen + - Jean Luca Bez + - Suren Byna + - Dongkuan Xu + - Dong Dai 0001 + year: '2025' + doi: 10.1109/IPDPS64566.2025.00036 + url: https://doi.org/10.1109/IPDPS64566.2025.00036 + dblp_key: conf/ipps/EgersdoerferSBB25 + venue_name: IPDPS + pages: 322-334 +- title: Enhancing Productivity and Performance of HClib-Actor with Efficient Task + Termination + authors: + - Youssef Elmougy + - Nirjhar Deb + - Akihiro Hayashi + - Vivek Sarkar + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00090 + url: https://doi.org/10.1109/IPDPSW66978.2025.00090 + dblp_key: conf/ipps/ElmougyDHS25 + venue_name: IPDPS + pages: 563-567 +- title: 'Divide, Conquer, and Match: A Distributed and Asynchronous Approach for + Subgraph Isomorphism' + authors: + - Youssef Elmougy + - Akihiro Hayashi + - Vivek Sarkar + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00120 + url: https://doi.org/10.1109/IPDPSW66978.2025.00120 + dblp_key: conf/ipps/ElmougyHS25 + venue_name: IPDPS + pages: 758-761 +- title: Adaptive s-Step GMRES with Randomized and Truncated Low-Synchronization Orthogonalization + authors: + - Robert Ernstbrunner + - Wilfried N. Gansterer + year: '2025' + doi: 10.1109/IPDPS64566.2025.00096 + url: https://doi.org/10.1109/IPDPS64566.2025.00096 + dblp_key: conf/ipps/ErnstbrunnerG25 + venue_name: IPDPS + pages: 1036-1047 +- title: Accelerating the Dutch Atmospheric Large-Eddy Simulation (DALES) Model with + OpenACC + authors: + - Lucas Esclapez + - Laurent Soucasse + - Caspar Jungbacker + - Fredrik Jansson + - Stephan R. de Roode + - Pedro Costa 0006 + - Gijs van den Oord + - Alessio Sclocco + year: '2025' + doi: 10.1109/IPDPS64566.2025.00066 + url: https://doi.org/10.1109/IPDPS64566.2025.00066 + dblp_key: conf/ipps/EsclapezSJJRCOS25 + venue_name: IPDPS + pages: 678-688 +- title: Fast and Effective Lossy Compression on GPUs and CPUs with Guaranteed Error + Bounds + authors: + - Alex Fallin + - Noushin Azami + - Sheng Di + - Franck Cappello + - Martin Burtscher + year: '2025' + doi: 10.1109/IPDPS64566.2025.00083 + url: https://doi.org/10.1109/IPDPS64566.2025.00083 + dblp_key: conf/ipps/FallinADCB25 + venue_name: IPDPS + pages: 874-887 +- title: 'Pair-Then-Aggregate: Simplified and Efficient Parallel Programming Paradigm + for Secure Multi-Party Computation' + authors: + - Xiaoyu Fan + - Kun Chen 0004 + - Guosai Wang + - Xiaowei Zhu 0001 + - Haoqing He + - Xie Yong + - Xiaofeng Jia + - Yidong Li + - Wei Xu 0005 + year: '2025' + doi: 10.1109/IPDPS64566.2025.00062 + url: https://doi.org/10.1109/IPDPS64566.2025.00062 + dblp_key: conf/ipps/Fan0WZHYJL025 + venue_name: IPDPS + pages: 629-640 +- title: 'Poster: A Scalable and Fault-Tolerant Decentralized Middleware for CI/CD + Workflow' + authors: + - Amena Begum Farha + - Abdullah Al-Mamun 0001 + - Gagan Agrawal + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00218 + url: https://doi.org/10.1109/IPDPSW66978.2025.00218 + dblp_key: conf/ipps/FarhaAA25 + venue_name: IPDPS + pages: 1296-1297 +- title: 'High Throughput Low Latency Network Intrusion Detection on FPGAs: A Raw + Packet Approach' + authors: + - Muhammad Ali Farooq + - Abid Rafique + - Suhaib A. Fahmy + - Aman Arora 0001 + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00192 + url: https://doi.org/10.1109/IPDPSW66978.2025.00192 + dblp_key: conf/ipps/FarooqRFA25 + venue_name: IPDPS + pages: 1201-1207 +- title: Exploration of LLM Lossless Compression on Scientific Data + authors: + - Max H. Faykus + - Luanzheng Guo + - Rizwan A. Ashraf + - Jan Strube 0001 + - Jon C. Calhoun + - Nathan R. Tallent + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00153 + url: https://doi.org/10.1109/IPDPSW66978.2025.00153 + dblp_key: conf/ipps/FaykusGASCT25 + venue_name: IPDPS + pages: 986-990 +- title: Distributed Construction of Demand-Aware Datacenter Networks + authors: + - Aleksander Figiel + - Darya Melnyk + - Tijana Milentijevic + - Stefan Schmid 0001 + year: '2025' + doi: 10.1109/IPDPS64566.2025.00023 + url: https://doi.org/10.1109/IPDPS64566.2025.00023 + dblp_key: conf/ipps/FigielMM025 + venue_name: IPDPS + pages: 162-172 +- title: 'RaNT-Graph: A Scalable Approach to Sampling Billions of Walks or Paths from + Weighted Graphs' + authors: + - Lance G. Fletcher + - Trevor Steil + - Roger Pearce + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00123 + url: https://doi.org/10.1109/IPDPSW66978.2025.00123 + dblp_key: conf/ipps/FletcherSP25 + venue_name: IPDPS + pages: 777-786 +- title: 'SpMM-Bench: Performance Characterization of Sparse Formats for Sparse-Dense + Matrix Multiplication' + authors: + - Patrick J. Flynn + - Xinyao Yi + - Erik Saule + - Gokcen Kestor + - Yonghong Yan 0001 + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00031 + url: https://doi.org/10.1109/IPDPSW66978.2025.00031 + dblp_key: conf/ipps/FlynnYSKY25 + venue_name: IPDPS + pages: 149-158 +- title: Parallel Scheduling of Task Graphs with Minimal Memory Requirements + authors: + - Pascal Fradet + - Alain Girault + - Alexandre Honorat + year: '2025' + doi: 10.1109/IPDPS64566.2025.00042 + url: https://doi.org/10.1109/IPDPS64566.2025.00042 + dblp_key: conf/ipps/FradetGH25 + venue_name: IPDPS + pages: 395-406 +- title: RL-assisted Annealing for QUBO on a Multi-GPU System + authors: + - Reo Gakumi + - Ryota Yasudo + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00095 + url: https://doi.org/10.1109/IPDPSW66978.2025.00095 + dblp_key: conf/ipps/GakumiY25 + venue_name: IPDPS + pages: 608-617 +- title: 'Cello: Co-Designing Schedule and Hybrid Implicit/Explicit Buffer for Complex + Tensor Reuse' + authors: + - Raveesh Garg + - Michael Pellauer + - Sivasankaran Rajamanickam + - Tushar Krishna + year: '2025' + doi: 10.1109/IPDPS64566.2025.00046 + url: https://doi.org/10.1109/IPDPS64566.2025.00046 + dblp_key: conf/ipps/GargPRK25 + venue_name: IPDPS + pages: 433-446 +- title: Parallel-in-Time Kalman Smoothing Using Orthogonal Transformations + authors: + - Shahaf Gargir + - Sivan Toledo + year: '2025' + doi: 10.1109/IPDPS64566.2025.00059 + url: https://doi.org/10.1109/IPDPS64566.2025.00059 + dblp_key: conf/ipps/GargirT25 + venue_name: IPDPS + pages: 593-604 +- title: Performance Projection for Design-Space Exploration on future HPC Architectures + authors: + - Clément Gavoille + - Hugo Taboada + - Jens Domke + - Brice Goglin + - Emmanuel Jeannot + year: '2025' + doi: 10.1109/IPDPS64566.2025.00031 + url: https://doi.org/10.1109/IPDPS64566.2025.00031 + dblp_key: conf/ipps/GavoilleTDGJ25 + venue_name: IPDPS + pages: 261-272 +- title: Towards an Efficient Containerized Cloud Gaming Platform + authors: + - Adrien Gegout + - Djob Mvondo + - Davide Frey + - Pascal Monchon + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00018 + url: https://doi.org/10.1109/IPDPSW66978.2025.00018 + dblp_key: conf/ipps/GegoutMFM25 + venue_name: IPDPS + pages: 78-86 +- title: Energy-Optimal and Low-Depth Algorithmic Primitives for Spatial Dataflow + Architectures + authors: + - Lukas Gianinazzi + - Tal Ben-Nun + - Maciej Besta + - Saleh Ashkboos + - Yves Baumann + - Piotr Luczynski + - Torsten Hoefler + year: '2025' + doi: 10.1109/IPDPS64566.2025.00021 + url: https://doi.org/10.1109/IPDPS64566.2025.00021 + dblp_key: conf/ipps/GianinazziBBABL25 + venue_name: IPDPS + pages: 142-153 +- title: 'MeanCache: User-Centric Semantic Caching for LLM Web Services' + authors: + - Waris Gill + - Mohamed Elidrisi + - Pallavi Kalapatapu + - Ammar Ahmed + - Ali Anwar 0001 + - Muhammad Ali Gulzar + year: '2025' + doi: 10.1109/IPDPS64566.2025.00117 + url: https://doi.org/10.1109/IPDPS64566.2025.00117 + dblp_key: conf/ipps/GillEKA0G25 + venue_name: IPDPS + pages: 1298-1310 +- title: 'PALLAS: A Generic Trace Format for Large HPC Trace Analysis' + authors: + - Catherine Guelque + - Valentin Honoré + - Philippe Swartvagher + - Gaël Thomas 0001 + - François Trahay + year: '2025' + doi: 10.1109/IPDPS64566.2025.00032 + url: https://doi.org/10.1109/IPDPS64566.2025.00032 + dblp_key: conf/ipps/GuelqueHS0T25 + venue_name: IPDPS + pages: 273-284 +- title: 'Next-gen Infrastructure for Scalable Generative AI: Focus on Advances in + Storage, Computing and Orchestration' + authors: + - Robert Haas + year: '2025' + doi: 10.1109/IPDPS64566.2025.00081 + url: https://doi.org/10.1109/IPDPS64566.2025.00081 + dblp_key: conf/ipps/Haas25 + venue_name: IPDPS + pages: '860' +- title: Testbench analysis using non-invasive fault injection + authors: + - Yngve Hafting + - Alexander Wold + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00203 + url: https://doi.org/10.1109/IPDPSW66978.2025.00203 + dblp_key: conf/ipps/HaftingW25 + venue_name: IPDPS + pages: 1250-1256 +- title: Performance Modeling of Non-Uniform Heterogeneous Platforms + authors: + - Steven D. Harris + - Roger D. Chamberlain + - Christopher D. Gill + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00094 + url: https://doi.org/10.1109/IPDPSW66978.2025.00094 + dblp_key: conf/ipps/HarrisCG25 + venue_name: IPDPS + pages: 597-607 +- title: An Asynchronous Distributed-Memory Parallel Algorithm for $k$-Mer Counting + authors: + - Souvadra Hati + - Akihiro Hayashi + - Richard W. Vuduc + year: '2025' + doi: 10.1109/IPDPS64566.2025.00049 + url: https://doi.org/10.1109/IPDPS64566.2025.00049 + dblp_key: conf/ipps/HatiHV25 + venue_name: IPDPS + pages: 472-483 +- title: 'HiCCL: A Hierarchical Collective Communication Library' + authors: + - Mert Hidayetoglu + - Simon Garcia de Gonzalo + - Elliott Slaughter + - Pinku Surana + - Wen-mei W. Hwu + - William Gropp + - Alex Aiken + year: '2025' + doi: 10.1109/IPDPS64566.2025.00089 + url: https://doi.org/10.1109/IPDPS64566.2025.00089 + dblp_key: conf/ipps/HidayetogluGSSH25 + venue_name: IPDPS + pages: 950-961 +- title: Assembly of FETI dual operator using CUDA + authors: + - Jakub Homola + - Radim Vavrík + - Ondrej Meca + - Tomás Brzobohatý + - Lubomír Ríha + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00062 + url: https://doi.org/10.1109/IPDPSW66978.2025.00062 + dblp_key: conf/ipps/HomolaVMBR25 + venue_name: IPDPS + pages: 365-374 +- title: '6G Infrastructures for Edge AI: An Analytical Perspective' + authors: + - Kurt Horvath + - Shpresa Tuda + - Blerta Idrizi + - Stojan Kitanov + - Fisnik Doko + - Dragi Kimovski + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00167 + url: https://doi.org/10.1109/IPDPSW66978.2025.00167 + dblp_key: conf/ipps/HorvathTIKDK25 + venue_name: IPDPS + pages: 1066-1072 +- title: Improving Accuracy and Efficiency of Graph Embedding Training with Fine-Grained + Parameter Management + authors: + - Lihan Hu + - Peng Jiang 0004 + year: '2025' + doi: 10.1109/IPDPS64566.2025.00071 + url: https://doi.org/10.1109/IPDPS64566.2025.00071 + dblp_key: conf/ipps/Hu025 + venue_name: IPDPS + pages: 737-748 +- title: A Compressed QUBO Format for Traveling Salesperson Problems + authors: + - Chu-Yuan Huang + - Kazuhiko Komatsu + - Makoto Onoda + - Masahito Kumagai + - Masayuki Sato 0001 + - Hiroaki Kobayashi + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00053 + url: https://doi.org/10.1109/IPDPSW66978.2025.00053 + dblp_key: conf/ipps/HuangKOKSK25 + venue_name: IPDPS + pages: 287-296 +- title: 'Apple vs. Oranges: Evaluating the Apple Silicon M-Series SoCs for HPC Performance + and Efficiency' + authors: + - Paul Hübner + - Andong Hu + - Ivy Peng + - Stefano Markidis + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00013 + url: https://doi.org/10.1109/IPDPSW66978.2025.00013 + dblp_key: conf/ipps/HubnerHPM25 + venue_name: IPDPS + pages: 45-54 +- title: Scalable Higher Resolution Polar Sea Ice Classification and Freeboard Calculation + from ICESat-2 ATL03 Data + authors: + - Jurdana Masuma Iqrah + - Young Hyun Koo + - Wei Wang 0149 + - Hongjie Xie + - Sushil K. Prasad + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00067 + url: https://doi.org/10.1109/IPDPSW66978.2025.00067 + dblp_key: conf/ipps/IqrahKWXP25 + venue_name: IPDPS + pages: 413-422 +- title: Edge-Disjoint Spanning Trees on Star Products + authors: + - Kelly Isham + - Laura Monroe + - Kartik Lakhotia + - Aleyah Dawkins + - Daniel Hwang + - Ales Kubicek + year: '2025' + doi: 10.1109/IPDPS64566.2025.00035 + url: https://doi.org/10.1109/IPDPS64566.2025.00035 + dblp_key: conf/ipps/IshamMLDHK25 + venue_name: IPDPS + pages: 309-321 +- title: 'SEAFL: Enhancing Efficiency in Semi-Asynchronous Federated Learning Through + Adaptive Aggregation and Selective Training' + authors: + - Md Sirajul Islam + - Sanjeev Panta + - Fei Xu + - Xu Yuan 0001 + - Li Chen 0019 + - Nian-Feng Tzeng + year: '2025' + doi: 10.1109/IPDPS64566.2025.00052 + url: https://doi.org/10.1109/IPDPS64566.2025.00052 + dblp_key: conf/ipps/IslamPX00T25 + venue_name: IPDPS + pages: 509-519 +- title: A Decoupled Coarse-Grained Reconfigurable Architecture by Introducing Data + Flow Management Unit + authors: + - Hisako Ito + - Takuya Kojima + - Hideki Takase + - Hiroshi Nakamura + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00025 + url: https://doi.org/10.1109/IPDPSW66978.2025.00025 + dblp_key: conf/ipps/ItoKTN25 + venue_name: IPDPS + pages: 112-119 +- title: Enhancing Generalization in Video Anomaly Detection through Multimodal Data + Mixing + authors: + - Bohdan Ivaniuk-Skulskyi + - Nadiya Shvai + - Amir Nakib + - El-Ghazali Talbi + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00058 + url: https://doi.org/10.1109/IPDPSW66978.2025.00058 + dblp_key: conf/ipps/IvaniukSkulskyiSNT25 + venue_name: IPDPS + pages: 333-342 +- title: Memory Efficient WebAssembly Containers + authors: + - Matthijs Jansen + - Maciej Kozub + - Alexandru Iosup + - Daniele Bonetta + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00166 + url: https://doi.org/10.1109/IPDPSW66978.2025.00166 + dblp_key: conf/ipps/JansenKIB25 + venue_name: IPDPS + pages: 1058-1065 +- title: 'Security of Dynamically Reconfigurable RISC-V Systems: I/O Attack Focus' + authors: + - Aya Jendoubi + - Jean-Christophe Prévotet + - Philippe Tanguy + - Pascal Cotret + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00198 + url: https://doi.org/10.1109/IPDPSW66978.2025.00198 + dblp_key: conf/ipps/JendoubiPTC25 + venue_name: IPDPS + pages: '1220' +- title: 'High-Performance Computing for Graph AI: A Top-Down Perspective' + authors: + - Yuede Ji + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00105 + url: https://doi.org/10.1109/IPDPSW66978.2025.00105 + dblp_key: conf/ipps/Ji25 + venue_name: IPDPS + pages: 680-683 +- title: 'FGI: Fast GNN Inference on Multi-Core Systems' + authors: + - Binglin Ji + - Chenfeng Zhao + - Roger D. Chamberlain + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00119 + url: https://doi.org/10.1109/IPDPSW66978.2025.00119 + dblp_key: conf/ipps/JiZC25 + venue_name: IPDPS + pages: 748-757 +- title: Improving the Efficiency of Interpolation-based Scientific Data Compressors + with Adaptive Quantization Index Prediction + authors: + - Pu Jiao + - Sheng Di + - Mingze Xia + - Xuan Wu + - Jinyang Liu 0003 + - Xin Liang 0001 + - Franck Cappello + year: '2025' + doi: 10.1109/IPDPS64566.2025.00091 + url: https://doi.org/10.1109/IPDPS64566.2025.00091 + dblp_key: conf/ipps/JiaoDXW00C25 + venue_name: IPDPS + pages: 974-986 +- title: 'Be Aware of Metadata Corruption in Parallel File System: It can be Silent + and Catastrophic' + authors: + - Saisha Kamat + - Mai Zheng + - Bo Fang 0002 + - Dong Dai 0001 + year: '2025' + doi: 10.1109/IPDPS64566.2025.00063 + url: https://doi.org/10.1109/IPDPS64566.2025.00063 + dblp_key: conf/ipps/KamatZF025 + venue_name: IPDPS + pages: 1-13 +- title: Setchain Algorithms for Blockchain Scalability (Extended Abstract) + authors: + - Arivarasan Karmegam + - Gabina Luz Bianchi + - Margarita Capretto + - Martín Ceresa + - Antonio Fernández Anta + - César Sánchez 0001 + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00219 + url: https://doi.org/10.1109/IPDPSW66978.2025.00219 + dblp_key: conf/ipps/KarmegamBCCAS25 + venue_name: IPDPS + pages: 1298-1300 +- title: 'QCLAB: A Matlab Toolbox for Quantum Computing' + authors: + - Sophia Keip + - Daan Camps + - Roel Van Beeumen + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00184 + url: https://doi.org/10.1109/IPDPSW66978.2025.00184 + dblp_key: conf/ipps/KeipCB25 + venue_name: IPDPS + pages: 1175-1181 +- title: 'The Artificial Scientist: in-Transit Machine Learning of Plasma Simulations' + authors: + - Jeffrey Kelling + - Vicente Bolea + - Michael Bussmann + - Ankush Checkervarty + - Alexander Debus + - Jan Ebert + - Greg Eisenhauer + - Vineeth Gutta + - Stefan Kesselheim + - Scott Klasky + - Vedhas Pandit + - Richard Pausch + - Norbert Podhorszki + - Franz Pöschel + - David Rogers + - Jeyhun Rustamov + - Steve Schmerler + - Ulrich Schramm + - Klaus Steiniger + - René Widera + - Anna Willmann + - Sunita Chandrasekaran + year: '2025' + doi: 10.1109/IPDPS64566.2025.00043 + url: https://doi.org/10.1109/IPDPS64566.2025.00043 + dblp_key: conf/ipps/KellingBBCDEEGK25 + venue_name: IPDPS + pages: 407-418 +- title: For What the Bell Tolls + authors: + - David E. Keyes + year: '2025' + doi: 10.1109/IPDPS64566.2025.00009 + url: https://doi.org/10.1109/IPDPS64566.2025.00009 + dblp_key: conf/ipps/Keyes25 + venue_name: IPDPS + pages: '1' +- title: Parallel Fractal Decomposition Optimization Algorithms on Heterogeneous Architectures + authors: + - Mahmoud El Mehdi El Khadiri + - El-Ghazali Talbi + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00055 + url: https://doi.org/10.1109/IPDPSW66978.2025.00055 + dblp_key: conf/ipps/KhadiriT25 + venue_name: IPDPS + pages: 307-315 +- title: Graph Input-Aware Matrix Multiplication for Pruned Graph Neural Network Acceleration + authors: + - Hanan Khan + - Deniz Gurevin + - Omer Khan + year: '2025' + doi: 10.1109/IPDPS64566.2025.00086 + url: https://doi.org/10.1109/IPDPS64566.2025.00086 + dblp_key: conf/ipps/KhanGK25 + venue_name: IPDPS + pages: 913-925 +- title: 'Q-CASA: Concluding Remarks From Theory to Execution: System-Level Challenges + and Innovations in Scalable Quantum Computing*' + authors: + - Ashfaq A. Khokhar + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00084 + url: https://doi.org/10.1109/IPDPSW66978.2025.00084 + dblp_key: conf/ipps/Khokhar25 + venue_name: IPDPS + pages: '529' +- title: 'KVACCEL: A Novel Write Accelerator for LSM-Tree-Based KV Stores with Host-SSD + Collaboration' + authors: + - Kihwan Kim + - Hyunsun Chung + - Seonghoon Ahn + - Junhyeok Park 0002 + - Safdar Jamil + - Hongsu Byun + - Myungcheol Lee + - Jinchun Choi + - Youngjae Kim 0001 + year: '2025' + doi: 10.1109/IPDPS64566.2025.00065 + url: https://doi.org/10.1109/IPDPS64566.2025.00065 + dblp_key: conf/ipps/KimCA0JBLC025 + venue_name: IPDPS + pages: 666-677 +- title: 'Pairbot: Enhancing Computational Capabilities by Pairing of Autonomous Mobile + Robots' + authors: + - Yonghwan Kim 0001 + - Yoshiaki Katayama + - Koichi Wada 0001 + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00092 + url: https://doi.org/10.1109/IPDPSW66978.2025.00092 + dblp_key: conf/ipps/KimKW25 + venue_name: IPDPS + pages: 578-587 +- title: Enhanced JPEG Decoding Using PIM Architectures with Parallel MCU Processing + authors: + - Jieun Kim + - Dukyun Nam + year: '2025' + doi: 10.1109/IPDPS64566.2025.00111 + url: https://doi.org/10.1109/IPDPS64566.2025.00111 + dblp_key: conf/ipps/KimN25 + venue_name: IPDPS + pages: 1228-1237 +- title: 'Charon: An End-to-End Infrastructure for Connecting AI@Edge to HPC' + authors: + - Yongho Kim + - Seongha Park + - Swann Perarnau + - Akhilesh Raj + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00174 + url: https://doi.org/10.1109/IPDPSW66978.2025.00174 + dblp_key: conf/ipps/KimPPR25 + venue_name: IPDPS + pages: 1112-1119 +- title: 'Pandemics in Silico: Scaling Agent-Based Simulations on Realistic Social + Contact Networks' + authors: + - Joy Kitson + - Ian J. Costello + - Jiangzhuo Chen + - Diego Jiménez + - Stefan Hoops + - Henning S. Mortveit + - Esteban Meneses + - Jae-Seung Yeom + - Madhav V. Marathe + - Abhinav Bhatele + year: '2025' + doi: 10.1109/IPDPS64566.2025.00050 + url: https://doi.org/10.1109/IPDPS64566.2025.00050 + dblp_key: conf/ipps/KitsonCCJHMMYMB25 + venue_name: IPDPS + pages: 484-496 +- title: A mixed-precision quantum-classical algorithm for solving linear systems + authors: + - Océane Koska + - Marc Baboulin + - Arnaud Gazda + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00081 + url: https://doi.org/10.1109/IPDPSW66978.2025.00081 + dblp_key: conf/ipps/KoskaBG25 + venue_name: IPDPS + pages: 501-508 +- title: 'SCORPIO: A Parallel I/O library for Exascale Earth System Models' + authors: + - Jayesh Krishna + - Danqing Wu + - Robert L. Jacob + - Dmitry Ganyushin + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00112 + url: https://doi.org/10.1109/IPDPSW66978.2025.00112 + dblp_key: conf/ipps/KrishnaWJG25 + venue_name: IPDPS + pages: 712-721 +- title: 'P3 Forecast: Personalized Privacy-Preserving Cloud Workload Prediction Based + on Federated Generative Adversarial Networks' + authors: + - Yu Kuang + - Li Yan 0004 + - Zhuozhao Li + year: '2025' + doi: 10.1109/IPDPS64566.2025.00038 + url: https://doi.org/10.1109/IPDPS64566.2025.00038 + dblp_key: conf/ipps/Kuang0L25 + venue_name: IPDPS + pages: 1-11 +- title: 'AI and HPC Applications on Leadership Computing Platforms: Performance and + Scalability Studies' + authors: + - JaeHyuk Kwack + - Colleen Bertoni + - Umesh Unnikrishnan + - Riccardo Balin + - Khalid Hossain + - Yasaman Ghadar + - Timothy J. Williams + - Abhishek Bagusetty + - Mathialakan Thavappiragasam + - Väinö Hatanpää + - Archit Vasan + - John R. Tramm + - Scott Parker + year: '2025' + doi: 10.1109/IPDPS64566.2025.00027 + url: https://doi.org/10.1109/IPDPS64566.2025.00027 + dblp_key: conf/ipps/KwackBUBHGWBTHV25 + venue_name: IPDPS + pages: 210-222 +- title: A 950 MHz SIMT Soft Processor + authors: + - Martin Langhammer + - Gregg Baeckler + - Kim Bozman + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00200 + url: https://doi.org/10.1109/IPDPSW66978.2025.00200 + dblp_key: conf/ipps/LanghammerBB25 + venue_name: IPDPS + pages: 1228-1235 +- title: 'FlowForecaster: Automatically Inferring Detailed & Interpretable Workflow + Scaling Models for Forecasts' + authors: + - Hyungro Lee + - Jesun Firoz + - Nathan R. Tallent + - Luanzheng Guo + - Mahantesh Halappanavar + year: '2025' + doi: 10.1109/IPDPS64566.2025.00045 + url: https://doi.org/10.1109/IPDPS64566.2025.00045 + dblp_key: conf/ipps/LeeFTGH25 + venue_name: IPDPS + pages: 420-432 +- title: Optimizing Speech Emotion Recognition with Dynamic Dilation Rates for Efficient + Edge Deployment + authors: + - Jin-Shyan Lee + - Pin-Hsuan Lee + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00179 + url: https://doi.org/10.1109/IPDPSW66978.2025.00179 + dblp_key: conf/ipps/LeeL25 + venue_name: IPDPS + pages: 1148-1155 +- title: 'A New Spin on the Fast Multipole Method for GPUS: Rethinking the Far-Field + Operators' + authors: + - Arijus Lengvenis + - Holger Dachsel + - Laura Morgenstern + - Ivo Kabadshow + year: '2025' + doi: 10.1109/IPDPS64566.2025.00075 + url: https://doi.org/10.1109/IPDPS64566.2025.00075 + dblp_key: conf/ipps/LengvenisDMK25 + venue_name: IPDPS + pages: 789-800 +- title: Hybrid-Granularity Parallelism Support for Fast Transaction Processing in + Blockchain-Based Federated Learning + authors: + - Mulin Li + - Zhaolong Jian + - Kaixuan Yang + - Xueshuo Xie + - Wajdy Othman + - Tao Li + year: '2025' + doi: 10.1109/IPDPS64566.2025.00061 + url: https://doi.org/10.1109/IPDPS64566.2025.00061 + dblp_key: conf/ipps/LiJYXOL25 + venue_name: IPDPS + pages: 616-628 +- title: HaaS - A Platform for Password Cracking in Distributed Heterogeneous Systems + authors: + - Carlos Lima + - Rui Alves + - José Rufino + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00137 + url: https://doi.org/10.1109/IPDPSW66978.2025.00137 + dblp_key: conf/ipps/LimaAR25 + venue_name: IPDPS + pages: 866-875 +- title: Enhancing Graph Transformer Training through Adaptive Graph Parallelism + authors: + - Jun-Liang Lin + - Kamesh Madduri + - Mahmut Taylan Kandemir + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00208 + url: https://doi.org/10.1109/IPDPSW66978.2025.00208 + dblp_key: conf/ipps/LinMK25 + venue_name: IPDPS + pages: 1269-1270 +- title: Dynamic and Forecast-Based Containers Autoscaling for Kubernetes with Reinforcement + Learning + authors: + - Alfredo Lipari + - Gabriele Proietti Mattia + - Roberto Beraldi + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00169 + url: https://doi.org/10.1109/IPDPSW66978.2025.00169 + dblp_key: conf/ipps/LipariMB25 + venue_name: IPDPS + pages: 1081-1088 +- title: Energy Efficient Scheduling of AI/ML Workloads on Multi-Instance GPUs with + Dynamic Repartitioning + authors: + - Ellie Lipe + - Neel Karia + - Clifford Stein 0001 + - Connor Espenshade + - Olivier Tardieu + - Asser N. Tantawi + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00207 + url: https://doi.org/10.1109/IPDPSW66978.2025.00207 + dblp_key: conf/ipps/LipeKSETT25 + venue_name: IPDPS + pages: 1266-1268 +- title: Scalable and Portable LU Factorization with Partial Pivoting on Top of Runtime + Systems + authors: + - Alycia Lisito + - Mathieu Faverge + - Matthieu Kuhn + - Florent Pruvost + - Pierre Ramet + year: '2025' + doi: 10.1109/IPDPS64566.2025.00094 + url: https://doi.org/10.1109/IPDPS64566.2025.00094 + dblp_key: conf/ipps/LisitoFKPR25 + venue_name: IPDPS + pages: 1011-1022 +- title: 'Gensor: A Graph-Based Construction Tensor Compilation Method for Deep Learning' + authors: + - Hangda Liu + - Boyu Diao + - Yu Yang + - Wenxin Chen + - Xiaohui Peng 0002 + - Yongjun Xu 0001 + year: '2025' + doi: 10.1109/IPDPS64566.2025.00056 + url: https://doi.org/10.1109/IPDPS64566.2025.00056 + dblp_key: conf/ipps/LiuDYC0025 + venue_name: IPDPS + pages: 558-569 +- title: Large Scale Finite-Temperature Real-Time Time Dependent Density Functional + Theory Calculation with Hybrid Functional on ARM and GPU Systems + authors: + - Rongrong Liu + - Zhuoqiang Guo + - Qiuchen Sha + - Tong Zhao + - Haibo Li 0007 + - Wei Hu 0006 + - Lijun Liu + - Guangming Tan + - Weile Jia + year: '2025' + doi: 10.1109/IPDPS64566.2025.00076 + url: https://doi.org/10.1109/IPDPS64566.2025.00076 + dblp_key: conf/ipps/LiuGSZL0LTJ25 + venue_name: IPDPS + pages: 801-812 +- title: Towards Efficient Instruction Stream Scheduling for Stencil Computation on + ARM Processors + authors: + - Shanghao Liu + - Hailong Yang 0002 + - Xin You 0001 + - Zhongzhi Luan + - Yi Liu 0013 + - Depei Qian 0002 + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00222 + url: https://doi.org/10.1109/IPDPSW66978.2025.00222 + dblp_key: conf/ipps/LiuYYLLQ25 + venue_name: IPDPS + pages: 1307-1310 +- title: 'PivotScale: A Holistic Approach for Scalable Clique Counting' + authors: + - Amogh Lonkar + - Scott Beamer + year: '2025' + doi: 10.1109/IPDPS64566.2025.00024 + url: https://doi.org/10.1109/IPDPS64566.2025.00024 + dblp_key: conf/ipps/LonkarB25 + venue_name: IPDPS + pages: 173-186 +- title: Reducing the End-to-End Latency of DNN-Based Recommendation Systems in GPU + Pools + authors: + - Guangqiang Luan + - Pu Pang + - Quan Chen 0002 + - Chen Chen 0067 + - Guoyao Xu + - Chi Zhang 0005 + - Yanyi Zi + - Yinghao Yu + - Guodong Yang + - Liping Zhang 0013 + - Minyi Guo + year: '2025' + doi: 10.1109/IPDPS64566.2025.00070 + url: https://doi.org/10.1109/IPDPS64566.2025.00070 + dblp_key: conf/ipps/LuanP00XZZYYZG25 + venue_name: IPDPS + pages: 725-736 +- title: 'NM-SpMM: Accelerating Matrix Multiplication Using N: M Sparsity with GPGPU' + authors: + - Cong Ma + - Du Wu + - Zhelang Deng + - Jiang Chen + - Xiaowen Huang + - Jintao Meng 0001 + - Wenxi Zhu + - Bingqiang Wang + - Amelie Chi Zhou + - Peng Chen 0035 + - Minwen Deng + - Yanjie Wei + - Shengzhong Feng + - Yi Pan 0001 + year: '2025' + doi: 10.1109/IPDPS64566.2025.00087 + url: https://doi.org/10.1109/IPDPS64566.2025.00087 + dblp_key: conf/ipps/MaWDCH0ZWZCDWFP25 + venue_name: IPDPS + pages: 926-937 +- title: 'NAPEH: An Asynchronous and NUMA-Aware KV Store Based on Non-Volatile Memory + Architectures' + authors: + - Yili Ma + - Shengquan Yin + - Jing Xing + - Haoquan Long + - Zheng Wei + - Guangming Tan + - Dingwen Tao + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00115 + url: https://doi.org/10.1109/IPDPSW66978.2025.00115 + dblp_key: conf/ipps/MaYXLWTT25 + venue_name: IPDPS + pages: 737-743 +- title: 'GNNPerf: Towards Effective Performance Profiling and Analysis Across GNN + Frameworks' + authors: + - Kejie Ma + - Hailong Yang 0002 + - Zizheng Zhang + - Xin You 0001 + - Zhibo Xuan + - Qingxiao Sun + - Zhongzhi Luan + - Yi Liu 0013 + - Depei Qian 0002 + year: '2025' + doi: 10.1109/IPDPS64566.2025.00079 + url: https://doi.org/10.1109/IPDPS64566.2025.00079 + dblp_key: conf/ipps/MaYZYXSLLQ25 + venue_name: IPDPS + pages: 837-849 +- title: 'Air-FedGA: A Grouping Asynchronous Federated Learning Mechanism Exploiting + Over-The-Air Computation' + authors: + - Qianpiao Ma + - Junlong Zhou + - Xiangpeng Hou + - Jianchun Liu + - Hongli Xu 0001 + - Jianeng Miao + - Qingmin Jia + year: '2025' + doi: 10.1109/IPDPS64566.2025.00051 + url: https://doi.org/10.1109/IPDPS64566.2025.00051 + dblp_key: conf/ipps/MaZHLXMJ25 + venue_name: IPDPS + pages: 1-12 +- title: Towards a Methodology to Leverage Alveo Versal System Usability And Parallelization + authors: + - Federico Mansutti + - Davide Ettori + - Giuseppe Sorrentino + - Marco Domenico Santambrogio + - Davide Conficconi + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00197 + url: https://doi.org/10.1109/IPDPSW66978.2025.00197 + dblp_key: conf/ipps/MansuttiESSC25 + venue_name: IPDPS + pages: '1219' +- title: On the Singularity of SYCL + authors: + - Ami Marowka + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00142 + url: https://doi.org/10.1109/IPDPSW66978.2025.00142 + dblp_key: conf/ipps/Marowka25 + venue_name: IPDPS + pages: 913-922 +- title: Advances in Semantic Patching for HPC-oriented Refactorings with Coccinelle + authors: + - Michele Martone + - Julia Lawall + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00030 + url: https://doi.org/10.1109/IPDPSW66978.2025.00030 + dblp_key: conf/ipps/MartoneL25 + venue_name: IPDPS + pages: 140-148 +- title: 'DEEP: Edge-Based Dataflow Processing with Hybrid Docker Hub and Regional + Registries' + authors: + - Narges Mehran + - Zahra Najafabadi Samani + - Reza Farahani + - Josef Hammer + - Dragi Kimovski + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00162 + url: https://doi.org/10.1109/IPDPSW66978.2025.00162 + dblp_key: conf/ipps/MehranSFHK25 + venue_name: IPDPS + pages: 1039-1042 +- title: Dynamic configuration of Kubernetes containers resources with SLA classes + authors: + - Tarek Menouer + - Patrice Darmon + - Christophe Cérin + - Jonathan Rivalan + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00057 + url: https://doi.org/10.1109/IPDPSW66978.2025.00057 + dblp_key: conf/ipps/MenouerDCR25 + venue_name: IPDPS + pages: 326-332 +- title: Scalable Runtime Architecture for Data-driven, Hybrid HPC and ML Workflow + Applications + authors: + - André Merzky + - Mikhail Titov + - Matteo Turilli + - Ozgur O. Kilic + - Tianle Wang 0001 + - Shantenu Jha + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00150 + url: https://doi.org/10.1109/IPDPSW66978.2025.00150 + dblp_key: conf/ipps/MerzkyTTKWJ25 + venue_name: IPDPS + pages: 962-969 +- title: 'TOSS: Tiering of Serverless Snapshots for Memory-Efficient Serverless Computing' + authors: + - Theodore Michailidis + - Juno Kim + - Linsong Guo + - Steven Swanson + - Jishen Zhao + year: '2025' + doi: 10.1109/IPDPS64566.2025.00010 + url: https://doi.org/10.1109/IPDPS64566.2025.00010 + dblp_key: conf/ipps/MichailidisKGSZ25 + venue_name: IPDPS + pages: 2-14 +- title: 'GuardianOMP: A Framework for Highly Productive Fault Tolerance Via OpenMP + Task-Level Replication' + authors: + - Adrian Munera + - Eduardo Quiñones + - Sara Royuela + year: '2025' + doi: 10.1109/IPDPS64566.2025.00114 + url: https://doi.org/10.1109/IPDPS64566.2025.00114 + dblp_key: conf/ipps/MuneraQR25 + venue_name: IPDPS + pages: 1-12 +- title: Computational Speedup of Simulated Annealing with Nested Monte Carlo Loop + authors: + - Kiyotaka Murashima + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00185 + url: https://doi.org/10.1109/IPDPSW66978.2025.00185 + dblp_key: conf/ipps/Murashima25 + venue_name: IPDPS + pages: 1182-1187 +- title: 'QUBO++: A C++ Library for Developing and Solving QUBO Problems' + authors: + - Koji Nakano + - Shunsuke Tsukiyama + - Xiaotian Li + - Yasuaki Ito + - Victor Parque + - Takumi Kato + - Yuya Kawamata + - Kaiki Ii + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00097 + url: https://doi.org/10.1109/IPDPSW66978.2025.00097 + dblp_key: conf/ipps/NakanoTLIPKKI25 + venue_name: IPDPS + pages: 626-637 +- title: Locality Aware Process Remapping for Distributed-Memory Graph Workloads + authors: + - Md Nahid Newaz + - Sayan Ghosh + - Nathan R. Tallent + - Guangzhi Qu + year: '2025' + doi: 10.1109/IPDPS64566.2025.00047 + url: https://doi.org/10.1109/IPDPS64566.2025.00047 + dblp_key: conf/ipps/NewazGTQ25 + venue_name: IPDPS + pages: 447-459 +- title: 'RAAP-CGRA: Placement for CGRAs with Restricted Routing Architectures' + authors: + - Anh Nguyen + - Sebastian Czyrny + - Takahide Yoshikawa + - Jason Helge Anderson + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00026 + url: https://doi.org/10.1109/IPDPSW66978.2025.00026 + dblp_key: conf/ipps/NguyenCYA25 + venue_name: IPDPS + pages: 120-126 +- title: Accelerating Sparse Linear Solvers on Intelligence Processing Units + authors: + - Tim Noack + - Louis Krüger + - Andreas Koch + year: '2025' + doi: 10.1109/IPDPS64566.2025.00095 + url: https://doi.org/10.1109/IPDPS64566.2025.00095 + dblp_key: conf/ipps/NoackKK25 + venue_name: IPDPS + pages: 1023-1035 +- title: Rapid Random Packing of Poly-disperse Spheres using Adam Stochastic Optimization + authors: + - Mykhailo Novikov + - Xavier Besseron + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00052 + url: https://doi.org/10.1109/IPDPSW66978.2025.00052 + dblp_key: conf/ipps/NovikovB25 + venue_name: IPDPS + pages: 277-286 +- title: An Adaptive Two-Stage Algorithm for Error-Bounded Scientific Data Compression + authors: + - Roberto Nuca + - Matteo Parsani + - George Turkiyyah + year: '2025' + doi: 10.1109/IPDPS64566.2025.00092 + url: https://doi.org/10.1109/IPDPS64566.2025.00092 + dblp_key: conf/ipps/NucaPT25 + venue_name: IPDPS + pages: 987-997 +- title: Gate Efficient Composition of Hamiltonian Simulation and Block-Encoding with + its Application on HUBO, Chemistry and Finite Difference Method + authors: + - Robin Ollive + - Stéphane Louise + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00083 + url: https://doi.org/10.1109/IPDPSW66978.2025.00083 + dblp_key: conf/ipps/OlliveL25 + venue_name: IPDPS + pages: 519-528 +- title: An FPGA-Accelerated Framework for Optimizing Decision Tree Ensembles in Supervised + Learning + authors: + - Rodrigo Olmos + - Andrés Otero + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00194 + url: https://doi.org/10.1109/IPDPSW66978.2025.00194 + dblp_key: conf/ipps/OlmosO25 + venue_name: IPDPS + pages: '1216' +- title: 'The Tensor-Core Beamformer: A High-Speed Signal-Processing Library for Multidisciplinary + Use' + authors: + - Leon C. Oostrum + - Bram Veenboer + - Ronald Rook + - Michael Brown + - Pieter Kruizinga + - John W. Romein + year: '2025' + doi: 10.1109/IPDPS64566.2025.00058 + url: https://doi.org/10.1109/IPDPS64566.2025.00058 + dblp_key: conf/ipps/OostrumVRBKR25 + venue_name: IPDPS + pages: 582-592 +- title: Scheduling Strategies for Partially-Replicable Task Chains on Two Types of + Resources + authors: + - Diane Orhan + - Yacine Idouar + - Laércio Lima Pilla + - Adrien Cassagne + - Denis Barthou + - Christophe Jégo + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00140 + url: https://doi.org/10.1109/IPDPSW66978.2025.00140 + dblp_key: conf/ipps/OrhanIPCBJ25 + venue_name: IPDPS + pages: 896-905 +- title: Teaching Accelerated Computing with Hands-on Experience + authors: + - Isil Öz + - Chelsea Cropper + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00100 + url: https://doi.org/10.1109/IPDPSW66978.2025.00100 + dblp_key: conf/ipps/OzC25 + venue_name: IPDPS + pages: 642-649 +- title: Towards community-based influence spread prediction (CIP) for edge changes + in large-scale dynamic social networks + authors: + - Pranav Pamidighantam + - Vairavan Murugappan + - Suresh Subramanian + - Eunice E. Santos + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00050 + url: https://doi.org/10.1109/IPDPSW66978.2025.00050 + dblp_key: conf/ipps/PamidighantamMSS25 + venue_name: IPDPS + pages: 265-274 +- title: 'CALock: Multi-Granularity Locking in Dynamic Hierarchies' + authors: + - Ayush Pandey 0003 + - Julien Sopena + - Marc Shapiro 0001 + - Swan Dubois + year: '2025' + doi: 10.1109/IPDPS64566.2025.00017 + url: https://doi.org/10.1109/IPDPS64566.2025.00017 + dblp_key: conf/ipps/PandeyS0D25 + venue_name: IPDPS + pages: 94-105 +- title: A Blockchain-Enabled Framework for Storage and Retrieval of Social Data + authors: + - Aishwarya Parab + - Prakhar Pradhan + - Yogesh Simmhan + - Arnab K. Paul + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00046 + url: https://doi.org/10.1109/IPDPSW66978.2025.00046 + dblp_key: conf/ipps/ParabPSP25 + venue_name: IPDPS + pages: 237-240 +- title: Towards a Fast and Generalizable Neural Inference Scheme for Tabular Data + authors: + - Victor Parque + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00093 + url: https://doi.org/10.1109/IPDPSW66978.2025.00093 + dblp_key: conf/ipps/Parque25 + venue_name: IPDPS + pages: 588-596 +- title: An Efficient Adaptive Dual-Threshold Svm Based on Heterogeneous Collaboration + authors: + - Xing Peng + - Qinglin Wang + - Chuhe Hong + - Gencheng Liu + - Rui Xia + - Xinhai Chen 0001 + - Zhigang Sun + - Jie Liu 0002 + year: '2025' + doi: 10.1109/IPDPS64566.2025.00019 + url: https://doi.org/10.1109/IPDPS64566.2025.00019 + dblp_key: conf/ipps/PengWHLXCS025 + venue_name: IPDPS + pages: 118-129 +- title: 'Tide: A Distributed Runtime Management Framework for Things-Edge-Cloud Computing + Continuum' + authors: + - Xiaohui Peng 0002 + - Wenkai Yan + - Yifan Wang 0005 + - Shoujian Zheng + - Zhiwei Xu 0002 + year: '2025' + doi: 10.1109/IPDPS64566.2025.00013 + url: https://doi.org/10.1109/IPDPS64566.2025.00013 + dblp_key: conf/ipps/PengYWZX25 + venue_name: IPDPS + pages: 42-53 +- title: 'A Parallel and Highly-Portable HPC Poisson Solver: Preconditioned Bi-CGSTAB + with alpaka' + authors: + - Luca Pennati + - Måns I. Andersson + - Klaus Steiniger + - René Widera + - Tapish Narwal + - Michael Bussmann + - Stefano Markidis + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00073 + url: https://doi.org/10.1109/IPDPSW66978.2025.00073 + dblp_key: conf/ipps/PennatiASWNBM25 + venue_name: IPDPS + pages: 473-483 +- title: A Simulation-Based Framework to Reduce I/O Contention in HPC + authors: + - Simone Pernice + - Ahmad Tarraf + - Jean-Baptiste Besnard + - Barbara Cantalupo + - Alberto Cascajo + - David E. Singh + - Felix Wolf 0001 + - Jesús Carretero 0001 + - Sameer Shende + - Marco Aldinucci + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00204 + url: https://doi.org/10.1109/IPDPSW66978.2025.00204 + dblp_key: conf/ipps/PerniceTBCCSWCSA25 + venue_name: IPDPS + pages: 1258-1260 +- title: Multi-Agent Reinforcement Learning for Workload Distribution in FaaS-Edge + Computing Systems + authors: + - Emanuele Petriglia + - Federica Filippini + - Michele Ciavotta + - Marco Savi + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00176 + url: https://doi.org/10.1109/IPDPSW66978.2025.00176 + dblp_key: conf/ipps/PetrigliaFCS25 + venue_name: IPDPS + pages: 1128-1131 +- title: 'AQUA: Hardware-Agnostic Qubit Allocation for Quantum Multi-Programming' + authors: + - XinYu Piao + - JooYong Shim + - Joongheon Kim + - Jong-Kook Kim + year: '2025' + doi: 10.1109/IPDPS64566.2025.00022 + url: https://doi.org/10.1109/IPDPS64566.2025.00022 + dblp_key: conf/ipps/PiaoSKK25 + venue_name: IPDPS + pages: 154-161 +- title: Improving energy efficiency of HPC applications using unbalanced GPU power + capping + authors: + - Albert d'Aviau de Piolant + - Hayfa Tayeb + - Bérenger Bramas + - Mathieu Faverge + - Abdou Guermouche + - Amina Guermouche + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00132 + url: https://doi.org/10.1109/IPDPSW66978.2025.00132 + dblp_key: conf/ipps/PiolantTBFGG25 + venue_name: IPDPS + pages: 820-829 +- title: 'CoRD: Converged RDMA Dataplane' + authors: + - Maksym Planeta + - Jan Bierbaum + - Michael Roitzsch + - Hermann Härtig + year: '2025' + doi: 10.1109/IPDPS64566.2025.00099 + url: https://doi.org/10.1109/IPDPS64566.2025.00099 + dblp_key: conf/ipps/PlanetaBRH25 + venue_name: IPDPS + pages: 1074-1090 +- title: Sensitivity and Impacts on Parallel Compression of Prediction of Lossy Compression + Ratios for Scientific Data + authors: + - Alexandra Poulos + - Robert Underwood + - Jon C. Calhoun + - Sheng Di + - Franck Cappello + year: '2025' + doi: 10.1109/IPDPS64566.2025.00102 + url: https://doi.org/10.1109/IPDPS64566.2025.00102 + dblp_key: conf/ipps/PoulosUCDC25 + venue_name: IPDPS + pages: 1117-1128 +- title: 'SDFLMQ: A Semi-Decentralized Federated Learning Framework over MQTT' + authors: + - Amir Ali Pour + - Julien Gascon-Samson + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00172 + url: https://doi.org/10.1109/IPDPSW66978.2025.00172 + dblp_key: conf/ipps/PourG25 + venue_name: IPDPS + pages: 1100-1107 +- title: Lossy Parallel Visualization of Large-Scale Volume Data with Error-Bounded + Image Compositing + authors: + - Yongfeng Qiu + - Yuxiao Li 0002 + - Xin Liang 0001 + - Yafan Huang + - Guanpeng Li + - Sheng Di + - Franck Cappello + - Hanqi Guo 0001 + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00213 + url: https://doi.org/10.1109/IPDPSW66978.2025.00213 + dblp_key: conf/ipps/QiuLLHLDCG25 + venue_name: IPDPS + pages: 1283-1285 +- title: Accelerating Tensor-Train Decomposition on Graph Neural Networks + authors: + - Shenghao Qiu + - Chunwei Xia + - Zheng Wang 0001 + year: '2025' + doi: 10.1109/IPDPS64566.2025.00020 + url: https://doi.org/10.1109/IPDPS64566.2025.00020 + dblp_key: conf/ipps/QiuX025 + venue_name: IPDPS + pages: 130-141 +- title: 'SkePU-DNN: Algorithmic Skeleton Programming for Deep Learning on Heterogeneous + Systems' + authors: + - Sehrish Qummar + - August Ernstsson + - Christoph W. Kessler + - Oleg Sysoev + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00068 + url: https://doi.org/10.1109/IPDPSW66978.2025.00068 + dblp_key: conf/ipps/QummarEKS25 + venue_name: IPDPS + pages: 423-432 +- title: Characterizing Spatial Data Traits for Modeling Generic Lossy Rate-Distortion + Quality + authors: + - Md Hasanur Rahman 0001 + - Sheng Di + - Guanpeng Li + - Franck Cappello + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00205 + url: https://doi.org/10.1109/IPDPSW66978.2025.00205 + dblp_key: conf/ipps/RahmanDLC25 + venue_name: IPDPS + pages: 1261-1262 +- title: 'SFS: A Simple File System for Teaching Parallelism in Computer Systems' + authors: + - Brian P. Railing + - Lukas Kebuladze + - Nathan Deyak + - Zachary Weinberg + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00103 + url: https://doi.org/10.1109/IPDPSW66978.2025.00103 + dblp_key: conf/ipps/RailingKDW25 + venue_name: IPDPS + pages: 666-672 +- title: 'Ocularone-Bench: Benchmarking DNN Models on GPUs to Assist the Visually + Impaired' + authors: + - Suman Raj + - Bhavani A Madhabhavi + - Kautuk Astu + - Arnav A Rajesh + - Pratham M + - Yogesh Simmhan + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00048 + url: https://doi.org/10.1109/IPDPSW66978.2025.00048 + dblp_key: conf/ipps/RajMARMS25 + venue_name: IPDPS + pages: 251-254 +- title: Is In-Context Learning Feasible for HPC Performance Autotuning? + authors: + - Thomas Randall + - Akhilesh Bondapalli + - Rong Ge 0002 + - Prasanna Balaprakash + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00152 + url: https://doi.org/10.1109/IPDPSW66978.2025.00152 + dblp_key: conf/ipps/RandallBGB25 + venue_name: IPDPS + pages: 978-985 +- title: A Header-Based C++ Library for Computing Hessian on GPU using Automatic Differentiation + authors: + - Desh Ranjan + - Mohammad Zubair + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00061 + url: https://doi.org/10.1109/IPDPSW66978.2025.00061 + dblp_key: conf/ipps/RanjanZ25 + venue_name: IPDPS + pages: 355-364 +- title: 'IRISX: A Dynamic Trade-off System for Harnessing Heterogeneity for Performance + Portability' + authors: + - Sanil Rao + - Mohammad Alaul Haque Monil + - Het Mankad + - Narasinga Rao Miniskar + - Keita Teranishi + - Jeffrey S. Vetter + - Franz Franchetti + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00212 + url: https://doi.org/10.1109/IPDPSW66978.2025.00212 + dblp_key: conf/ipps/RaoMMMTVF25 + venue_name: IPDPS + pages: 1280-1282 +- title: 'LibraryX-ASIC: A First Look' + authors: + - Sanil Rao + - Larry Tang 0003 + - Franz Franchetti + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00037 + url: https://doi.org/10.1109/IPDPSW66978.2025.00037 + dblp_key: conf/ipps/RaoTF25 + venue_name: IPDPS + pages: 205-208 +- title: 'AdapTBF: Decentralized Bandwidth Control via Adaptive Token Borrowing for + HPC Storage' + authors: + - Md. Hasanur Rashid + - Dong Dai + year: '2025' + doi: 10.1109/IPDPS64566.2025.00074 + url: https://doi.org/10.1109/IPDPS64566.2025.00074 + dblp_key: conf/ipps/RashidD25 + venue_name: IPDPS + pages: 775-788 +- title: Online Learning Techniques for Occupancy Detection on Resource Constrained + Devices + authors: + - Flavio Renzi + - Haoyu Ren + - Alessio Bernardo + - Giacomo Ziffer + - Darko Anicic + - Emanuele Della Valle + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00159 + url: https://doi.org/10.1109/IPDPSW66978.2025.00159 + dblp_key: conf/ipps/RenziRBZAV25 + venue_name: IPDPS + pages: 1019-1026 +- title: Goal-Driven building automation using serverless computing + authors: + - Sashko Ristov + - Anna Meshcheriakova + - Philipp Gritsch + - Philipp Zech + - Ruth Breu + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00163 + url: https://doi.org/10.1109/IPDPSW66978.2025.00163 + dblp_key: conf/ipps/RistovMGZB25 + venue_name: IPDPS + pages: 1043-1049 +- title: Using Checkpoint Alteration to Gauge Fault Sensitivity of HPC Scientific + Applications + authors: + - Elvis Rojas + - Luis Carlos N. Todd + - Esteban Meneses + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00071 + url: https://doi.org/10.1109/IPDPSW66978.2025.00071 + dblp_key: conf/ipps/RojasTM25 + venue_name: IPDPS + pages: 453-462 +- title: Towards QoS-Aware Serverless Function Offloading in the Edge-Cloud Continuum + through Reinforcement Learning + authors: + - Gabriele Russo Russo + - Pierpaolo Spaziani + - Valeria Cardellini + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00168 + url: https://doi.org/10.1109/IPDPSW66978.2025.00168 + dblp_key: conf/ipps/RussoSC25 + venue_name: IPDPS + pages: 1073-1080 +- title: A GPU-Accelerated Distributed Algorithm for Optimal Power Flow in Distribution + Systems + authors: + - Minseok Ryu + - Geunyeong Byeon + - Kibaek Kim + year: '2025' + doi: 10.1109/IPDPS64566.2025.00068 + url: https://doi.org/10.1109/IPDPS64566.2025.00068 + dblp_key: conf/ipps/RyuBK25 + venue_name: IPDPS + pages: 702-711 +- title: 'Imperfect Recognition: A Study of OCR Limitations in the Context of Scientific + Documents' + authors: + - Chinmay Sahasrabudhe + - Yang Ho + - Nick Winovich + - Sivasankaran Rajamanickam + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00155 + url: https://doi.org/10.1109/IPDPSW66978.2025.00155 + dblp_key: conf/ipps/SahasrabudheHWR25 + venue_name: IPDPS + pages: 996-1002 +- title: 'ν-LPA: Fast GPU-based Label Propagation Algorithm (LPA) for Community Detection' + authors: + - Subhajit Sahu + - Mahen N + - Kishore Kothapalli + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00065 + url: https://doi.org/10.1109/IPDPSW66978.2025.00065 + dblp_key: conf/ipps/SahuNK25 + venue_name: IPDPS + pages: 395-404 +- title: SIMD Acceleration of Matrix-Vector Operations on RISC-V for Variable Precision + Neural Networks + authors: + - Gonzalo Salinas + - Guilherme Sequeira + - Alfonso Rodríguez 0002 + - João Bispo + - Nuno Paulino 0001 + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00178 + url: https://doi.org/10.1109/IPDPSW66978.2025.00178 + dblp_key: conf/ipps/SalinasSRBP25 + venue_name: IPDPS + pages: 1140-1147 +- title: Tera-Scale Multilevel Graph Partitioning + authors: + - Daniel Salwasser + - Daniel Seemaier + - Lars Gottesbüren + - Peter Sanders 0001 + year: '2025' + doi: 10.1109/IPDPS64566.2025.00033 + url: https://doi.org/10.1109/IPDPS64566.2025.00033 + dblp_key: conf/ipps/SalwasserSG025 + venue_name: IPDPS + pages: 285-296 +- title: Message from the 2025 General Co-chairs + authors: + - Marco D. Santambrogio + - Ananth Kalyanaraman + year: '2025' + doi: 10.1109/IPDPS64566.2025.00005 + url: https://doi.org/10.1109/IPDPS64566.2025.00005 + dblp_key: conf/ipps/SantambrogioK25 + venue_name: IPDPS + pages: xxii-xxiv +- title: Towards Predicting Inference Latency of TinyML Models + authors: + - Jyotishman Sarkar + - Urmi Jana + - Barnali Basak + - Himadri Sekhar Paul + - Swagata Biswas + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00164 + url: https://doi.org/10.1109/IPDPSW66978.2025.00164 + dblp_key: conf/ipps/SarkarJBPB25 + venue_name: IPDPS + pages: 1050-1053 +- title: Compositional Execution Motifs for Quantum-HPC Systems + authors: + - Nishant Saurabh + - Pradeep Kumar Mantha + - Shantenu Jha + - André Luckow + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00181 + url: https://doi.org/10.1109/IPDPSW66978.2025.00181 + dblp_key: conf/ipps/SaurabhMJL25 + venue_name: IPDPS + pages: 1157-1162 +- title: 'QABE: a Framework for Quantum Annealer Programming and Benchmarking' + authors: + - Gianluca Scanu + - Marco Venere + - Donatella Sciuto + - Marco D. Santambrogio + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00186 + url: https://doi.org/10.1109/IPDPSW66978.2025.00186 + dblp_key: conf/ipps/ScanuVSS25 + venue_name: IPDPS + pages: 1188-1193 +- title: Compiler, Runtime, and Hardware Parameters Design Space Exploration + authors: + - Lana Scravaglieri + - Ani Anciaux-Sedrakian + - Olivier Aumage + - Thomas Guignon + - Mihail Popov + year: '2025' + doi: 10.1109/IPDPS64566.2025.00030 + url: https://doi.org/10.1109/IPDPS64566.2025.00030 + dblp_key: conf/ipps/ScravaglieriAAG25 + venue_name: IPDPS + pages: 247-260 +- title: 'Dynatune: Dynamic Tuning of Raft Election Parameters Using Network Measurement' + authors: + - Kohya Shiozaki + - Junya Nakamura 0001 + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00091 + url: https://doi.org/10.1109/IPDPSW66978.2025.00091 + dblp_key: conf/ipps/ShiozakiN25 + venue_name: IPDPS + pages: 568-577 +- title: Efficient Intra-node Hierarchical Parallelisms And Dynamic Load Balancing + Strategies On Heterogeneous Systems + authors: + - Dikshant Pratap Singh + - Mathialakan Thavappiragasam + - Brice Videau + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00088 + url: https://doi.org/10.1109/IPDPSW66978.2025.00088 + dblp_key: conf/ipps/SinghTV25 + venue_name: IPDPS + pages: 543-552 +- title: 'Enhancing Cluster Scheduling in HPC: A Continuous Transfer Learning for + Real-Time Optimization' + authors: + - Leszek Sliwko + - Jolanta Mizera-Pietraszko + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00056 + url: https://doi.org/10.1109/IPDPSW66978.2025.00056 + dblp_key: conf/ipps/SliwkoM25 + venue_name: IPDPS + pages: 316-325 +- title: A Visual Unplugged Activity to Introduce PDC + authors: + - Mary L. Smith + - Srishti Srivastava + - David P. Bunde + - April Renee Crockett + - Michael C. Gerten + - Peter Maher + - Jaime Spacco + - Xiaoyuan Suo + - Jiayin Wang + - Michelle Zhu + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00102 + url: https://doi.org/10.1109/IPDPSW66978.2025.00102 + dblp_key: conf/ipps/SmithSBCGMSSWZ25 + venue_name: IPDPS + pages: 658-665 +- title: Toward Performance Prediction in Large-Scale Systems through Temporal System + and Application Log Analysis + authors: + - Ehan Sohn + - Changjong Kim + - Alex Sim + - Dong Kyu Sung + - Yongseok Son + - Jisung Park 0001 + - Sunggon Kim + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00221 + url: https://doi.org/10.1109/IPDPSW66978.2025.00221 + dblp_key: conf/ipps/SohnKSSSPK25 + venue_name: IPDPS + pages: 1304-1306 +- title: Collaborative Bandwidth-Efficient Intra-Node Allreduce + authors: + - Amir Hossein Sojoodi + - Ali Farazdaghi + - Hamed Sharifian + - Ryan E. Grant + - Ahmad Afsahi + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00016 + url: https://doi.org/10.1109/IPDPSW66978.2025.00016 + dblp_key: conf/ipps/SojoodiFSGA25 + venue_name: IPDPS + pages: 63-67 +- title: A Memory-Efficient and Computation-Balanced Lossy Compressor on Wafer-Scale + Engine + authors: + - Shihui Song + - Robert Underwood + - Sheng Di + - Yafan Huang + - Peng Jiang 0004 + - Franck Cappello + year: '2025' + doi: 10.1109/IPDPS64566.2025.00084 + url: https://doi.org/10.1109/IPDPS64566.2025.00084 + dblp_key: conf/ipps/SongUDH0C25 + venue_name: IPDPS + pages: 1-13 +- title: Serverless Graph Analytics on Multi-Instance GPU + authors: + - Mohammad Sonji + - Mohammed Baydoun + - Aditya Dhakal + - Gourav Rattihalli + - Dejan S. Milojicic + - Izzat El Hajj + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00124 + url: https://doi.org/10.1109/IPDPSW66978.2025.00124 + dblp_key: conf/ipps/SonjiBDRMH25 + venue_name: IPDPS + pages: 787-794 +- title: Crash Course on Quantum Computing for Engineering Students + authors: + - Leonel Sousa + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00101 + url: https://doi.org/10.1109/IPDPSW66978.2025.00101 + dblp_key: conf/ipps/Sousa25 + venue_name: IPDPS + pages: 650-657 +- title: 'ARTEMIS: Adaptive Real-Time Task Execution & Management in Heterogeneous + Systems' + authors: + - Tom Springer + - Peiyi Zhao + - Robert Alexander + - Thomas Jordan + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00014 + url: https://doi.org/10.1109/IPDPSW66978.2025.00014 + dblp_key: conf/ipps/SpringerZAJ25 + venue_name: IPDPS + pages: 55-58 +- title: 'Gen-AI in a Bottle: Experiments with LLMs to Generate HPC Kernels' + authors: + - Upasana Sridhar + - Elliott Binder + - Tze Meng Low + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00043 + url: https://doi.org/10.1109/IPDPSW66978.2025.00043 + dblp_key: conf/ipps/SridharBL25 + venue_name: IPDPS + pages: 215-224 +- title: Assessing Parallel and Distributed Computing Knowledge Through a Card Game + authors: + - Srishti Srivastava + - Mary L. Smith + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00104 + url: https://doi.org/10.1109/IPDPSW66978.2025.00104 + dblp_key: conf/ipps/SrivastavaS25 + venue_name: IPDPS + pages: 673-679 +- title: 'Experience using AI in MPI Test Suite Development: Implications for Educators' + authors: + - Callie Stewart + - Gerald C. Gannod + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00107 + url: https://doi.org/10.1109/IPDPSW66978.2025.00107 + dblp_key: conf/ipps/StewartG25 + venue_name: IPDPS + pages: 688-691 +- title: A Simple Tiled Approach to Teaching Parallel Computing + authors: + - Peter E. Strazdins + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00064 + url: https://doi.org/10.1109/IPDPSW66978.2025.00064 + dblp_key: conf/ipps/Strazdins25 + venue_name: IPDPS + pages: 385-394 +- title: 'DeepBAT: Performance and Cost Optimization of Serverless Inference Using + Transformers' + authors: + - Bowen Sun + - Riccardo Pinciroli + - Giuliano Casale + - Evgenia Smirni + year: '2025' + doi: 10.1109/IPDPS64566.2025.00037 + url: https://doi.org/10.1109/IPDPS64566.2025.00037 + dblp_key: conf/ipps/SunPCS25 + venue_name: IPDPS + pages: 335-346 +- title: 'Performance and Portability in Multi-GPU Branch-and-Bound: Chapel Versus + CUDA and HIP for Tree-Based Optimization' + authors: + - Ivan Tagliaferro + - Guillaume Helbecque + - Ezhilmathi Krishnasamy + - Nouredine Melab + - Grégoire Danoy + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00217 + url: https://doi.org/10.1109/IPDPSW66978.2025.00217 + dblp_key: conf/ipps/TagliaferroHKMD25 + venue_name: IPDPS + pages: 1293-1295 +- title: 'Breaking Down LLM Inference: A preliminary performance analysis of sparsified + transformers' + authors: + - Ioanna Tasou + - Petros Anastasiadis + - Panagiotis Mpakos + - Dimitrios Galanopoulos + - Nectarios Koziris + - Georgios I. Goumas + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00154 + url: https://doi.org/10.1109/IPDPSW66978.2025.00154 + dblp_key: conf/ipps/TasouAMGKG25 + venue_name: IPDPS + pages: 991-995 +- title: Efficient Privacy-Preserving Convolutional Neural Networks with CKKS-RNS + for Encrypted Image Classification + authors: + - Andrei Tchernykh + - Marianne Salgado-Ramos + - Bernardo Pulido-Gaytan + - Horacio González-Vélez + - Esteban E. Mocskos + - Mikhail G. Babenko + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00059 + url: https://doi.org/10.1109/IPDPSW66978.2025.00059 + dblp_key: conf/ipps/TchernykhSPGMB25 + venue_name: IPDPS + pages: 343-352 +- title: Towards Orchestrating Agentic Applications as FaaS Workflows + authors: + - Shiva Sai Krishna Anand Tokal + - Vaibhav Jha + - Anand Eswaran + - Praveen Jayachandran + - Yogesh Simmhan + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00156 + url: https://doi.org/10.1109/IPDPSW66978.2025.00156 + dblp_key: conf/ipps/TokalJEJS25 + venue_name: IPDPS + pages: 1003-1010 +- title: 'Longer Attention Span: Increasing Transformer Context Length With Sparse + Graph Processing Techniques' + authors: + - Nathaniel Tomczak + - Sanmukh Kuppannagari + year: '2025' + doi: 10.1109/IPDPS64566.2025.00107 + url: https://doi.org/10.1109/IPDPS64566.2025.00107 + dblp_key: conf/ipps/TomczakK25 + venue_name: IPDPS + pages: 1-12 +- title: 'QuIDS: A Large-Scale Distributed Framework for Quantum Irregular Dynamics + Simulations' + authors: + - Joseph Touzet + - Oguz Kaya + - Pablo Arrighi + - Amélia Durbec + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00080 + url: https://doi.org/10.1109/IPDPSW66978.2025.00080 + dblp_key: conf/ipps/TouzetKAD25 + venue_name: IPDPS + pages: 491-500 +- title: Scaling Graph Neural Networks for Particle Track Reconstruction + authors: + - Alok Tripathy + - Alina Lazar + - Xiangyang Ju + - Paolo Calafiura + - Katherine A. Yelick + - Aydin Buluç + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00122 + url: https://doi.org/10.1109/IPDPSW66978.2025.00122 + dblp_key: conf/ipps/TripathyLJCYB25 + venue_name: IPDPS + pages: 772-776 +- title: Checkpointing Optimisation to Prepare Future Exascale Plasma Turbulence Simulations + authors: + - Méline Trochon + - Julien Bigot + - Virginie Grandgirard + - Dorian Midou + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00111 + url: https://doi.org/10.1109/IPDPSW66978.2025.00111 + dblp_key: conf/ipps/TrochonBGM25 + venue_name: IPDPS + pages: 703-711 +- title: 'CUBO-to-QUBO Conversion: Reducing Cubic Formulations to Quadratic Formulations' + authors: + - Shunsuke Tsukiyama + - Xiaotian Li + - Koji Nakano + - Victor Parque + - Yasuaki Ito + - Takumi Kato + - Yuya Kawamata + - Kaiki Ii + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00096 + url: https://doi.org/10.1109/IPDPSW66978.2025.00096 + dblp_key: conf/ipps/TsukiyamaLNPIKKI25 + venue_name: IPDPS + pages: 618-625 +- title: 'Less is More: Faster Maximum Clique Search by Work-Avoidance' + authors: + - Hans Vandierendonck + year: '2025' + doi: 10.1109/IPDPS64566.2025.00025 + url: https://doi.org/10.1109/IPDPS64566.2025.00025 + dblp_key: conf/ipps/Vandierendonck25 + venue_name: IPDPS + pages: 187-198 +- title: Heterogeneous Memory Pool Tuning + authors: + - Filip Vaverka + - Ondrej Vysocky + - Lubomir Riha + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00141 + url: https://doi.org/10.1109/IPDPSW66978.2025.00141 + dblp_key: conf/ipps/VaverkaVR25 + venue_name: IPDPS + pages: 906-912 +- title: Methodology for GPU Frequency Switching Latency Measurement + authors: + - Daniel Velicka + - Ondrej Vysocky + - Lubomir Riha + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00133 + url: https://doi.org/10.1109/IPDPSW66978.2025.00133 + dblp_key: conf/ipps/VelickaVR25 + venue_name: IPDPS + pages: 830-839 +- title: A RISC-V Coprocessor for Seamless Integration of Stream-Based Accelerators + authors: + - Rohan Krishna Vijayaraghavan + - Ahmed Kamaleldin + - Matthias Nickel + - Diana Göhringer + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00199 + url: https://doi.org/10.1109/IPDPSW66978.2025.00199 + dblp_key: conf/ipps/VijayaraghavanKNG25 + venue_name: IPDPS + pages: 1221-1227 +- title: Optimizing Fine-Grained Parallelism Through Dynamic Load Balancing on Multi-Socket + Many-Core Systems + authors: + - Wenyi Wang + - Maxime Gonthier + - Poornima Nookala + - Haochen Pan + - Ian T. Foster + - Ioan Raicu + - Kyle Chard + year: '2025' + doi: 10.1109/IPDPS64566.2025.00016 + url: https://doi.org/10.1109/IPDPS64566.2025.00016 + dblp_key: conf/ipps/WangGNPFRC25 + venue_name: IPDPS + pages: 81-93 +- title: Performance Characterization of CXL Memory and Its Use Cases + authors: + - Xi Wang + - Jie Liu + - Jianbo Wu + - Shuangyan Yang + - Jie Ren + - Bhanu Shankar + - Dong Li + year: '2025' + doi: 10.1109/IPDPS64566.2025.00097 + url: https://doi.org/10.1109/IPDPS64566.2025.00097 + dblp_key: conf/ipps/WangLWYRSL25 + venue_name: IPDPS + pages: 1048-1061 +- title: 'INSPIRIT: Adaptive Priority-based Task Scheduling for Heterogeneous Hardware' + authors: + - Yiqing Wang + - Hailong Yang 0002 + - Xiaoyan Liu + - Xinyu Yang + - Pengbo Wang + - Xin You 0001 + - Qingxiao Sun + - Mingzhen Li 0001 + - Yi Liu 0013 + - Zhongzhi Luan + - Depei Qian 0002 + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00211 + url: https://doi.org/10.1109/IPDPSW66978.2025.00211 + dblp_key: conf/ipps/WangYLYWYSLLLQ25 + venue_name: IPDPS + pages: 1277-1279 +- title: 'VerifyIO: Verifying Adherence to Parallel I/O Consistency Semantics' + authors: + - Chen Wang 0004 + - Zhaobin Zhu + - Kathryn M. Mohror + - Sarah Neuwirth + - Marc Snir + year: '2025' + doi: 10.1109/IPDPS64566.2025.00073 + url: https://doi.org/10.1109/IPDPS64566.2025.00073 + dblp_key: conf/ipps/WangZMNS25 + venue_name: IPDPS + pages: 1-12 +- title: Reconfigurable Processor-Centric Accelerators for Safety-Critical Applications + authors: + - Luis Waucquez + - Alfonso Rodriguez + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00201 + url: https://doi.org/10.1109/IPDPSW66978.2025.00201 + dblp_key: conf/ipps/WaucquezR25 + venue_name: IPDPS + pages: 1236-1242 +- title: 'Matcha: A Language and Compiler for Backtracking-Based Subgraph Matching' + authors: + - Yihua Wei + - Lihan Hu + - Peng Jiang 0004 + year: '2025' + doi: 10.1109/IPDPS64566.2025.00105 + url: https://doi.org/10.1109/IPDPS64566.2025.00105 + dblp_key: conf/ipps/WeiHJ25 + venue_name: IPDPS + pages: 1154-1165 +- title: 'TSUE: A Two-Stage Data Update Method for an Erasure Coded Cluster File System' + authors: + - Zheng Wei + - Jing Xing + - Yida Gu + - Guangming Tan + - Dingwen Tao + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00223 + url: https://doi.org/10.1109/IPDPSW66978.2025.00223 + dblp_key: conf/ipps/WeiXGTT25 + venue_name: IPDPS + pages: 1311-1313 +- title: Data Transfer Schemes in the High-Level Communication Library LAIK + authors: + - Josef Weidendorfer + - Lukas Neef + - Robert Hubinger + - Amir Raoofy + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00035 + url: https://doi.org/10.1109/IPDPSW66978.2025.00035 + dblp_key: conf/ipps/WeidendorferNHR25 + venue_name: IPDPS + pages: 187-196 +- title: Implementing Directive-Based Deferred Execution for Effective Network Aggregation + authors: + - Aaron Welch + - Oscar R. Hernandez + - Stephen W. Poole + - Wendy Poole + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00034 + url: https://doi.org/10.1109/IPDPSW66978.2025.00034 + dblp_key: conf/ipps/WelchHPP25 + venue_name: IPDPS + pages: 178-186 +- title: 'Predicting the Predictor: Linear Metamodeling for Evolving User Response + Prediction' + authors: + - Roman Wiatr + - Renata G. Slota + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00049 + url: https://doi.org/10.1109/IPDPSW66978.2025.00049 + dblp_key: conf/ipps/WiatrS25 + venue_name: IPDPS + pages: 255-264 +- title: Static task mapping for heterogeneous systems based on series-parallel decompositions + authors: + - Martin Wilhelm + - Thilo Pionteck + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00138 + url: https://doi.org/10.1109/IPDPSW66978.2025.00138 + dblp_key: conf/ipps/WilhelmP25 + venue_name: IPDPS + pages: 876-885 +- title: 'To Compress or Not to Compress: Energy Trade-Offs and Benefits of Lossy + Compressed I/O' + authors: + - Grant Wilkins + - Sheng Di + - Jon C. Calhoun + - Robert Underwood + - Franck Cappello + year: '2025' + doi: 10.1109/IPDPS64566.2025.00082 + url: https://doi.org/10.1109/IPDPS64566.2025.00082 + dblp_key: conf/ipps/WilkinsDCUC25 + venue_name: IPDPS + pages: 861-873 +- title: Parallel Scan on Ascend AI Accelerators + authors: + - Bartlomiej Wróblewski 0001 + - Gioele Gottardo + - Anastasios Zouzias + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00216 + url: https://doi.org/10.1109/IPDPSW66978.2025.00216 + dblp_key: conf/ipps/WroblewskiGZ25 + venue_name: IPDPS + pages: 1290-1292 +- title: Enabling Efficient Error-Controlled Lossy Compression for Unstructured Scientific + Data + authors: + - Xuan Wu + - Sheng Di + - Congrong Ren + - Pu Jiao + - Mingze Xia + - Cheng Wang + - Hanqi Guo 0001 + - Xin Liang 0001 + - Franck Cappello + year: '2025' + doi: 10.1109/IPDPS64566.2025.00040 + url: https://doi.org/10.1109/IPDPS64566.2025.00040 + dblp_key: conf/ipps/WuDRJXWG0C25 + venue_name: IPDPS + pages: 370-382 +- title: 'Inkstream: Instantaneous GNN Inference on Dynamic Graphs via Incremental + Update' + authors: + - Dan Wu + - Zhaoying Li 0004 + - Tulika Mitra + year: '2025' + doi: 10.1109/IPDPS64566.2025.00115 + url: https://doi.org/10.1109/IPDPS64566.2025.00115 + dblp_key: conf/ipps/WuLM25 + venue_name: IPDPS + pages: 1273-1285 +- title: 'LM-Offload: Performance Model-Guided Generative Inference of Large Language + Models with Parallelism Control' + authors: + - Jianbo Wu + - Jie Ren 0015 + - Shuangyan Yang + - Konstantinos Parasyris + - Giorgis Georgakoudis + - Ignacio Laguna + - Dong Li 0001 + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00134 + url: https://doi.org/10.1109/IPDPSW66978.2025.00134 + dblp_key: conf/ipps/WuRYPGLL25 + venue_name: IPDPS + pages: 840-849 +- title: 'It Takes Two to Tango: Serverless Workflow Serving via Bilaterally Engaged + Resource Adaptation' + authors: + - Jing Wu 0024 + - Lin Wang 0015 + - Quanfeng Deng + - Chen Yu 0003 + - Dong Zhang + - Bingheng Yan + - Fangming Liu + year: '2025' + doi: 10.1109/IPDPS64566.2025.00012 + url: https://doi.org/10.1109/IPDPS64566.2025.00012 + dblp_key: conf/ipps/WuWD0ZYL25 + venue_name: IPDPS + pages: 28-41 +- title: 'FlexRLHF: A Flexible Placement and Parallelism Framework for Efficient RLHF + Training' + authors: + - Youshao Xiao + - Zhenglei Zhou + - Fagui Mao + - Weichang Wu + - Shangchun Zhao + - Lin Ju + - Lei Liang + - Xiaolu Zhang + - Jun Zhou + year: '2025' + doi: 10.1109/IPDPS64566.2025.00039 + url: https://doi.org/10.1109/IPDPS64566.2025.00039 + dblp_key: conf/ipps/XiaoZMWZJLZZ25 + venue_name: IPDPS + pages: 358-369 +- title: The Case for ABI Interoperability in a Fault Tolerant MPI + authors: + - Yao Xu + - Grace Nansamba + - Anthony Skjellum + - Gene Cooperman + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00032 + url: https://doi.org/10.1109/IPDPSW66978.2025.00032 + dblp_key: conf/ipps/XuNSC25 + venue_name: IPDPS + pages: 159-167 +- title: In-Situ Auto-Regressive Surrogate Modeling for Feature Extraction Using Ascent + authors: + - Kewei Yan + - Yonghong Yan 0001 + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00070 + url: https://doi.org/10.1109/IPDPSW66978.2025.00070 + dblp_key: conf/ipps/YanY25 + venue_name: IPDPS + pages: 443-452 +- title: Achieving Better Benefits via Flexible Feature Matching in Post-Deduplication + Delta Compression + authors: + - Fengkui Yang + - Bo Mao 0003 + - Yuhan Liu + - Liang Bao + - Weipeng Jiang + - Dongying Zhang + - Chunhua Li 0002 + - Ke Zhou 0001 + year: '2025' + doi: 10.1109/IPDPS64566.2025.00093 + url: https://doi.org/10.1109/IPDPS64566.2025.00093 + dblp_key: conf/ipps/YangMLBJZ0025 + venue_name: IPDPS + pages: 998-1010 +- title: Characterizing the Behavior and Impact of KV Caching on Transformer Inferences + Under Concurrency + authors: + - Jie Ye + - Jaime Cernuda + - Avinash Maurya + - Xian-He Sun + - Anthony Kougkas + - Bogdan Nicolae + year: '2025' + doi: 10.1109/IPDPS64566.2025.00108 + url: https://doi.org/10.1109/IPDPS64566.2025.00108 + dblp_key: conf/ipps/YeCMSKN25 + venue_name: IPDPS + pages: 1191-1202 +- title: Fine-Grained Global Search for Inputs Triggering Floating-Point Exceptions + in Gpu Programs + authors: + - Xin Yi 0002 + - Hengbiao Yu + - Liqian Chen + - Xiaoguang Mao + - Ji Wang 0001 + - Chun Huang 0006 + - Deheng Yang + year: '2025' + doi: 10.1109/IPDPS64566.2025.00113 + url: https://doi.org/10.1109/IPDPS64566.2025.00113 + dblp_key: conf/ipps/YiYCM0HY25 + venue_name: IPDPS + pages: 1249-1260 +- title: Block Epsilon-Circulant Preconditioning with GPU-Accelerated Spatial Solvers + for Linear Time-Dependent PDEs + authors: + - Ryo Yoda + - Matthias Bolten + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00063 + url: https://doi.org/10.1109/IPDPSW66978.2025.00063 + dblp_key: conf/ipps/YodaB25 + venue_name: IPDPS + pages: 375-384 +- title: Accelerating CRS Format Conversion for Sparse Matrix Computation with an + FPGA + authors: + - Tomoya Yokono + - Yoshiki Yamaguchi + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00195 + url: https://doi.org/10.1109/IPDPSW66978.2025.00195 + dblp_key: conf/ipps/YokonoY25 + venue_name: IPDPS + pages: '1217' +- title: Exploring Communication Anomalies in Chapel + authors: + - Raneem Abu Yosef + - Bokyeong Yoon + - Martin Kong + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00033 + url: https://doi.org/10.1109/IPDPSW66978.2025.00033 + dblp_key: conf/ipps/YosefYK25 + venue_name: IPDPS + pages: 168-177 +- title: 'LaOvl: Lifecycle-Aware Overlay File System for Efficient Container I/O in + Cloud Computing' + authors: + - Zhuo Yuan + - Haopeng Chen + - Yucheng Tao + - Zihong Lin + year: '2025' + doi: 10.1109/IPDPS64566.2025.00064 + url: https://doi.org/10.1109/IPDPS64566.2025.00064 + dblp_key: conf/ipps/YuanCTL25 + venue_name: IPDPS + pages: 654-665 +- title: 'CORD: Parallelizing Query Processing Across Multiple Computational Storage + Devices' + authors: + - Wahid Uz Zaman + - Cyan Subhra Mishra + - Saleh AlSaleh + - Abutalib Aghayev + - Mahmut Taylan Kandemir + year: '2025' + doi: 10.1109/IPDPS64566.2025.00104 + url: https://doi.org/10.1109/IPDPS64566.2025.00104 + dblp_key: conf/ipps/ZamanMAAK25 + venue_name: IPDPS + pages: 1141-1153 +- title: Unlocking Energy-Efficient and High-Throughput Secure Data Communication + in IoT with Memory-Centric Computing + authors: + - Jingyao Zhang 0002 + - Elaheh Sadredini + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00224 + url: https://doi.org/10.1109/IPDPSW66978.2025.00224 + dblp_key: conf/ipps/ZhangS25 + venue_name: IPDPS + pages: 1314-1315 +- title: 'PolyMorphous: An MLIR-Based Polyhedral Compiler with Loop Transformation + Primitives' + authors: + - Jinman Zhao + - Seyed Aryan Vahabpour + - Xingyu Yue + - Kai-Ting Amy Wang + - Tarek S. Abdelrahman + year: '2025' + doi: 10.1109/IPDPS64566.2025.00041 + url: https://doi.org/10.1109/IPDPS64566.2025.00041 + dblp_key: conf/ipps/ZhaoVYWA25 + venue_name: IPDPS + pages: 383-394 +- title: Leveraging Compilation Statistics for Compiler Phase Ordering + authors: + - Jiayu Zhao + - Chunwei Xia + - Zheng Wang + year: '2025' + doi: 10.1109/IPDPS64566.2025.00054 + url: https://doi.org/10.1109/IPDPS64566.2025.00054 + dblp_key: conf/ipps/ZhaoXW25 + venue_name: IPDPS + pages: 533-545 +- title: An Effective Uncorrectable Memory Error Prediction Framework by Exploiting + UPH Indicators in Production Environments + authors: + - Xiaobo Zheng + - Lisha Qin + - Shiyi Li + - Wen Xia + - Chentao Wu + - Yunfei Gu + - Qicong Lin + - Jun Wan + - Huifang Jiao + - Rubing Huang + year: '2025' + doi: 10.1109/IPDPS64566.2025.00112 + url: https://doi.org/10.1109/IPDPS64566.2025.00112 + dblp_key: conf/ipps/ZhengQLXWGLWJH25 + venue_name: IPDPS + pages: 1238-1248 +- title: 'FastCHGNet: Training One Universal Interatomic Potential to 1.5 Hours with + 32 GPUs' + authors: + - Yuanchang Zhou + - Siyu Hu + - Chen Wang 0154 + - Lin-Wang Wang + - Guangming Tan + - Weile Jia + year: '2025' + doi: 10.1109/IPDPS64566.2025.00029 + url: https://doi.org/10.1109/IPDPS64566.2025.00029 + dblp_key: conf/ipps/ZhouHWWTJ25 + venue_name: IPDPS + pages: 236-246 +- title: Enhanced Soups for Graph Neural Networks + authors: + - Joseph Zuber + - Aishwarya Sarkar + - Joseph Jennings + - Ali Jannesari + year: '2025' + doi: 10.1109/IPDPSW66978.2025.00121 + url: https://doi.org/10.1109/IPDPSW66978.2025.00121 + dblp_key: conf/ipps/ZuberSJJ25 + venue_name: IPDPS + pages: 762-771 +- title: IEEE International Parallel and Distributed Processing Symposium, IPDPS 2025, + Milano, Italy, June 3-7, 2025 + authors: [] + year: '2025' + doi: 10.1109/IPDPS64566.2025 + url: https://doi.org/10.1109/IPDPS64566.2025 + dblp_key: conf/ipps/2025 + venue_name: IPDPS + pages: null +- title: 2025 IEEE International Parallel and Distributed Processing Symposium, IPDPS + 2025 - Workshops, Milano, Italy, June 3-7, 2025 + authors: [] + year: '2025' + doi: 10.1109/IPDPSW66978.2025 + url: https://doi.org/10.1109/IPDPSW66978.2025 + dblp_key: conf/ipps/2025w + venue_name: IPDPS + pages: null diff --git a/site/data/papers/IPDPS-2025-digest.yaml b/site/data/papers/IPDPS-2025-digest.yaml new file mode 100644 index 0000000..83ab829 --- /dev/null +++ b/site/data/papers/IPDPS-2025-digest.yaml @@ -0,0 +1,65 @@ +venue: IPDPS +year: 2025 +date: "2025-05-19" +tags: [parallel-computing, hpc, distributed-systems, gpu] + +selected: + - dblp_key: "conf/ipps/CincaRSV0025" + title: "Enhancing OmpSs-2 Suspendable Tasks by Combining Operating System and User-Level Threads with C++ Coroutines" + tldr: "Extends the OmpSs-2 task-based runtime with C++ coroutines to implement suspendable tasks that can yield while blocked on I/O or communication without stalling the OS thread." + why_notable: "Suspendable tasks are a key missing primitive for overlapping computation and communication in task-graph runtimes; the hybrid OS/user-level thread design avoids the overhead of full context switches while remaining portable, with broad implications for OpenMP-style programming on modern heterogeneous nodes." + + - dblp_key: "conf/ipps/ColemanK25" + title: "PISA: An Adversarial Approach to Comparing Task Graph Scheduling Algorithms" + tldr: "Introduces an adversarial instance-generation framework that automatically synthesizes task graphs that expose worst-case performance gaps between competing scheduling heuristics." + why_notable: "Benchmark-driven comparison of DAG schedulers is notoriously biased toward whoever designed the benchmark; PISA's adversarial synthesis provides a principled, algorithm-agnostic methodology that could become a standard evaluation tool for the task-scheduling community." + + - dblp_key: "conf/ipps/FradetGH25" + title: "Parallel Scheduling of Task Graphs with Minimal Memory Requirements" + tldr: "Proves tight bounds and provides scheduling algorithms for task graphs that minimize peak memory usage while preserving parallelism, targeting memory-constrained accelerators." + why_notable: "Peak memory is increasingly the binding constraint on accelerators with fixed HBM capacity; deriving schedules that are jointly memory-optimal and parallel addresses a theoretically hard trade-off that directly impacts large-scale neural network and sparse-solver pipelines." + + - dblp_key: "conf/ipps/BinderSSL25" + title: "FATHOM: Fast Attention Through Optimizing Memory" + tldr: "Redesigns the attention kernel memory access pattern to maximize reuse across the Q, K, and V tiles, achieving significant throughput gains over FlashAttention on modern GPUs." + why_notable: "Attention is the dominant compute bottleneck in transformer inference and training; FATHOM's memory-centric reformulation improves on the widely deployed FlashAttention baseline and demonstrates that analytical cache-tile reasoning still yields practical gains at scale." + + - dblp_key: "conf/ipps/FallinADCB25" + title: "Fast and Effective Lossy Compression on GPUs and CPUs with Guaranteed Error Bounds" + tldr: "Presents a portable error-bounded lossy compressor that runs natively on both GPU and CPU, delivering competitive compression ratios with strict point-wise error guarantees and low latency." + why_notable: "Scientific simulations increasingly need in-situ compression on the same GPU that runs the simulation; providing tight error bounds alongside GPU portability bridges a critical gap between scientific fidelity requirements and storage bandwidth constraints at exascale." + + - dblp_key: "conf/ipps/CarpentieriCBFC25" + title: "Phase-Based Frequency Scaling for Energy-Efficient Heterogeneous Computing" + tldr: "Dynamically scales CPU and GPU frequencies based on detected application phases to reduce energy consumption while preserving performance on heterogeneous nodes." + why_notable: "Energy efficiency is a first-class constraint at exascale; phase-aware DVFS that jointly controls both CPU and GPU frequencies avoids the over-provisioning inherent in static policies, with measured gains directly applicable to production HPC clusters." + + - dblp_key: "conf/ipps/HidayetogluGSSH25" + title: "HiCCL: A Hierarchical Collective Communication Library" + tldr: "Implements a multi-level collective communication library that decomposes all-reduce and other collectives into hierarchical sub-collectives matched to node-local, intra-rack, and inter-rack bandwidth tiers." + why_notable: "Flat NCCL/MPI collectives ignore the hierarchical bandwidth structure of modern GPU clusters; HiCCL's topology-aware decomposition achieves substantial throughput improvements on large distributed training jobs and is designed to be backend-agnostic." + + - dblp_key: "conf/ipps/ChenYXS025" + title: "Unified Designs of Multi-Rail-Aware MPI Allreduce and Alltoall Operations Across Diverse GPU and Interconnect Systems" + tldr: "Develops unified multi-rail-aware algorithms for MPI Allreduce and Alltoall that exploit all available NIC ports simultaneously across heterogeneous interconnect systems." + why_notable: "Multi-rail configurations are increasingly common in HPC clusters yet most MPI libraries treat them as a single logical link; this work systematically closes the performance gap and the unified design enables deployment without per-system hand-tuning." + + - dblp_key: "conf/ipps/PlanetaBRH25" + title: "CoRD: Converged RDMA Dataplane" + tldr: "Proposes a converged RDMA dataplane that unifies one-sided and two-sided communication semantics over a single kernel-bypass path, reducing software overhead and improving scalability." + why_notable: "RDMA stacks remain split between one-sided verbs and two-sided message passing, forcing application writers to choose and preventing optimal use of NIC offload capabilities; CoRD's converged abstraction enables a new class of communication patterns at near-wire speed." + + - dblp_key: "conf/ipps/XiaoZMWZJLZZ25" + title: "FlexRLHF: A Flexible Placement and Parallelism Framework for Efficient RLHF Training" + tldr: "Introduces a placement and parallelism co-optimization framework for Reinforcement Learning from Human Feedback (RLHF) training that jointly schedules the actor, critic, and reward models to maximize GPU utilization." + why_notable: "RLHF is the dominant fine-tuning paradigm for large language models but its multi-model, heterogeneous-workload structure makes naive data/model parallelism highly inefficient; FlexRLHF's co-placement approach delivers meaningful throughput gains and establishes a design template for future RLHF infrastructure." + + - dblp_key: "conf/ipps/MuneraQR25" + title: "GuardianOMP: A Framework for Highly Productive Fault Tolerance Via OpenMP Task-Level Replication" + tldr: "Adds transparent task-level redundant execution to OpenMP applications, enabling automatic detection and recovery from silent data corruption without application source changes." + why_notable: "Silent data corruption is an escalating concern as DRAM and compute elements scale into billions of transistors; GuardianOMP's integration at the OpenMP runtime level makes resilience accessible to the broad HPC community that already uses OpenMP without requiring manual checkpoint/restart logic." + + - dblp_key: "conf/ipps/SalwasserSG025" + title: "Tera-Scale Multilevel Graph Partitioning" + tldr: "Scales multilevel graph partitioning to trillion-edge graphs through a distributed coarsening and refinement pipeline that maintains partition quality competitive with state-of-the-art tools on billion-edge benchmarks." + why_notable: "Graph partitioning is a prerequisite for almost every distributed graph workload; reaching the tera-scale regime with near-optimal quality is a significant algorithmic and engineering milestone that directly enables graph-parallel simulation at the largest current HPC scales." diff --git a/site/data/papers/JPDC-2024-candidates.yaml b/site/data/papers/JPDC-2024-candidates.yaml new file mode 100644 index 0000000..220ca6d --- /dev/null +++ b/site/data/papers/JPDC-2024-candidates.yaml @@ -0,0 +1,1718 @@ +venue: JPDC +year: 2024 +source: dblp +count: 135 +papers: +- title: Using hardware-transactional-memory support to implement speculative task + execution + authors: + - Juan Salamanca 0001 + - Alexandro Baldassin + year: '2024' + doi: 10.1016/J.JPDC.2024.104939 + url: https://doi.org/10.1016/j.jpdc.2024.104939 + dblp_key: journals/jpdc/0001B24 + venue_name: J. Parallel Distributed Comput. + pages: '104939' +- title: Deep reinforcement learning based controller placement and optimal edge selection + in SDN-based multi-access edge computing environments + authors: + - Chunlin Li 0001 + - Jun Liu 0075 + - Ning Ma + - Qingzhe Zhang + - Zhengwei Zhong + - Lincheng Jiang + - Guolei Jia + year: '2024' + doi: 10.1016/J.JPDC.2024.104948 + url: https://doi.org/10.1016/j.jpdc.2024.104948 + dblp_key: journals/jpdc/0001LMZZJJ24 + venue_name: J. Parallel Distributed Comput. + pages: '104948' +- title: Clustering-based multi-objective optimization considering fairness for multi-workflow + scheduling on clouds + authors: + - Feng Li 0007 + - Wen Jun Tan + - Moon Gi Seok + - Wentong Cai 0001 + year: '2024' + doi: 10.1016/J.JPDC.2024.104968 + url: https://doi.org/10.1016/j.jpdc.2024.104968 + dblp_key: journals/jpdc/0007TS024 + venue_name: J. Parallel Distributed Comput. + pages: '104968' +- title: Local outlier factor for anomaly detection in HPCC systems + authors: + - Arya Adesh + - G. Shobha + - Jyoti Shetty + - Lili Xu + year: '2024' + doi: 10.1016/J.JPDC.2024.104923 + url: https://doi.org/10.1016/j.jpdc.2024.104923 + dblp_key: journals/jpdc/AdeshSSX24 + venue_name: J. Parallel Distributed Comput. + pages: '104923' +- title: Efficient and lightweight in-memory computing architecture for hardware security + authors: + - Hala Ajmi + - Fakhreddine Zayer + - Amira Hadj Fredj + - Belgacem Hamdi + - Baker Mohammad + - Naoufel Werghi + - Jorge Dias 0001 + year: '2024' + doi: 10.1016/J.JPDC.2024.104898 + url: https://doi.org/10.1016/j.jpdc.2024.104898 + dblp_key: journals/jpdc/AjmiZFHMWD24 + venue_name: J. Parallel Distributed Comput. + pages: '104898' +- title: 'HoneyTwin: Securing smart cities with machine learning-enabled SDN edge + and cloud-based honeypots' + authors: + - Mohammed M. Alani + year: '2024' + doi: 10.1016/J.JPDC.2024.104866 + url: https://doi.org/10.1016/j.jpdc.2024.104866 + dblp_key: journals/jpdc/Alani24 + venue_name: J. Parallel Distributed Comput. + pages: '104866' +- title: Accelerating memory and I/O intensive HPC applications using hardware compression + authors: + - Saleh Alsaleh + - Muhammad E. S. Elrabaa + - Aiman El-Maleh + - Khaled A. Daud + - Ayman Hroub + - Muhamed F. Mudawar + - Thierry Tonellot + year: '2024' + doi: 10.1016/J.JPDC.2024.104955 + url: https://doi.org/10.1016/j.jpdc.2024.104955 + dblp_key: journals/jpdc/AlsalehEEDHMT24 + venue_name: J. Parallel Distributed Comput. + pages: '104955' +- title: Effectively computing high strength mixed covering arrays with constraints + authors: + - Carlos Ansótegui + - Eduard Torres + year: '2024' + doi: 10.1016/J.JPDC.2023.104791 + url: https://doi.org/10.1016/j.jpdc.2023.104791 + dblp_key: journals/jpdc/AnsoteguiT24 + venue_name: J. Parallel Distributed Comput. + pages: '104791' +- title: A distributed learning based on robust diffusion SGD over adaptive networks + with noisy output data + authors: + - Fatemeh Barani + - Abdorreza Savadi + - Hadi Sadoghi Yazdi + year: '2024' + doi: 10.1016/J.JPDC.2024.104883 + url: https://doi.org/10.1016/j.jpdc.2024.104883 + dblp_key: journals/jpdc/BaraniSY24 + venue_name: J. Parallel Distributed Comput. + pages: '104883' +- title: CUDA acceleration of MI-based feature selection methods + authors: + - Bieito Beceiro + - Jorge González-Domínguez + - Laura Morán-Fernández + - Verónica Bolón-Canedo + - Juan Touriño + year: '2024' + doi: 10.1016/J.JPDC.2024.104901 + url: https://doi.org/10.1016/j.jpdc.2024.104901 + dblp_key: journals/jpdc/BeceiroGMBT24 + venue_name: J. Parallel Distributed Comput. + pages: '104901' +- title: 'StarPlat: A versatile DSL for graph analytics' + authors: + - Nibedita Behera + - Ashwina Kumar + - Ebenezer Rajadurai T + - Sai Nitish + - Rajesh Pandian Muniasamy + - Rupesh Nasre + year: '2024' + doi: 10.1016/J.JPDC.2024.104967 + url: https://doi.org/10.1016/j.jpdc.2024.104967 + dblp_key: journals/jpdc/BeheraKTNMN24 + venue_name: J. Parallel Distributed Comput. + pages: '104967' +- title: 'Task scheduling optimization in heterogeneous cloud computing environments: + A hybrid GA-GWO approach' + authors: + - Ipsita Behera + - Srichandan Sobhanayak + year: '2024' + doi: 10.1016/J.JPDC.2023.104766 + url: https://doi.org/10.1016/j.jpdc.2023.104766 + dblp_key: journals/jpdc/BeheraS24 + venue_name: J. Parallel Distributed Comput. + pages: '104766' +- title: Revisiting I/O bandwidth-sharing strategies for HPC applications + authors: + - Anne Benoit + - Thomas Hérault + - Lucas Perotin + - Yves Robert + - Frédéric Vivien + year: '2024' + doi: 10.1016/J.JPDC.2024.104863 + url: https://doi.org/10.1016/j.jpdc.2024.104863 + dblp_key: journals/jpdc/BenoitHPRV24 + venue_name: J. Parallel Distributed Comput. + pages: '104863' +- title: 'Novel multi-cluster workflow system to support real-time HPC-enabled epidemic + science: Investigating the impact of vaccine acceptance on COVID-19 spread' + authors: + - Parantapa Bhattacharya + - Dustin Machi + - Jiangzhuo Chen + - Stefan Hoops + - Bryan Lewis 0001 + - Henning S. Mortveit + - Srinivasan Venkatramanan + - Mandy L. Wilson + - Achla Marathe + - Przemyslaw J. Porebski + - Brian Klahn + - Joseph Outten + - Anil Vullikanti + - Dawen Xie + - Abhijin Adiga + - Shawn Brown + - Christopher L. Barrett + - Madhav V. Marathe + year: '2024' + doi: 10.1016/J.JPDC.2024.104899 + url: https://doi.org/10.1016/j.jpdc.2024.104899 + dblp_key: journals/jpdc/BhattacharyaMCH24 + venue_name: J. Parallel Distributed Comput. + pages: '104899' +- title: Reliable communication in dynamic networks with locally bounded byzantine + faults + authors: + - Silvia Bonomi + - Giovanni Farina + - Sébastien Tixeuil + year: '2024' + doi: 10.1016/J.JPDC.2024.104952 + url: https://doi.org/10.1016/j.jpdc.2024.104952 + dblp_key: journals/jpdc/BonomiFT24 + venue_name: J. Parallel Distributed Comput. + pages: '104952' +- title: Local certification of graph decompositions and applications to minor-free + classes + authors: + - Nicolas Bousquet 0001 + - Laurent Feuilloley + - Théo Pierron + year: '2024' + doi: 10.1016/J.JPDC.2024.104954 + url: https://doi.org/10.1016/j.jpdc.2024.104954 + dblp_key: journals/jpdc/BousquetFP24 + venue_name: J. Parallel Distributed Comput. + pages: '104954' +- title: ML-driven risk estimation for memory failure in a data center environment + with convolutional neural networks, self-supervised data labeling and distribution-based + model drift determination + authors: + - Tim Breitenbach + - Shrikanth Malavalli Divakar + - Lauritz Rasbach + - Patrick Jahnke + year: '2024' + doi: 10.1016/J.JPDC.2023.104800 + url: https://doi.org/10.1016/j.jpdc.2023.104800 + dblp_key: journals/jpdc/BreitenbachDRJ24 + venue_name: J. Parallel Distributed Comput. + pages: '104800' +- title: Ion-molecule collision cross-section calculations using trajectory parallelization + in distributed systems + authors: + - Samuel Cajahuaringa + - Leandro N. Zanotto + - Sandro Rigo + - Hervé Yviquel + - Munir S. Skaf + - Guido Araujo + year: '2024' + doi: 10.1016/J.JPDC.2024.104902 + url: https://doi.org/10.1016/j.jpdc.2024.104902 + dblp_key: journals/jpdc/CajahuaringaZRY24 + venue_name: J. Parallel Distributed Comput. + pages: '104902' +- title: Large-scale and cooperative graybox parallel optimization on the supercomputer + Fugaku + authors: + - Lorenzo Canonne + - Bilel Derbel + - Miwako Tsuji + - Mitsuhisa Sato + year: '2024' + doi: 10.1016/J.JPDC.2024.104921 + url: https://doi.org/10.1016/j.jpdc.2024.104921 + dblp_key: journals/jpdc/CanonneDTS24 + venue_name: J. Parallel Distributed Comput. + pages: '104921' +- title: A novel HPL-AI approach for FP16-only accelerator and its instantiation on + Kunpeng+Ascend AI-specific platform + authors: + - Zijian Cao 0006 + - Qiao Sun 0005 + - Wenhao Yang + - Changcheng Song + - Zhe Wang + - Huiyuan Li 0002 + year: '2024' + doi: 10.1016/J.JPDC.2024.104884 + url: https://doi.org/10.1016/j.jpdc.2024.104884 + dblp_key: journals/jpdc/CaoSYSWL24 + venue_name: J. Parallel Distributed Comput. + pages: '104884' +- title: An evaluation of GPU filters for accelerating the 2D convex hull + authors: + - Roberto Carrasco + - Héctor Ferrada + - Cristóbal A. Navarro + - Nancy Hitschfeld + year: '2024' + doi: 10.1016/J.JPDC.2023.104793 + url: https://doi.org/10.1016/j.jpdc.2023.104793 + dblp_key: journals/jpdc/CarrascoFNH24 + venue_name: J. Parallel Distributed Comput. + pages: '104793' +- title: Read/write fence-free work-stealing with multiplicity + authors: + - Armando Castañeda + - Miguel Piña + year: '2024' + doi: 10.1016/J.JPDC.2023.104816 + url: https://doi.org/10.1016/j.jpdc.2023.104816 + dblp_key: journals/jpdc/CastanedaP24 + venue_name: J. Parallel Distributed Comput. + pages: '104816' +- title: Modified smell detection algorithm for optimal paths engineering in hybrid + SDN + authors: + - S. S. Vinod Chandra + - S. Anand Hareendran + year: '2024' + doi: 10.1016/J.JPDC.2023.104834 + url: https://doi.org/10.1016/j.jpdc.2023.104834 + dblp_key: journals/jpdc/ChandraH24 + venue_name: J. Parallel Distributed Comput. + pages: '104834' +- title: 'Public cloud object storage auditing: Design, implementation, and analysis' + authors: + - Fei Chen 0003 + - Fengming Meng + - Zhipeng Li + - Li Li + - Tao Xiang 0001 + year: '2024' + doi: 10.1016/J.JPDC.2024.104870 + url: https://doi.org/10.1016/j.jpdc.2024.104870 + dblp_key: journals/jpdc/ChenMLLX24 + venue_name: J. Parallel Distributed Comput. + pages: '104870' +- title: Dataflow optimization with layer-wise design variables estimation method + for enflame CNN accelerators + authors: + - Tian Chen + - Yu-An Tan 0001 + - Zheng Zhang + - Nan Luo + - Bin Li + - Yuanzhang Li 0001 + year: '2024' + doi: 10.1016/J.JPDC.2024.104869 + url: https://doi.org/10.1016/j.jpdc.2024.104869 + dblp_key: journals/jpdc/ChenTZLLL24 + venue_name: J. Parallel Distributed Comput. + pages: '104869' +- title: An efficient SSSP algorithm on time-evolving graphs with prediction of computation + results + authors: + - Yongli Cheng + - Chuanjie Huang + - Hong Jiang 0001 + - Xianghao Xu + - Fang Wang 0001 + year: '2024' + doi: 10.1016/J.JPDC.2023.104830 + url: https://doi.org/10.1016/j.jpdc.2023.104830 + dblp_key: journals/jpdc/ChengHJXW24 + venue_name: J. Parallel Distributed Comput. + pages: '104830' +- title: Experimental evaluation of a multi-installment scheduling strategy based + on divisible load paradigm for SAR image reconstruction on a distributed computing + infrastructure + authors: + - Gokul Madathupalyam Chinnappan + - Bharadwaj Veeravalli + - Koen Mouthaan + - John Wen-Hao Lee + year: '2024' + doi: 10.1016/J.JPDC.2024.104942 + url: https://doi.org/10.1016/j.jpdc.2024.104942 + dblp_key: journals/jpdc/ChinnappanVML24 + venue_name: J. Parallel Distributed Comput. + pages: '104942' +- title: 'DRACO: Distributed Resource-aware Admission Control for large-scale, multi-tier + systems' + authors: + - Domenico Cotroneo + - Roberto Natella + - Stefano Rosiello + year: '2024' + doi: 10.1016/J.JPDC.2024.104935 + url: https://doi.org/10.1016/j.jpdc.2024.104935 + dblp_key: journals/jpdc/CotroneoNR24 + venue_name: J. Parallel Distributed Comput. + pages: '104935' +- title: Evaluating performance portability of five shared-memory programming models + using a high-order unstructured CFD solver + authors: + - Zhe Dai + - Liang Deng + - Yonggang Che + - Ming Li + - Jian Zhang + - Yueqing Wang + year: '2024' + doi: 10.1016/J.JPDC.2023.104831 + url: https://doi.org/10.1016/j.jpdc.2023.104831 + dblp_key: journals/jpdc/DaiDCLZW24 + venue_name: J. Parallel Distributed Comput. + pages: '104831' +- title: 'Sketch-fusion: A gradient compression method with multi-layer fusion for + communication-efficient distributed training' + authors: + - Li-Rong Dai 0001 + - Luqi Gong + - Zhulin An + - Yongjun Xu 0001 + - Boyu Diao + year: '2024' + doi: 10.1016/J.JPDC.2023.104811 + url: https://doi.org/10.1016/j.jpdc.2023.104811 + dblp_key: journals/jpdc/DaiGAXD24 + venue_name: J. Parallel Distributed Comput. + pages: '104811' +- title: MapReduce algorithms for robust center-based clustering in doubling metrics + authors: + - Enrico Dandolo + - Alessio Mazzetto + - Andrea Pietracaprina + - Geppino Pucci + year: '2024' + doi: 10.1016/J.JPDC.2024.104966 + url: https://doi.org/10.1016/j.jpdc.2024.104966 + dblp_key: journals/jpdc/DandoloMPP24 + venue_name: J. Parallel Distributed Comput. + pages: '104966' +- title: 'ESMA: Towards elevating system happiness in a decentralized serverless edge + computing framework' + authors: + - Somoshree Datta + - Sourav Kanti Addya + - Soumya K. Ghosh 0001 + year: '2024' + doi: 10.1016/J.JPDC.2023.104762 + url: https://doi.org/10.1016/j.jpdc.2023.104762 + dblp_key: journals/jpdc/DattaAG24 + venue_name: J. Parallel Distributed Comput. + pages: '104762' +- title: 'HeRAFC: Heuristic resource allocation and optimization in MultiFog-Cloud + environment' + authors: + - Chinmaya Kumar Dehury + - Bharadwaj Veeravalli + - Satish Narayana Srirama + year: '2024' + doi: 10.1016/J.JPDC.2023.104760 + url: https://doi.org/10.1016/j.jpdc.2023.104760 + dblp_key: journals/jpdc/DehuryVS24 + venue_name: J. Parallel Distributed Comput. + pages: '104760' +- title: 'Vampire: A smart energy meter for synchronous monitoring in a distributed + computer system' + authors: + - Antonio F. Díaz + - Beatriz Prieto + - Juan José Escobar + - Thomas Andrew Lampert + year: '2024' + doi: 10.1016/J.JPDC.2023.104794 + url: https://doi.org/10.1016/j.jpdc.2023.104794 + dblp_key: journals/jpdc/DiazPEL24 + venue_name: J. Parallel Distributed Comput. + pages: '104794' +- title: Parameter identification method of a reaction-diffusion network information + propagation system based on optimization theory + authors: + - Yi Ding + - Linhe Zhu + year: '2024' + doi: 10.1016/J.JPDC.2024.104888 + url: https://doi.org/10.1016/j.jpdc.2024.104888 + dblp_key: journals/jpdc/DingZ24 + venue_name: J. Parallel Distributed Comput. + pages: '104888' +- title: Proactive auto-scaling technique for web applications in container-based + edge computing using federated learning model + authors: + - Javad Dogani + - Farshad Khunjush + year: '2024' + doi: 10.1016/J.JPDC.2024.104837 + url: https://doi.org/10.1016/j.jpdc.2024.104837 + dblp_key: journals/jpdc/DoganiK24 + venue_name: J. Parallel Distributed Comput. + pages: '104837' +- title: 'A Seer knows best: Auto-tuned object storage shuffling for serverless analytics' + authors: + - Germán T. Eizaguirre + - Marc Sánchez Artigas + year: '2024' + doi: 10.1016/J.JPDC.2023.104763 + url: https://doi.org/10.1016/j.jpdc.2023.104763 + dblp_key: journals/jpdc/EizaguirreA24 + venue_name: J. Parallel Distributed Comput. + pages: '104763' +- title: 'DuMato: An efficient warp-centric subgraph enumeration system for GPU' + authors: + - Samuel Ferraz + - Vinícius Vitor dos Santos Dias + - Carlos H. C. Teixeira + - Srinivasan Parthasarathy 0001 + - George Teodoro + - Wagner Meira Jr. + year: '2024' + doi: 10.1016/J.JPDC.2024.104903 + url: https://doi.org/10.1016/j.jpdc.2024.104903 + dblp_key: journals/jpdc/FerrazDT0TM24 + venue_name: J. Parallel Distributed Comput. + pages: '104903' +- title: Exploiting inherent elasticity of serverless in algorithms with unbalanced + and irregular workloads + authors: + - Gerard Finol + - Gerard París + - Pedro García López + - Marc Sánchez Artigas + year: '2024' + doi: 10.1016/J.JPDC.2024.104891 + url: https://doi.org/10.1016/j.jpdc.2024.104891 + dblp_key: journals/jpdc/FinolPLA24 + venue_name: J. Parallel Distributed Comput. + pages: '104891' +- title: Distributed runtime verification of metric temporal properties + authors: + - Ritam Ganguly + - Yingjie Xue + - Aaron Jonckheere + - Parker Ljung + - Benjamin Schornstein + - Borzoo Bonakdarpour + - Maurice Herlihy + year: '2024' + doi: 10.1016/J.JPDC.2023.104801 + url: https://doi.org/10.1016/j.jpdc.2023.104801 + dblp_key: journals/jpdc/GangulyXJLSBH24 + venue_name: J. Parallel Distributed Comput. + pages: '104801' +- title: 'Revisiting thread configuration of SpMV kernels on GPU: A machine learning + based approach' + authors: + - Jianhua Gao + - Weixing Ji + - Jie Liu + - Yizhuo Wang 0001 + - Feng Shi 0009 + year: '2024' + doi: 10.1016/J.JPDC.2023.104799 + url: https://doi.org/10.1016/j.jpdc.2023.104799 + dblp_key: journals/jpdc/GaoJLWS24 + venue_name: J. Parallel Distributed Comput. + pages: '104799' +- title: A novel framework for generic Spark workload characterization and similar + pattern recognition using machine learning + authors: + - Mariano Garralda-Barrio + - Carlos Eiras-Franco + - Verónica Bolón-Canedo + year: '2024' + doi: 10.1016/J.JPDC.2024.104881 + url: https://doi.org/10.1016/j.jpdc.2024.104881 + dblp_key: journals/jpdc/GarraldaBarrioEB24 + venue_name: J. Parallel Distributed Comput. + pages: '104881' +- title: Reliable IoT analytics at scale + authors: + - Panagiotis Gkikopoulos + - Peter G. Kropf + - Valerio Schiavoni + - Josef Spillner + year: '2024' + doi: 10.1016/J.JPDC.2024.104840 + url: https://doi.org/10.1016/j.jpdc.2024.104840 + dblp_key: journals/jpdc/GkikopoulosKSS24 + venue_name: J. Parallel Distributed Comput. + pages: '104840' +- title: Collaborative dispersion by silent robots + authors: + - Barun Gorain + - Partha Sarathi Mandal 0001 + - Kaushik Mondal 0001 + - Supantha Pandit + year: '2024' + doi: 10.1016/J.JPDC.2024.104852 + url: https://doi.org/10.1016/j.jpdc.2024.104852 + dblp_key: journals/jpdc/GorainMMP24 + venue_name: J. Parallel Distributed Comput. + pages: '104852' +- title: Impact of federated deep learning on vehicle-based speed control in mixed + traffic flows + authors: + - Martin Greguric + - Filip Vrbanic + - Edouard Ivanjko + year: '2024' + doi: 10.1016/J.JPDC.2023.104812 + url: https://doi.org/10.1016/j.jpdc.2023.104812 + dblp_key: journals/jpdc/GreguricVI24 + venue_name: J. Parallel Distributed Comput. + pages: '104812' +- title: Federated Bayesian optimization XGBoost model for cyberattack detection in + internet of medical things + authors: + - Blessing Guembe + - Sanjay Misra + - Ambrose A. Azeta + year: '2024' + doi: 10.1016/J.JPDC.2024.104964 + url: https://doi.org/10.1016/j.jpdc.2024.104964 + dblp_key: journals/jpdc/GuembeMA24 + venue_name: J. Parallel Distributed Comput. + pages: '104964' +- title: The Rabin numbers of enhanced hypercubes + authors: + - Chaoming Guo + - Meijie Ma + - Xiang-Jun Li + - Guijuan Wang + year: '2024' + doi: 10.1016/J.JPDC.2024.104905 + url: https://doi.org/10.1016/j.jpdc.2024.104905 + dblp_key: journals/jpdc/GuoMLW24 + venue_name: J. Parallel Distributed Comput. + pages: '104905' +- title: Eventually lattice-linear algorithms + authors: + - Arya Tanmay Gupta + - Sandeep S. Kulkarni + year: '2024' + doi: 10.1016/J.JPDC.2023.104802 + url: https://doi.org/10.1016/j.jpdc.2023.104802 + dblp_key: journals/jpdc/GuptaK24 + venue_name: J. Parallel Distributed Comput. + pages: '104802' +- title: 'SSI-FL: Self-sovereign identity based privacy-preserving federated learning' + authors: + - Rakib Ul Haque + - A. S. M. Touhidul Hasan + - Mohammed Ali Mohammed Al-Hababi + - Yuqing Zhang 0001 + - Dianxiang Xu + year: '2024' + doi: 10.1016/J.JPDC.2024.104907 + url: https://doi.org/10.1016/j.jpdc.2024.104907 + dblp_key: journals/jpdc/HaqueHA0X24 + venue_name: J. Parallel Distributed Comput. + pages: '104907' +- title: Optimizing CNN inference speed over big social data through efficient model + parallelism for sustainable web of things + authors: + - Yuhao Hu + - Xiaolong Xu 0001 + - Muhammad Bilal 0003 + - Weiyi Zhong + - Yuwen Liu 0003 + - Huaizhen Kou + - Lingzhen Kong + year: '2024' + doi: 10.1016/J.JPDC.2024.104927 + url: https://doi.org/10.1016/j.jpdc.2024.104927 + dblp_key: journals/jpdc/Hu00ZLKK24 + venue_name: J. Parallel Distributed Comput. + pages: '104927' +- title: 'Topo: Towards a fine-grained topological data processing framework on Tianhe-3 + supercomputer' + authors: + - Nan Hu + - Yutong Lu + - Zhuo Tang + - Zhiyong Liu + - Dan Huang 0001 + - Zhiguang Chen 0001 + year: '2024' + doi: 10.1016/J.JPDC.2024.104926 + url: https://doi.org/10.1016/j.jpdc.2024.104926 + dblp_key: journals/jpdc/HuLTLHC24 + venue_name: J. Parallel Distributed Comput. + pages: '104926' +- title: Cost-aware quantum-inspired genetic algorithm for workflow scheduling in + hybrid clouds + authors: + - Mehboob Hussain + - Lian-Fu Wei + - Amir Rehman + - Muqadar Ali + - Syed Muhammad Waqas + - Fakhar Abbas + year: '2024' + doi: 10.1016/J.JPDC.2024.104920 + url: https://doi.org/10.1016/j.jpdc.2024.104920 + dblp_key: journals/jpdc/HussainWRAWA24 + venue_name: J. Parallel Distributed Comput. + pages: '104920' +- title: 'GMC-crypto: Low latency implementation of ECC point multiplication for generic + Montgomery curves over GF(p)' + authors: + - Khalid Javeed + - Yasir Ali Shah + - David Gregg + year: '2024' + doi: 10.1016/J.JPDC.2024.104946 + url: https://doi.org/10.1016/j.jpdc.2024.104946 + dblp_key: journals/jpdc/JaveedSG24 + venue_name: J. Parallel Distributed Comput. + pages: '104946' +- title: 'HyLAC: Hybrid linear assignment solver in CUDA' + authors: + - Samiran Kawtikwar + - Rakesh Nagi + year: '2024' + doi: 10.1016/J.JPDC.2024.104838 + url: https://doi.org/10.1016/j.jpdc.2024.104838 + dblp_key: journals/jpdc/KawtikwarN24 + venue_name: J. Parallel Distributed Comput. + pages: '104838' +- title: A multi-objective grey-wolf optimization based approach for scheduling on + cloud platforms + authors: + - Minhaj Ahmad Khan + - Raihan Ur Rasool + year: '2024' + doi: 10.1016/J.JPDC.2024.104847 + url: https://doi.org/10.1016/j.jpdc.2024.104847 + dblp_key: journals/jpdc/KhanR24 + venue_name: J. Parallel Distributed Comput. + pages: '104847' +- title: HBPB, applying reuse distance to improve cache efficiency proactively + authors: + - Arthur M. Krause + - Paulo C. Santos 0001 + - Arthur Francisco Lorenzon + - Philippe O. A. Navaux + year: '2024' + doi: 10.1016/J.JPDC.2024.104919 + url: https://doi.org/10.1016/j.jpdc.2024.104919 + dblp_key: journals/jpdc/Krause0LN24 + venue_name: J. Parallel Distributed Comput. + pages: '104919' +- title: Fast knowledge graph completion using graphics processing units + authors: + - Chun-Hee Lee + - Dong-oh Kang + - Hwa Jeon Song + year: '2024' + doi: 10.1016/J.JPDC.2024.104885 + url: https://doi.org/10.1016/j.jpdc.2024.104885 + dblp_key: journals/jpdc/LeeKS24 + venue_name: J. Parallel Distributed Comput. + pages: '104885' +- title: Scheduling independent tasks on multiple cloud-assisted edge servers with + energy constraint + authors: + - Keqin Li 0001 + year: '2024' + doi: 10.1016/J.JPDC.2023.104781 + url: https://doi.org/10.1016/j.jpdc.2023.104781 + dblp_key: journals/jpdc/Li24 + venue_name: J. Parallel Distributed Comput. + pages: '104781' +- title: Accelerating block lifecycle on blockchain via hardware transactional memory + authors: + - Yue Li 0037 + - Han Liu 0010 + - Jianbo Gao 0003 + - Jiashuo Zhang 0001 + - Zhi Guan + - Zhong Chen 0001 + year: '2024' + doi: 10.1016/J.JPDC.2023.104779 + url: https://doi.org/10.1016/j.jpdc.2023.104779 + dblp_key: journals/jpdc/LiLGZGC24 + venue_name: J. Parallel Distributed Comput. + pages: '104779' +- title: Reliability assessment for k-ary n-cubes with faulty edges + authors: + - Si-Yu Li + - Xiang-Jun Li + - Meijie Ma + year: '2024' + doi: 10.1016/J.JPDC.2024.104886 + url: https://doi.org/10.1016/j.jpdc.2024.104886 + dblp_key: journals/jpdc/LiLM24 + venue_name: J. Parallel Distributed Comput. + pages: '104886' +- title: 'Fast recovery for large disk enclosures based on RAID2.0: Algorithms and + evaluation' + authors: + - Qiliang Li + - Min Lyu + - Liangliang Xu + - Yinlong Xu + year: '2024' + doi: 10.1016/J.JPDC.2024.104854 + url: https://doi.org/10.1016/j.jpdc.2024.104854 + dblp_key: journals/jpdc/LiLXX24 + venue_name: J. Parallel Distributed Comput. + pages: '104854' +- title: 'Energy-efficient offloading for DNN-based applications in edge-cloud computing: + A hybrid chaotic evolutionary approach' + authors: + - Zengpeng Li + - Huiqun Yu + - Guisheng Fan + - Jiayin Zhang + - Jin Xu + year: '2024' + doi: 10.1016/J.JPDC.2024.104850 + url: https://doi.org/10.1016/j.jpdc.2024.104850 + dblp_key: journals/jpdc/LiYFZX24 + venue_name: J. Parallel Distributed Comput. + pages: '104850' +- title: Interference-aware opportunistic job placement for shared distributed deep + learning clusters + authors: + - Hongliang Li 0003 + - Hairui Zhao 0002 + - Ting Sun + - Xiang Li 0197 + - Haixiao Xu + - Keqin Li + year: '2024' + doi: 10.1016/J.JPDC.2023.104776 + url: https://doi.org/10.1016/j.jpdc.2023.104776 + dblp_key: journals/jpdc/LiZSLXL24 + venue_name: J. Parallel Distributed Comput. + pages: '104776' +- title: Blockchain-assisted full-session key agreement for secure data sharing in + cloud computing + authors: + - Yangyang Long + - Changgen Peng + - Weijie Tan + - Yuling Chen 0002 + year: '2024' + doi: 10.1016/J.JPDC.2024.104943 + url: https://doi.org/10.1016/j.jpdc.2024.104943 + dblp_key: journals/jpdc/LongPTC24 + venue_name: J. Parallel Distributed Comput. + pages: '104943' +- title: Construction algorithms of fault-tolerant paths and disjoint paths in k-ary + n-cube networks + authors: + - Mengjie Lv + - Jianxi Fan + - Baolei Cheng + - Jia Yu 0003 + - Xiaohua Jia + year: '2024' + doi: 10.1016/J.JPDC.2023.104761 + url: https://doi.org/10.1016/j.jpdc.2023.104761 + dblp_key: journals/jpdc/LvFCYJ24 + venue_name: J. Parallel Distributed Comput. + pages: '104761' +- title: Adaptive patch grid strategy for parallel protein folding using atomic burials + with NAMD + authors: + - Emerson de Araujo Macedo + - Alba C. M. A. Melo + year: '2024' + doi: 10.1016/J.JPDC.2024.104868 + url: https://doi.org/10.1016/j.jpdc.2024.104868 + dblp_key: journals/jpdc/MacedoM24 + venue_name: J. Parallel Distributed Comput. + pages: '104868' +- title: GPU-accelerated transportation simplex algorithm + authors: + - Mohit Mahajan + - Rakesh Nagi + year: '2024' + doi: 10.1016/J.JPDC.2023.104790 + url: https://doi.org/10.1016/j.jpdc.2023.104790 + dblp_key: journals/jpdc/MahajanN24 + venue_name: J. Parallel Distributed Comput. + pages: '104790' +- title: '3D DFT by block tensor-matrix multiplication via a modified Cannon's + algorithm: Implementation and scaling on distributed-memory clusters with fat + tree networks' + authors: + - Nitin Malapally + - Viacheslav Bolnykh + - Estela Suarez + - Paolo Carloni + - Thomas Lippert + - Davide Mandelli + year: '2024' + doi: 10.1016/J.JPDC.2024.104945 + url: https://doi.org/10.1016/j.jpdc.2024.104945 + dblp_key: journals/jpdc/MalapallyBSCLM24 + venue_name: J. Parallel Distributed Comput. + pages: '104945' +- title: Optimization-based disjoint and overlapping epsilon decompositions of large-scale + dynamical systems via graph theory + authors: + - Sahar Maleki + - Hassan Zarabadipour + - Mehdi Rahmani + year: '2024' + doi: 10.1016/J.JPDC.2024.104953 + url: https://doi.org/10.1016/j.jpdc.2024.104953 + dblp_key: journals/jpdc/MalekiZR24 + venue_name: J. Parallel Distributed Comput. + pages: '104953' +- title: 'Antipaxos: Taking interactive consistency to the next level' + authors: + - Chunyu Mao + - Wojciech Golab + - Bernard Wong 0001 + year: '2024' + doi: 10.1016/J.JPDC.2024.104839 + url: https://doi.org/10.1016/j.jpdc.2024.104839 + dblp_key: journals/jpdc/MaoGW24 + venue_name: J. Parallel Distributed Comput. + pages: '104839' +- title: Optimizing DNN training with pipeline model parallelism for enhanced performance + in embedded systems + authors: + - Md. Al Maruf + - Akramul Azim + - Nitin Auluck + - Mansi Sahi + year: '2024' + doi: 10.1016/J.JPDC.2024.104890 + url: https://doi.org/10.1016/j.jpdc.2024.104890 + dblp_key: journals/jpdc/MarufAAS24 + venue_name: J. Parallel Distributed Comput. + pages: '104890' +- title: General-purpose data stream processing on heterogeneous architectures with + WindFlow + authors: + - Gabriele Mencagli + - Massimo Torquati + - Dalvan Griebler + - Alessandra Fais + - Marco Danelutto + year: '2024' + doi: 10.1016/J.JPDC.2023.104782 + url: https://doi.org/10.1016/j.jpdc.2023.104782 + dblp_key: journals/jpdc/MencagliTGFD24 + venue_name: J. Parallel Distributed Comput. + pages: '104782' +- title: 'Balancing privacy and performance in federated learning: A systematic literature + review on methods and metrics' + authors: + - Samaneh Mohammadi + - Ali Balador + - Sima Sinaei + - Francesco Flammini + year: '2024' + doi: 10.1016/J.JPDC.2024.104918 + url: https://doi.org/10.1016/j.jpdc.2024.104918 + dblp_key: journals/jpdc/MohammadiBSF24 + venue_name: J. Parallel Distributed Comput. + pages: '104918' +- title: Tiny Twins for detecting cyber-attacks at runtime using concise Rebeca time + transition system + authors: + - Fereidoun Moradi + - Bahman Pourvatan + - Sara Abbaspour Asadollah + - Marjan Sirjani + year: '2024' + doi: 10.1016/J.JPDC.2023.104780 + url: https://doi.org/10.1016/j.jpdc.2023.104780 + dblp_key: journals/jpdc/MoradiPAS24 + venue_name: J. Parallel Distributed Comput. + pages: '104780' +- title: Exploring energy saving opportunities in fault tolerant HPC systems + authors: + - Marina Morán + - Javier Aldo Balladini + - Dolores Rexachs + - Enzo Rucci + year: '2024' + doi: 10.1016/J.JPDC.2023.104797 + url: https://doi.org/10.1016/j.jpdc.2023.104797 + dblp_key: journals/jpdc/MoranBRR24 + venue_name: J. Parallel Distributed Comput. + pages: '104797' +- title: Graph based routing algorithm for torus topology and its evaluation for the + Angara interconnect + authors: + - Anatoly Mukosey + - Alexander Semenov + - Alexander Tretiakov + year: '2024' + doi: 10.1016/J.JPDC.2023.104765 + url: https://doi.org/10.1016/j.jpdc.2023.104765 + dblp_key: journals/jpdc/MukoseyST24 + venue_name: J. Parallel Distributed Comput. + pages: '104765' +- title: 'GraMeR: Graph Meta Reinforcement learning for multi-objective influence + maximization' + authors: + - Sai Munikoti + - Balasubramaniam Natarajan + - Mahantesh Halappanavar + year: '2024' + doi: 10.1016/J.JPDC.2024.104900 + url: https://doi.org/10.1016/j.jpdc.2024.104900 + dblp_key: journals/jpdc/MunikotiNH24 + venue_name: J. Parallel Distributed Comput. + pages: '104900' +- title: Neuron grouping and mapping methods for 2D-mesh NoC-based DNN accelerators + authors: + - Furkan Nacar + - Alperen Cakin + - Selma Dilek + - Suleyman Tosun + - Krishnendu Chakrabarty + year: '2024' + doi: 10.1016/J.JPDC.2024.104949 + url: https://doi.org/10.1016/j.jpdc.2024.104949 + dblp_key: journals/jpdc/NacarCDTC24 + venue_name: J. Parallel Distributed Comput. + pages: '104949' +- title: 'PPB-MCTS: A novel distributed-memory parallel partial-backpropagation Monte + Carlo tree search algorithm' + authors: + - Yashar Naderzadeh + - Daniel Grosu + - Ratna Babu Chinnam + year: '2024' + doi: 10.1016/J.JPDC.2024.104944 + url: https://doi.org/10.1016/j.jpdc.2024.104944 + dblp_key: journals/jpdc/NaderzadehGC24 + venue_name: J. Parallel Distributed Comput. + pages: '104944' +- title: Routing and wavelength assignment for folded hypercube in linear array WDM + optical networks + authors: + - V. Vinitha Navis + - A. Berin Greeni + year: '2024' + doi: 10.1016/J.JPDC.2024.104924 + url: https://doi.org/10.1016/j.jpdc.2024.104924 + dblp_key: journals/jpdc/NavisG24 + venue_name: J. Parallel Distributed Comput. + pages: '104924' +- title: 'SUARA: A scalable universal allreduce communication algorithm for acceleration + of parallel deep learning applications' + authors: + - Emin Nuriyev + - Ravi Reddy Manumachu + - Samar Aseeri + - Mahendra K. Verma + - Alexey L. Lastovetsky + year: '2024' + doi: 10.1016/J.JPDC.2023.104767 + url: https://doi.org/10.1016/j.jpdc.2023.104767 + dblp_key: journals/jpdc/NuriyevMAVL24 + venue_name: J. Parallel Distributed Comput. + pages: '104767' +- title: 'SCIPIS: Scalable and concurrent persistent indexing and search in high-end + computing systems' + authors: + - Alexandru Iulian Orhean + - Anna Giannakou + - Lavanya Ramakrishnan + - Kyle Chard + - Boris Glavic + - Ioan Raicu + year: '2024' + doi: 10.1016/J.JPDC.2024.104878 + url: https://doi.org/10.1016/j.jpdc.2024.104878 + dblp_key: journals/jpdc/OrheanGRCGR24 + venue_name: J. Parallel Distributed Comput. + pages: '104878' +- title: Fast hardware-aware matrix-free algorithms for higher-order finite-element + discretized matrix multivector products on distributed systems + authors: + - Gourab Panigrahi + - Nikhil Kodali + - Debashis Panda + - Phani Motamarri + year: '2024' + doi: 10.1016/J.JPDC.2024.104925 + url: https://doi.org/10.1016/j.jpdc.2024.104925 + dblp_key: journals/jpdc/PanigrahiKPM24 + venue_name: J. Parallel Distributed Comput. + pages: '104925' +- title: Multi-resource scheduling of moldable workflows + authors: + - Lucas Perotin + - Sandhya Kandaswamy + - Hongyang Sun 0001 + - Padma Raghavan + year: '2024' + doi: 10.1016/J.JPDC.2023.104792 + url: https://doi.org/10.1016/j.jpdc.2023.104792 + dblp_key: journals/jpdc/PerotinKSR24 + venue_name: J. Parallel Distributed Comput. + pages: '104792' +- title: 'Efficient topology reconfiguration for NoC-based multiprocessors: A greedy-memetic + algorithm' + authors: + - Junyan Qian + - Chuanfang Zhang 0003 + - Zheng Wu + - Hao Ding 0007 + - Long Li 0005 + year: '2024' + doi: 10.1016/J.JPDC.2024.104904 + url: https://doi.org/10.1016/j.jpdc.2024.104904 + dblp_key: journals/jpdc/QianZWDL24 + venue_name: J. Parallel Distributed Comput. + pages: '104904' +- title: Exploring multiprocessor approaches to time series analysis + authors: + - Ricardo Quislant + - Eladio Gutiérrez + - Oscar G. Plata + year: '2024' + doi: 10.1016/J.JPDC.2024.104855 + url: https://doi.org/10.1016/j.jpdc.2024.104855 + dblp_key: journals/jpdc/QuislantGP24 + venue_name: J. Parallel Distributed Comput. + pages: '104855' +- title: A unified hybrid memory system for scalable deep learning and big data applications + authors: + - Wei Rang + - Huanghuang Liang + - Ye Wang 0017 + - Xiaobo Zhou 0002 + - Dazhao Cheng + year: '2024' + doi: 10.1016/J.JPDC.2023.104820 + url: https://doi.org/10.1016/j.jpdc.2023.104820 + dblp_key: journals/jpdc/RangLWZC24 + venue_name: J. Parallel Distributed Comput. + pages: '104820' +- title: Evaluating the effectiveness of Bat optimization in an adaptive and energy-efficient + network-on-chip routing framework + authors: + - B. Naresh Kumar Reddy + - Aruru Sai Kumar + year: '2024' + doi: 10.1016/J.JPDC.2024.104853 + url: https://doi.org/10.1016/j.jpdc.2024.104853 + dblp_key: journals/jpdc/ReddyK24 + venue_name: J. Parallel Distributed Comput. + pages: '104853' +- title: A characterization of soft-error sensitivity in data-parallel and model-parallel + distributed deep learning + authors: + - Elvis Rojas + - Diego Pérez + - Esteban Meneses + year: '2024' + doi: 10.1016/J.JPDC.2024.104879 + url: https://doi.org/10.1016/j.jpdc.2024.104879 + dblp_key: journals/jpdc/RojasPM24 + venue_name: J. Parallel Distributed Comput. + pages: '104879' +- title: 'Scalable atomic broadcast: A leaderless hierarchical algorithm' + authors: + - Lucas V. Ruchel + - Edson Tavares de Camargo + - Luiz Antonio Rodrigues + - Rogério C. Turchetti + - Luciana Arantes + - Elias Procópio Duarte Jr. + year: '2024' + doi: 10.1016/J.JPDC.2023.104789 + url: https://doi.org/10.1016/j.jpdc.2023.104789 + dblp_key: journals/jpdc/RuchelCRTAD24 + venue_name: J. Parallel Distributed Comput. + pages: '104789' +- title: 'DQS: A QoS-driven routing optimization approach in SDN using deep reinforcement + learning' + authors: + - Lizeth Patricia Aguirre Sanchez + - Yao Shen + - Minyi Guo + year: '2024' + doi: 10.1016/J.JPDC.2024.104851 + url: https://doi.org/10.1016/j.jpdc.2024.104851 + dblp_key: journals/jpdc/SanchezSG24 + venue_name: J. Parallel Distributed Comput. + pages: '104851' +- title: 'MLLess: Achieving cost efficiency in serverless machine learning training' + authors: + - Pablo Gimeno Sarroca + - Marc Sánchez Artigas + year: '2024' + doi: 10.1016/J.JPDC.2023.104764 + url: https://doi.org/10.1016/j.jpdc.2023.104764 + dblp_key: journals/jpdc/SarrocaA24 + venue_name: J. Parallel Distributed Comput. + pages: '104764' +- title: 'Corrigendum to "MLLess: Achieving Cost Efficiency in Serverless Machine + Learning Training" [Journal of Parallel and Distributed Computing 183 (2024) + 104764]' + authors: + - Pablo Gimeno Sarroca + - Marc Sánchez Artigas + year: '2024' + doi: 10.1016/J.JPDC.2024.104871 + url: https://doi.org/10.1016/j.jpdc.2024.104871 + dblp_key: journals/jpdc/SarrocaA24a + venue_name: J. Parallel Distributed Comput. + pages: '104871' +- title: 'Speedup and efficiency of computational parallelization: A unifying approach + and asymptotic analysis' + authors: + - Guido Schryen + year: '2024' + doi: 10.1016/J.JPDC.2023.104835 + url: https://doi.org/10.1016/j.jpdc.2023.104835 + dblp_key: journals/jpdc/Schryen24 + venue_name: J. Parallel Distributed Comput. + pages: '104835' +- title: An edge architecture for enabling autonomous aerial navigation with embedded + collision avoidance through remote nonlinear model predictive control + authors: + - Achilleas Santi Seisa + - Björn Lindqvist + - Sumeet Gajanan Satpute + - George Nikolakopoulos + year: '2024' + doi: 10.1016/J.JPDC.2024.104849 + url: https://doi.org/10.1016/j.jpdc.2024.104849 + dblp_key: journals/jpdc/SeisaLSN24 + venue_name: J. Parallel Distributed Comput. + pages: '104849' +- title: 'Stab-FD: A cooperative and adaptive failure detector for wide area networks' + authors: + - Pierre Sens 0001 + - Luciana Arantes + - Anubis Graciela de Moraes Rossetto + - Olivier Marin + year: '2024' + doi: 10.1016/J.JPDC.2023.104803 + url: https://doi.org/10.1016/j.jpdc.2023.104803 + dblp_key: journals/jpdc/SensARM24 + venue_name: J. Parallel Distributed Comput. + pages: '104803' +- title: 'SpChar: Characterizing the sparse puzzle via decision trees' + authors: + - Francesco Sgherzi + - Marco Siracusa + - Ivan Fernandez + - Adrià Armejach + - Miquel Moretó + year: '2024' + doi: 10.1016/J.JPDC.2024.104941 + url: https://doi.org/10.1016/j.jpdc.2024.104941 + dblp_key: journals/jpdc/SgherziSFAM24 + venue_name: J. Parallel Distributed Comput. + pages: '104941' +- title: Spatiotemporal dynamics analysis and parameter optimization of a network + epidemic-like propagation model based on neural network method + authors: + - Shuling Shen + - Xinlin Chen + - Linhe Zhu + year: '2024' + doi: 10.1016/J.JPDC.2024.104906 + url: https://doi.org/10.1016/j.jpdc.2024.104906 + dblp_key: journals/jpdc/ShenCZ24 + venue_name: J. Parallel Distributed Comput. + pages: '104906' +- title: A trajectory privacy protection method using cached candidate result sets + authors: + - Zihao Shen + - Yuyu Tang + - Hui Wang 0071 + - Peiqian Liu + - Zhenqing Zheng + year: '2024' + doi: 10.1016/J.JPDC.2024.104965 + url: https://doi.org/10.1016/j.jpdc.2024.104965 + dblp_key: journals/jpdc/ShenT0LZ24 + venue_name: J. Parallel Distributed Comput. + pages: '104965' +- title: Anomaly detection based on LSTM and autoencoders using federated learning + in smart electric grid + authors: + - Rakesh Shrestha + - Mohammadreza Mohammadi + - Sima Sinaei + - Alberto Salcines + - David Pampliega + - Raul Clemente + - Ana Lourdes Sanz + - Ehsan Nowroozi + - Anders Lindgren + year: '2024' + doi: 10.1016/J.JPDC.2024.104951 + url: https://doi.org/10.1016/j.jpdc.2024.104951 + dblp_key: journals/jpdc/ShresthaMSSPCSN24 + venue_name: J. Parallel Distributed Comput. + pages: '104951' +- title: 'CCFTL: A novel continuity compressed page-level flash address mapping method + for SSDs' + authors: + - Liangkuan Su + - Mingwei Lin + - Jianpeng Zhang + - Yubiao Pan + year: '2024' + doi: 10.1016/J.JPDC.2024.104917 + url: https://doi.org/10.1016/j.jpdc.2024.104917 + dblp_key: journals/jpdc/SuLZP24 + venue_name: J. Parallel Distributed Comput. + pages: '104917' +- title: Verifiable and hybrid attribute-based proxy re-encryption for flexible data + sharing in cloud storage + authors: + - Lixue Sun + - Chunxiang Xu + - Fugeng Zeng + year: '2024' + doi: 10.1016/J.JPDC.2024.104956 + url: https://doi.org/10.1016/j.jpdc.2024.104956 + dblp_key: journals/jpdc/SunXZ24 + venue_name: J. Parallel Distributed Comput. + pages: '104956' +- title: A parallel fractional explicit group modified AOR iterative method for solving + fractional Poisson equation with multi-core architecture + authors: + - Nik Amir Syafiq + - Mohamed Othman + - Norazak Senu + - Fudziah Ismail + - Nor Asilah Wati Abdul Hamid + year: '2024' + doi: 10.1016/J.JPDC.2023.104798 + url: https://doi.org/10.1016/j.jpdc.2023.104798 + dblp_key: journals/jpdc/SyafiqOSIH24 + venue_name: J. Parallel Distributed Comput. + pages: '104798' +- title: An efficient sequential consistency implementation with dynamic race detection + for GPUs + authors: + - Abdulaziz Tabbakh + - Murali Annavaram + year: '2024' + doi: 10.1016/J.JPDC.2023.104836 + url: https://doi.org/10.1016/j.jpdc.2023.104836 + dblp_key: journals/jpdc/TabbakhA24 + venue_name: J. Parallel Distributed Comput. + pages: '104836' +- title: Hierarchical sort-based parallel algorithm for dynamic interest matching + authors: + - Wenjie Tang + - Yiping Yao + - Lizhen Ou + - Kai Chen 0020 + year: '2024' + doi: 10.1016/J.JPDC.2024.104867 + url: https://doi.org/10.1016/j.jpdc.2024.104867 + dblp_key: journals/jpdc/TangYOC24 + venue_name: J. Parallel Distributed Comput. + pages: '104867' +- title: A two-dimensional time-aware cloud service recommendation approach with enhanced + similarity and trust + authors: + - Chunhua Tang + - Shuangyao Zhao + - Binbin Chen + - Xiaonong Lu + - Qiang Zhang + year: '2024' + doi: 10.1016/J.JPDC.2024.104889 + url: https://doi.org/10.1016/j.jpdc.2024.104889 + dblp_key: journals/jpdc/TangZCLZ24 + venue_name: J. Parallel Distributed Comput. + pages: '104889' +- title: 'MSLShard: An efficient sharding-based trust management framework for blockchain-empowered + IoT access control' + authors: + - Jin Tian + - Junfeng Tian + - Ruizhong Du + year: '2024' + doi: 10.1016/J.JPDC.2023.104795 + url: https://doi.org/10.1016/j.jpdc.2023.104795 + dblp_key: journals/jpdc/TianTD24 + venue_name: J. Parallel Distributed Comput. + pages: '104795' +- title: 'GPU-optimized approaches to molecular docking-based virtual screening in + drug discovery: A comparative analysis' + authors: + - Emanuele Vitali + - Federico Ficarelli + - Mauro Bisson + - Davide Gadioli + - Gianmarco Accordi + - Massimiliano Fatica + - Andrea Rosario Beccari + - Gianluca Palermo + year: '2024' + doi: 10.1016/J.JPDC.2023.104819 + url: https://doi.org/10.1016/j.jpdc.2023.104819 + dblp_key: journals/jpdc/VitaliFBGAFBP24 + venue_name: J. Parallel Distributed Comput. + pages: '104819' +- title: 'MSHGN: Multi-scenario adaptive hierarchical spatial graph convolution network + for GPU utilization prediction in heterogeneous GPU clusters' + authors: + - Sheng Wang + - Shiping Chen 0002 + - Fei Meng + - Yumei Shi + year: '2024' + doi: 10.1016/J.JPDC.2023.104796 + url: https://doi.org/10.1016/j.jpdc.2023.104796 + dblp_key: journals/jpdc/WangCMS24 + venue_name: J. Parallel Distributed Comput. + pages: '104796' +- title: Cloud-edge-end workflow scheduling with multiple privacy levels + authors: + - Shuang Wang + - Zian Yuan + - Zhang Xiaodong + - Jiawen Wu + - Yamin Wang + year: '2024' + doi: 10.1016/J.JPDC.2024.104882 + url: https://doi.org/10.1016/j.jpdc.2024.104882 + dblp_key: journals/jpdc/WangYXWW24 + venue_name: J. Parallel Distributed Comput. + pages: '104882' +- title: 'PA-SPS: A predictive adaptive approach for an elastic stream processing + system' + authors: + - Daniel Wladdimiro + - Luciana Arantes + - Pierre Sens 0001 + - Nicolas Hidalgo + year: '2024' + doi: 10.1016/J.JPDC.2024.104940 + url: https://doi.org/10.1016/j.jpdc.2024.104940 + dblp_key: journals/jpdc/WladdimiroA0H24 + venue_name: J. Parallel Distributed Comput. + pages: '104940' +- title: Privacy-preserving offloading scheme in multi-access mobile edge computing + based on MADRL + authors: + - Guowen Wu + - Xihang Chen + - Zhengjun Gao + - Hong Zhang 0046 + - Shui Yu 0001 + - Shigen Shen + year: '2024' + doi: 10.1016/J.JPDC.2023.104775 + url: https://doi.org/10.1016/j.jpdc.2023.104775 + dblp_key: journals/jpdc/WuCGZYS24 + venue_name: J. Parallel Distributed Comput. + pages: '104775' +- title: Redactable consortium blockchain based on verifiable distributed chameleon + hash functions + authors: + - Xiangyu Wu + - Xuehui Du + - Qiantao Yang + - Na Wang + - Wenjuan Wang + year: '2024' + doi: 10.1016/J.JPDC.2023.104777 + url: https://doi.org/10.1016/j.jpdc.2023.104777 + dblp_key: journals/jpdc/WuDYWW24 + venue_name: J. Parallel Distributed Comput. + pages: '104777' +- title: 'Hotspot resolution in cloud computing: A Γ-robust knapsack approach for + virtual machine migration' + authors: + - Jiaxi Wu + - Wenquan Yang + - Xinming Han + - Yunzhe Qiu + - Andrei Gudkov + - Jie Song 0002 + year: '2024' + doi: 10.1016/J.JPDC.2023.104817 + url: https://doi.org/10.1016/j.jpdc.2023.104817 + dblp_key: journals/jpdc/WuYHQGS24 + venue_name: J. Parallel Distributed Comput. + pages: '104817' +- title: Front Matter 1 - Full Title Page (regular issues)/Special Issue Title page + (special issues) + authors: [] + year: '2024' + doi: 10.1016/S0743-7315(24)00038-8 + url: https://doi.org/10.1016/s0743-7315(24)00038-8 + dblp_key: journals/jpdc/X24 + venue_name: J. Parallel Distributed Comput. + pages: '104874' +- title: Front Matter 1 - Full Title Page (regular issues)/Special Issue Title page + (special issues) + authors: [] + year: '2024' + doi: 10.1016/S0743-7315(24)00058-3 + url: https://doi.org/10.1016/s0743-7315(24)00058-3 + dblp_key: journals/jpdc/X24a + venue_name: J. Parallel Distributed Comput. + pages: '104894' +- title: Front Matter 1 - Full Title Page (regular issues)/Special Issue Title page + (special issues) + authors: [] + year: '2024' + doi: 10.1016/S0743-7315(24)00075-3 + url: https://doi.org/10.1016/s0743-7315(24)00075-3 + dblp_key: journals/jpdc/X24b + venue_name: J. Parallel Distributed Comput. + pages: '104911' +- title: Front Matter 1 - Full Title Page (regular issues)/Special Issue Title page + (special issues) + authors: [] + year: '2024' + doi: 10.1016/S0743-7315(24)00094-7 + url: https://doi.org/10.1016/s0743-7315(24)00094-7 + dblp_key: journals/jpdc/X24c + venue_name: J. Parallel Distributed Comput. + pages: '104930' +- title: Front Matter 1 - Full Title Page (regular issues)/Special Issue Title page + (special issues) + authors: [] + year: '2024' + doi: 10.1016/S0743-7315(24)00124-2 + url: https://doi.org/10.1016/s0743-7315(24)00124-2 + dblp_key: journals/jpdc/X24d + venue_name: J. Parallel Distributed Comput. + pages: '104960' +- title: Front Matter 1 - Full Title Page (regular issues)/Special Issue Title page + (special issues) + authors: [] + year: '2024' + doi: 10.1016/S0743-7315(24)00136-9 + url: https://doi.org/10.1016/s0743-7315(24)00136-9 + dblp_key: journals/jpdc/X24e + venue_name: J. Parallel Distributed Comput. + pages: '104972' +- title: Front Matter 1 - Full Title Page (regular issues)/Special Issue Title page + (special issues) + authors: [] + year: '2024' + doi: 10.1016/S0743-7315(24)00146-1 + url: https://doi.org/10.1016/s0743-7315(24)00146-1 + dblp_key: journals/jpdc/X24f + venue_name: J. Parallel Distributed Comput. + pages: '104982' +- title: Federated variational generative learning for heterogeneous data in distributed + environments + authors: + - Wei Xie 0011 + - Runqun Xiong + - Jinghui Zhang 0001 + - Jiahui Jin 0001 + - Junzhou Luo + year: '2024' + doi: 10.1016/J.JPDC.2024.104916 + url: https://doi.org/10.1016/j.jpdc.2024.104916 + dblp_key: journals/jpdc/XieXZJL24 + venue_name: J. Parallel Distributed Comput. + pages: '104916' +- title: Energy-efficient triple modular redundancy scheduling on heterogeneous multi-core + real-time systems + authors: + - Hongzhi Xu + - Binlian Zhang + - Chen Pan + - Keqin Li 0001 + year: '2024' + doi: 10.1016/J.JPDC.2024.104915 + url: https://doi.org/10.1016/j.jpdc.2024.104915 + dblp_key: journals/jpdc/XuZP024 + venue_name: J. Parallel Distributed Comput. + pages: '104915' +- title: 'PerfTop: Towards performance prediction of distributed learning over general + topology' + authors: + - Changzhi Yan + - Zehan Zhu + - Youcheng Niu + - Cong Wang 0040 + - Cheng Zhuo + - Jinming Xu 0002 + year: '2024' + doi: 10.1016/J.JPDC.2024.104922 + url: https://doi.org/10.1016/j.jpdc.2024.104922 + dblp_key: journals/jpdc/YanZNWZ024 + venue_name: J. Parallel Distributed Comput. + pages: '104922' +- title: Staleness aware semi-asynchronous federated learning + authors: + - Miri Yu + - Jiheon Choi + - Jaehyun Lee + - Sangyoon Oh 0001 + year: '2024' + doi: 10.1016/J.JPDC.2024.104950 + url: https://doi.org/10.1016/j.jpdc.2024.104950 + dblp_key: journals/jpdc/YuCL024 + venue_name: J. Parallel Distributed Comput. + pages: '104950' +- title: A multi-level parallel approach to increase the computation efficiency of + a global ocean temperature dataset reconstruction + authors: + - Huifeng Yuan + - Lijing Cheng + - Yuying Pan + - Zhetao Tan + - Qian Liu + - Zhong Jin + year: '2024' + doi: 10.1016/J.JPDC.2024.104938 + url: https://doi.org/10.1016/j.jpdc.2024.104938 + dblp_key: journals/jpdc/YuanCPTLJ24 + venue_name: J. Parallel Distributed Comput. + pages: '104938' +- title: 'Starlight: A kernel optimizer for GPU processing' + authors: + - Alberto Zeni + - Emanuele Del Sozzo + - Eleonora D'Arnese + - Davide Conficconi + - Marco D. Santambrogio + year: '2024' + doi: 10.1016/J.JPDC.2023.104832 + url: https://doi.org/10.1016/j.jpdc.2023.104832 + dblp_key: journals/jpdc/ZeniSDCS24 + venue_name: J. Parallel Distributed Comput. + pages: '104832' +- title: A survey of machine learning for Network-on-Chips + authors: + - Xiaoyun Zhang + - Dezun Dong + - Cunlu Li + - Shaocong Wang + - Liquan Xiao + year: '2024' + doi: 10.1016/J.JPDC.2023.104778 + url: https://doi.org/10.1016/j.jpdc.2023.104778 + dblp_key: journals/jpdc/ZhangDLWX24 + venue_name: J. Parallel Distributed Comput. + pages: '104778' +- title: Learning-driven hybrid scaling for multi-type services in cloud + authors: + - Haitao Zhang + - Tongyu Guo + - Wei Tian + - Huadong Ma + year: '2024' + doi: 10.1016/J.JPDC.2024.104880 + url: https://doi.org/10.1016/j.jpdc.2024.104880 + dblp_key: journals/jpdc/ZhangGTM24 + venue_name: J. Parallel Distributed Comput. + pages: '104880' +- title: 'PiPar: Pipeline parallelism for collaborative machine learning' + authors: + - Zihan Zhang + - Philip Rodgers + - Peter Kilpatrick + - Ivor T. A. Spence + - Blesson Varghese + year: '2024' + doi: 10.1016/J.JPDC.2024.104947 + url: https://doi.org/10.1016/j.jpdc.2024.104947 + dblp_key: journals/jpdc/ZhangRKSV24 + venue_name: J. Parallel Distributed Comput. + pages: '104947' +- title: An active queue management for wireless sensor networks with priority scheduling + strategy + authors: + - Changzhen Zhang + - Jun Yang 0018 + - Ning Wang 0002 + year: '2024' + doi: 10.1016/J.JPDC.2024.104848 + url: https://doi.org/10.1016/j.jpdc.2024.104848 + dblp_key: journals/jpdc/ZhangYW24 + venue_name: J. Parallel Distributed Comput. + pages: '104848' +- title: Characterization of matroidal connectivity of regular networks + authors: + - Hong Zhang 0044 + - Shuming Zhou + year: '2024' + doi: 10.1016/J.JPDC.2023.104818 + url: https://doi.org/10.1016/j.jpdc.2023.104818 + dblp_key: journals/jpdc/ZhangZ24 + venue_name: J. Parallel Distributed Comput. + pages: '104818' +- title: Paired 2-disjoint path covers of k-ary n-cubes under the partitioned edge + fault model + authors: + - Hongbin Zhuang + - Xiao-Yan Li + - Jou-Ming Chang + - Ximeng Liu + year: '2024' + doi: 10.1016/J.JPDC.2024.104887 + url: https://doi.org/10.1016/j.jpdc.2024.104887 + dblp_key: journals/jpdc/ZhuangLCL24 + venue_name: J. Parallel Distributed Comput. + pages: '104887' +- title: 'Meta-Fed IDS: Meta-learning and Federated learning based fog-cloud approach + to detect known and zero-day cyber attacks in IoMT networks' + authors: + - Umer Zukaib + - Xiaohui Cui + - Chengliang Zheng + - Liang Dong 0002 + - Salah Ud Din + year: '2024' + doi: 10.1016/J.JPDC.2024.104934 + url: https://doi.org/10.1016/j.jpdc.2024.104934 + dblp_key: journals/jpdc/ZukaibCZ0D24 + venue_name: J. Parallel Distributed Comput. + pages: '104934' +- title: Data-centric workloads with MPI_Sort + authors: + - Patrick Zulian + - Seif Ben Bader + - Gilles Fourestey + - Rolf Krause + - Diego Rossinelli + year: '2024' + doi: 10.1016/J.JPDC.2023.104833 + url: https://doi.org/10.1016/j.jpdc.2023.104833 + dblp_key: journals/jpdc/ZulianBFKR24 + venue_name: J. Parallel Distributed Comput. + pages: '104833' diff --git a/site/data/papers/JPDC-2024-digest.yaml b/site/data/papers/JPDC-2024-digest.yaml new file mode 100644 index 0000000..d4d7016 --- /dev/null +++ b/site/data/papers/JPDC-2024-digest.yaml @@ -0,0 +1,109 @@ +venue: JPDC +year: 2024 +selected: + - title: "Read/write fence-free work-stealing with multiplicity" + authors: + - Armando Castañeda + - Miguel Piña + tldr: "Presents a work-stealing deque algorithm that eliminates read/write memory fences while tolerating multiplicity, achieving provably correct concurrent access without costly barriers." + why_notable: "Advances the theoretical foundations of lock-free scheduler data structures by decoupling correctness from fence instructions, directly impacting runtime system design." + + - title: "Reliable communication in dynamic networks with locally bounded byzantine faults" + authors: + - Silvia Bonomi + - Giovanni Farina + - Sébastien Tixeuil + tldr: "Characterizes the conditions under which reliable broadcast is achievable in dynamic networks where Byzantine faults are locally bounded rather than globally counted." + why_notable: "Provides tight impossibility and achievability results for a practically motivated fault model, extending classical Byzantine agreement theory to time-varying topologies." + + - title: "Local certification of graph decompositions and applications to minor-free classes" + authors: + - Nicolas Bousquet 0001 + - Laurent Feuilloley + - Théo Pierron + tldr: "Develops local distributed certification schemes for graph decompositions, proving tight certificate-size bounds for minor-free graph families." + why_notable: "Connects structural graph theory to distributed verification, giving new tools for designing space-efficient proof-labeling schemes in anonymous networks." + + - title: "Eventually lattice-linear algorithms" + authors: + - Arya Tanmay Gupta + - Sandeep S. Kulkarni + tldr: "Introduces the eventually lattice-linear class of distributed algorithms that converge to a lattice-linear fixed point, enabling new self-stabilization constructions." + why_notable: "Unifies several stabilizing algorithm families under a clean algebraic framework that simplifies correctness proofs and inspires new design patterns." + + - title: "Construction algorithms of fault-tolerant paths and disjoint paths in k-ary n-cube networks" + authors: + - Mengjie Lv + - Jianxi Fan + - Baolei Cheng + - Jia Yu 0003 + - Xiaohua Jia + tldr: "Proposes efficient algorithms to construct maximally fault-tolerant Hamiltonian paths and node-disjoint paths in k-ary n-cube interconnection networks under edge and vertex failures." + why_notable: "Yields concrete routing strategies for torus-based HPC fabrics that remain functional under high fault counts, with tight proofs of optimality." + + - title: "MapReduce algorithms for robust center-based clustering in doubling metrics" + authors: + - Enrico Dandolo + - Alessio Mazzetto + - Andrea Pietracaprina + - Geppino Pucci + tldr: "Designs MapReduce algorithms for k-median and k-means clustering with provable approximation ratios that are robust to outliers in doubling metric spaces." + why_notable: "Delivers the first round-efficient MapReduce clustering algorithms with simultaneous robustness and approximation guarantees grounded in metric space theory." + + - title: "DuMato: An efficient warp-centric subgraph enumeration system for GPU" + authors: + - Samuel Ferraz + - Vinícius Vitor dos Santos Dias + - Carlos H. C. Teixeira + - Srinivasan Parthasarathy 0001 + - George Teodoro + - Wagner Meira Jr. + tldr: "Presents a warp-centric GPU programming model for subgraph enumeration that eliminates load imbalance through dynamic work redistribution across warps." + why_notable: "Achieves orders-of-magnitude speedups over CPU baselines on graph pattern mining by rethinking how irregular workloads are mapped onto SIMT hardware." + + - title: "An efficient sequential consistency implementation with dynamic race detection for GPUs" + authors: + - Abdulaziz Tabbakh + - Murali Annavaram + tldr: "Implements sequential consistency on GPUs via a dynamic race detector that inserts fences only where data races are actually detected at runtime." + why_notable: "Shows that strong memory model guarantees on GPUs need not incur pervasive overhead, opening a path toward safer GPU programming models without sacrificing performance." + + - title: "General-purpose data stream processing on heterogeneous architectures with WindFlow" + authors: + - Gabriele Mencagli + - Massimo Torquati + - Dalvan Griebler + - Alessandra Fais + - Marco Danelutto + tldr: "Extends the WindFlow library with a unified programming model and runtime that transparently targets CPUs, GPUs, and FPGAs for streaming dataflow applications." + why_notable: "Demonstrates practical performance portability for stream processing across radically different hardware, with a clean operator model grounded in parallel patterns theory." + + - title: "Revisiting I/O bandwidth-sharing strategies for HPC applications" + authors: + - Anne Benoit + - Thomas Hérault + - Lucas Perotin + - Yves Robert + - Frédéric Vivien + tldr: "Analyzes optimal I/O bandwidth allocation policies for HPC checkpointing and data-intensive applications under shared storage systems, deriving scheduling algorithms with provable performance bounds." + why_notable: "Provides theoretically grounded guidance for I/O resource management at scale, a pervasive bottleneck in modern HPC deployments." + + - title: "Scalable atomic broadcast: A leaderless hierarchical algorithm" + authors: + - Lucas V. Ruchel + - Edson Tavares de Camargo + - Luiz Antonio Rodrigues + - Rogério C. Turchetti + - Luciana Arantes + - Elias Procópio Duarte Jr. + tldr: "Proposes a leaderless hierarchical atomic broadcast protocol that eliminates single-leader bottlenecks and scales to large distributed systems with reduced message complexity." + why_notable: "Advances Byzantine-fault-tolerant broadcast by removing the leader as a scalability and availability bottleneck while preserving total-order guarantees." + + - title: "Stab-FD: A cooperative and adaptive failure detector for wide area networks" + authors: + - Pierre Sens 0001 + - Luciana Arantes + - Anubis Graciela de Moraes Rossetto + - Olivier Marin + tldr: "Presents a stabilizing failure detector that cooperatively adapts its timeout parameters across WAN nodes to achieve eventual accuracy under varying latencies." + why_notable: "Tackles the long-standing challenge of practical failure detection in geo-distributed systems with a rigorous self-stabilizing design that avoids static parameter tuning." diff --git a/site/data/papers/JPDC-2025-candidates.yaml b/site/data/papers/JPDC-2025-candidates.yaml new file mode 100644 index 0000000..057a5b5 --- /dev/null +++ b/site/data/papers/JPDC-2025-candidates.yaml @@ -0,0 +1,1410 @@ +venue: JPDC +year: 2025 +source: dblp +count: 110 +papers: +- title: 'SpEpistasis: A sparse approach for three-way epistasis detection' + authors: + - Diogo Marques 0003 + - Leonel Sousa + - Aleksandar Ilic + year: '2025' + doi: 10.1016/J.JPDC.2024.104989 + url: https://doi.org/10.1016/j.jpdc.2024.104989 + dblp_key: journals/jpdc/0003SI25 + venue_name: J. Parallel Distributed Comput. + pages: '104989' +- title: 'B2DFL: Bringing butterfly to decentralized federated learning assisted with + blockchain' + authors: + - Hao Wang 0189 + - Yichen Cai 0002 + - Yu Tao 0004 + - Luyao Wang + - Yanbin Li 0001 + - Lu Zhou 0002 + year: '2025' + doi: 10.1016/J.JPDC.2024.104978 + url: https://doi.org/10.1016/j.jpdc.2024.104978 + dblp_key: journals/jpdc/0189CTWL025 + venue_name: J. Parallel Distributed Comput. + pages: '104978' +- title: Deep embedded lightweight CNN network for indoor objects detection on FPGA + authors: + - Mouna Afif + - Riadh Ayachi + - Yahia F. Said + - Mohamed Atri + year: '2025' + doi: 10.1016/J.JPDC.2025.105085 + url: https://doi.org/10.1016/j.jpdc.2025.105085 + dblp_key: journals/jpdc/AfifASA25 + venue_name: J. Parallel Distributed Comput. + pages: '105085' +- title: 'Skyward secure: Advancing drone data-sharing in 6G with decentralized dataspace + and supported technologies' + authors: + - Saeed Hamood Alsamhi + - Sumit Srivastava + - Mamoon Rashid 0001 + - Mohammed A. Alhabeeb + - Santosh Kumar 0006 + - Navin Singh Rajput + - Ammar Hawbani + - Liang Zhao 0004 + - Mohammed A. A. Al-qaness + - Edward Curry + year: '2025' + doi: 10.1016/J.JPDC.2025.105040 + url: https://doi.org/10.1016/j.jpdc.2025.105040 + dblp_key: journals/jpdc/AlsamhiSRAKRHZAC25 + venue_name: J. Parallel Distributed Comput. + pages: '105040' +- title: 'FASNet: Federated adversarial Siamese networks for robust malware image + classification' + authors: + - Namrata Govind Ambekar + - Sonali Samal + - N. Nandini Devi + - Surmila Thokchom + year: '2025' + doi: 10.1016/J.JPDC.2025.105039 + url: https://doi.org/10.1016/j.jpdc.2025.105039 + dblp_key: journals/jpdc/AmbekarSDT25 + venue_name: J. Parallel Distributed Comput. + pages: '105039' +- title: 'IMI-GPU: Inverted multi-index for billion-scale approximate nearest neighbor + search with GPUs' + authors: + - Alan Araujo + - Willian Barreiros + - Jun Kong 0002 + - Renato Ferreira 0001 + - George Teodoro + year: '2025' + doi: 10.1016/J.JPDC.2025.105066 + url: https://doi.org/10.1016/j.jpdc.2025.105066 + dblp_key: journals/jpdc/AraujoBKFT25 + venue_name: J. Parallel Distributed Comput. + pages: '105066' +- title: Fault-tolerance in biswapped multiprocessor interconnection networks + authors: + - Basem Assiri + - Muhammad Faisal Nadeem + - Waqar Ali + - Ali Ahmad 0003 + year: '2025' + doi: 10.1016/J.JPDC.2024.105009 + url: https://doi.org/10.1016/j.jpdc.2024.105009 + dblp_key: journals/jpdc/AssiriNA025 + venue_name: J. Parallel Distributed Comput. + pages: '105009' +- title: Lightweight path aggregation network for pedestrian detection on FPGA board + authors: + - Riadh Ayachi + - Mouna Afif + - Yahia F. Said + - Abdessalem Ben Abdelali + year: '2025' + doi: 10.1016/J.JPDC.2025.105137 + url: https://doi.org/10.1016/j.jpdc.2025.105137 + dblp_key: journals/jpdc/AyachiASA25 + venue_name: J. Parallel Distributed Comput. + pages: '105137' +- title: Topology-aware GPU job scheduling with deep reinforcement learning and heuristics + authors: + - Hajer Ayadi + - Aijun An + - Yiming Shao + - Hossein Pourmedheji + - Junjie Deng + - Jimmy X. Huang + - Michael Feiman + - Hao Zhou + year: '2025' + doi: 10.1016/J.JPDC.2025.105138 + url: https://doi.org/10.1016/j.jpdc.2025.105138 + dblp_key: journals/jpdc/AyadiASPDHFZ25 + venue_name: J. Parallel Distributed Comput. + pages: '105138' +- title: 'Flotilla: A scalable, modular and resilient federated learning framework + for heterogeneous resources' + authors: + - Roopkatha Banerjee + - Prince Modi + - Jinal Vyas + - Chunduru Sri Abhijit + - Tejus Chandrashekar + - Harsha Varun Marisetty + - Manik Gupta + - Yogesh Simmhan + year: '2025' + doi: 10.1016/J.JPDC.2025.105103 + url: https://doi.org/10.1016/j.jpdc.2025.105103 + dblp_key: journals/jpdc/BanerjeeMVACMGS25 + venue_name: J. Parallel Distributed Comput. + pages: '105103' +- title: Fog computing based public key encryption with multi-keyword search for Internet + of vehicles + authors: + - Mandira Banik + - Sanjay Kumar + year: '2025' + doi: 10.1016/J.JPDC.2025.105131 + url: https://doi.org/10.1016/j.jpdc.2025.105131 + dblp_key: journals/jpdc/BanikK25 + venue_name: J. Parallel Distributed Comput. + pages: '105131' +- title: 'GreediRIS: Scalable influence maximization using distributed streaming maximum + cover' + authors: + - Reet Barik + - Wade Cappa + - S. M. Ferdous + - Marco Minutoli + - Mahantesh Halappanavar + - Ananth Kalyanaraman + year: '2025' + doi: 10.1016/J.JPDC.2025.105037 + url: https://doi.org/10.1016/j.jpdc.2025.105037 + dblp_key: journals/jpdc/BarikCFMHK25 + venue_name: J. Parallel Distributed Comput. + pages: '105037' +- title: 'Semi-static conditions in low-latency C++ for high frequency trading: Better + than branch prediction hints' + authors: + - Paul Alexander Bilokon + - Maximilian Lucuta + - Erez Shermer + year: '2025' + doi: 10.1016/J.JPDC.2024.105000 + url: https://doi.org/10.1016/j.jpdc.2024.105000 + dblp_key: journals/jpdc/BilokonLS25 + venue_name: J. Parallel Distributed Comput. + pages: '105000' +- title: The European master for HPC curriculum + authors: + - Pascal Bouvry + - Mats Brorsson + - Ramon Canal + - Aryan Eftekhari + - Siegfried Höfinger + - Didier Smets + - Harald Köstler + - Tomás Kozubek + - Ezhilmathi Krishnasamy + - Josep Llosa + - Alexandra Lukas-Rother + - Xavier Martorell + - Dirk Pleiter + - Ana Proykova + - Maria-Ribera Sancho + - Olaf Schenk + - Cristina Silvano + year: '2025' + doi: 10.1016/J.JPDC.2025.105081 + url: https://doi.org/10.1016/j.jpdc.2025.105081 + dblp_key: journals/jpdc/BouvryBCEHSKKKLLMPPSSS25 + venue_name: J. Parallel Distributed Comput. + pages: '105081' +- title: Power, energy, and performance analysis of single- and multi-threaded applications + in the ARM ThunderX2 + authors: + - Ibai Calero + - Salvador Petit + - María Engracia Gómez + - Julio Sahuquillo + year: '2025' + doi: 10.1016/J.JPDC.2025.105118 + url: https://doi.org/10.1016/j.jpdc.2025.105118 + dblp_key: journals/jpdc/CaleroPGS25 + venue_name: J. Parallel Distributed Comput. + pages: '105118' +- title: The CAMINOS interconnection networks simulator + authors: + - Cristóbal Camarero + - Daniel Postigo + - Pablo Fuentes 0001 + year: '2025' + doi: 10.1016/J.JPDC.2025.105136 + url: https://doi.org/10.1016/j.jpdc.2025.105136 + dblp_key: journals/jpdc/CamareroPF25 + venue_name: J. Parallel Distributed Comput. + pages: '105136' +- title: Lock-free simulation algorithm to enhance the performance of sequential and + parallel DEVS simulators in shared-memory architectures + authors: + - Román Cárdenas + - Patricia Arroba + - José L. Risco-Martín + year: '2025' + doi: 10.1016/J.JPDC.2025.105105 + url: https://doi.org/10.1016/j.jpdc.2025.105105 + dblp_key: journals/jpdc/CardenasAR25 + venue_name: J. Parallel Distributed Comput. + pages: '105105' +- title: 'ConCeal: A Winograd convolution code template for optimising GCU in parallel' + authors: + - Tian Chen + - Yu-an Tan + - Thar Baker + - Haokai Wu + - Qiuyu Zhang + - Yuanzhang Li + year: '2025' + doi: 10.1016/J.JPDC.2025.105108 + url: https://doi.org/10.1016/j.jpdc.2025.105108 + dblp_key: journals/jpdc/ChenTBWZL25 + venue_name: J. Parallel Distributed Comput. + pages: '105108' +- title: 'Mitigating DDoS attacks in containerized environments: A comparative analysis + of Docker and Kubernetes' + authors: + - Yung-Ting Chuang + - Chih-Han Tu + year: '2025' + doi: 10.1016/J.JPDC.2025.105130 + url: https://doi.org/10.1016/j.jpdc.2025.105130 + dblp_key: journals/jpdc/ChuangT25 + venue_name: J. Parallel Distributed Comput. + pages: '105130' +- title: 'Content delivery network solutions for the CMS experiment: The evolution + towards HL-LHC' + authors: + - Carlos Perez Dengra + - Josep Flix + - Anna Sikora + year: '2025' + doi: 10.1016/J.JPDC.2024.105014 + url: https://doi.org/10.1016/j.jpdc.2024.105014 + dblp_key: journals/jpdc/DengraFS25 + venue_name: J. Parallel Distributed Comput. + pages: '105014' +- title: Towards efficient program execution on edge-cloud computing platforms + authors: + - Jean-François Dollinger + - Vincent Vauchey + year: '2025' + doi: 10.1016/J.JPDC.2025.105135 + url: https://doi.org/10.1016/j.jpdc.2025.105135 + dblp_key: journals/jpdc/DollingerV25 + venue_name: J. Parallel Distributed Comput. + pages: '105135' +- title: Latency-aware placement of stream processing operators in modern-day stream + processing frameworks + authors: + - Raphael Ecker + - Vasileios Karagiannis + - Michael Sober + - Stefan Schulte 0002 + year: '2025' + doi: 10.1016/J.JPDC.2025.105041 + url: https://doi.org/10.1016/j.jpdc.2025.105041 + dblp_key: journals/jpdc/EckerKSS25 + venue_name: J. Parallel Distributed Comput. + pages: '105041' +- title: 'Optimizing parallel heterogeneous system efficiency: Dynamic task graph + adaptation with recursive tasks' + authors: + - Nathalie Furmento + - Abdou Guermouche + - Gwenolé Lucas + - Thomas Morin + - Samuel Thibault + - Pierre-André Wacrenier + year: '2025' + doi: 10.1016/J.JPDC.2025.105157 + url: https://doi.org/10.1016/j.jpdc.2025.105157 + dblp_key: journals/jpdc/FurmentoGLMTW25 + venue_name: J. Parallel Distributed Comput. + pages: '105157' +- title: 'SEDViN: Secure embedding for dynamic virtual network requests using a multi-attribute + matching game' + authors: + - Keerthan Kumar T. G. + - Rahul Kumar + - Anirudh Munnur Achal + - Anurag Satpathy + - Sourav Kanti Addya + year: '2025' + doi: 10.1016/J.JPDC.2025.105171 + url: https://doi.org/10.1016/j.jpdc.2025.105171 + dblp_key: journals/jpdc/GKASA25 + venue_name: J. Parallel Distributed Comput. + pages: '105171' +- title: Massive parallel simulation of gas turbine combustion using a fully implicit + unstructured solver on the heterogeneous Sunway Taihulight supercomputer + authors: + - Fei Gao + - Hu Ren + - Zhuyin Ren + - Ming Liu + - Chengpeng Zhao + - Guangwen Yang + year: '2025' + doi: 10.1016/J.JPDC.2025.105055 + url: https://doi.org/10.1016/j.jpdc.2025.105055 + dblp_key: journals/jpdc/GaoRRLZY25 + venue_name: J. Parallel Distributed Comput. + pages: '105055' +- title: A knowledge-driven approach to multi-objective IoT task graph scheduling + in fog-cloud computing + authors: + - Hadi Gholami + - Hongyang Sun 0001 + year: '2025' + doi: 10.1016/J.JPDC.2025.105069 + url: https://doi.org/10.1016/j.jpdc.2025.105069 + dblp_key: journals/jpdc/GholamiS25 + venue_name: J. Parallel Distributed Comput. + pages: '105069' +- title: A scheduler to foster data locality for GPU and out-of-core task-based linear + algebra applications + authors: + - Maxime Gonthier + - Loris Marchal + - Samuel Thibault + year: '2025' + doi: 10.1016/J.JPDC.2025.105170 + url: https://doi.org/10.1016/j.jpdc.2025.105170 + dblp_key: journals/jpdc/GonthierMT25 + venue_name: J. Parallel Distributed Comput. + pages: '105170' +- title: Teaching parallel and distributed computing using data-intensive computing + modules + authors: + - Michael Gowanlock + year: '2025' + doi: 10.1016/J.JPDC.2025.105093 + url: https://doi.org/10.1016/j.jpdc.2025.105093 + dblp_key: journals/jpdc/Gowanlock25 + venue_name: J. Parallel Distributed Comput. + pages: '105093' +- title: 'A large-scale study of the impact of node behavior on loosely coupled data + dissemination: The case of the distributed Arctic observatory' + authors: + - Loïc Guegan + - Issam Raïs + - Otto J. Anshus + year: '2025' + doi: 10.1016/J.JPDC.2024.105013 + url: https://doi.org/10.1016/j.jpdc.2024.105013 + dblp_key: journals/jpdc/GueganRA25 + venue_name: J. Parallel Distributed Comput. + pages: '105013' +- title: Efficient parameter tuning for a structure-based virtual screening HPC application + authors: + - Bruno Guindani + - Davide Gadioli + - Roberto Rocco + - Danilo Ardagna + - Gianluca Palermo + year: '2025' + doi: 10.1016/J.JPDC.2025.105087 + url: https://doi.org/10.1016/j.jpdc.2025.105087 + dblp_key: journals/jpdc/GuindaniGRAP25 + venue_name: J. Parallel Distributed Comput. + pages: '105087' +- title: Embedded scaffolding for teaching and assessing inquiry-based hands-on laboratory + on distributed systems + authors: + - Jordi Guitart + year: '2025' + doi: 10.1016/J.JPDC.2025.105082 + url: https://doi.org/10.1016/j.jpdc.2025.105082 + dblp_key: journals/jpdc/Guitart25 + venue_name: J. Parallel Distributed Comput. + pages: '105082' +- title: 2-edge-Hamilton-connected dragonfly network + authors: + - Huimei Guo + - Rong-Xia Hao + - Jie Wu 0001 + year: '2025' + doi: 10.1016/J.JPDC.2025.105095 + url: https://doi.org/10.1016/j.jpdc.2025.105095 + dblp_key: journals/jpdc/GuoHW25 + venue_name: J. Parallel Distributed Comput. + pages: '105095' +- title: 'OWL: Worker-assisted server bandwidth optimization for efficient communication + federated learning' + authors: + - Xiaoming Han + - Boan Liu + - Chuang Hu + - Dazhao Cheng + year: '2025' + doi: 10.1016/J.JPDC.2024.105027 + url: https://doi.org/10.1016/j.jpdc.2024.105027 + dblp_key: journals/jpdc/HanLHC25 + venue_name: J. Parallel Distributed Comput. + pages: '105027' +- title: Thermal modeling and optimal allocation of avionics safety-critical tasks + on heterogeneous MPSoCs + authors: + - Zdenek Hanzálek + - Ondrej Benedikt + - Premysl Sucha + - Pavel Zaykov + - Michal Sojka + year: '2025' + doi: 10.1016/J.JPDC.2025.105107 + url: https://doi.org/10.1016/j.jpdc.2025.105107 + dblp_key: journals/jpdc/HanzalekBSZS25 + venue_name: J. Parallel Distributed Comput. + pages: '105107' +- title: GPU memory usage optimization for backward propagation in deep network training + authors: + - Ding-Yong Hong + - Tzu-Hsien Tsai + - Ning Wang + - Pangfeng Liu + - Jan-Jan Wu + year: '2025' + doi: 10.1016/J.JPDC.2025.105053 + url: https://doi.org/10.1016/j.jpdc.2025.105053 + dblp_key: journals/jpdc/HongTWLW25 + venue_name: J. Parallel Distributed Comput. + pages: '105053' +- title: Throughput of Byzantine Broadcast + authors: + - Ruomu Hou + - Haifeng Yu + - Prateek Saxena + year: '2025' + doi: 10.1016/J.JPDC.2025.105104 + url: https://doi.org/10.1016/j.jpdc.2025.105104 + dblp_key: journals/jpdc/HouYS25 + venue_name: J. Parallel Distributed Comput. + pages: '105104' +- title: 'FSCD: File system controlled coupled defragmenter for mobile storage systems' + authors: + - Pingyang Huang + - Chenxi Liu + - Jilong Yang + - Ting Chen + - Zhiyuan Cheng + year: '2025' + doi: 10.1016/J.JPDC.2025.105159 + url: https://doi.org/10.1016/j.jpdc.2025.105159 + dblp_key: journals/jpdc/HuangLYCC25 + venue_name: J. Parallel Distributed Comput. + pages: '105159' +- title: Price-aware resource management for multi-modal DNN inference in collaborative + heterogeneous edge environments + authors: + - Fengyi Huang + - Wenhua Wang 0003 + - Jianxiong Guo + - Wentao Fan 0001 + - Yang Xu 0013 + - Tian Wang 0001 + - Jiannong Cao 0001 + year: '2025' + doi: 10.1016/J.JPDC.2025.105080 + url: https://doi.org/10.1016/j.jpdc.2025.105080 + dblp_key: journals/jpdc/HuangWGFXWC25 + venue_name: J. Parallel Distributed Comput. + pages: '105080' +- title: How to reduce the number of steps for (multi-valued validated) Byzantine + agreement? + authors: + - Baohan Huang + - Haibin Zhang + - Chao Liu 0039 + - Shengli Liu 0001 + - Yong Yu 0002 + - Fangguo Zhang + - Liehuang Zhu + year: '2025' + doi: 10.1016/J.JPDC.2025.105132 + url: https://doi.org/10.1016/j.jpdc.2025.105132 + dblp_key: journals/jpdc/HuangZLLYZZ25 + venue_name: J. Parallel Distributed Comput. + pages: '105132' +- title: Optimizing the layout of embedding BCube into grid architectures + authors: + - Paul Immanuel + - A. Berin Greeni + year: '2025' + doi: 10.1016/J.JPDC.2025.105070 + url: https://doi.org/10.1016/j.jpdc.2025.105070 + dblp_key: journals/jpdc/ImmanuelG25 + venue_name: J. Parallel Distributed Comput. + pages: '105070' +- title: Dispersion of mobile robots on directed anonymous graphs + authors: + - Giuseppe F. Italiano + - Debasish Pattanayak + - Gokarna Sharma + year: '2025' + doi: 10.1016/J.JPDC.2025.105139 + url: https://doi.org/10.1016/j.jpdc.2025.105139 + dblp_key: journals/jpdc/ItalianoPS25 + venue_name: J. Parallel Distributed Comput. + pages: '105139' +- title: 'QPOPSS: Query and Parallelism Optimized Space-Saving for finding frequent + stream elements' + authors: + - Victor Jarlow + - Charalampos Stylianopoulos + - Marina Papatriantafilou + year: '2025' + doi: 10.1016/J.JPDC.2025.105134 + url: https://doi.org/10.1016/j.jpdc.2025.105134 + dblp_key: journals/jpdc/JarlowSP25 + venue_name: J. Parallel Distributed Comput. + pages: '105134' +- title: Editor's note + authors: + - Ananth Kalyanaraman + year: '2025' + doi: 10.1016/J.JPDC.2025.105089 + url: https://doi.org/10.1016/j.jpdc.2025.105089 + dblp_key: journals/jpdc/Kalyanaraman25 + venue_name: J. Parallel Distributed Comput. + pages: '105089' +- title: 'Fault-tolerance and unique identification of vertices and edges in a graph: + The fault-tolerant mixed metric dimension' + authors: + - Asad Khan + - Sikander Ali + - Sakander Hayat + - Muhammad Azeem 0002 + - Yubin Zhong + - Manzoor Ahmad Zahid + - Mohammed J. F. Alenazi + year: '2025' + doi: 10.1016/J.JPDC.2024.105024 + url: https://doi.org/10.1016/j.jpdc.2024.105024 + dblp_key: journals/jpdc/KhanAHAZZA25 + venue_name: J. Parallel Distributed Comput. + pages: '105024' +- title: Optimization of single node load balancing for lattice Boltzmann method on + heterogeneous high performance computers + authors: + - Adrian Kummerländer + - Fedor Bukreev + - Dennis Teutscher + - Márcio Dorn + - Mathias J. Krause + year: '2025' + doi: 10.1016/J.JPDC.2025.105169 + url: https://doi.org/10.1016/j.jpdc.2025.105169 + dblp_key: journals/jpdc/KummerlanderBTDK25 + venue_name: J. Parallel Distributed Comput. + pages: '105169' +- title: Design of energy-aware sensor networks for climate and pollution monitoring + authors: + - Meeniga Vijaya Lakshmi + - M. Sri Raghavendra + - Maddalavijaya Lakshmi + year: '2025' + doi: 10.1016/J.JPDC.2025.105084 + url: https://doi.org/10.1016/j.jpdc.2025.105084 + dblp_key: journals/jpdc/LakshmiRL25 + venue_name: J. Parallel Distributed Comput. + pages: '105084' +- title: Latency and cost-aware consumer group autoscaling in message broker systems + authors: + - Diogo Landau + - Nishant Saurabh + - Xavier Andrade + - Jorge G. Barbosa + year: '2025' + doi: 10.1016/J.JPDC.2025.105071 + url: https://doi.org/10.1016/j.jpdc.2025.105071 + dblp_key: journals/jpdc/LandauSAB25 + venue_name: J. Parallel Distributed Comput. + pages: '105071' +- title: A comparative hardware implementation of histogram of oriented gradients + as a descriptor in embedded tracking of swarm robots + authors: + - Diego Legarda + - Karen Pérez + - Daniel M. Muñoz + year: '2025' + doi: 10.1016/J.JPDC.2024.105026 + url: https://doi.org/10.1016/j.jpdc.2024.105026 + dblp_key: journals/jpdc/LegardaPM25 + venue_name: J. Parallel Distributed Comput. + pages: '105026' +- title: Complexity analysis and scalability of a matrix-free extrapolated geometric + multigrid solver for curvilinear coordinates representations from fusion plasma + applications + authors: + - Philippe Leleux + - Christina Schwarz + - Martin J. Kühn + - Carola Kruse + - Ulrich Rüde + year: '2025' + doi: 10.1016/J.JPDC.2025.105143 + url: https://doi.org/10.1016/j.jpdc.2025.105143 + dblp_key: journals/jpdc/LeleuxSKKR25 + venue_name: J. Parallel Distributed Comput. + pages: '105143' +- title: Robust and Scalable Federated Learning Framework for Client Data Heterogeneity + Based on Optimal Clustering + authors: + - Zihan Li + - Shuai Yuan 0006 + - Zhitao Guan + year: '2025' + doi: 10.1016/J.JPDC.2024.104990 + url: https://doi.org/10.1016/j.jpdc.2024.104990 + dblp_key: journals/jpdc/Li0G25 + venue_name: J. Parallel Distributed Comput. + pages: '104990' +- title: 'SpecSeq++: A high parallel boundary matrix reduction to support real large-scale + point clouds' + authors: + - Quming Li + - Zhibin Huang + - Yiming Chen + - Di Hu + - Zhitao Dai + - Min Yu + - Zhou Liu + year: '2025' + doi: 10.1016/J.JPDC.2025.105036 + url: https://doi.org/10.1016/j.jpdc.2025.105036 + dblp_key: journals/jpdc/LiHCHDYL25 + venue_name: J. Parallel Distributed Comput. + pages: '105036' +- title: 'Multi-ARCL: Multimodal adaptive relay-based distributed continual learning + for encrypted traffic classification' + authors: + - Zeyi Li + - Minyao Liu + - Pan Wang 0001 + - Wangyu Su + - Tianshui Chang + - Xuejiao Chen + - Xiaokang Zhou + year: '2025' + doi: 10.1016/J.JPDC.2025.105083 + url: https://doi.org/10.1016/j.jpdc.2025.105083 + dblp_key: journals/jpdc/LiLWSCCZ25 + venue_name: J. Parallel Distributed Comput. + pages: '105083' +- title: 'STVAI: Exploring spatio-temporal similarity for scalable and efficient intelligent + video inference' + authors: + - Chuang Li 0004 + - Heshi Wang + - Yanhua Wen + - Qingyu Shi 0001 + - Qinyu Wang 0002 + - Chunhua Hu + - Dongchen Wu + year: '2025' + doi: 10.1016/J.JPDC.2025.105079 + url: https://doi.org/10.1016/j.jpdc.2025.105079 + dblp_key: journals/jpdc/LiWWSWHW25 + venue_name: J. Parallel Distributed Comput. + pages: '105079' +- title: 'BRFL: A blockchain-based byzantine-robust federated learning model' + authors: + - Yang Li 0222 + - Chunhe Xia + - Chang Li + - Tianbo Wang 0001 + year: '2025' + doi: 10.1016/J.JPDC.2024.104995 + url: https://doi.org/10.1016/j.jpdc.2024.104995 + dblp_key: journals/jpdc/LiXLW25 + venue_name: J. Parallel Distributed Comput. + pages: '104995' +- title: Verifiable searchable encryption scheme with flexible access control in the + cloud + authors: + - Yang Li + - Chungen Xu + - Lei Xu 0019 + - Lin Mei + - Yanzhe Zhu + year: '2025' + doi: 10.1016/J.JPDC.2024.105025 + url: https://doi.org/10.1016/j.jpdc.2024.105025 + dblp_key: journals/jpdc/LiXXMZ25 + venue_name: J. Parallel Distributed Comput. + pages: '105025' +- title: Locating a black hole in a dynamic ring + authors: + - Giuseppe Antonio Di Luna + - Paola Flocchini + - Giuseppe Prencipe + - Nicola Santoro + year: '2025' + doi: 10.1016/J.JPDC.2024.104998 + url: https://doi.org/10.1016/j.jpdc.2024.104998 + dblp_key: journals/jpdc/LunaFPS25 + venue_name: J. Parallel Distributed Comput. + pages: '104998' +- title: Efficient GPU-accelerated parallel cross-correlation + authors: + - Karel Madera + - Adam Smelko + - Martin Krulis + year: '2025' + doi: 10.1016/J.JPDC.2025.105054 + url: https://doi.org/10.1016/j.jpdc.2025.105054 + dblp_key: journals/jpdc/MaderaSK25 + venue_name: J. Parallel Distributed Comput. + pages: '105054' +- title: 'Accelerating Fortran codes: A method for integrating Coarray Fortran with + CUDA Fortran and OpenMP' + authors: + - James McKevitt + - Eduard I. Vorobyov + - Igor Kulikov 0001 + year: '2025' + doi: 10.1016/J.JPDC.2024.104977 + url: https://doi.org/10.1016/j.jpdc.2024.104977 + dblp_key: journals/jpdc/McKevittV025 + venue_name: J. Parallel Distributed Comput. + pages: '104977' +- title: Line formation and scattering in silent programmable matter + authors: + - Alfredo Navarra + - Francesco Piselli + - Giuseppe Prencipe + year: '2025' + doi: 10.1016/J.JPDC.2025.105129 + url: https://doi.org/10.1016/j.jpdc.2025.105129 + dblp_key: journals/jpdc/NavarraPP25 + venue_name: J. Parallel Distributed Comput. + pages: '105129' +- title: Teaching parallel and distributed computing in a single undergraduate-level + course + authors: + - Tia Newhall + year: '2025' + doi: 10.1016/J.JPDC.2025.105092 + url: https://doi.org/10.1016/j.jpdc.2025.105092 + dblp_key: journals/jpdc/Newhall25 + venue_name: J. Parallel Distributed Comput. + pages: '105092' +- title: An introductory-level undergraduate CS course that introduces parallel computing + authors: + - Tia Newhall + - Kevin C. Webb 0001 + - Vasanta Chaganti + - Andrew Danner + year: '2025' + doi: 10.1016/J.JPDC.2025.105044 + url: https://doi.org/10.1016/j.jpdc.2025.105044 + dblp_key: journals/jpdc/NewhallWCD25 + venue_name: J. Parallel Distributed Comput. + pages: '105044' +- title: 'Data quality management in big data: Strategies, tools, and educational + implications' + authors: + - Thu Nguyen 0003 + - Hong-Tri Nguyen 0001 + - Tu-Anh Nguyen-Hoang + year: '2025' + doi: 10.1016/J.JPDC.2025.105067 + url: https://doi.org/10.1016/j.jpdc.2025.105067 + dblp_key: journals/jpdc/NguyenNN25 + venue_name: J. Parallel Distributed Comput. + pages: '105067' +- title: 'GPU tabu search: A study on using GPU to solve massive instances of the + maximum diversity problem' + authors: + - Bruno Nogueira 0001 + - William Rosendo + - Eduardo Tavares + - Ermeson C. Andrade + year: '2025' + doi: 10.1016/J.JPDC.2024.105012 + url: https://doi.org/10.1016/j.jpdc.2024.105012 + dblp_key: journals/jpdc/NogueiraRTA25 + venue_name: J. Parallel Distributed Comput. + pages: '105012' +- title: Optimal scheduling algorithms for software-defined radio pipelined and replicated + task chains on multicore architectures + authors: + - Diane Orhan + - Laércio Lima Pilla + - Denis Barthou + - Adrien Cassagne + - Olivier Aumage + - Romain Tajan + - Christophe Jégo + - Camille Leroux + year: '2025' + doi: 10.1016/J.JPDC.2025.105106 + url: https://doi.org/10.1016/j.jpdc.2025.105106 + dblp_key: journals/jpdc/OrhanPBCATJL25 + venue_name: J. Parallel Distributed Comput. + pages: '105106' +- title: Cognitive behavioural characteristics identification for remote user authentication + for cybersecurity + authors: + - Ahmet Orun + - Emre Orun + - Fatih Kurugollu + year: '2025' + doi: 10.1016/J.JPDC.2025.105102 + url: https://doi.org/10.1016/j.jpdc.2025.105102 + dblp_key: journals/jpdc/OrunOK25 + venue_name: J. Parallel Distributed Comput. + pages: '105102' +- title: 'ERT: Data placement based on estimated response time for P2P storage systems' + authors: + - Fitrio Pakana + - Nasrin Sohrabi + - Hai Dong + - Zahir Tari + - Nour Moustafa + year: '2025' + doi: 10.1016/J.JPDC.2024.105022 + url: https://doi.org/10.1016/j.jpdc.2024.105022 + dblp_key: journals/jpdc/PakanaSDTM25 + venue_name: J. Parallel Distributed Comput. + pages: '105022' +- title: Distributed robust multitask clustering in wireless sensor networks using + Multi-Factorial Evolutionary Algorithm + authors: + - Anita Panwar + - Satyasai Jagannath Nanda + year: '2025' + doi: 10.1016/J.JPDC.2025.105038 + url: https://doi.org/10.1016/j.jpdc.2025.105038 + dblp_key: journals/jpdc/PanwarN25 + venue_name: J. Parallel Distributed Comput. + pages: '105038' +- title: A zero-knowledge proof federated learning on DLT for healthcare data + authors: + - Lorenzo Petrosino + - Luigi Masi + - Federico D'Antoni + - Mario Merone + - Luca Vollero + year: '2025' + doi: 10.1016/J.JPDC.2024.104992 + url: https://doi.org/10.1016/j.jpdc.2024.104992 + dblp_key: journals/jpdc/PetrosinoMDMV25 + venue_name: J. Parallel Distributed Comput. + pages: '104992' +- title: 'Advanced resource management: A hands-on master course in HPC and cloud + computing' + authors: + - Lucia Pons + - Salvador Petit + - Julio Sahuquillo + year: '2025' + doi: 10.1016/J.JPDC.2025.105091 + url: https://doi.org/10.1016/j.jpdc.2025.105091 + dblp_key: journals/jpdc/PonsPS25 + venue_name: J. Parallel Distributed Comput. + pages: '105091' +- title: Edge metric basis and its fault tolerance over certain interconnection networks + authors: + - Savari Prabhu + - T. Jenifer Janany + - M. Arulperumjothi + - Ismael G. Yero + year: '2025' + doi: 10.1016/J.JPDC.2025.105141 + url: https://doi.org/10.1016/j.jpdc.2025.105141 + dblp_key: journals/jpdc/PrabhuJAY25 + venue_name: J. Parallel Distributed Comput. + pages: '105141' +- title: 'MMBypass: Towards efficient multi-modal AI computing with adaptive bypass + network' + authors: + - Yifei Pu + - Xinfeng Xia + - Xiaofeng Hou + - Chi Wang + - Cheng Xu + - Jiacheng Liu 0001 + - Jing Wang 0055 + - Minyi Guo + - Jingling Yuan + - Chao Li 0009 + year: '2025' + doi: 10.1016/J.JPDC.2025.105078 + url: https://doi.org/10.1016/j.jpdc.2025.105078 + dblp_key: journals/jpdc/PuXHWXLWGYL25 + venue_name: J. Parallel Distributed Comput. + pages: '105078' +- title: An efficient conference key agreement protocol suited for resource constrained + devices + authors: + - Manmohan Pundir + - Abhimanyu Kumar + year: '2025' + doi: 10.1016/J.JPDC.2024.105011 + url: https://doi.org/10.1016/j.jpdc.2024.105011 + dblp_key: journals/jpdc/PundirK25 + venue_name: J. Parallel Distributed Comput. + pages: '105011' +- title: SHAP-based intrusion detection in IoT networks using quantum neural networks + on IonQ hardware + authors: + - K. Rajkumar + - S. Mercy Shalinie + year: '2025' + doi: 10.1016/J.JPDC.2025.105133 + url: https://doi.org/10.1016/j.jpdc.2025.105133 + dblp_key: journals/jpdc/RajkumarS25 + venue_name: J. Parallel Distributed Comput. + pages: '105133' +- title: A parallel algorithm for minimum weight set cover with small neighborhood + property + authors: + - Yingli Ran + - Yaoyao Zhang + - Zhao Zhang 0002 + year: '2025' + doi: 10.1016/J.JPDC.2025.105034 + url: https://doi.org/10.1016/j.jpdc.2025.105034 + dblp_key: journals/jpdc/RanZZ25 + venue_name: J. Parallel Distributed Comput. + pages: '105034' +- title: 'To repair or not to repair: Assessing fault resilience in MPI stencil applications' + authors: + - Roberto Rocco + - Elisabetta Boella + - Daniele Gregori + - Gianluca Palermo + year: '2025' + doi: 10.1016/J.JPDC.2025.105156 + url: https://doi.org/10.1016/j.jpdc.2025.105156 + dblp_key: journals/jpdc/RoccoBGP25 + venue_name: J. Parallel Distributed Comput. + pages: '105156' +- title: Privacy-enabled academic certificate authentication and deep learning-based + student performance prediction system using hyperledger blockchain technology + authors: + - Sangeetha A. S + - Shunmugan S + year: '2025' + doi: 10.1016/J.JPDC.2025.105119 + url: https://doi.org/10.1016/j.jpdc.2025.105119 + dblp_key: journals/jpdc/SS25 + venue_name: J. Parallel Distributed Comput. + pages: '105119' +- title: Enabling semi-supervised learning in intrusion detection systems + authors: + - Panagis Sarantos + - John Violos + - Aris Leivadeas + year: '2025' + doi: 10.1016/J.JPDC.2024.105010 + url: https://doi.org/10.1016/j.jpdc.2024.105010 + dblp_key: journals/jpdc/SarantosVL25 + venue_name: J. Parallel Distributed Comput. + pages: '105010' +- title: 'High-speed turbulent flows towards the exascale: STREAmS-2 porting and performance' + authors: + - Srikanth Sathyanarayana + - Matteo Bernardini + - Davide Modesti + - Sergio Pirozzoli + - Francesco Salvadore + year: '2025' + doi: 10.1016/J.JPDC.2024.104993 + url: https://doi.org/10.1016/j.jpdc.2024.104993 + dblp_key: journals/jpdc/SathyanarayanaB25 + venue_name: J. Parallel Distributed Comput. + pages: '104993' +- title: 'Exploring data science workflows: A practice-oriented approach to teaching + processing of massive datasets' + authors: + - Johannes Schoder + - H. Martin Bücker + year: '2025' + doi: 10.1016/J.JPDC.2025.105043 + url: https://doi.org/10.1016/j.jpdc.2025.105043 + dblp_key: journals/jpdc/SchoderB25 + venue_name: J. Parallel Distributed Comput. + pages: '105043' +- title: Integration framework for online thread throttling with thread and page mapping + on NUMA systems + authors: + - Janaina Schwarzrock + - Hiago Mayk G. de A. Rocha + - Arthur Francisco Lorenzon + - Samuel Xavier de Souza + - Antonio Carlos S. Beck + year: '2025' + doi: 10.1016/J.JPDC.2025.105145 + url: https://doi.org/10.1016/j.jpdc.2025.105145 + dblp_key: journals/jpdc/SchwarzrockRLSB25 + venue_name: J. Parallel Distributed Comput. + pages: '105145' +- title: Distributed landmark labeling for social networks + authors: + - Arda Sener + - Hüsnü Yenigün + - Kamer Kaya + year: '2025' + doi: 10.1016/J.JPDC.2025.105057 + url: https://doi.org/10.1016/j.jpdc.2025.105057 + dblp_key: journals/jpdc/SenerYK25 + venue_name: J. Parallel Distributed Comput. + pages: '105057' +- title: 'Threat to trust: A systematic review on Internet of medical things security' + authors: + - Elham Ali Shammar + - Xiaohui Cui + - Ammar T. Zahary + - Saeed Hamood Alsamhi + - Mohammed A. A. Al-qaness + year: '2025' + doi: 10.1016/J.JPDC.2025.105172 + url: https://doi.org/10.1016/j.jpdc.2025.105172 + dblp_key: journals/jpdc/ShammarCZAA25 + venue_name: J. Parallel Distributed Comput. + pages: '105172' +- title: Sensor failure mitigation in RTOS based internet of things (IoT) systems + using machine learning + authors: + - Saugat Sharma + - Grzegorz Chmaj + - Henry Selvaraj + year: '2025' + doi: 10.1016/J.JPDC.2025.105161 + url: https://doi.org/10.1016/j.jpdc.2025.105161 + dblp_key: journals/jpdc/SharmaCS25 + venue_name: J. Parallel Distributed Comput. + pages: '105161' +- title: The analysis of P2P networks with malicious peers and repairable breakdown + based on Geo/Geo/1+1 queue + authors: + - Ying Shen + - Zhanyou Ma + year: '2025' + doi: 10.1016/J.JPDC.2024.104979 + url: https://doi.org/10.1016/j.jpdc.2024.104979 + dblp_key: journals/jpdc/ShenM25 + venue_name: J. Parallel Distributed Comput. + pages: '104979' +- title: Experience with adapting to a software framework for a use-case in computational + science + authors: + - V. Venkatesh Shenoi + - Nisha Agrawal + year: '2025' + doi: 10.1016/J.JPDC.2025.105090 + url: https://doi.org/10.1016/j.jpdc.2025.105090 + dblp_key: journals/jpdc/ShenoiA25 + venue_name: J. Parallel Distributed Comput. + pages: '105090' +- title: Hands-on parallel & distributed computing with Raspberry Pi devices and + clusters + authors: + - Elizabeth Shoop + - Suzanne J. Matthews + - Richard A. Brown + - Joel C. Adams + year: '2025' + doi: 10.1016/J.JPDC.2024.104996 + url: https://doi.org/10.1016/j.jpdc.2024.104996 + dblp_key: journals/jpdc/ShoopMBA25 + venue_name: J. Parallel Distributed Comput. + pages: '104996' +- title: 'OASR-WFBP: An overlapping aware start-up sharing gradient merging strategy + for efficient communication in distributed deep learning' + authors: + - Yingjie Song + - Zhuo Tang + - Yaohua Wang + - Xiong Xiao + - Zhizhong Liu + - Jing Xia + - Kenli Li 0001 + year: '2025' + doi: 10.1016/J.JPDC.2024.104997 + url: https://doi.org/10.1016/j.jpdc.2024.104997 + dblp_key: journals/jpdc/SongTWXLX025 + venue_name: J. Parallel Distributed Comput. + pages: '104997' +- title: 'DH_Aligner: A fast short-read aligner on multicore platforms with AVX vectorization' + authors: + - Qiao Sun 0005 + - Chen Feng + - Leisheng Li + - Huiyuan Li 0002 + year: '2025' + doi: 10.1016/J.JPDC.2025.105142 + url: https://doi.org/10.1016/j.jpdc.2025.105142 + dblp_key: journals/jpdc/SunFLL25 + venue_name: J. Parallel Distributed Comput. + pages: '105142' +- title: 'DRViT: A dynamic redundancy-aware vision transformer accelerator via algorithm + and architecture co-design on FPGA' + authors: + - Xiangfeng Sun + - Yuanting Zhang + - Qinyu Wang + - Xiaofeng Zou + - Yujia Liu + - Ziqian Zeng + - Huiping Zhuang + year: '2025' + doi: 10.1016/J.JPDC.2025.105042 + url: https://doi.org/10.1016/j.jpdc.2025.105042 + dblp_key: journals/jpdc/SunZWZLZZ25 + venue_name: J. Parallel Distributed Comput. + pages: '105042' +- title: On fractal cubic network graphs + authors: + - Ayse Nur Altintas Tankul + - Burhan Selcuk + - Muhammed Kamil Turan + year: '2025' + doi: 10.1016/J.JPDC.2024.105023 + url: https://doi.org/10.1016/j.jpdc.2024.105023 + dblp_key: journals/jpdc/TankulST25 + venue_name: J. Parallel Distributed Comput. + pages: '105023' +- title: Leveraging Multi-Instance GPUs through moldable task scheduling + authors: + - Jorge Villarrubia + - Luis Costero + - Francisco D. Igual + - Katzalin Olcoz + year: '2025' + doi: 10.1016/J.JPDC.2025.105128 + url: https://doi.org/10.1016/j.jpdc.2025.105128 + dblp_key: journals/jpdc/VillarrubiaCIO25 + venue_name: J. Parallel Distributed Comput. + pages: '105128' +- title: Schedule multi-instance microservices to minimize response time under budget + constraint in cloud HPC systems + authors: + - Dong Wang + - Hong Shen 0001 + - Hui Tian 0001 + - Yuanhao Yang + year: '2025' + doi: 10.1016/J.JPDC.2025.105086 + url: https://doi.org/10.1016/j.jpdc.2025.105086 + dblp_key: journals/jpdc/WangSTY25 + venue_name: J. Parallel Distributed Comput. + pages: '105086' +- title: 'HIP-RRTMG_SW: Accelerating a shortwave radiative transfer scheme under the + heterogeneous-compute interface for portability (HIP) framework' + authors: + - Zhenzhen Wang + - Yuzhu Wang + - Fei Li + - Jinrong Jiang + - Xiaocong Wang + year: '2025' + doi: 10.1016/J.JPDC.2025.105094 + url: https://doi.org/10.1016/j.jpdc.2025.105094 + dblp_key: journals/jpdc/WangWLJW25 + venue_name: J. Parallel Distributed Comput. + pages: '105094' +- title: A lightweight RDMA connection protocol based on post-hoc confirmation + authors: + - Ke Wu 0003 + - Dezun Dong + - Weixia Xu 0001 + year: '2025' + doi: 10.1016/J.JPDC.2024.104991 + url: https://doi.org/10.1016/j.jpdc.2024.104991 + dblp_key: journals/jpdc/WuDX25 + venue_name: J. Parallel Distributed Comput. + pages: '104991' +- title: Front Matter 1 - Full Title Page (regular issues)/Special Issue Title page + (special issues) + authors: [] + year: '2025' + doi: 10.1016/S0743-7315(24)00167-9 + url: https://doi.org/10.1016/s0743-7315(24)00167-9 + dblp_key: journals/jpdc/X25 + venue_name: J. Parallel Distributed Comput. + pages: '105003' +- title: Front Matter 1 - Full Title Page (regular issues)/Special Issue Title page + (special issues) + authors: [] + year: '2025' + doi: 10.1016/S0743-7315(24)00194-1 + url: https://doi.org/10.1016/s0743-7315(24)00194-1 + dblp_key: journals/jpdc/X25a + venue_name: J. Parallel Distributed Comput. + pages: '105030' +- title: Front Matter 1 - Full Title Page (regular issues)/Special Issue Title page + (special issues) + authors: [] + year: '2025' + doi: 10.1016/S0743-7315(25)00014-0 + url: https://doi.org/10.1016/s0743-7315(25)00014-0 + dblp_key: journals/jpdc/X25b + venue_name: J. Parallel Distributed Comput. + pages: '105047' +- title: Front Matter 1 - Full Title Page (regular issues)/Special Issue Title page + (special issues) + authors: [] + year: '2025' + doi: 10.1016/S0743-7315(25)00027-9 + url: https://doi.org/10.1016/s0743-7315(25)00027-9 + dblp_key: journals/jpdc/X25c + venue_name: J. Parallel Distributed Comput. + pages: '105060' +- title: Front Matter 1 - Full Title Page (regular issues)/Special Issue Title page + (special issues) + authors: [] + year: '2025' + doi: 10.1016/S0743-7315(25)00089-9 + url: https://doi.org/10.1016/s0743-7315(25)00089-9 + dblp_key: journals/jpdc/X25d + venue_name: J. Parallel Distributed Comput. + pages: '105122' +- title: Federated multi-task learning with cross-device heterogeneous task subsets + authors: + - Zewei Xin + - Qinya Li + - Chaoyue Niu + - Fan Wu 0006 + - Guihai Chen + year: '2025' + doi: 10.1016/J.JPDC.2025.105155 + url: https://doi.org/10.1016/j.jpdc.2025.105155 + dblp_key: journals/jpdc/XinLNWC25 + venue_name: J. Parallel Distributed Comput. + pages: '105155' +- title: 'MM-AutoSolver: A multimodal machine learning method for the auto-selection + of iterative solvers and preconditioners' + authors: + - Hantao Xiong + - Wangdong Yang + - Weiqing He + - Shengle Lin + - Keqin Li 0001 + - Kenli Li 0001 + year: '2025' + doi: 10.1016/J.JPDC.2025.105144 + url: https://doi.org/10.1016/j.jpdc.2025.105144 + dblp_key: journals/jpdc/XiongYHLLL25 + venue_name: J. Parallel Distributed Comput. + pages: '105144' +- title: 'DePoL: Assuring training integrity in collaborative learning via decentralized + verification' + authors: + - Zhicheng Xu + - Xiaoli Zhang 0003 + - Xuanyu Yin + - Hongbing Cheng + year: '2025' + doi: 10.1016/J.JPDC.2025.105056 + url: https://doi.org/10.1016/j.jpdc.2025.105056 + dblp_key: journals/jpdc/XuZYC25 + venue_name: J. Parallel Distributed Comput. + pages: '105056' +- title: 'HeaPS: Heterogeneity-aware participant selection for efficient federated + learning' + authors: + - Duo Yang 0005 + - Bing Hu 0002 + - Yunqi Gao + - A-Long Jin + - An Liu + - Kwan L. Yeung + - Yang You + year: '2025' + doi: 10.1016/J.JPDC.2025.105168 + url: https://doi.org/10.1016/j.jpdc.2025.105168 + dblp_key: journals/jpdc/YangHGJLYY25 + venue_name: J. Parallel Distributed Comput. + pages: '105168' +- title: The (t,k)-diagnosability of Cayley graph generated by 2-tree + authors: + - Lulu Yang + - Shuming Zhou + - Eddie Cheng 0001 + year: '2025' + doi: 10.1016/J.JPDC.2025.105068 + url: https://doi.org/10.1016/j.jpdc.2025.105068 + dblp_key: journals/jpdc/YangZC25 + venue_name: J. Parallel Distributed Comput. + pages: '105068' +- title: 'Parallel watershed partitioning: GPU-based hierarchical image segmentation' + authors: + - Varduhi Yeghiazaryan + - Yeva Gabrielyan + - Irina Voiculescu + year: '2025' + doi: 10.1016/J.JPDC.2025.105140 + url: https://doi.org/10.1016/j.jpdc.2025.105140 + dblp_key: journals/jpdc/YeghiazaryanGV25 + venue_name: J. Parallel Distributed Comput. + pages: '105140' +- title: 'SoRCS: A scalable blockchain model with separation of role, chain and storage' + authors: + - Bin Yu + - Lei Chen + - He Zhao 0011 + - Zhiyu Ma + - Haotian Cheng + - Xiaoting Zhang + - Liang Sun + - Tong Zhou 0003 + - Nianzu Sheng + year: '2025' + doi: 10.1016/J.JPDC.2025.105160 + url: https://doi.org/10.1016/j.jpdc.2025.105160 + dblp_key: journals/jpdc/YuCZMCZSZS25 + venue_name: J. Parallel Distributed Comput. + pages: '105160' +- title: Towards value-sensitive and poisoning-proof model aggregation for federated + learning on heterogeneous data + authors: + - Hui Zeng + - Tongqing Zhou + - Yeting Guo + - Zhiping Cai + - Fang Liu 0002 + year: '2025' + doi: 10.1016/J.JPDC.2024.104994 + url: https://doi.org/10.1016/j.jpdc.2024.104994 + dblp_key: journals/jpdc/ZengZGC025 + venue_name: J. Parallel Distributed Comput. + pages: '104994' +- title: 'SPSRR: An Effective Streaming Multiprocessor Partitioning Based on On-chip + Storage Resource Requirement of Kernels' + authors: + - Jun Zhang + - Jizhen Wei + - Fanfan Shen + - Hai Tan + - Yanxiang He + year: '2025' + doi: 10.1016/J.JPDC.2025.105158 + url: https://doi.org/10.1016/j.jpdc.2025.105158 + dblp_key: journals/jpdc/ZhangWSTH25 + venue_name: J. Parallel Distributed Comput. + pages: '105158' +- title: Survey of federated learning in intrusion detection + authors: + - Hao Zhang 0078 + - Junwei Ye + - Wei Huang 0037 + - Ximeng Liu + - Jason Gu + year: '2025' + doi: 10.1016/J.JPDC.2024.104976 + url: https://doi.org/10.1016/j.jpdc.2024.104976 + dblp_key: journals/jpdc/ZhangY0LG25 + venue_name: J. Parallel Distributed Comput. + pages: '104976' +- title: Design and experimental evaluation of algorithms for optimizing the throughput + of dispersed computing + authors: + - Xiangchen Zhao + - Diyi Hu + - Bhaskar Krishnamachari + year: '2025' + doi: 10.1016/J.JPDC.2024.104999 + url: https://doi.org/10.1016/j.jpdc.2024.104999 + dblp_key: journals/jpdc/ZhaoHK25 + venue_name: J. Parallel Distributed Comput. + pages: '104999' diff --git a/site/data/papers/JPDC-2025-digest.yaml b/site/data/papers/JPDC-2025-digest.yaml new file mode 100644 index 0000000..f790404 --- /dev/null +++ b/site/data/papers/JPDC-2025-digest.yaml @@ -0,0 +1,110 @@ +venue: JPDC +year: 2025 +selected: + - title: "Throughput of Byzantine Broadcast" + authors: + - Ruomu Hou + - Haifeng Yu + - Prateek Saxena + tldr: "Establishes tight throughput bounds for Byzantine broadcast protocols and constructs algorithms that saturate those bounds, separating throughput from latency in the fault-tolerant broadcast landscape." + why_notable: "Provides the first rigorous throughput characterization of Byzantine broadcast, a fundamental primitive whose capacity limits were previously unquantified." + + - title: "How to reduce the number of steps for (multi-valued validated) Byzantine agreement?" + authors: + - Baohan Huang + - Haibin Zhang + - Chao Liu 0039 + - Shengli Liu 0001 + - Yong Yu 0002 + - Fangguo Zhang + - Liehuang Zhu + tldr: "Presents new Byzantine agreement protocols that lower the step complexity for multi-valued and validated variants, breaking barriers that have stood since the classical results." + why_notable: "Step complexity is a fundamental metric for distributed agreement; reducing it has direct implications for consensus latency in blockchains and replicated systems." + + - title: "Locating a black hole in a dynamic ring" + authors: + - Giuseppe Antonio Di Luna + - Paola Flocchini + - Giuseppe Prencipe + - Nicola Santoro + tldr: "Solves the black-hole search problem on rings whose topology changes over time, establishing the agent and time complexity of locating a fatal node in a dynamic distributed environment." + why_notable: "Extends a classic distributed exploration problem to dynamic graphs, requiring new algorithmic techniques that are broadly applicable to fault detection in evolving networks." + + - title: "Dispersion of mobile robots on directed anonymous graphs" + authors: + - Giuseppe F. Italiano + - Debasish Pattanayak + - Gokarna Sharma + tldr: "Characterizes the necessary and sufficient conditions for a group of mobile robots to disperse to distinct nodes of a directed anonymous graph, and provides optimal algorithms." + why_notable: "Directed anonymous graphs model asymmetric communication networks; the dispersion problem's resolution here advances the theory of autonomous distributed agents." + + - title: "QPOPSS: Query and Parallelism Optimized Space-Saving for finding frequent stream elements" + authors: + - Victor Jarlow + - Charalampos Stylianopoulos + - Marina Papatriantafilou + tldr: "Redesigns the Space-Saving frequent-elements sketch for concurrent shared-memory execution, achieving high query throughput alongside update throughput without sacrificing approximation accuracy." + why_notable: "Bridges the gap between approximate streaming data structures and parallel execution, demonstrating that heavy-hitter summaries can scale on multicore without significant accuracy loss." + + - title: "A parallel algorithm for minimum weight set cover with small neighborhood property" + authors: + - Yingli Ran + - Yaoyao Zhang + - Zhao Zhang 0002 + tldr: "Gives a parallel approximation algorithm for minimum weight set cover instances where sets have bounded neighborhood size, achieving near-optimal approximation ratio in poly-logarithmic rounds." + why_notable: "Expands the frontier of problems admitting efficient parallel approximation, with implications for distributed network optimization where local structure can be exploited." + + - title: "Optimizing parallel heterogeneous system efficiency: Dynamic task graph adaptation with recursive tasks" + authors: + - Nathalie Furmento + - Abdou Guermouche + - Gwenolé Lucas + - Thomas Morin + - Samuel Thibault + - Pierre-André Wacrenier + tldr: "Extends task-graph runtime systems to support recursive task generation, enabling dynamic adaptation of the task graph structure to improve load balance on heterogeneous CPU-GPU platforms." + why_notable: "Recursive task parallelism is essential for divide-and-conquer workloads; integrating it into heterogeneous runtimes closes a major gap in practical parallel programming models." + + - title: "A scheduler to foster data locality for GPU and out-of-core task-based linear algebra applications" + authors: + - Maxime Gonthier + - Loris Marchal + - Samuel Thibault + tldr: "Proposes a data-locality-aware scheduler for task-based dense linear algebra that simultaneously manages GPU memory and out-of-core data transfers to minimize data movement." + why_notable: "Data movement dominates cost in large linear algebra computations; the scheduler's dual handling of GPU memory and disk I/O makes it practically relevant for exascale workloads." + + - title: "Leveraging Multi-Instance GPUs through moldable task scheduling" + authors: + - Jorge Villarrubia + - Luis Costero + - Francisco D. Igual + - Katzalin Olcoz + tldr: "Develops a moldable task scheduling framework that dynamically partitions GPU compute across concurrent tasks using NVIDIA's Multi-Instance GPU feature to improve overall throughput." + why_notable: "MIG is a critical hardware feature for multi-tenant GPU clusters; this work provides the first scheduling framework that exploits it through principled moldable-task theory." + + - title: "Integration framework for online thread throttling with thread and page mapping on NUMA systems" + authors: + - Janaina Schwarzrock + - Hiago Mayk G. de A. Rocha + - Arthur Francisco Lorenzon + - Samuel Xavier de Souza + - Antonio Carlos S. Beck + tldr: "Combines online thread-count throttling with NUMA-aware thread and page placement in a unified runtime framework, adaptively co-optimizing both dimensions to maximize performance." + why_notable: "Thread throttling and NUMA placement are typically managed independently; their joint online optimization yields measurable gains that neither technique alone achieves." + + - title: "To repair or not to repair: Assessing fault resilience in MPI stencil applications" + authors: + - Roberto Rocco + - Elisabetta Boella + - Daniele Gregori + - Gianluca Palermo + tldr: "Systematically evaluates the cost-benefit trade-off between full fault recovery and partial resilience strategies for MPI stencil computations under process failures." + why_notable: "Provides practitioners with a principled decision framework for resilience in HPC applications, showing when expensive full recovery is justified versus cheaper degraded-mode execution." + + - title: "A lightweight RDMA connection protocol based on post-hoc confirmation" + authors: + - Ke Wu 0003 + - Dezun Dong + - Weixia Xu 0001 + tldr: "Designs an RDMA connection protocol that defers acknowledgment to post-operation confirmation, drastically reducing connection setup overhead for short-lived high-frequency transfers." + why_notable: "RDMA setup latency is a critical bottleneck in disaggregated memory and distributed storage systems; this protocol's approach generalizes to any latency-sensitive fabric." diff --git a/site/data/papers/Middleware-2024-candidates.yaml b/site/data/papers/Middleware-2024-candidates.yaml new file mode 100644 index 0000000..d49db1f --- /dev/null +++ b/site/data/papers/Middleware-2024-candidates.yaml @@ -0,0 +1,824 @@ +venue: Middleware +year: 2024 +source: dblp +count: 65 +papers: +- title: 'Chasing Lightspeed Consensus: Fast Wide-Area Byzantine Replication with + Mercury' + authors: + - Christian Berger 0006 + - Lívio Rodrigues + - Hans P. Reiser + - Vinicius Vielmo Cogo + - Alysson Bessani + year: '2024' + doi: 10.1145/3652892.3700756 + url: https://doi.org/10.1145/3652892.3700756 + dblp_key: conf/middleware/0006RRCB24 + venue_name: Middleware + pages: 158-171 +- title: 'A2L: User-Transparent Workload-Adaptive Asynchronous I/O Layer (industry + track)' + authors: + - Byoung Chul An + - Hanul Sung + - Hyeonsang Eom + year: '2024' + doi: 10.1145/3700824.3701098 + url: https://doi.org/10.1145/3700824.3701098 + dblp_key: conf/middleware/AnSE24 + venue_name: Middleware Industry + pages: 36-42 +- title: Towards SLO-Compliant and Cost-Effective Serverless Computing on Emerging + GPU Architectures + authors: + - Vivek M. Bhasi + - Aakash Sharma + - Rishabh Jain + - Jashwant Raj Gunasekaran + - Ashutosh Pattnaik + - Mahmut Taylan Kandemir + - Chita R. Das + year: '2024' + doi: 10.1145/3652892.3700760 + url: https://doi.org/10.1145/3652892.3700760 + dblp_key: conf/middleware/BhasiSJGPKD24 + venue_name: Middleware + pages: 211-224 +- title: Personalized Privacy-Preserving Federated Learning + authors: + - Cédric Boscher + - Nawel Benarba + - Fatima Elhattab + - Sara Bouchenak + year: '2024' + doi: 10.1145/3652892.3700785 + url: https://doi.org/10.1145/3652892.3700785 + dblp_key: conf/middleware/BoscherBEB24 + venue_name: Middleware + pages: 454-466 +- title: Comparative Analysis and Optimization of LoRA Adapter Co-serving for Large + Language Models + authors: + - Jiaxuan Chen + year: '2024' + doi: 10.1145/3704440.3704777 + url: https://doi.org/10.1145/3704440.3704777 + dblp_key: conf/middleware/Chen24 + venue_name: Middleware Demos/Posters/Doctoral Symposium + pages: 27-28 +- title: Towards Practical Homomorphic Aggregation in Byzantine-Resilient Distributed + Learning + authors: + - Antoine Choffrut + - Rachid Guerraoui + - Rafael Pinot + - Renaud Sirdey + - John Stephan + - Martin Zuber + year: '2024' + doi: 10.1145/3652892.3700783 + url: https://doi.org/10.1145/3652892.3700783 + dblp_key: conf/middleware/ChoffrutGPSSZ24 + venue_name: Middleware + pages: 431-444 +- title: 'QuickDrop: Efficient Federated Unlearning via Synthetic Data Generation' + authors: + - Akash Balasaheb Dhasade + - Yaohong Ding + - Song Guo 0001 + - Anne-Marie Kermarrec + - Martijn de Vos + - Leijie Wu + year: '2024' + doi: 10.1145/3652892.3700764 + url: https://doi.org/10.1145/3652892.3700764 + dblp_key: conf/middleware/DhasadeD0KVW24 + venue_name: Middleware + pages: 266-278 +- title: A Conversational Assistant Framework for Automation + authors: + - Evelyn Duesterwald + - Vatche Isahagian + - K. R. Jayaram + - Ritesh Kumar + - Vinod Muthusamy + - Punleuk Oum + - Gegi Thomas + - Praveen Venkateswaran + year: '2024' + doi: 10.1145/3700824.3701093 + url: https://doi.org/10.1145/3700824.3701093 + dblp_key: conf/middleware/DuesterwaldIJKM24 + venue_name: Middleware Industry + pages: 1-7 +- title: Towards Resilience of Community-based Intrusion Detection + authors: + - Philipp Eichhammer + year: '2024' + doi: 10.1145/3704440.3704787 + url: https://doi.org/10.1145/3704440.3704787 + dblp_key: conf/middleware/Eichhammer24 + venue_name: Middleware Demos/Posters/Doctoral Symposium + pages: 21-22 +- title: 'Serverful Functions: Leveraging Servers in Complex Serverless Workflows + (industry track)' + authors: + - Germán T. Eizaguirre + - Daniel Barcelona Pons + - Aitor Arjona + - Gil Vernik + - Pedro García López + - Theodore Alexandrov + year: '2024' + doi: 10.1145/3700824.3701095 + url: https://doi.org/10.1145/3700824.3701095 + dblp_key: conf/middleware/EizaguirrePAVLA24 + venue_name: Middleware Industry + pages: 15-21 +- title: 'StreamSense: Policy-driven Semantic Video Search in Streaming Systems' + authors: + - Gerard Finol + - Arnau Gabriel + - Pedro García López + - Raúl Gracia Tinedo + - Luis Liu + - Reuben Docea + - Max Kirchner + - Sebastian Bodenstedt + year: '2024' + doi: 10.1145/3700824.3701097 + url: https://doi.org/10.1145/3700824.3701097 + dblp_key: conf/middleware/FinolGLTLDKB24 + venue_name: Middleware Industry + pages: 29-35 +- title: A Universal Graph Transaction-Log + authors: + - Luis Garcés-Erice + - Enrico Toniato + - Daniel Bauer 0001 + - Peter Urbanetz + - Sean Rooney + year: '2024' + doi: 10.1145/3704440.3704773 + url: https://doi.org/10.1145/3704440.3704773 + dblp_key: conf/middleware/Garces-EriceT0U24 + venue_name: Middleware Demos/Posters/Doctoral Symposium + pages: 1-2 +- title: On the Semantic Overlap of Operators in Stream Processing Engines + authors: + - Vincenzo Gulisano + - Marina Papatriantafilou + - Alessandro Margara + year: '2024' + doi: 10.1145/3652892.3654790 + url: https://doi.org/10.1145/3652892.3654790 + dblp_key: conf/middleware/GulisanoPM24 + venue_name: Middleware + pages: 8-21 +- title: Consensus-Agnostic State-Machine Replication + authors: + - Alexander Heß + - Franz J. Hauck + - Echo Meißner + year: '2024' + doi: 10.1145/3652892.3700776 + url: https://doi.org/10.1145/3652892.3700776 + dblp_key: conf/middleware/HessHM24 + venue_name: Middleware + pages: 341-353 +- title: 'Menos: Split Fine-Tuning Large Language Models with Efficient GPU Memory + Sharing' + authors: + - Chenghao Hu + - Baochun Li + year: '2024' + doi: 10.1145/3652892.3700758 + url: https://doi.org/10.1145/3652892.3700758 + dblp_key: conf/middleware/HuL24 + venue_name: Middleware + pages: 185-198 +- title: 'Ripple: Large-Scale Service and Configuration Management in the Cloud' + authors: + - Shuping Ji + - Zhen Tang + - Wei Wang 0049 + - Hui Li + - Jianguo Yao 0002 + - Hans-Arno Jacobsen + year: '2024' + doi: 10.1145/3704440.3704786 + url: https://doi.org/10.1145/3704440.3704786 + dblp_key: conf/middleware/JiT0LYJ24 + venue_name: Middleware Demos/Posters/Doctoral Symposium + pages: 19-20 +- title: 'Ripple: Large-Scale Service and Configuration Management in the Cloud' + authors: + - Shuping Ji + - Zhen Tang + - Wei Wang 0049 + - Hui Li + - Jianguo Yao 0002 + - Hans-Arno Jacobsen + year: '2024' + doi: 10.1145/3652892.3700777 + url: https://doi.org/10.1145/3652892.3700777 + dblp_key: conf/middleware/JiTWLYJ24 + venue_name: Middleware + pages: 354-366 +- title: 'AsyncFilter: Detecting Poisoning Attacks in Asynchronous Federated Learning' + authors: + - Yufei Kang + - Baochun Li + year: '2024' + doi: 10.1145/3652892.3700787 + url: https://doi.org/10.1145/3652892.3700787 + dblp_key: conf/middleware/KangL24 + venue_name: Middleware + pages: 481-493 +- title: 'KDB: A Persistent Key-Value Data Store with Batch Updates and Snapshots' + authors: + - Tadeusz Kobus + - Maciej Kokocinski + - Krzysztof Kortas + - Pawel T. Wojciechowski + year: '2024' + doi: 10.1145/3704440.3704790 + url: https://doi.org/10.1145/3704440.3704790 + dblp_key: conf/middleware/KobusKKW24 + venue_name: Middleware Demos/Posters/Doctoral Symposium + pages: 23-24 +- title: Towards Embracing Object Granularity in Tiered Memory Management for Big + Data + authors: + - Maciej Kokocinski + - Tadeusz Kobus + - Krystian Chmielewski + - Rafal Pyzik + - Maciej Maciejewski + year: '2024' + doi: 10.1145/3704440.3704784 + url: https://doi.org/10.1145/3704440.3704784 + dblp_key: conf/middleware/KokocinskiKCPM24 + venue_name: Middleware Demos/Posters/Doctoral Symposium + pages: 15-16 +- title: 'Creek: A Mixed-Consistency Replication Scheme' + authors: + - Maciej Kokocinski + - Tadeusz Kobus + - Pawel T. Wojciechowski + year: '2024' + doi: 10.1145/3704440.3704785 + url: https://doi.org/10.1145/3704440.3704785 + dblp_key: conf/middleware/KokocinskiKW24 + venue_name: Middleware Demos/Posters/Doctoral Symposium + pages: 17-18 +- title: Targeting Tail Latency in Replicated Systems with Proactive Rejection + authors: + - Laura Lawniczak + - Tobias Distler + year: '2024' + doi: 10.1145/3652892.3700775 + url: https://doi.org/10.1145/3652892.3700775 + dblp_key: conf/middleware/LawniczakD24 + venue_name: Middleware + pages: 327-340 +- title: An LLM-driven Framework for Dynamic Infrastructure as Code Generation + authors: + - Junhee Lee + - Sungjoo Kang + - In-Young Ko + year: '2024' + doi: 10.1145/3704440.3704778 + url: https://doi.org/10.1145/3704440.3704778 + dblp_key: conf/middleware/LeeKK24 + venue_name: Middleware Demos/Posters/Doctoral Symposium + pages: 9-10 +- title: Towards Interoperability of APIs - an LLM-based approach + authors: + - René Lehmann + year: '2024' + doi: 10.1145/3704440.3704788 + url: https://doi.org/10.1145/3704440.3704788 + dblp_key: conf/middleware/Lehmann24 + venue_name: Middleware Demos/Posters/Doctoral Symposium + pages: 29-30 +- title: Enhancing Effective Bidirectional Isolation for Function Fusion in Serverless + Architectures + authors: + - Tianyu Li + - Yingpeng Chen + - Donghui Yu + - Yuanyuan Zhang 0002 + - Bert Lagaisse + year: '2024' + doi: 10.1145/3652892.3654778 + url: https://doi.org/10.1145/3652892.3654778 + dblp_key: conf/middleware/LiCY0L24 + venue_name: Middleware + pages: 1-7 +- title: 'ColdPurge: Effecient Metadata Cache Cleaning via Accurate Online Data Hotness + Tracking' + authors: + - Yuhang Li 0002 + - Rong Gu 0001 + - Simian Li + - Baohan Wang + - Wei Yu + year: '2024' + doi: 10.1145/3700824.3701094 + url: https://doi.org/10.1145/3700824.3701094 + dblp_key: conf/middleware/LiGLWY24 + venue_name: Middleware Industry + pages: 8-14 +- title: 'Deep Optimizer States: Towards Scalable Training of Transformer Models using + Interleaved Offloading' + authors: + - Avinash Maurya + - Jie Ye + - M. Mustafa Rafique + - Franck Cappello + - Bogdan Nicolae + year: '2024' + doi: 10.1145/3652892.3700781 + url: https://doi.org/10.1145/3652892.3700781 + dblp_key: conf/middleware/MauryaYRCN24 + venue_name: Middleware + pages: 404-416 +- title: 'L3: Latency-aware Load Balancing in Multi-Cluster Service Mesh' + authors: + - Olivier Michaelis + - Stefan Schmid 0001 + - Habib Mostafaei + year: '2024' + doi: 10.1145/3652892.3654793 + url: https://doi.org/10.1145/3652892.3654793 + dblp_key: conf/middleware/Michaelis0M24 + venue_name: Middleware + pages: 49-61 +- title: Optimal Resource Efficiency with Fairness in Heterogeneous GPU Clusters + authors: + - Zizhao Mo + - Huanle Xu + - Wing Cheong Lau + year: '2024' + doi: 10.1145/3652892.3654792 + url: https://doi.org/10.1145/3652892.3654792 + dblp_key: conf/middleware/MoXL24 + venue_name: Middleware + pages: 36-48 +- title: 'HORSE: Ultra-low latency workloads on FaaS platforms' + authors: + - Djob Mvondo + - François Taïani + - Yérom-David Bromberg + year: '2024' + doi: 10.1145/3652892.3700784 + url: https://doi.org/10.1145/3652892.3700784 + dblp_key: conf/middleware/MvondoTB24 + venue_name: Middleware + pages: 445-453 +- title: 'UTwinVM: Reliable hints on the effects of hypervisor updates on VMs in the + Cloud' + authors: + - Djob Mvondo + - Tong Xing 0002 + - Antonio Barbalace + year: '2024' + doi: 10.1145/3652892.3700752 + url: https://doi.org/10.1145/3652892.3700752 + dblp_key: conf/middleware/MvondoXB24 + venue_name: Middleware + pages: 103-116 +- title: Near-Storage Processing in FaaS Environments with Funclets + authors: + - Alan Nair + - Raven Szewczyk + - Donald Jennings + - Antonio Barbalace + year: '2024' + doi: 10.1145/3652892.3700755 + url: https://doi.org/10.1145/3652892.3700755 + dblp_key: conf/middleware/NairSJB24 + venue_name: Middleware + pages: 145-157 +- title: 'Dexter: A Performance-Cost Efficient Resource Allocation Manager for Serverless + Data Analytics' + authors: + - Anna Maria Nestorov + - Diego Marrón + - Alberto Gutierrez-Torre + - Chen Wang 0039 + - Claudia Misale + - Alaa Youssef + - David Carrera 0001 + - Josep Lluís Berral + year: '2024' + doi: 10.1145/3652892.3700753 + url: https://doi.org/10.1145/3652892.3700753 + dblp_key: conf/middleware/NestorovMG0MY0B24 + venue_name: Middleware + pages: 117-130 +- title: 'Cannikin: Optimal Adaptive Distributed DNN Training over Heterogeneous Clusters' + authors: + - Chengyi Nie + - Jessica Maghakian + - Zhenhua Liu 0002 + year: '2024' + doi: 10.1145/3652892.3700767 + url: https://doi.org/10.1145/3652892.3700767 + dblp_key: conf/middleware/NieM024 + venue_name: Middleware + pages: 299-312 +- title: Grid-aware Energy Management by Data Center Workload Control Across Multiple + Data Centers + authors: + - Yoji Ozawa + - Satoshi Kaneko + - Taku Okamura + - Tetsu Moriwake + - Yuichi Nabetani + - Daiki Shimizu + - Soichiro Kumagai + year: '2024' + doi: 10.1145/3704440.3704781 + url: https://doi.org/10.1145/3704440.3704781 + dblp_key: conf/middleware/OzawaKOMNSK24 + venue_name: Middleware Demos/Posters/Doctoral Symposium + pages: 13-14 +- title: 'FDPVirt: Investigating the Behavior of FDP SSDs' + authors: + - Joonyeop Park + - Hyeonsang Eom + year: '2024' + doi: 10.1145/3704440.3704792 + url: https://doi.org/10.1145/3704440.3704792 + dblp_key: conf/middleware/ParkE24 + venue_name: Middleware Demos/Posters/Doctoral Symposium + pages: 25-26 +- title: Fine-Grained CUDA Call Interception for GPU Virtualization + authors: + - Manos Pavlidakis + - Anargyros Argyros + - Stelios Mavridis + - Giorgos Vasiliadis + - Angelos Bilas + year: '2024' + doi: 10.1145/3704440.3704779 + url: https://doi.org/10.1145/3704440.3704779 + dblp_key: conf/middleware/PavlidakisAMVB24 + venue_name: Middleware Demos/Posters/Doctoral Symposium + pages: 11-12 +- title: SCALE-Ahead-Of-Time Compilation of CUDA for AMD GPUs + authors: + - Manos Pavlidakis + - Chris Kitching + - Nicholas Tomlinson + - Michael Søndergaard + year: '2024' + doi: 10.1145/3704440.3704782 + url: https://doi.org/10.1145/3704440.3704782 + dblp_key: conf/middleware/PavlidakisKTS24 + venue_name: Middleware Demos/Posters/Doctoral Symposium + pages: 5-6 +- title: 'Guardian: Safe GPU Sharing in Multi-Tenant Environments' + authors: + - Manos Pavlidakis + - Giorgos Vasiliadis + - Stelios Mavridis + - Anargyros Argyros + - Antony Chazapis + - Angelos Bilas + year: '2024' + doi: 10.1145/3652892.3700768 + url: https://doi.org/10.1145/3652892.3700768 + dblp_key: conf/middleware/PavlidakisVMACB24 + venue_name: Middleware + pages: 313-326 +- title: Distributed Computation Offloading in Heterogeneous Edge Environments + authors: + - Anton Semjonov + year: '2024' + doi: 10.1145/3704440.3704793 + url: https://doi.org/10.1145/3704440.3704793 + dblp_key: conf/middleware/Semjonov24 + venue_name: Middleware Demos/Posters/Doctoral Symposium + pages: 31-32 +- title: Zero-Setup Computation Offloading to Heterogeneous Volunteer Devices Using + Web Browsers + authors: + - Anton Semjonov + - Janick Edinger + year: '2024' + doi: 10.1145/3704440.3704776 + url: https://doi.org/10.1145/3704440.3704776 + dblp_key: conf/middleware/SemjonovE24 + venue_name: Middleware Demos/Posters/Doctoral Symposium + pages: 3-4 +- title: 'BASS: A Resource Orchestrator to Account for Vagaries in Network Conditions + in Community Wi-Fi Mesh' + authors: + - Manasvini Sethuraman + - Anirudh Sarma + - Netra Ghaisas + - Adwait Bauskar + - Ashutosh Dhekne + - Anand Sivasubramaniam + - Kishore Ramachandran + year: '2024' + doi: 10.1145/3652892.3700754 + url: https://doi.org/10.1145/3652892.3700754 + dblp_key: conf/middleware/SethuramanSGBDS24 + venue_name: Middleware + pages: 131-144 +- title: 'SpotVerse: Optimizing Bioinformatics Workflows with Multi-Region Spot Instances + in Galaxy and Beyond' + authors: + - Myungjun Son + - Gulsum Gudukbay Akbulut + - Mahmut Taylan Kandemir + year: '2024' + doi: 10.1145/3652892.3700750 + url: https://doi.org/10.1145/3652892.3700750 + dblp_key: conf/middleware/SonAK24 + venue_name: Middleware + pages: 74-87 +- title: 'Microcosm: A Scalable Transaction Processing Scheme for Modular Blockchain + (Industry Track)' + authors: + - Mansub Song + - Hyojin Song + - Nadine Ben Amar + - Yunhyeong Seo + - Yongseok Son + - Hyeonsang Eom + year: '2024' + doi: 10.1145/3700824.3701096 + url: https://doi.org/10.1145/3700824.3701096 + dblp_key: conf/middleware/SongSASSE24 + venue_name: Middleware Industry + pages: 22-28 +- title: 'zkStream: a Framework for Trustworthy Stream Processing' + authors: + - Janwillem Swalens + - Lode Hoste + - Emad Heydari Beni + - Lieven Trappeniers + year: '2024' + doi: 10.1145/3652892.3700763 + url: https://doi.org/10.1145/3652892.3700763 + dblp_key: conf/middleware/SwalensHBT24 + venue_name: Middleware + pages: 252-265 +- title: 'Amalgam: A Framework for Obfuscated Neural Network Training on the Cloud' + authors: + - Sifat Ut Taki + - Spyridon Mastorakis + year: '2024' + doi: 10.1145/3652892.3700762 + url: https://doi.org/10.1145/3652892.3700762 + dblp_key: conf/middleware/TakiM24 + venue_name: Middleware + pages: 238-251 +- title: Towards Affordable Reproducibility Using Scalable Capture and Comparison + of Intermediate Multi-Run Results + authors: + - Nigel Tan + - Kevin Assogba + - Walter J. Ashworth + - Befikir Bogale + - Franck Cappello + - M. Mustafa Rafique + - Michela Taufer + - Bogdan Nicolae + year: '2024' + doi: 10.1145/3652892.3700780 + url: https://doi.org/10.1145/3652892.3700780 + dblp_key: conf/middleware/TanAABCRTN24 + venue_name: Middleware + pages: 392-403 +- title: 'RoleML: a Role-Oriented Programming Model for Customizable Distributed Machine + Learning on Edges' + authors: + - Yuesheng Tan + - Lei Yang 0024 + - Wenhao Li + - Yuda Wu + year: '2024' + doi: 10.1145/3652892.3700765 + url: https://doi.org/10.1145/3652892.3700765 + dblp_key: conf/middleware/TanYLW24 + venue_name: Middleware + pages: 279-291 +- title: 'Privagic: automatic code partitioning with explicit secure typing' + authors: + - Subashiny Tanigassalame + - Yohan Pipereau + - Adam Chader + - Jana Toljaga + - Gaël Thomas 0001 + year: '2024' + doi: 10.1145/3652892.3700759 + url: https://doi.org/10.1145/3652892.3700759 + dblp_key: conf/middleware/TanigassalamePC24 + venue_name: Middleware + pages: 199-210 +- title: 'vPIM: Processing-in-Memory Virtualization' + authors: + - Dufy Teguia + - Jiaxuan Chen + - Stella Bitchebe + - Oana Balmau + - Alain Tchana + year: '2024' + doi: 10.1145/3652892.3700782 + url: https://doi.org/10.1145/3652892.3700782 + dblp_key: conf/middleware/TeguiaCBBT24 + venue_name: Middleware + pages: 417-430 +- title: 'B-Side: Binary-Level Static System Call Identification' + authors: + - Gaspard Thévenon + - Kevin Nguetchouang + - Kahina Lazri + - Alain Tchana + - Pierre Olivier + year: '2024' + doi: 10.1145/3652892.3700761 + url: https://doi.org/10.1145/3652892.3700761 + dblp_key: conf/middleware/ThevenonNLTO24 + venue_name: Middleware + pages: 225-237 +- title: '"Back to the Byte": Towards Byte-oriented Semantics for Streaming + Storage' + authors: + - Raúl Gracia Tinedo + - Flavio Junqueira + - Tom Kaitchuck + year: '2024' + doi: 10.1145/3700824.3701099 + url: https://doi.org/10.1145/3700824.3701099 + dblp_key: conf/middleware/TinedoJK24 + venue_name: Middleware Industry + pages: 43-49 +- title: Userland Page Table - A Key for Transparent Persistent Memory + authors: + - Jana Toljaga + - Nicolas Derumigny + - Yohan Pipereau + - Mathieu Bacou + - Gaël Thomas 0001 + year: '2024' + doi: 10.1145/3704440.3704774 + url: https://doi.org/10.1145/3704440.3704774 + dblp_key: conf/middleware/ToljagaDPB024 + venue_name: Middleware Demos/Posters/Doctoral Symposium + pages: 7-8 +- title: 'STRATA: Random Forests going Serverless' + authors: + - Dimitrios Tomaras + - Sebastian Buschjäger + - Vana Kalogeraki + - Katharina Morik + - Dimitrios Gunopulos + year: '2024' + doi: 10.1145/3652892.3654791 + url: https://doi.org/10.1145/3652892.3654791 + dblp_key: conf/middleware/TomarasBKMG24 + venue_name: Middleware + pages: 22-35 +- title: 'PvCC: A vCPU Scheduling Policy for DPDK-applied Systems at Multi-Tenant + Edge Data Centers' + authors: + - Yuki Tsujimoto + - Yuki Sato + - Kenichi Yasukata + - Kenta Ishiguro + - Kenji Kono + year: '2024' + doi: 10.1145/3652892.3700779 + url: https://doi.org/10.1145/3652892.3700779 + dblp_key: conf/middleware/TsujimotoSYIK24 + venue_name: Middleware + pages: 379-391 +- title: 'SeqCDC: Hashless Content-Defined Chunking for Data Deduplication' + authors: + - Sreeharsha Udayashankar + - Abdelrahman Baba + - Samer Al-Kiswany + year: '2024' + doi: 10.1145/3652892.3700766 + url: https://doi.org/10.1145/3652892.3700766 + dblp_key: conf/middleware/UdayashankarBA24 + venue_name: Middleware + pages: 292-298 +- title: 'Banyan: Fast Rotating Leader BFT' + authors: + - Yann Vonlanthen + - Jakub Sliwinski + - Massimo Albarello + - Roger Wattenhofer + year: '2024' + doi: 10.1145/3652892.3700788 + url: https://doi.org/10.1145/3652892.3700788 + dblp_key: conf/middleware/VonlanthenSAW24 + venue_name: Middleware + pages: 494-507 +- title: 'FLEdge: Benchmarking Federated Learning Applications in Edge Computing Systems' + authors: + - Herbert Woisetschläger + - Alexander Erben + - Ruben Mayer + - Shiqiang Wang 0001 + - Hans-Arno Jacobsen + year: '2024' + doi: 10.1145/3652892.3700751 + url: https://doi.org/10.1145/3652892.3700751 + dblp_key: conf/middleware/WoisetschlagerE24 + venue_name: Middleware + pages: 88-102 +- title: 'sMVX: Multi-Variant Execution on Selected Code Paths' + authors: + - Sengming Yeoh + - Xiaoguang Wang 0003 + - Jae-Won Jang + - Binoy Ravindran + year: '2024' + doi: 10.1145/3652892.3654794 + url: https://doi.org/10.1145/3652892.3654794 + dblp_key: conf/middleware/Yeoh0JR24 + venue_name: Middleware + pages: 62-73 +- title: 'LightZone: Lightweight Hardware-Assisted In-Process Isolation for ARM64' + authors: + - Ziqi Yuan + - Siyu Hong + - Ruorong Guo + - Rui Chang + - Mingyu Gao 0001 + - Wenbo Shen + - Yajin Zhou + year: '2024' + doi: 10.1145/3652892.3700786 + url: https://doi.org/10.1145/3652892.3700786 + dblp_key: conf/middleware/YuanHGCGSZ24 + venue_name: Middleware + pages: 467-480 +- title: 'In Serverless, OS Scheduler Choice Costs Money: A Hybrid Scheduling Approach + for Cheaper FaaS' + authors: + - Yuxuan Zhao 0003 + - Weikang Weng + - Rob van Nieuwpoort + - Alexandru Uta + year: '2024' + doi: 10.1145/3652892.3700757 + url: https://doi.org/10.1145/3652892.3700757 + dblp_key: conf/middleware/ZhaoWNU24 + venue_name: Middleware + pages: 172-184 +- title: 'Spyker: Asynchronous Multi-Server Federated Learning for Geo-Distributed + Clients' + authors: + - Yuncong Zuo + - Bart Cox + - Lydia Y. Chen + - Jérémie Decouchant + year: '2024' + doi: 10.1145/3652892.3700778 + url: https://doi.org/10.1145/3652892.3700778 + dblp_key: conf/middleware/ZuoCCD24 + venue_name: Middleware + pages: 367-378 +- title: Proceedings of the 25th International Middleware Conference, MIDDLEWARE 2024, + Hong Kong, SAR, China, December 2-6, 2024 + authors: + - Jiannong Cao 0001 + - Zhi Jin + - Valerio Schiavoni + - Janick Edinger + year: '2024' + doi: 10.1145/3652892 + url: https://doi.org/10.1145/3652892 + dblp_key: conf/middleware/2024 + venue_name: Middleware + pages: null +- title: Proceedings of the 25th International Middleware Conference Industrial Track, + Middleware Industrial Track 2024, Hong Kong, SAR, China, December 2-6, 2024 + authors: [] + year: '2024' + doi: 10.1145/3700824 + url: https://doi.org/10.1145/3700824 + dblp_key: conf/middleware/2024i + venue_name: Middleware Industry + pages: null +- title: 'Proceedings of the 25th International Middleware Conference: Demos, Posters + and Doctoral Symposium, Middleware 2024, Hong Kong, SAR, China, December 2-6, + 2024' + authors: [] + year: '2024' + doi: 10.1145/3704440 + url: https://doi.org/10.1145/3704440 + dblp_key: conf/middleware/2024p + venue_name: Middleware Demos/Posters/Doctoral Symposium + pages: null diff --git a/site/data/papers/Middleware-2024-digest.yaml b/site/data/papers/Middleware-2024-digest.yaml new file mode 100644 index 0000000..e659d08 --- /dev/null +++ b/site/data/papers/Middleware-2024-digest.yaml @@ -0,0 +1,60 @@ +venue: Middleware +year: 2024 +date: "2024-12-02" +tags: [distributed-systems, edge-computing, cloud] + +selected: + - dblp_key: "conf/middleware/0006RRCB24" + title: "Chasing Lightspeed Consensus: Fast Wide-Area Byzantine Replication with Mercury" + tldr: "Mercury is a wide-area Byzantine fault-tolerant replication protocol that minimises latency by exploiting geographic locality and pipelining to approach the theoretical lightspeed bound." + why_notable: "Achieving near-lightspeed latency in Byzantine replication across wide-area networks has been a long-standing open challenge; Mercury's design demonstrates it is practically attainable. The result raises the bar for what production BFT middleware can deliver in geo-distributed deployments." + + - dblp_key: "conf/middleware/Michaelis0M24" + title: "L3: Latency-aware Load Balancing in Multi-Cluster Service Mesh" + tldr: "L3 introduces a latency-aware load-balancing layer for multi-cluster service meshes that dynamically routes requests based on real-time latency measurements rather than static weights." + why_notable: "Service meshes are now the de-facto inter-service communication fabric in cloud-native stacks, yet most shipped load balancers remain latency-oblivious; L3 shows measurable tail-latency improvements in realistic multi-cluster topologies. Its design integrates cleanly with existing mesh control planes, giving operators a low-friction adoption path." + + - dblp_key: "conf/middleware/SwalensHBT24" + title: "zkStream: a Framework for Trustworthy Stream Processing" + tldr: "zkStream applies zero-knowledge proofs to stream processing pipelines so that consumers can cryptographically verify the correctness of aggregated results without re-executing the pipeline." + why_notable: "Trustworthy stream processing has historically required either trusted execution environments or full result recomputation; zkStream shows that ZK proofs are now practical enough for continuous dataflow workloads. This has direct implications for regulatory-compliance and cross-organisation data sharing scenarios." + + - dblp_key: "conf/middleware/TomarasBKMG24" + title: "STRATA: Random Forests going Serverless" + tldr: "STRATA decomposes random-forest inference into fine-grained serverless functions, exploiting embarrassing parallelism to cut inference latency while bounding cost." + why_notable: "Mapping classical ensemble models onto FaaS platforms exposes a new class of ML inference workloads for serverless runtimes, well beyond the simple stateless functions they were designed for. The cost-latency trade-off analysis provides a practical blueprint for teams already operating serverless infrastructure who want to serve ML models without dedicated GPU instances." + + - dblp_key: "conf/middleware/MvondoTB24" + title: "HORSE: Ultra-low latency workloads on FaaS platforms" + tldr: "HORSE is a FaaS runtime extension that achieves sub-millisecond cold-start and execution latency for latency-critical functions by pre-warming micro-VMs and bypassing the standard invocation control plane." + why_notable: "The conventional wisdom that serverless is unsuitable for latency-critical workloads is directly challenged here; the authors achieve latencies competitive with always-on microservices. This opens the door to unifying latency-tolerant and latency-critical workloads under a single FaaS billing model." + + - dblp_key: "conf/middleware/ZhaoWNU24" + title: "In Serverless, OS Scheduler Choice Costs Money: A Hybrid Scheduling Approach for Cheaper FaaS" + tldr: "The paper quantifies how the Linux kernel scheduler directly inflates FaaS platform costs and proposes a hybrid scheduling policy that cuts CPU billing by significant margins without degrading function latency." + why_notable: "The finding that OS-level scheduling decisions have a measurable monetary impact on cloud provider bills is surprising and practically important for both FaaS platform operators and tenants. The proposed hybrid scheduler is deployable without changes to user functions or the FaaS API surface." + + - dblp_key: "conf/middleware/JiTWLYJ24" + title: "Ripple: Large-Scale Service and Configuration Management in the Cloud" + tldr: "Ripple is a scalable configuration-propagation system for cloud services that guarantees consistency and low-latency delivery of configuration updates across tens of thousands of service instances." + why_notable: "Configuration drift is a leading cause of production incidents in large-scale microservice deployments; Ripple demonstrates that consistent, fast propagation is achievable at cloud scale without sacrificing availability. The industry provenance of the work suggests it addresses real operational pain points at hyperscaler deployments." + + - dblp_key: "conf/middleware/WoisetschlagerE24" + title: "FLEdge: Benchmarking Federated Learning Applications in Edge Computing Systems" + tldr: "FLEdge provides a comprehensive benchmark suite for federated learning on edge hardware, covering realistic device heterogeneity, network variability, and energy constraints." + why_notable: "Reproducible evaluation of federated learning at the edge has been hindered by the absence of a standard benchmark; FLEdge fills this gap with a methodology grounded in real edge-device profiles. The benchmark is expected to become a reference point for comparing future edge FL middleware." + + - dblp_key: "conf/middleware/TanYLW24" + title: "RoleML: a Role-Oriented Programming Model for Customizable Distributed Machine Learning on Edges" + tldr: "RoleML introduces a role-oriented abstraction that lets developers compose distributed ML training and inference topologies on heterogeneous edge nodes without coupling application logic to a specific communication or aggregation pattern." + why_notable: "Existing distributed ML frameworks force a tight coupling between the training algorithm and its communication topology, making it hard to adapt to the heterogeneous, dynamic connectivity of edge environments; RoleML's role abstraction decouples these concerns. The model shows how programming-model innovation at the middleware level can substantially reduce the engineering burden of deploying ML at the edge." + + - dblp_key: "conf/middleware/NestorovMG0MY0B24" + title: "Dexter: A Performance-Cost Efficient Resource Allocation Manager for Serverless Data Analytics" + tldr: "Dexter automatically right-sizes serverless function resources for data-analytics jobs by learning cost and performance models online, reducing cloud spend while meeting latency SLOs." + why_notable: "Serverless data analytics workloads exhibit highly variable resource needs that defeat static provisioning; Dexter's online learning approach closes the feedback loop between observed performance and resource allocation in a way that is transparent to the user's code. The evaluation on real analytics pipelines shows double-digit cost reductions compared to vendor-default configurations." + + - dblp_key: "conf/middleware/EizaguirrePAVLA24" + title: "Serverful Functions: Leveraging Servers in Complex Serverless Workflows (industry track)" + tldr: "Serverful Functions extends the serverless programming model with the ability to transparently route parts of a workflow to persistent server processes when stateful or long-running operations make pure FaaS impractical." + why_notable: "The serverless/serverful boundary is a persistent friction point for workflow authors dealing with state or warm-data locality; this industry paper demonstrates a production-ready hybrid that lets a single workflow span both worlds without application-level awareness. It signals a convergence trend that will shape the next generation of FaaS platforms." diff --git a/site/data/papers/Middleware-2025-candidates.yaml b/site/data/papers/Middleware-2025-candidates.yaml new file mode 100644 index 0000000..50fd3e6 --- /dev/null +++ b/site/data/papers/Middleware-2025-candidates.yaml @@ -0,0 +1,620 @@ +venue: Middleware +year: 2025 +source: dblp +count: 52 +papers: +- title: Towards Improving Performance Efficiency of Serverless Platforms + authors: + - Amit Samanta 0001 + year: '2025' + doi: 10.1145/3721464.3777427 + url: https://doi.org/10.1145/3721464.3777427 + dblp_key: conf/middleware/000125 + venue_name: Middleware Demos/Posters/Doctoral Symposium + pages: 14-18 +- title: Efficient Performance Guarantees for Function-as-a-Service with Cloud Allocators + authors: + - Hai Duc Nguyen 0005 + - Andrew A. Chien + year: '2025' + doi: 10.1145/3721462.3730948 + url: https://doi.org/10.1145/3721462.3730948 + dblp_key: conf/middleware/0005C25 + venue_name: Middleware + pages: 99-113 +- title: 'Argus: Quality-Aware High-Throughput Text-to-Image Inference Serving System' + authors: + - Shubham Agarwal 0007 + - Subrata Mitra + - Saud Iqbal + year: '2025' + doi: 10.1145/3721462.3770765 + url: https://doi.org/10.1145/3721462.3770765 + dblp_key: conf/middleware/0007MI25 + venue_name: Middleware + pages: 45-58 +- title: 'Capybara: an Edge-Friendly Distributed Object Store for Diverse Serverless + Functions' + authors: + - Xin Chen 0084 + - Manoj Prabhakar Paidiparthy + - Chen Qian 0001 + - Liting Hu + year: '2025' + doi: 10.1145/3721462.3730946 + url: https://doi.org/10.1145/3721462.3730946 + dblp_key: conf/middleware/0084P0H25 + venue_name: Middleware + pages: 31-44 +- title: 'CliqueSensus: Ephemeral Overlays for Efficient Attestation Dissemination + in Ethereum 2.0' + authors: + - Alexandros Antonov + - Evangelos Kolyvas + - Spyros Voulgaris + year: '2025' + doi: 10.1145/3721462.3730958 + url: https://doi.org/10.1145/3721462.3730958 + dblp_key: conf/middleware/AntonovKV25 + venue_name: Middleware + pages: 482-494 +- title: 'XChainWatcher: Identifying Anomalies in Cross-Chain Bridges' + authors: + - André Augusto + - Rafael Belchior + - Jonas Pfannschmidt + - André Vasconcelos 0001 + - Miguel Correia 0001 + year: '2025' + doi: 10.1145/3721462.3770781 + url: https://doi.org/10.1145/3721462.3770781 + dblp_key: conf/middleware/AugustoBP0025 + venue_name: Middleware + pages: 413-426 +- title: 'Terraform: A Heterogeneity-Aware Client Selection Methodology For Efficient + Federated Learning' + authors: + - Nihal Balivada + year: '2025' + doi: 10.1145/3721464.3777433 + url: https://doi.org/10.1145/3721464.3777433 + dblp_key: conf/middleware/Balivada25 + venue_name: Middleware Demos/Posters/Doctoral Symposium + pages: 33-34 +- title: Leveraging Approximate Caching for Faster Retrieval-Augmented Generation + authors: + - Shai Bergman + - Anne-Marie Kermarrec + - Diana Petrescu + - Rafael Pires 0001 + - Mathis Randl + - Martijn de Vos + - Ji Zhang 0035 + year: '2025' + doi: 10.1145/3721462.3770776 + url: https://doi.org/10.1145/3721462.3770776 + dblp_key: conf/middleware/BergmanKP0RV025 + venue_name: Middleware + pages: 340-353 +- title: Middleware Systems for Efficient and Robust Distributed Machine Learning + authors: + - Rahul Atul Bhope + year: '2025' + doi: 10.1145/3721464.3777428 + url: https://doi.org/10.1145/3721464.3777428 + dblp_key: conf/middleware/Bhope25 + venue_name: Middleware Demos/Posters/Doctoral Symposium + pages: 19-22 +- title: 'Shift Happens: Mixture of Experts based Continual Adaptation in Federated + Learning' + authors: + - Rahul Atul Bhope + - K. R. Jayaram + - Praveen Venkateswaran + - Nalini Venkatasubramanian + year: '2025' + doi: 10.1145/3721462.3770784 + url: https://doi.org/10.1145/3721462.3770784 + dblp_key: conf/middleware/BhopeJVV25 + venue_name: Middleware + pages: 455-468 +- title: In-Context Example Ordering for LLM-Based API Sequence Generation + authors: + - Rahul Atul Bhope + - Praveen Venkateswaran + - K. R. Jayaram + - Vatche Isahagian + - Vinod Muthusamy + - Nalini Venkatasubramanian + year: '2025' + doi: 10.1145/3721464.3777432 + url: https://doi.org/10.1145/3721464.3777432 + dblp_key: conf/middleware/BhopeVJIMV25 + venue_name: Middleware Demos/Posters/Doctoral Symposium + pages: 7-9 +- title: 'Agentic AI Serverless Code Generation: Towards Autonomous Improvement of + Performance, Cost, and Code Quality' + authors: + - Xinghan Chen + year: '2025' + doi: 10.1145/3721464.3777437 + url: https://doi.org/10.1145/3721464.3777437 + dblp_key: conf/middleware/Chen25 + venue_name: Middleware Demos/Posters/Doctoral Symposium + pages: 39-40 +- title: 'EdgeConnector: Enabling Seamless and Efficient Cross-Cluster Device Access + in Edge Environment' + authors: + - Yunna Cui + - Liwei Shen + - Bingkun Sun + - Wente Lu + - Haojie Zhang + - Xin Peng 0001 + year: '2025' + doi: 10.1145/3721462.3730949 + url: https://doi.org/10.1145/3721462.3730949 + dblp_key: conf/middleware/CuiSSLZ025 + venue_name: Middleware + pages: 114-125 +- title: Model and Agentic AI-driven Middleware for Distributed Systems Design and + Validation + authors: + - Sanjana Das + year: '2025' + doi: 10.1145/3721464.3777430 + url: https://doi.org/10.1145/3721464.3777430 + dblp_key: conf/middleware/Das25 + venue_name: Middleware Demos/Posters/Doctoral Symposium + pages: 27-28 +- title: 'DnD: Automating Discovery and Deployment of Realistic Network Topologies + for Cyber Defense' + authors: + - Sanjana Das + - Akhilesh Raj + - Himanshu Neema + - Daniel Balasubramanian + - Aniruddha Gokhale + year: '2025' + doi: 10.1145/3721464.3777429 + url: https://doi.org/10.1145/3721464.3777429 + dblp_key: conf/middleware/DasRNBG25 + venue_name: Middleware Demos/Posters/Doctoral Symposium + pages: 5-6 +- title: 'Full Trust Alchemist: Reforging Attestation for Cloud-based Confidential + Workloads' + authors: + - Anna Galanou + - Florian Lubitz + - Hajeong Jeon + - Christof Fetzer + - Rüdiger Kapitza + year: '2025' + doi: 10.1145/3721462.3770778 + url: https://doi.org/10.1145/3721462.3770778 + dblp_key: conf/middleware/GalanouLJFK25 + venue_name: Middleware + pages: 369-382 +- title: 'Recipe: Hardware-Accelerated Replication Protocols: Rethinking Crash Fault + Tolerance Protocols for Untrusted Cloud Environments' + authors: + - Dimitra Giantsidi + - Emmanouil Giortamis + - Julian Pritzi + - Maurice Bailleu + - Manos Kapritsos + - Pramod Bhatotia + year: '2025' + doi: 10.1145/3721462.3770763 + url: https://doi.org/10.1145/3721462.3770763 + dblp_key: conf/middleware/GiantsidiGPBKB25 + venue_name: Middleware + pages: 1-15 +- title: 'Stabl: The Sensitivity of Blockchains to Failures' + authors: + - Vincent Gramoli + - Rachid Guerraoui + - Andrei Lebedev + - Gauthier Voron + year: '2025' + doi: 10.1145/3721462.3730952 + url: https://doi.org/10.1145/3721462.3730952 + dblp_key: conf/middleware/GramoliGLV25 + venue_name: Middleware + pages: 202-214 +- title: Achieving dependable IoT systems through adaptive and continual learning + frameworks + authors: + - Ragini Gupta + year: '2025' + doi: 10.1145/3721464.3777436 + url: https://doi.org/10.1145/3721464.3777436 + dblp_key: conf/middleware/Gupta25 + venue_name: Middleware Demos/Posters/Doctoral Symposium + pages: 23-26 +- title: A Hybrid Runtime for Function-as-a-Service at the Edge + authors: + - Adam Hall + - Umakishore Ramachandran + year: '2025' + doi: 10.1145/3721462.3770785 + url: https://doi.org/10.1145/3721462.3770785 + dblp_key: conf/middleware/HallR25 + venue_name: Middleware + pages: 469-481 +- title: 'Adjusted Objects: An Efficient and Principled Approach to Scalable Programming' + authors: + - Boubacar Kane + - Pierre Sutra + year: '2025' + doi: 10.1145/3721462.3730953 + url: https://doi.org/10.1145/3721462.3730953 + dblp_key: conf/middleware/KaneS25 + venue_name: Middleware + pages: 215-227 +- title: Decentralized Federated Learning with Adaptive Aggregator Selection + authors: + - Muhammad Kaleem Ullah Khan + year: '2025' + doi: 10.1145/3721464.3777431 + url: https://doi.org/10.1145/3721464.3777431 + dblp_key: conf/middleware/Khan25 + venue_name: Middleware Demos/Posters/Doctoral Symposium + pages: 29-32 +- title: 'MTAT: Adaptive Fast Memory Management for Co-located Latency-Critical Workloads + in Tiered Memory System' + authors: + - Minho Kim + - Seonggyu Han + - Gyeongseo Park + - Daehoon Kim 0001 + year: '2025' + doi: 10.1145/3721462.3770767 + url: https://doi.org/10.1145/3721462.3770767 + dblp_key: conf/middleware/KimHP025 + venue_name: Middleware + pages: 86-98 +- title: 'Always-On, Always-Mine: Federated Recommendation Systems on Personal Home + Routers' + authors: + - Zhengquan Li + - Myungjin Lee + - Zheng Song 0001 + year: '2025' + doi: 10.1145/3721462.3770775 + url: https://doi.org/10.1145/3721462.3770775 + dblp_key: conf/middleware/LiL025 + venue_name: Middleware + pages: 326-339 +- title: 'Roadrunner: Accelerating Data Delivery to WebAssembly-Based Serverless Functions' + authors: + - Cynthia Marcelino + - Thomas W. Pusztai + - Stefan Nastic + year: '2025' + doi: 10.1145/3721462.3770777 + url: https://doi.org/10.1145/3721462.3770777 + dblp_key: conf/middleware/MarcelinoPN25 + venue_name: Middleware + pages: 354-368 +- title: 'Message Size Matters: AlterBFT's Approach to Practical Synchronous + BFT in Public Clouds' + authors: + - Nenad Milosevic + - Daniel Cason + - Zarko Milosevic 0001 + - Robert Soulé + - Fernando Pedone + year: '2025' + doi: 10.1145/3721462.3770782 + url: https://doi.org/10.1145/3721462.3770782 + dblp_key: conf/middleware/MilosevicC0SP25 + venue_name: Middleware + pages: 427-440 +- title: Toward Thorough and Practical Integration Testing of Replicated Data Systems + authors: + - Provakar Mondal + year: '2025' + doi: 10.1145/3721464.3777426 + url: https://doi.org/10.1145/3721464.3777426 + dblp_key: conf/middleware/Mondal25 + venue_name: Middleware Demos/Posters/Doctoral Symposium + pages: 10-13 +- title: 'ER-π: Exhaustive Interleaving Replay for Testing Replicated Data Library + Integration' + authors: + - Provakar Mondal + - Eli Tilevich + year: '2025' + doi: 10.1145/3721462.3730947 + url: https://doi.org/10.1145/3721462.3730947 + dblp_key: conf/middleware/MondalT25 + venue_name: Middleware + pages: 59-71 +- title: Understanding Tradeoffs of Replicated Data Library Integration Strategies + in Multilingual Environments + authors: + - Provakar Mondal + - Eli Tilevich + year: '2025' + doi: 10.1145/3721464.3777425 + url: https://doi.org/10.1145/3721464.3777425 + dblp_key: conf/middleware/MondalT25a + venue_name: Middleware Demos/Posters/Doctoral Symposium + pages: 3-4 +- title: 'Clair Obscur: The Light and Shadow of System Call Interposition - From Pitfalls + to Solutions with K23' + authors: + - Jesús María Gómez Moreno + - Vissarion Moutafis + - Antreas Dionysiou + - Fernando Kuipers + - Georgios Smaragdakis + - Bart Coppens 0001 + - Alexios Voulimeneas + year: '2025' + doi: 10.1145/3721462.3770772 + url: https://doi.org/10.1145/3721462.3770772 + dblp_key: conf/middleware/MorenoMDKS0V25 + venue_name: Middleware + pages: 241-255 +- title: 'svc-hook: hooking system calls on ARM64 by binary rewriting' + authors: + - Akira Moroo + - Hajime Tazaki + - Kenichi Yasukata + year: '2025' + doi: 10.1145/3721462.3770771 + url: https://doi.org/10.1145/3721462.3770771 + dblp_key: conf/middleware/MorooTY25 + venue_name: Middleware + pages: 195-201 +- title: 'IM-PIR: In-Memory Private Information Retrieval' + authors: + - Mpoki Mwaisela + - Peterson Yuhala + - Pascal Felber + - Valerio Schiavoni + year: '2025' + doi: 10.1145/3721462.3770764 + url: https://doi.org/10.1145/3721462.3770764 + dblp_key: conf/middleware/MwaiselaYFS25 + venue_name: Middleware + pages: 16-30 +- title: 'Tiaccoon: Unified Access Control with Multiple Transports in Container Networks' + authors: + - Hiroya Onoe + - Daisuke Kotani + - Yasuo Okabe + year: '2025' + doi: 10.1145/3721462.3770783 + url: https://doi.org/10.1145/3721462.3770783 + dblp_key: conf/middleware/OnoeKO25 + venue_name: Middleware + pages: 441-454 +- title: 'FaaSImage: An Efficient Image Manager for FaaS' + authors: + - Abhisek Panda + - Smruti R. Sarangi + year: '2025' + doi: 10.1145/3721462.3730951 + url: https://doi.org/10.1145/3721462.3730951 + dblp_key: conf/middleware/PandaS25 + venue_name: Middleware + pages: 153-166 +- title: 'FDPVirt+: Reclaim Group Enabled NVMe FDP Emulation' + authors: + - Joonyeop Park + - Hyeonsang Eom + year: '2025' + doi: 10.1145/3721464.3777424 + url: https://doi.org/10.1145/3721464.3777424 + dblp_key: conf/middleware/ParkE25 + venue_name: Middleware Demos/Posters/Doctoral Symposium + pages: 1-2 +- title: 'PANDAS: Peer-to-peer, Adaptive Networking Allowing Data Availability Sampling + within Ethereum Consensus Timebounds' + authors: + - Matthieu Pigaglio + - Onur Ascigil + - Michal Król + - Felix Lange + - Kaleem Peeroo + - Sergi Rene + - Ramin Sadre + - Vladimir Stankovic 0002 + - Etienne Rivière + year: '2025' + doi: 10.1145/3721462.3770769 + url: https://doi.org/10.1145/3721462.3770769 + dblp_key: conf/middleware/PigaglioAKLPRS025 + venue_name: Middleware + pages: 167-179 +- title: 'MVTEE: Multi-Variant Trusted Execution for Secure Model Inference' + authors: + - Kailun Qin + - Dawu Gu + year: '2025' + doi: 10.1145/3721462.3730956 + url: https://doi.org/10.1145/3721462.3730956 + dblp_key: conf/middleware/QinG25 + venue_name: Middleware + pages: 298-313 +- title: 'UnifyFL: Enabling Decentralized Cross-Silo Federated Learning' + authors: + - Sarang S + - Druva Dhakshinamoorthy + - Aditya Shiva Sharma + - Yuvraj Singh Bhadauria + - Siddharth Chaitra Vivek + - Arihant Bansal + - Arnab K. Paul + year: '2025' + doi: 10.1145/3721462.3730955 + url: https://doi.org/10.1145/3721462.3730955 + dblp_key: conf/middleware/SDSBVBP25 + venue_name: Middleware + pages: 285-297 +- title: Byzantine-Resilient Federated Computation of Differentially Private Summary + Statistics + authors: + - Giulio Segalini + - Maria Fernandes + - Jérémie Decouchant + year: '2025' + doi: 10.1145/3721462.3770766 + url: https://doi.org/10.1145/3721462.3770766 + dblp_key: conf/middleware/SegaliniFD25 + venue_name: Middleware + pages: 72-85 +- title: Computationally Efficient Federated Unlearning + authors: + - Neil Sharma + year: '2025' + doi: 10.1145/3721464.3777434 + url: https://doi.org/10.1145/3721464.3777434 + dblp_key: conf/middleware/Sharma25 + venue_name: Middleware Demos/Posters/Doctoral Symposium + pages: 35-36 +- title: 'xMem: A CPU-Based Approach for Accurate Estimation of GPU Memory in Deep + Learning Training Workloads' + authors: + - Jiabo Shi + - Dimitrios Pezaros + - Yehia Elkhatib + year: '2025' + doi: 10.1145/3721462.3770773 + url: https://doi.org/10.1145/3721462.3770773 + dblp_key: conf/middleware/ShiPE25 + venue_name: Middleware + pages: 256-269 +- title: 'FlexClone: Efficient, Flexible and Pluggable File Cloning Support for Filesystems' + authors: + - Rohit Singh + - Debadatta Mishra + year: '2025' + doi: 10.1145/3721462.3770779 + url: https://doi.org/10.1145/3721462.3770779 + dblp_key: conf/middleware/SinghM25 + venue_name: Middleware + pages: 383-397 +- title: 'PAMO: Pattern Matching Offload for Intrusion Detection Systems' + authors: + - Lukas Sismis + - Colin Evrard + - Etienne Rivière + - Tom Barbette + year: '2025' + doi: 10.1145/3721462.3770768 + url: https://doi.org/10.1145/3721462.3770768 + dblp_key: conf/middleware/SismisERB25 + venue_name: Middleware + pages: 140-152 +- title: 'HARP: Energy-Aware and Adaptive Management of Heterogeneous Processors' + authors: + - Till Smejkal + - Robert Khasanov + - Jerónimo Castrillon + - Hermann Härtig + year: '2025' + doi: 10.1145/3721462.3770774 + url: https://doi.org/10.1145/3721462.3770774 + dblp_key: conf/middleware/SmejkalKCH25 + venue_name: Middleware + pages: 270-284 +- title: 'Samurai: Slash Your Decentralized Storage' + authors: + - Shistata Subedi + year: '2025' + doi: 10.1145/3721464.3777435 + url: https://doi.org/10.1145/3721464.3777435 + dblp_key: conf/middleware/Subedi25 + venue_name: Middleware Demos/Posters/Doctoral Symposium + pages: 37-38 +- title: Exposing the Vulnerability of Decentralized Learning to Membership Inference + Attacks Through the Lens of Graph Mixing + authors: + - Ousmane Touat + - Jezekael Brunon + - Yacine Belal + - Julien Nicolas + - César Sabater + - Mohamed Maouche + - Sonia Ben Mokhtar + year: '2025' + doi: 10.1145/3721462.3770770 + url: https://doi.org/10.1145/3721462.3770770 + dblp_key: conf/middleware/TouatBBNSMM25 + venue_name: Middleware + pages: 180-194 +- title: 'WasmEye: Language- and Platform-independent Anomaly Detection for WebAssembly' + authors: + - Arne Vogel + - Timothee Glörfeld + - Alexander Szekely-Schenker + - Thomas Trenner + - Rene Ermler + - Rüdiger Kapitza + year: '2025' + doi: 10.1145/3721462.3730957 + url: https://doi.org/10.1145/3721462.3730957 + dblp_key: conf/middleware/VogelGSTEK25 + venue_name: Middleware + pages: 314-325 +- title: 'Mocha: Scalable and Compliant Function Scheduling for Federated Serverless + Computing' + authors: + - Yuqiu Zhang + - Hans-Arno Jacobsen + year: '2025' + doi: 10.1145/3721462.3770780 + url: https://doi.org/10.1145/3721462.3770780 + dblp_key: conf/middleware/ZhangJ25 + venue_name: Middleware + pages: 398-412 +- title: 'FreeRide: Harvesting Bubbles in Pipeline Parallelism' + authors: + - Jiashu Zhang + - Zihan Pan + - Molly Yiming Xu + - Khuzaima Daudjee + - Sihang Liu 0001 + year: '2025' + doi: 10.1145/3721462.3730950 + url: https://doi.org/10.1145/3721462.3730950 + dblp_key: conf/middleware/ZhangPXD025 + venue_name: Middleware + pages: 126-139 +- title: 'MiAR-BFT: Efficient Leaderless Consensus Based on Multi-instance Asynchronous + Running for Blockchain' + authors: + - Zhenyu Zhang + - Xing Tong + - Zhao Zhang 0009 + - Cheqing Jin + year: '2025' + doi: 10.1145/3721462.3730954 + url: https://doi.org/10.1145/3721462.3730954 + dblp_key: conf/middleware/ZhangTZJ25 + venue_name: Middleware + pages: 228-240 +- title: Proceedings of the 26th International Middleware Conference, MIDDLEWARE 2025, + Vanderbilt University, Nashville, TN, USA, December 15-19, 2025 + authors: + - Mohammad Sadoghi + - Lydia Y. Chen + year: '2025' + doi: 10.1145/3721462 + url: https://doi.org/10.1145/3721462 + dblp_key: conf/middleware/2025 + venue_name: Middleware + pages: null +- title: Proceedings of the 26th International Middleware Conference, Middleware Demos + Posters and Doctoral Symposium 2025, Nashville, TN, USA, December 15-19, 2025 + authors: [] + year: '2025' + doi: 10.1145/3721464 + url: https://doi.org/10.1145/3721464 + dblp_key: conf/middleware/2025p + venue_name: Middleware Demos/Posters/Doctoral Symposium + pages: null diff --git a/site/data/papers/Middleware-2025-digest.yaml b/site/data/papers/Middleware-2025-digest.yaml new file mode 100644 index 0000000..47e566d --- /dev/null +++ b/site/data/papers/Middleware-2025-digest.yaml @@ -0,0 +1,83 @@ +venue: Middleware +year: 2025 +papers: +- title: 'Recipe: Hardware-Accelerated Replication Protocols: Rethinking Crash Fault + Tolerance Protocols for Untrusted Cloud Environments' + authors: + - Dimitra Giantsidi + - Emmanouil Giortamis + - Julian Pritzi + - Maurice Bailleu + - Manos Kapritsos + - Pramod Bhatotia + reason: "Redesigns crash fault-tolerance protocols using hardware acceleration (TEEs/SmartNICs) to deliver replication with strong guarantees in untrusted cloud environments." +- title: Efficient Performance Guarantees for Function-as-a-Service with Cloud Allocators + authors: + - Hai Duc Nguyen 0005 + - Andrew A. Chien + reason: "Introduces cloud-allocator abstractions that provide formal performance guarantees for serverless functions, addressing the unpredictability of shared FaaS infrastructure." +- title: 'Capybara: an Edge-Friendly Distributed Object Store for Diverse Serverless + Functions' + authors: + - Xin Chen 0084 + - Manoj Prabhakar Paidiparthy + - Chen Qian 0001 + - Liting Hu + reason: "Proposes a distributed object store purpose-built for edge serverless workloads, enabling diverse function runtimes to share state efficiently at the edge." +- title: 'EdgeConnector: Enabling Seamless and Efficient Cross-Cluster Device Access + in Edge Environment' + authors: + - Yunna Cui + - Liwei Shen + - Bingkun Sun + - Wente Lu + - Haojie Zhang + - Xin Peng 0001 + reason: "Presents a middleware layer that transparently bridges device access across Kubernetes clusters in heterogeneous edge deployments." +- title: 'FaaSImage: An Efficient Image Manager for FaaS' + authors: + - Abhisek Panda + - Smruti R. Sarangi + reason: "Tackles cold-start latency in production FaaS platforms by redesigning container image management with fine-grained layer sharing and prefetching." +- title: 'Roadrunner: Accelerating Data Delivery to WebAssembly-Based Serverless Functions' + authors: + - Cynthia Marcelino + - Thomas W. Pusztai + - Stefan Nastic + reason: "Designs a high-throughput data-plane runtime that removes I/O bottlenecks for Wasm serverless functions through zero-copy data paths." +- title: 'Mocha: Scalable and Compliant Function Scheduling for Federated Serverless + Computing' + authors: + - Yuqiu Zhang + - Hans-Arno Jacobsen + reason: "Introduces a scheduler for federated serverless environments that satisfies data-residency and compliance constraints while maintaining high resource utilization." +- title: A Hybrid Runtime for Function-as-a-Service at the Edge + authors: + - Adam Hall + - Umakishore Ramachandran + reason: "Combines container and unikernel execution models in a single FaaS runtime to balance isolation, startup latency, and resource efficiency at edge nodes." +- title: 'Tiaccoon: Unified Access Control with Multiple Transports in Container Networks' + authors: + - Hiroya Onoe + - Daisuke Kotani + - Yasuo Okabe + reason: "Provides a service-mesh-style unified access-control plane that works across heterogeneous transport protocols within container network environments." +- title: 'MiAR-BFT: Efficient Leaderless Consensus Based on Multi-instance Asynchronous + Running for Blockchain' + authors: + - Zhenyu Zhang + - Xing Tong + - Zhao Zhang 0009 + - Cheqing Jin + reason: "Proposes a leaderless BFT consensus protocol that runs multiple instances concurrently to improve throughput and reduce latency in blockchain middleware." +- title: 'ER-π: Exhaustive Interleaving Replay for Testing Replicated Data Library + Integration' + authors: + - Provakar Mondal + - Eli Tilevich + reason: "Systematically explores all message interleavings when testing replicated data libraries, surfacing integration bugs that random testing misses in distributed coordination code." +- title: 'Adjusted Objects: An Efficient and Principled Approach to Scalable Programming' + authors: + - Boubacar Kane + - Pierre Sutra + reason: "Introduces adjusted objects as a programming abstraction that reconciles strong consistency with scalability, offering a practical alternative to CRDTs for distributed middleware." diff --git a/site/data/papers/MobiSys-2024-candidates.yaml b/site/data/papers/MobiSys-2024-candidates.yaml new file mode 100644 index 0000000..28151f0 --- /dev/null +++ b/site/data/papers/MobiSys-2024-candidates.yaml @@ -0,0 +1,1731 @@ +venue: MobiSys +year: 2024 +source: dblp +count: 130 +papers: +- title: 'WAIS: Leveraging WiFi for Resource-Efficient SLAM' + authors: + - Aditya Arun 0002 + - William Hunter + - Roshan Sai Ayyalasomayajula + - Dinesh Bharadia + year: '2024' + doi: 10.1145/3643832.3661895 + url: https://doi.org/10.1145/3643832.3661895 + dblp_key: conf/mobisys/0002HAB24 + venue_name: MobiSys + pages: 561-574 +- title: Practical Optical Camera Communication Behind Unseen and Complex Backgrounds + authors: + - Rui Xiao 0002 + - Leqi Zhao + - Feng Qian 0006 + - Lei Yang 0061 + - Jinsong Han + year: '2024' + doi: 10.1145/3643832.3661866 + url: https://doi.org/10.1145/3643832.3661866 + dblp_key: conf/mobisys/0002ZQYH24 + venue_name: MobiSys + pages: 113-126 +- title: Enhancing mmWave Radar Sensing Using a Phased-MIMO Architecture + authors: + - Kai Zheng 0003 + - Wuqiong Zhao + - Timothy Woodford + - Renjie Zhao 0001 + - Xinyu Zhang 0003 + - Yingbo Hua + year: '2024' + doi: 10.1145/3643832.3661865 + url: https://doi.org/10.1145/3643832.3661865 + dblp_key: conf/mobisys/0003ZW00H24 + venue_name: MobiSys + pages: 56-69 +- title: 'Poster: Enabling Agent-centric Interaction on Smartphones with LLM-based + UI Reassembling' + authors: + - Hao Wen 0004 + - Wenjie Du 0004 + - Yuanchun Li 0003 + - Yunxin Liu 0001 + year: '2024' + doi: 10.1145/3643832.3661432 + url: https://doi.org/10.1145/3643832.3661432 + dblp_key: conf/mobisys/0004DLL24 + venue_name: MobiSys + pages: 706-707 +- title: 'NeRFHub: A Context-Aware NeRF Serving Framework for Mobile Immersive Applications' + authors: + - Bo Chen 0025 + - Zhisheng Yan + - Bo Han 0001 + - Klara Nahrstedt + year: '2024' + doi: 10.1145/3643832.3661879 + url: https://doi.org/10.1145/3643832.3661879 + dblp_key: conf/mobisys/0025YHN24 + venue_name: MobiSys + pages: 85-98 +- title: 'Demo: On-Device Video Virtual Try-On for Mobile Shopping' + authors: + - Dongha Ahn + - Dong-Sig Kang + - Eunsu Baek + - Hyung-Sin Kim + year: '2024' + doi: 10.1145/3643832.3661842 + url: https://doi.org/10.1145/3643832.3661842 + dblp_key: conf/mobisys/AhnKBK24 + venue_name: MobiSys + pages: 610-611 +- title: 'Demo: Image-based Indoor Localization using Object Detection and LSTM' + authors: + - Yuki Aoki + - Naoki Kobayashi + - Tadashi Okoshi + - Jin Nakazawa + year: '2024' + doi: 10.1145/3643832.3661836 + url: https://doi.org/10.1145/3643832.3661836 + dblp_key: conf/mobisys/AokiKON24 + venue_name: MobiSys + pages: 596-597 +- title: 'Poster: Towards Estimating UV Index with a Smartphone Utilizing GNSS Signals + as a Point Cloud' + authors: + - Subaru Atsumi + - Riku Ishioka + - Kota Tsubouchi + - Yuuki Nishiyama + - Kaoru Sezaki + year: '2024' + doi: 10.1145/3643832.3661391 + url: https://doi.org/10.1145/3643832.3661391 + dblp_key: conf/mobisys/AtsumiITNS24 + venue_name: MobiSys + pages: 626-627 +- title: 'SuperSight: Sub-cm NLOS Localization for mmWave Backscatter' + authors: + - Kangmin Bae + - Hankyeol Moon + - Song Min Kim + year: '2024' + doi: 10.1145/3643832.3661857 + url: https://doi.org/10.1145/3643832.3661857 + dblp_key: conf/mobisys/BaeMK24 + venue_name: MobiSys + pages: 278-291 +- title: Speech Understanding on Tiny Devices with A Learning Cache + authors: + - Afsara Benazir + - Zhiming Xu 0001 + - Felix Xiaozhu Lin + year: '2024' + doi: 10.1145/3643832.3661886 + url: https://doi.org/10.1145/3643832.3661886 + dblp_key: conf/mobisys/BenazirXL24 + venue_name: MobiSys + pages: 425-437 +- title: 'CoActo: CoActive Neural Network Inference Offloading with Fine-grained and + Concurrent Execution' + authors: + - Kyungmin Bin + - Jongseok Park 0002 + - Chanjeong Park + - Seyeon Kim 0001 + - Kyunghan Lee + year: '2024' + doi: 10.1145/3643832.3661885 + url: https://doi.org/10.1145/3643832.3661885 + dblp_key: conf/mobisys/BinPPKL24 + venue_name: MobiSys + pages: 412-424 +- title: 'Poster: Hybrid Detection Mechanism for Spoofing Attacks in Bluetooth Low + Energy Networks' + authors: + - Hanlin Cai + - Yuchen Fang + - Jiacheng Huang 0003 + - Meng Yuan + - Zhezhuang Xu + year: '2024' + doi: 10.1145/3643832.3661434 + url: https://doi.org/10.1145/3643832.3661434 + dblp_key: conf/mobisys/CaiFHYX24 + venue_name: MobiSys + pages: 710-711 +- title: 'UTrack3D: 3D Tracking Using Ultra-wideband (UWB) Radios' + authors: + - Yifeng Cao + - Ashutosh Dhekne + - Mostafa H. Ammar + year: '2024' + doi: 10.1145/3643832.3661881 + url: https://doi.org/10.1145/3643832.3661881 + dblp_key: conf/mobisys/CaoDA24 + venue_name: MobiSys + pages: 345-358 +- title: 'Poster: Time-Efficient Sparse and Lightweight Adaptation for Real-Time Mobile + Application' + authors: + - Hyeongheon Cha + - Taesik Gong + - Sung-Ju Lee + year: '2024' + doi: 10.1145/3643832.3661442 + url: https://doi.org/10.1145/3643832.3661442 + dblp_key: conf/mobisys/ChaGL24 + venue_name: MobiSys + pages: 728-729 +- title: 'Poster: Real-Time Data-Driven Optimization in Semiconductor Manufacturing: + An Edge-Computing System Architecture for Continuous Model Improvement' + authors: + - Chulseoung Chae + - Hyunggoo Kim + - Byeolhee Sim + - Dongsik Yoon + - Jeonghoon Kang + year: '2024' + doi: 10.1145/3643832.3661393 + url: https://doi.org/10.1145/3643832.3661393 + dblp_key: conf/mobisys/ChaeKSYK24 + venue_name: MobiSys + pages: 630-631 +- title: 'Poster: Privacy in Distributed Mobile Networks' + authors: + - Xin Chang + - Xingjun Wang + year: '2024' + doi: 10.1145/3643832.3661438 + url: https://doi.org/10.1145/3643832.3661438 + dblp_key: conf/mobisys/ChangW24 + venue_name: MobiSys + pages: 720-721 +- title: 'Poster: Spinal Curvature Detection with WiFi Sensing' + authors: + - Yidou Chen + - Yuan Chen + - Zhiyi Zhou + - Chi Lin 0001 + - Lei Wang 0005 + year: '2024' + doi: 10.1145/3643832.3661446 + url: https://doi.org/10.1145/3643832.3661446 + dblp_key: conf/mobisys/ChenCZLW24 + venue_name: MobiSys + pages: 736-737 +- title: 'Demo: Automated Parking Enforcement with Fine-Grained RF Position Recognition' + authors: + - Weitung Chen + - Tzu Yang Teng + - Wen Yung Wu + - Jhen Yu Huang + - Bo Ying Su + - Chiang Chuan Chen + year: '2024' + doi: 10.1145/3643832.3661834 + url: https://doi.org/10.1145/3643832.3661834 + dblp_key: conf/mobisys/ChenTWHSC24 + venue_name: MobiSys + pages: 590-591 +- title: 'RFSpy: Eavesdropping on Online Conversations with Out-of-Vocabulary Words + by Sensing Metal Coil Vibration of Headsets Leveraging RFID' + authors: + - Yunzhong Chen + - Jiadi Yu + - Yingying Chen 0001 + - Linghe Kong + - Yanmin Zhu 0006 + - Yi-Chao Chen 0001 + year: '2024' + doi: 10.1145/3643832.3661887 + url: https://doi.org/10.1145/3643832.3661887 + dblp_key: conf/mobisys/ChenY0KZ024 + venue_name: MobiSys + pages: 169-182 +- title: Enabling Hands-Free Voice Assistant Activation on Earphones + authors: + - Tao Chen 0033 + - Yongjie Yang 0008 + - Chonghao Qiu + - Xiaoran Fan + - Xiuzhen Guo + - Longfei Shangguan + year: '2024' + doi: 10.1145/3643832.3661890 + url: https://doi.org/10.1145/3643832.3661890 + dblp_key: conf/mobisys/ChenYQFGS24 + venue_name: MobiSys + pages: 155-168 +- title: 'Poster: Home-based, On-Device Non-invasive Obstructive Sleep Apnea Monitoring + with Infrared Video' + authors: + - You Rim Choi + - Gyeongseon Eo + - Wonhyuck Yoon + - Hyojin Lee + - Haemin Jang + - Dongyoon Kim + - Hyunwoo Shin + - Hyung-Sin Kim + year: '2024' + doi: 10.1145/3643832.3661433 + url: https://doi.org/10.1145/3643832.3661433 + dblp_key: conf/mobisys/ChoiEYLJKSK24 + venue_name: MobiSys + pages: 708-709 +- title: 'Poster: Desk Activity Recognition Using On-desk Low-cost WiFi Transceiver' + authors: + - Hyuckjin Choi + - Yugo Nakamura + - Shogo Fukushima + - Yutaka Arakawa + year: '2024' + doi: 10.1145/3643832.3661452 + url: https://doi.org/10.1145/3643832.3661452 + dblp_key: conf/mobisys/ChoiNFA24 + venue_name: MobiSys + pages: 702-703 +- title: 'Poster: User-Oriented QoE Model for Video Streaming on Mobile Deivces' + authors: + - Wangyu Choi + - Jongwon Yoon + year: '2024' + doi: 10.1145/3643832.3661410 + url: https://doi.org/10.1145/3643832.3661410 + dblp_key: conf/mobisys/ChoiY24 + venue_name: MobiSys + pages: 662-663 +- title: Exploiting pervasive leaked EM signals for communication, charging and sensing + authors: + - Minhao Cui + year: '2024' + doi: 10.1145/3643832.3661390 + url: https://doi.org/10.1145/3643832.3661390 + dblp_key: conf/mobisys/Cui24 + venue_name: MobiSys + pages: 760-761 +- title: 'RefreshChannels: Exploiting Dynamic Refresh Rate Switching for Mobile Device + Attacks' + authors: + - Gaofeng Dong + - Jason Wu + - Julian de Gortari Briseno + - Akash Deep Singh + - Justin Feng + - Ankur Sarker + - Nader Sehatbakhsh + - Mani Srivastava 0001 + year: '2024' + doi: 10.1145/3643832.3661864 + url: https://doi.org/10.1145/3643832.3661864 + dblp_key: conf/mobisys/DongWBSFSSS24 + venue_name: MobiSys + pages: 359-371 +- title: 'F2Key: Dynamically Converting Your Face into a Private Key Based on COTS + Headphones for Reliable Voice Interaction' + authors: + - Di Duan + - Zehua Sun + - Tao Ni 0003 + - Shuaicheng Li 0001 + - Xiaohua Jia + - Weitao Xu + - Tianxing Li 0001 + year: '2024' + doi: 10.1145/3643832.3661860 + url: https://doi.org/10.1145/3643832.3661860 + dblp_key: conf/mobisys/DuanS0LJX024 + venue_name: MobiSys + pages: 127-140 +- title: 'Poster: SmartScale: Your Pocket-Sized Weight Estimator Powered by Your Smartphone' + authors: + - Mirna Elbestar + - Hamada Rizk + - Moustafa Youssef 0001 + year: '2024' + doi: 10.1145/3643832.3661422 + url: https://doi.org/10.1145/3643832.3661422 + dblp_key: conf/mobisys/ElbestarR024 + venue_name: MobiSys + pages: 738-739 +- title: 'Poster: Activity Recognition Using CSI Backscatter with Commodity Wi-Fi' + authors: + - Viktor Erdélyi + - Kazuki Miyao + - Akira Uchiyama + - Tomoki Murakami + year: '2024' + doi: 10.1145/3643832.3661396 + url: https://doi.org/10.1145/3643832.3661396 + dblp_key: conf/mobisys/ErdelyiMUM24 + venue_name: MobiSys + pages: 636-637 +- title: 'Poster: Drive-by City Wide Trash Sensing for Neighborhood Sanitation Need' + authors: + - Tomas Fernandez + - Yen-Cheng Chang + - Jesse R. Codling + - Yiwen Dong 0001 + - Jiale Zhang + - Carlee Joe-Wong + - Hae Young Noh + - Pei Zhang 0001 + year: '2024' + doi: 10.1145/3643832.3661431 + url: https://doi.org/10.1145/3643832.3661431 + dblp_key: conf/mobisys/FernandezCC0ZJN24 + venue_name: MobiSys + pages: 704-705 +- title: Adaptive Metasurface-Based Acoustic Imaging using Joint Optimization + authors: + - Yongjian Fu 0004 + - Yongzhao Zhang + - Yu Lu 0022 + - Lili Qiu + - Yi-Chao Chen 0001 + - Yezhou Wang + - Mei Wang + - Yijie Li 0002 + - Ju Ren 0001 + - Yaoxue Zhang + year: '2024' + doi: 10.1145/3643832.3661863 + url: https://doi.org/10.1145/3643832.3661863 + dblp_key: conf/mobisys/FuZLQ0WWL0Z24 + venue_name: MobiSys + pages: 492-504 +- title: 'Why E.T. Can't Phone Home: A Global View on IP-based Geoblocking at + VoWiFi' + authors: + - Gabriel K. Gegenhuber + - Philipp É. Frenzel + - Edgar R. Weippl + year: '2024' + doi: 10.1145/3643832.3661883 + url: https://doi.org/10.1145/3643832.3661883 + dblp_key: conf/mobisys/GegenhuberFW24 + venue_name: MobiSys + pages: 183-195 +- title: Criticality Aware Canvas-based Visual Perception at the Edge + authors: + - Ila Gokarn + year: '2024' + doi: 10.1145/3643832.3661386 + url: https://doi.org/10.1145/3643832.3661386 + dblp_key: conf/mobisys/Gokarn24 + venue_name: MobiSys + pages: 751-753 +- title: 'Poster: Profiling Event Vision Processing on Edge Devices' + authors: + - Ila Gokarn + - Archan Misra + year: '2024' + doi: 10.1145/3643832.3661415 + url: https://doi.org/10.1145/3643832.3661415 + dblp_key: conf/mobisys/GokarnM24 + venue_name: MobiSys + pages: 672-673 +- title: 'Demo: "MiRRoR": Mixed-Reality of Robust Rendering' + authors: + - Daisuke Goto + - Soko Aoki + - Akira Tsuge + - Tadashi Okoshi + - Jin Nakazawa + year: '2024' + doi: 10.1145/3643832.3661835 + url: https://doi.org/10.1145/3643832.3661835 + dblp_key: conf/mobisys/GotoATON24 + venue_name: MobiSys + pages: 592-593 +- title: 'Poster: Leveraging Apple's Find My Network for Large-Scale Distributed + Sensing' + authors: + - Max Granzow + - Alexander Heinrich + - Matthias Hollick + - Marco Zimmerling + year: '2024' + doi: 10.1145/3643832.3661412 + url: https://doi.org/10.1145/3643832.3661412 + dblp_key: conf/mobisys/GranzowHHZ24 + venue_name: MobiSys + pages: 666-667 +- title: Invisible Optical Adversarial Stripes on Traffic Sign against Autonomous + Vehicles + authors: + - Dongfang Guo + - Yuting Wu + - Yimin Dai + - Pengfei Zhou + - Xin Lou 0005 + - Rui Tan 0001 + year: '2024' + doi: 10.1145/3643832.3661854 + url: https://doi.org/10.1145/3643832.3661854 + dblp_key: conf/mobisys/GuoWDZL024 + venue_name: MobiSys + pages: 534-546 +- title: 'Demo: UWB localization and Tracking for XR Applications' + authors: + - Ryotaro Hada + - Aditya Arun 0002 + - Dinesh Bharadia + - Misaki Sakuta + - Shunsuke Saruwatari + year: '2024' + doi: 10.1145/3643832.3661840 + url: https://doi.org/10.1145/3643832.3661840 + dblp_key: conf/mobisys/Hada0BSS24 + venue_name: MobiSys + pages: 604-605 +- title: 'Poster: Adaptive Push Notification for Behavioral Change in Lifelogging + Services' + authors: + - Satoki Hamanaka + - Kazunori Sakamoto + - Yuki Sasaki + - Shinicihiro Mizuno + - Yasunori Kawasaki + - Wataru Sasaki + - Jin Nakazawa + - Tadashi Okoshi + year: '2024' + doi: 10.1145/3643832.3661448 + url: https://doi.org/10.1145/3643832.3661448 + dblp_key: conf/mobisys/HamanakaSSMKSNO24 + venue_name: MobiSys + pages: 746-747 +- title: 'Pantheon: Preemptible Multi-DNN Inference on Mobile Edge GPUs' + authors: + - Lixiang Han + - Zimu Zhou + - Zhenjiang Li + year: '2024' + doi: 10.1145/3643832.3661878 + url: https://doi.org/10.1145/3643832.3661878 + dblp_key: conf/mobisys/HanZL24 + venue_name: MobiSys + pages: 465-478 +- title: 'CW-AcousLen: A Configurable Wideband Acoustic Metasurface' + authors: + - Juan He 0007 + - Jie Xiong 0001 + - Weihang Hu + - Chao Feng 0004 + - Enjie Yao + - Xiaojing Wang + - Chen Liu 0002 + - Xiaojiang Chen + year: '2024' + doi: 10.1145/3643832.3661882 + url: https://doi.org/10.1145/3643832.3661882 + dblp_key: conf/mobisys/HeXHFYWLC24 + venue_name: MobiSys + pages: 29-41 +- title: 'Demo : Privacy-Preserving Decentralized Machine Learning Framework for Clustered + Resource-Constrained Devices' + authors: + - Muhammad Ayat Hidayat + - Yugo Nakamura + - Yutaka Arakawa + year: '2024' + doi: 10.1145/3643832.3661843 + url: https://doi.org/10.1145/3643832.3661843 + dblp_key: conf/mobisys/HidayatNA24 + venue_name: MobiSys + pages: 612-613 +- title: 'Poster: City-Scale Simulation of Connected Mobility' + authors: + - Takamasa Higuchi + - Lei Zhong + - Hiroshi Abe + year: '2024' + doi: 10.1145/3643832.3661405 + url: https://doi.org/10.1145/3643832.3661405 + dblp_key: conf/mobisys/HiguchiZA24 + venue_name: MobiSys + pages: 654-655 +- title: 'LimitNet: Progressive, Content-Aware Image Offloading for Extremely Weak + Devices & Networks' + authors: + - Ali Hojjat + - Janek Haberer + - Tayyaba Zainab + - Olaf Landsiedel + year: '2024' + doi: 10.1145/3643832.3661856 + url: https://doi.org/10.1145/3643832.3661856 + dblp_key: conf/mobisys/HojjatHZL24 + venue_name: MobiSys + pages: 519-533 +- title: 'Poster: StreamGuard: Enabling Secure and Uncensored Video Calls on Mobile + Devices' + authors: + - Chenxi Hou + - Zhihao Zephyr Yao + - Hui Peng + year: '2024' + doi: 10.1145/3643832.3661418 + url: https://doi.org/10.1145/3643832.3661418 + dblp_key: conf/mobisys/HouYP24 + venue_name: MobiSys + pages: 678-679 +- title: 'Poster: Load and Bandwidth aware Forwarding in Information-Centric Networks' + authors: + - Muhammad Imran 0024 + - Muhammad Nadeem Ali + - Byung-Seo Kim + - Gökhan Seçinti + year: '2024' + doi: 10.1145/3643832.3661392 + url: https://doi.org/10.1145/3643832.3661392 + dblp_key: conf/mobisys/ImranAKS24 + venue_name: MobiSys + pages: 628-629 +- title: Automated Detection of Cryptographic Inconsistencies in Android's Keymaster + Implementations + authors: + - Abdullah Imran + - Antonio Bianchi + year: '2024' + doi: 10.1145/3643832.3661893 + url: https://doi.org/10.1145/3643832.3661893 + dblp_key: conf/mobisys/ImranB24 + venue_name: MobiSys + pages: 385-397 +- title: Empowering In-Browser Deep Learning Inference on Edge Through Just-In-Time + Kernel Optimization + authors: + - Fucheng Jia + - Shiqi Jiang 0002 + - Ting Cao 0003 + - Wei Cui + - Tianrui Xia + - Xu Cao + - Yuanchun Li 0003 + - Qipeng Wang 0001 + - Deyu Zhang + - Ju Ren 0001 + - Yunxin Liu 0001 + - Lili Qiu + - Mao Yang 0004 + year: '2024' + doi: 10.1145/3643832.3661892 + url: https://doi.org/10.1145/3643832.3661892 + dblp_key: conf/mobisys/JiaJCCXCLWZ0LQY24 + venue_name: MobiSys + pages: 438-450 +- title: 'Willow: Practical WiFi Backscatter Localization with Parallel Tags' + authors: + - Jinyan Jiang + - Jiliang Wang + - Yijie Chen + - Shuai Tong + - Pengjin Xie + - Yihao Liu + - Yunhao Liu 0001 + year: '2024' + doi: 10.1145/3643832.3661853 + url: https://doi.org/10.1145/3643832.3661853 + dblp_key: conf/mobisys/JiangWCTXL024 + venue_name: MobiSys + pages: 265-277 +- title: 'Poster: Customer satisfaction estimation using facial expression analysis' + authors: + - Ryotaro Kageshima + - Satoki Hamanaka + - Shuri Marui + - Akira Tsuge + - Jin Nakazawa + - Tadashi Okoshi + year: '2024' + doi: 10.1145/3643832.3661406 + url: https://doi.org/10.1145/3643832.3661406 + dblp_key: conf/mobisys/KageshimaHMTNO24 + venue_name: MobiSys + pages: 656-657 +- title: 'Poster: Annotation Assist System Using Backscatter Tags for WiFi CSI-based + Indoor Activity Recognition' + authors: + - Kiichiro Kai + - Hyuckjin Choi + - Yugo Nakamura + - Yutaka Arakawa + year: '2024' + doi: 10.1145/3643832.3661451 + url: https://doi.org/10.1145/3643832.3661451 + dblp_key: conf/mobisys/KaiCNA24 + venue_name: MobiSys + pages: 680-681 +- title: 'Poster: ISOML: Inter-Service Online Meta-Learning for Newly Emerging Network + Traffic Prediction' + authors: + - Migyeong Kang + - Juho Jung + - Minhan Cho + - Daejin Choi + - Eunil Park + - Sangheon Pack + - Jinyoung Han + year: '2024' + doi: 10.1145/3643832.3661437 + url: https://doi.org/10.1145/3643832.3661437 + dblp_key: conf/mobisys/KangJCCPPH24 + venue_name: MobiSys + pages: 718-719 +- title: 'Poster: Exploiting Keystroke Dynamics via mmWave Radar for Application Profiling' + authors: + - Changgeon Kang + - Dongjin Seo + - Sihun Yang + - Jun Han 0001 + year: '2024' + doi: 10.1145/3643832.3661443 + url: https://doi.org/10.1145/3643832.3661443 + dblp_key: conf/mobisys/KangSY024 + venue_name: MobiSys + pages: 730-731 +- title: 'Poster: Class-Balanced Exemplar Memory Selection for Class-Incremental Semantic + Segmentation' + authors: + - Hirono Kawashima + - Tadashi Okoshi + - Jin Nakazawa + year: '2024' + doi: 10.1145/3643832.3661400 + url: https://doi.org/10.1145/3643832.3661400 + dblp_key: conf/mobisys/KawashimaON24 + venue_name: MobiSys + pages: 644-645 +- title: 'VRF: Vehicle Road-side Point Cloud Fusion' + authors: + - Kaleem Nawaz Khan + - Ali Khalid + - Yash Turkar + - Karthik Dantu + - Fawad Ahmad 0002 + year: '2024' + doi: 10.1145/3643832.3661874 + url: https://doi.org/10.1145/3643832.3661874 + dblp_key: conf/mobisys/KhanKTDA24 + venue_name: MobiSys + pages: 547-560 +- title: Quantum and Quantum-Inspired Computation for NextG MIMO Wireless Communications + authors: + - Minsung Kim + year: '2024' + doi: 10.1145/3643832.3661388 + url: https://doi.org/10.1145/3643832.3661388 + dblp_key: conf/mobisys/Kim24 + venue_name: MobiSys + pages: 756-757 +- title: Optimizing Profitability of E-Scooter Sharing System via Battery-aware Recommendation + authors: + - Jiwon Kim + - Taewoong Jung + - Yonghun Choi + - Daeyong Kim + - Hojung Cha + year: '2024' + doi: 10.1145/3643832.3661859 + url: https://doi.org/10.1145/3643832.3661859 + dblp_key: conf/mobisys/KimJCKC24 + venue_name: MobiSys + pages: 575-587 +- title: 'Poster: Towards Acoustic-Based Tagless Object Tracking with Smartwatches' + authors: + - Gyuyeon Kim + - Hyunwoo Kim + - Jun Han 0001 + year: '2024' + doi: 10.1145/3643832.3661411 + url: https://doi.org/10.1145/3643832.3661411 + dblp_key: conf/mobisys/KimKH24 + venue_name: MobiSys + pages: 664-665 +- title: 'Demo: Assisting System for Creating Ceiling Plan Using a Video from a Smatrphone' + authors: + - Daiki Kohama + - Yoshiteru Nagata + - Kazushige Yasutake + - Shin Katayama + - Kenta Urano + - Takuro Yonezawa + - Nobuo Kawaguchi + year: '2024' + doi: 10.1145/3643832.3661847 + url: https://doi.org/10.1145/3643832.3661847 + dblp_key: conf/mobisys/KohamaNYKUYK24 + venue_name: MobiSys + pages: 620-621 +- title: 'Poster: Secure NFV Infrastructure based on Software Fault Isolation Considering + Multi-Tenant Environment' + authors: + - Soki Koizumi + - Takao Kondo + - Fumio Teraoka + year: '2024' + doi: 10.1145/3643832.3661403 + url: https://doi.org/10.1145/3643832.3661403 + dblp_key: conf/mobisys/KoizumiKT24 + venue_name: MobiSys + pages: 650-651 +- title: 'Poster: Heatstroke Risk Estimation by Environmental Sensing and Vital Data + Analysis' + authors: + - Ayaka Kondo + - Takumi Karasawa + - Kaho Cho + - Shuri Marui + - Akira Tsuge + - Tadashi Okoshi + - Jin Nakazawa + year: '2024' + doi: 10.1145/3643832.3661399 + url: https://doi.org/10.1145/3643832.3661399 + dblp_key: conf/mobisys/KondoKCMTON24 + venue_name: MobiSys + pages: 642-643 +- title: 'ARISE: High-Capacity AR Offloading Inference Serving via Proactive Scheduling' + authors: + - Z. Jonny Kong + - Qiang Xu 0006 + - Y. Charlie Hu + year: '2024' + doi: 10.1145/3643832.3661894 + url: https://doi.org/10.1145/3643832.3661894 + dblp_key: conf/mobisys/KongXH24 + venue_name: MobiSys + pages: 451-464 +- title: 'Poster: Generating Scarce Realities for Traffic Light Violation Detection' + authors: + - Taiga Kume + - Hiroo Bekku + - Tadashi Okoshi + - Jin Nakazawa + year: '2024' + doi: 10.1145/3643832.3661440 + url: https://doi.org/10.1145/3643832.3661440 + dblp_key: conf/mobisys/KumeBON24 + venue_name: MobiSys + pages: 724-725 +- title: 'Poster: HarvNet: Battery-Free Device Network Simulator' + authors: + - Hrishikesh Govindrao Kusneniwar + - Sougata Sen + - Josiah D. Hester + year: '2024' + doi: 10.1145/3643832.3661444 + url: https://doi.org/10.1145/3643832.3661444 + dblp_key: conf/mobisys/KusneniwarSH24 + venue_name: MobiSys + pages: 732-733 +- title: 'Poster: Performance Analysis of TCP CUBIC and BBR over V2V Wi-Fi' + authors: + - Chunghan Lee + - Takamasa Higuchi + - Seyhan Ucar + - Naoya Kaneko + - Onur Altintas + - Kentaro Oguchi 0001 + year: '2024' + doi: 10.1145/3643832.3661413 + url: https://doi.org/10.1145/3643832.3661413 + dblp_key: conf/mobisys/LeeHUKA024 + venue_name: MobiSys + pages: 668-669 +- title: 'Maestro: The Analysis-Simulation Integrated Framework for Mixed Reality' + authors: + - Jingyu Lee + - Hyunsoo Kim + - Minjae Kim 0001 + - Byung-Gon Chun + - Youngki Lee 0001 + year: '2024' + doi: 10.1145/3643832.3661891 + url: https://doi.org/10.1145/3643832.3661891 + dblp_key: conf/mobisys/LeeKKCL24 + venue_name: MobiSys + pages: 99-112 +- title: 'Poster: Maestro: The Analysis-Simulation Integrated Framework for Mixed + Reality' + authors: + - Jingyu Lee + - Hyunsoo Kim + - Minjae Kim 0001 + - Byung-Gon Chun + - Youngki Lee 0001 + year: '2024' + doi: 10.1145/3643832.3661414 + url: https://doi.org/10.1145/3643832.3661414 + dblp_key: conf/mobisys/LeeKKCL24a + venue_name: MobiSys + pages: 670-671 +- title: 'Poster: A Memory Efficient Parameter-free Time-series Classification via + gzip' + authors: + - Kichang Lee + - Sungmin Lee + - JeongGil Ko + year: '2024' + doi: 10.1145/3643832.3661424 + url: https://doi.org/10.1145/3643832.3661424 + dblp_key: conf/mobisys/LeeLK24 + venue_name: MobiSys + pages: 690-691 +- title: 'Poster: Real-time Material and Texture Recognition Using Visible Light Communication' + authors: + - Jiarong Li + - Chenxin Liang + - Zixuan Xie + - Xiaojun Liang + - Wenbo Ding 0001 + - Jian Song 0004 + - Xiao-Ping Zhang 0002 + year: '2024' + doi: 10.1145/3643832.3661427 + url: https://doi.org/10.1145/3643832.3661427 + dblp_key: conf/mobisys/LiLXLDSZ24 + venue_name: MobiSys + pages: 696-697 +- title: 'ChirpTransformer: Versatile LoRa Encoding for Low-power Wide-area IoT' + authors: + - Chenning Li + - Yidong Ren + - Shuai Tong + - Shakhrul Iman Siam + - Mi Zhang 0002 + - Jiliang Wang + - Yunhao Liu 0001 + - Zhichao Cao 0001 + year: '2024' + doi: 10.1145/3643832.3661861 + url: https://doi.org/10.1145/3643832.3661861 + dblp_key: conf/mobisys/LiRTSZW0024 + venue_name: MobiSys + pages: 479-491 +- title: 'UWB-Fi: Pushing Wi-Fi towards Ultra-wideband for Fine-Granularity Sensing' + authors: + - Xin Li 0070 + - Hongbo Wang + - Zhe Chen 0015 + - Zhiping Jiang + - Jun Luo 0001 + year: '2024' + doi: 10.1145/3643832.3661889 + url: https://doi.org/10.1145/3643832.3661889 + dblp_key: conf/mobisys/LiWCJL24 + venue_name: MobiSys + pages: 42-55 +- title: 'Demo: SolarSense: A Self-powered Ubiquitous Gesture Recognition System for + Industrial Human-Computer Interaction' + authors: + - Jiarong Li + - Qinghao Xu + - Qingyang Zhu + - Zixuan Xie + - Zhancong Xu + - Changshuo Ge + - Liguang Ruan + - H. Y. Fu 0001 + - Xiaojun Liang + - Wenbo Ding 0001 + - Weihua Gui 0001 + - Xiao-Ping Zhang 0002 + year: '2024' + doi: 10.1145/3643832.3661838 + url: https://doi.org/10.1145/3643832.3661838 + dblp_key: conf/mobisys/LiXZXXGRFLD0Z24 + venue_name: MobiSys + pages: 600-601 +- title: 'Demo: EmoMarker: A Privacy-Preserving, Multi-Modal Sensing System for Dyadic + Digital Biomarkers of Expressed Emotions for Patients with Dementia' + authors: + - Yang Li 0147 + - Doris Sau-Fung Yu + - Shuangzhou Chen + - Guoliang Xing + - Hongkai Chen 0001 + year: '2024' + doi: 10.1145/3643832.3661844 + url: https://doi.org/10.1145/3643832.3661844 + dblp_key: conf/mobisys/LiYCXC24 + venue_name: MobiSys + pages: 614-615 +- title: 'POSTER: A One-size-fits-all Solution for Cross-Technology Communication + via Transformer' + authors: + - Sicong Liao + - Jingyu Tong + - Zhimin Mei + - Donghui Dai + - Yuanhao Feng + - Qiongzheng Lin + - Lei Yang 0025 + year: '2024' + doi: 10.1145/3643832.3661439 + url: https://doi.org/10.1145/3643832.3661439 + dblp_key: conf/mobisys/LiaoTMDFLY24 + venue_name: MobiSys + pages: 722-723 +- title: 'MobiAir: Unleashing Sensor Mobility for City-scale and Fine-grained Air-Quality + Monitoring with AirBERT' + authors: + - Yuxuan Liu 0010 + - Haoyang Wang 0012 + - Fanhang Man + - Jingao Xu + - Fan Dang 0001 + - Yunhao Liu 0001 + - Xiao-Ping Zhang 0002 + - Xinlei Chen + year: '2024' + doi: 10.1145/3643832.3661872 + url: https://doi.org/10.1145/3643832.3661872 + dblp_key: conf/mobisys/Liu0MX000C24 + venue_name: MobiSys + pages: 223-236 +- title: 'Poster: Four Eyes See More Than Two: Collective Intelligence Schemes for + Virtual Cluster Allocation' + authors: + - Xuan Liu 0008 + - Chenyan Wang + - Xiangyu Qu + - Chang Xu 0016 + - Yutong Gao 0001 + - Guixian Xu + year: '2024' + doi: 10.1145/3643832.3661404 + url: https://doi.org/10.1145/3643832.3661404 + dblp_key: conf/mobisys/LiuWQXGX24 + venue_name: MobiSys + pages: 652-653 +- title: 'Poster: Martingale-based Virtual Cluster Placement for Guaranteeing End-to-end + Delay Bound Reliability in Edge-cloud Enhancement Environment' + authors: + - Xuan Liu 0008 + - Chenyan Wang + - Xiangyu Qu + - Chang Xu 0016 + - Zheng Liu + - Chaomurilige + year: '2024' + doi: 10.1145/3643832.3663520 + url: https://doi.org/10.1145/3643832.3663520 + dblp_key: conf/mobisys/LiuWQXLC24 + venue_name: MobiSys + pages: 624-625 +- title: 'Poster: Towards Pub/Sub Multimodal Data Transmission in IoT Environment' + authors: + - Xuan Liu 0008 + - Chenyan Wang + - Xiangyu Qu + - Chang Xu 0016 + - Xiangyun Tang + - Shan Jiang 0024 + year: '2024' + doi: 10.1145/3643832.3661408 + url: https://doi.org/10.1145/3643832.3661408 + dblp_key: conf/mobisys/LiuWQXTJ24 + venue_name: MobiSys + pages: 658-659 +- title: 'Demo: Statistical Acoustic Sensing For Real-Time Respiration Monitoring + and Presence Detection' + authors: + - Sheng Lyu + - Ruiming Huang + - Yuemin Yu + - Chenshu Wu + year: '2024' + doi: 10.1145/3643832.3661846 + url: https://doi.org/10.1145/3643832.3661846 + dblp_key: conf/mobisys/LyuHYW24 + venue_name: MobiSys + pages: 618-619 +- title: 'Poster: MLess: Deep Learning Application Platform for Smart Cities' + authors: + - Seiki Makino + - Tadashi Okoshi + - Jin Nakazawa + year: '2024' + doi: 10.1145/3643832.3661394 + url: https://doi.org/10.1145/3643832.3661394 + dblp_key: conf/mobisys/MakinoON24 + venue_name: MobiSys + pages: 632-633 +- title: 'Poster: Stochastic Scheduling on Object-sparse Video Data' + authors: + - Kazuhiro Mikami + - Wenhao Huang 0004 + - Yin Chen 0001 + - Jin Nakazawa + year: '2024' + doi: 10.1145/3643832.3663521 + url: https://doi.org/10.1145/3643832.3663521 + dblp_key: conf/mobisys/MikamiH0N24 + venue_name: MobiSys + pages: 714-715 +- title: 'Demo: MeowSorter: Identifying Stray and Pet Cats Through Facial Features' + authors: + - Rina Motoyama + - Tadashi Okoshi + - Jin Nakazawa + - Naohiro Isokawa + year: '2024' + doi: 10.1145/3643832.3663376 + url: https://doi.org/10.1145/3643832.3663376 + dblp_key: conf/mobisys/MotoyamaONI24 + venue_name: MobiSys + pages: 594-595 +- title: 'Poster: Towards Efficient Spatio-Temporal Video Grounding in Pervasive Mobile + Devices' + authors: + - Dulanga Kaveesha Weerakoon Weerakoon Mudiyanselage + - Vigneshwaran Subbaraju + - Joo Hwee Lim + - Archan Misra + year: '2024' + doi: 10.1145/3643832.3661402 + url: https://doi.org/10.1145/3643832.3661402 + dblp_key: conf/mobisys/MudiyanselageSL24 + venue_name: MobiSys + pages: 648-649 +- title: 'Demo: Stress Detection on Tiny Edge Device with GSR Sensor' + authors: + - Shalini Mukhopadhyay + - Varsha Sharma + - Dibyanshu Jaiswal + - Swarnava Dey + - Avik Ghose + year: '2024' + doi: 10.1145/3643832.3661837 + url: https://doi.org/10.1145/3643832.3661837 + dblp_key: conf/mobisys/MukhopadhyaySJD24 + venue_name: MobiSys + pages: 598-599 +- title: 'Poster: Sustainable Data Management Flow for Spatio-Temporal Datasets' + authors: + - Yoshiteru Nagata + - Daiki Kohama + - Yoshiki Watanabe + - Shin Katayama + - Kenta Urano + - Takuro Yonezawa + - Nobuo Kawaguchi + year: '2024' + doi: 10.1145/3643832.3661423 + url: https://doi.org/10.1145/3643832.3661423 + dblp_key: conf/mobisys/NagataKWKUYK24 + venue_name: MobiSys + pages: 688-689 +- title: 'Poster: Challenges Faced by Popular Apps in Foldable Devices' + authors: + - Rahul Nair 0003 + - Raina Samuel + year: '2024' + doi: 10.1145/3643832.3661436 + url: https://doi.org/10.1145/3643832.3661436 + dblp_key: conf/mobisys/NairS24 + venue_name: MobiSys + pages: 716-717 +- title: 'Sensor Security in Virtual Reality: Exploration and Mitigation' + authors: + - Tao Ni 0003 + year: '2024' + doi: 10.1145/3643832.3661389 + url: https://doi.org/10.1145/3643832.3661389 + dblp_key: conf/mobisys/Ni24 + venue_name: MobiSys + pages: 758-759 +- title: 'Poster: Location Awareness in AED Retrieval: An Simulation-Based Investigation' + authors: + - Helinyi Peng + - Akihito Taya + - Yuuki Nishiyama + - Kaoru Sezaki + year: '2024' + doi: 10.1145/3643832.3661401 + url: https://doi.org/10.1145/3643832.3661401 + dblp_key: conf/mobisys/PengTNS24 + venue_name: MobiSys + pages: 646-647 +- title: 'Poster: ElectromagneticWave Control with Next-Generation Reconfigurable + Intelligent Surface (RIS)' + authors: + - Ratanak Phon + - Chhunheng Lor + - Sungjoon Lim + year: '2024' + doi: 10.1145/3643832.3661419 + url: https://doi.org/10.1145/3643832.3661419 + dblp_key: conf/mobisys/PhonLL24 + venue_name: MobiSys + pages: 682-683 +- title: 'Your Mic Leaks Too Much: A Double-Edged Sword for Security' + authors: + - Soundarya Ramesh + year: '2024' + doi: 10.1145/3643832.3661387 + url: https://doi.org/10.1145/3643832.3661387 + dblp_key: conf/mobisys/Ramesh24 + venue_name: MobiSys + pages: 754-755 +- title: 'CACTUS: Dynamically Switchable Context-aware micro-Classifiers for Efficient + IoT Inference' + authors: + - Mohammad Mehdi Rastikerdar + - Jin Huang + - Shiwei Fang + - Hui Guan 0001 + - Deepak Ganesan + year: '2024' + doi: 10.1145/3643832.3661888 + url: https://doi.org/10.1145/3643832.3661888 + dblp_key: conf/mobisys/RastikerdarHF0G24 + venue_name: MobiSys + pages: 505-518 +- title: 'Poster: AutoSense: Reliable 3D Bounding Box Prediction for Vehicles' + authors: + - Hem Regmi + - Reza Tavasoli + - Joseph Telaak + - Sanjib Sur 0001 + - Srihari Nelakuditi + year: '2024' + doi: 10.1145/3643832.3661416 + url: https://doi.org/10.1145/3643832.3661416 + dblp_key: conf/mobisys/RegmiTTSN24 + venue_name: MobiSys + pages: 674-675 +- title: 'Poster: Symmetrical Pruning for Lightweight Network Anomaly Detector' + authors: + - Joohong Rheey + - Dayoung Choi + - Hyunggon Park + year: '2024' + doi: 10.1145/3643832.3661395 + url: https://doi.org/10.1145/3643832.3661395 + dblp_key: conf/mobisys/RheeyCP24 + venue_name: MobiSys + pages: 634-635 +- title: '[Poster] You Only Sense Once: Unified Localization and Activity Recognition + of Multiple Persons' + authors: + - Hamada Rizk + - Hend Fayed + - Akira Uchiyama + - Hirozumi Yamaguchi + year: '2024' + doi: 10.1145/3643832.3661447 + url: https://doi.org/10.1145/3643832.3661447 + dblp_key: conf/mobisys/RizkFUY24 + venue_name: MobiSys + pages: 744-745 +- title: 'Poster: Listening to Earth's Voice: Advanced Vehicle Recognition through + Seismic Sensing' + authors: + - Hamada Rizk + - Sherief Hashima + year: '2024' + doi: 10.1145/3643832.3661430 + url: https://doi.org/10.1145/3643832.3661430 + dblp_key: conf/mobisys/RizkH24 + venue_name: MobiSys + pages: 742-743 +- title: 'Poster: Fast Field-of-View Expansion for Collaborative Object Detection' + authors: + - Junhyeong Ryu + - Jeongyeup Paek + year: '2024' + doi: 10.1145/3643832.3661420 + url: https://doi.org/10.1145/3643832.3661420 + dblp_key: conf/mobisys/RyuP24 + venue_name: MobiSys + pages: 684-685 +- title: 'Poster: An Automated Method to Detect Tooth Brushing Activity with Smartwatch + Sensors' + authors: + - Blake Schleter + - Marina Avdonina + - Rishiraj Adhikary + - Dheryta Jaisinghani + - Sougata Sen + year: '2024' + doi: 10.1145/3643832.3661417 + url: https://doi.org/10.1145/3643832.3661417 + dblp_key: conf/mobisys/SchleterAAJS24 + venue_name: MobiSys + pages: 676-677 +- title: 'Poster: A Container Orchestration Method Considering Shared Containers in + an MEC Environment' + authors: + - Atsushi Sekiguchi + - Takao Kondo + - Kosuke Mori + - Ken Kumakura + - Liang Zhang + - Fumio Teraoka + year: '2024' + doi: 10.1145/3643832.3661428 + url: https://doi.org/10.1145/3643832.3661428 + dblp_key: conf/mobisys/SekiguchiKMKZT24 + venue_name: MobiSys + pages: 698-699 +- title: 'Poster: Dynamic Ego-Velocity Estimation Using Moving mmWave Radar: A Phase-Based + Approach' + authors: + - Argha Sen + - Soham Chakraborty 0007 + - Soham Tripathy + - Sandip Chakraborty 0001 + year: '2024' + doi: 10.1145/3643832.3661425 + url: https://doi.org/10.1145/3643832.3661425 + dblp_key: conf/mobisys/Sen0TC24 + venue_name: MobiSys + pages: 692-693 +- title: Weaving Physical and Physiological Sensing with Computational Fabrics + authors: + - Qijia Shao + year: '2024' + doi: 10.1145/3643832.3661385 + url: https://doi.org/10.1145/3643832.3661385 + dblp_key: conf/mobisys/Shao24 + venue_name: MobiSys + pages: 748-750 +- title: 'Joey: Supporting Kangaroo Mother Care with Computational Fabrics' + authors: + - Qijia Shao + - Jiting Liu + - Emily Bejerano + - Ho-Man Colman Leung + - Jingping Nie + - Xiaofan Jiang 0001 + - Xia Zhou + year: '2024' + doi: 10.1145/3643832.3661867 + url: https://doi.org/10.1145/3643832.3661867 + dblp_key: conf/mobisys/ShaoLBLN0Z24 + venue_name: MobiSys + pages: 237-251 +- title: 'Demo: Supporting Kangaroo Mother Care with Computational Fabrics' + authors: + - Qijia Shao + - Jiting Liu + - Emily Bejerano + - Ho-Man Colman Leung + - Jingping Nie + - Xiaofan Jiang 0001 + - Xia Zhou + year: '2024' + doi: 10.1145/3643832.3661839 + url: https://doi.org/10.1145/3643832.3661839 + dblp_key: conf/mobisys/ShaoLBLN0Z24a + venue_name: MobiSys + pages: 602-603 +- title: 'FedConv: A Learning-on-Model Paradigm for Heterogeneous Federated Clients' + authors: + - Leming Shen + - Qiang Yang 0018 + - Kaiyan Cui + - Yuanqing Zheng + - Xiao-Yong Wei + - Jianwei Liu 0008 + - Jinsong Han + year: '2024' + doi: 10.1145/3643832.3661880 + url: https://doi.org/10.1145/3643832.3661880 + dblp_key: conf/mobisys/ShenYCZWLH24 + venue_name: MobiSys + pages: 398-411 +- title: 'Poster: Fast On-Device Adaptation with Approximate Forward Training' + authors: + - Minkyu Shim + - Youngki Lee 0001 + year: '2024' + doi: 10.1145/3643832.3661435 + url: https://doi.org/10.1145/3643832.3661435 + dblp_key: conf/mobisys/ShimL24 + venue_name: MobiSys + pages: 712-713 +- title: 'Radarize: Enhancing Radar SLAM with Generalizable Doppler-Based Odometry' + authors: + - Emerson Sie + - Xinyu Wu + - Heyu Guo + - Deepak Vasisht + year: '2024' + doi: 10.1145/3643832.3661871 + url: https://doi.org/10.1145/3643832.3661871 + dblp_key: conf/mobisys/SieWGV24 + venue_name: MobiSys + pages: 331-344 +- title: 'Poster: Feature-adaptive Re-MAML optimised for the input data set' + authors: + - Kaho Sunata + - Taiga Kume + - Jin Nakazawa + - Tadashi Okoshi + year: '2024' + doi: 10.1145/3643832.3661441 + url: https://doi.org/10.1145/3643832.3661441 + dblp_key: conf/mobisys/SunataKNO24 + venue_name: MobiSys + pages: 726-727 +- title: 'Poster: Pub-Sub Based M2M System in an MEC Environment Considering Mobile + Nodes as Compute Servers' + authors: + - Haruto Takano + - Rempei Sawada + - Kosuke Mori + - Fumio Teraoka + year: '2024' + doi: 10.1145/3643832.3661429 + url: https://doi.org/10.1145/3643832.3661429 + dblp_key: conf/mobisys/TakanoSMT24 + venue_name: MobiSys + pages: 700-701 +- title: 'Poster: Service Orchestration for Satellite Computing' + authors: + - Jianing Tang + - Ruolin Xing + - Qibo Sun + - Ao Zhou 0001 + - Xiao Ma 0009 + year: '2024' + doi: 10.1145/3643832.3661421 + url: https://doi.org/10.1145/3643832.3661421 + dblp_key: conf/mobisys/TangXS0024 + venue_name: MobiSys + pages: 686-687 +- title: 'Demo: FaST Compiler: Optimizing Web Front-end UI Building by Integrating + Compilers and Visible Anchors' + authors: + - Tatsuru Tomizawa + - Taiga Kume + - Satoki Hamanaka + - Tadashi Okoshi + - Jin Nakazawa + year: '2024' + doi: 10.1145/3643832.3663377 + url: https://doi.org/10.1145/3643832.3663377 + dblp_key: conf/mobisys/TomizawaKHON24 + venue_name: MobiSys + pages: 606-607 +- title: 'SoilCares: Towards Low-cost Soil Macronutrients and Moisture Monitoring + Using RF-VNIR Sensing' + authors: + - Juexing Wang + - Yuda Feng + - Gouree Kumbhar + - Guangjing Wang 0001 + - Qiben Yan + - Qingxu Jin + - Robert C. Ferrier + - Jie Xiong 0001 + - Tianxing Li 0001 + year: '2024' + doi: 10.1145/3643832.3661868 + url: https://doi.org/10.1145/3643832.3661868 + dblp_key: conf/mobisys/WangFK0YJFXL24 + venue_name: MobiSys + pages: 196-209 +- title: 'MultiRider: Enabling Multi-Tag Concurrent OFDM Backscatter by Taming In-band + Interference' + authors: + - Shanyue Wang + - Yubo Yan + - Feiyu Han + - Ye Tian 0023 + - Yuxin Ding + - Panlong Yang + - Xiang-Yang Li 0001 + year: '2024' + doi: 10.1145/3643832.3661862 + url: https://doi.org/10.1145/3643832.3661862 + dblp_key: conf/mobisys/WangYHTDY024 + venue_name: MobiSys + pages: 292-303 +- title: Frequency-agile OFDM Backscatter + authors: + - Bingbing Wang + - Fengyuan Zhu + - Wenhui Li + - Zeming Yang + - Meng Jin 0002 + - Xiaohua Tian + year: '2024' + doi: 10.1145/3643832.3661873 + url: https://doi.org/10.1145/3643832.3661873 + dblp_key: conf/mobisys/WangZLY0T24 + venue_name: MobiSys + pages: 252-264 +- title: 'Poster: Efficient and Accurate Mobile Task Automation through Learning from + Code' + authors: + - Shihe Wang + - Li Zhang 0133 + - Mengwei Xu 0001 + year: '2024' + doi: 10.1145/3643832.3661397 + url: https://doi.org/10.1145/3643832.3661397 + dblp_key: conf/mobisys/WangZX24 + venue_name: MobiSys + pages: 638-639 +- title: 'Poster: Design of Elastic Deep Neural Network Candidate Spaces for Inference + on Diverse Devices' + authors: + - Jeongho Won + - Ting Cao 0003 + - Huiqiang Jiang + - Junehwa Song + year: '2024' + doi: 10.1145/3643832.3661445 + url: https://doi.org/10.1145/3643832.3661445 + dblp_key: conf/mobisys/WonCJS24 + venue_name: MobiSys + pages: 734-735 +- title: Enabling 6D Pose Tracking on Your Acoustic Devices + authors: + - Yuanyuan Wu + - Sheng Chen 0015 + - Xuanqi Meng + - Xinyu Tong 0001 + - Xiulong Liu 0001 + - Xin Xie 0001 + - Wenyu Qu + year: '2024' + doi: 10.1145/3643832.3661875 + url: https://doi.org/10.1145/3643832.3661875 + dblp_key: conf/mobisys/WuCMTLXQ24 + venue_name: MobiSys + pages: 15-28 +- title: 'Theia: Gaze-driven and Perception-aware Volumetric Content Delivery for + Mixed Reality Headsets' + authors: + - Nan Wu 0012 + - Kaiyan Liu + - Ruizhi Cheng + - Bo Han 0001 + - Puqi Zhou + year: '2024' + doi: 10.1145/3643832.3661858 + url: https://doi.org/10.1145/3643832.3661858 + dblp_key: conf/mobisys/WuLC0Z24 + venue_name: MobiSys + pages: 70-84 +- title: 'Poster: Indoor Inertial-Based Fall Prediction and Pedestrian Tracking For + The Elderly' + authors: + - Jingjing Yan + - Craig M. Hancock + year: '2024' + doi: 10.1145/3643832.3661409 + url: https://doi.org/10.1145/3643832.3661409 + dblp_key: conf/mobisys/YanH24 + venue_name: MobiSys + pages: 660-661 +- title: 'OrchLoc: In-Orchard Localization via a Single LoRa Gateway and Generative + Diffusion Model-based Fingerprinting' + authors: + - Kang Yang 0005 + - Yuning Chen + - Wan Du + year: '2024' + doi: 10.1145/3643832.3661876 + url: https://doi.org/10.1145/3643832.3661876 + dblp_key: conf/mobisys/YangCD24 + venue_name: MobiSys + pages: 304-317 +- title: 'Demo: MuRa: A Scalable Mobile Ultra-wideband Testbed for Multi-node Ranging' + authors: + - Shaoyang Yang + - Fang Liu 0022 + - Hai Li + - Guoliang Xing + - Hongkai Chen 0001 + year: '2024' + doi: 10.1145/3643832.3661845 + url: https://doi.org/10.1145/3643832.3661845 + dblp_key: conf/mobisys/YangLLXC24 + venue_name: MobiSys + pages: 616-617 +- title: 'TouchTone: Smartwatch Privacy Protection via Unobtrusive Finger Touch Gestures' + authors: + - Yilin Yang + - Yan Wang 0003 + - Yingying Chen 0001 + - Zhengkun Ye + - Xin Li 0116 + - Zhiliang Xia + - Yanzhi Ren + year: '2024' + doi: 10.1145/3643832.3661884 + url: https://doi.org/10.1145/3643832.3661884 + dblp_key: conf/mobisys/YangW0YLXR24 + venue_name: MobiSys + pages: 141-154 +- title: 'Poster: Translating Vision into Words: Advancing Object Recognition with + Visual-Language Models' + authors: + - Haruki Yonekura + - Hamada Rizk + - Hirozumi Yamaguchi + year: '2024' + doi: 10.1145/3643832.3661407 + url: https://doi.org/10.1145/3643832.3661407 + dblp_key: conf/mobisys/YonekuraRY24 + venue_name: MobiSys + pages: 740-741 +- title: 'Demo: Preventing Phone Fraud by Victim Training Using Personalized Feedback + for Behavioral Change' + authors: + - Takahiro Yoshioka + - Shuji Awai + - Kenta Ide + - Megumi Chikano + - Sho Iwasaki + - Kohei Yoshino + - Hina Ikeda + - Masahiro Shiraishi + - Takeshi Konno + year: '2024' + doi: 10.1145/3643832.3661833 + url: https://doi.org/10.1145/3643832.3661833 + dblp_key: conf/mobisys/YoshiokaAICIYIS24 + venue_name: MobiSys + pages: 588-589 +- title: 'FreeEM: Uncovering Parallel Memory EMR Covert Communication in Volatile + Environments' + authors: + - Sihan Yu + - Jingjing Fu + - Chenxu Jiang + - ChunChih Lin + - Zhenkai Zhang 0002 + - Long Cheng 0005 + - Ming Li 0006 + - Xiaonan Zhang 0001 + - Linke Guo + year: '2024' + doi: 10.1145/3643832.3661870 + url: https://doi.org/10.1145/3643832.3661870 + dblp_key: conf/mobisys/YuFJLZ000G24 + venue_name: MobiSys + pages: 372-384 +- title: 'PowDew: Detecting Counterfeit Powdered Food Products using a Commodity Smartphone' + authors: + - Jonghyuk Yun + - Kyoosik Lee + - Kichang Lee + - Bangjie Sun + - Jaeho Jeon + - JeongGil Ko + - Inseok Hwang 0001 + - Jun Han 0001 + year: '2024' + doi: 10.1145/3643832.3661877 + url: https://doi.org/10.1145/3643832.3661877 + dblp_key: conf/mobisys/YunLLSJK0024 + venue_name: MobiSys + pages: 210-222 +- title: 'Poster: Towards Counterfeit Powdered Food Products Detection using a Commodity + Smartphone' + authors: + - Jonghyuk Yun + - Kyoosik Lee + - Kichang Lee + - Bangjie Sun + - Jaeho Jeon + - JeongGil Ko + - Inseok Hwang 0001 + - Jun Han 0001 + year: '2024' + doi: 10.1145/3643832.3661398 + url: https://doi.org/10.1145/3643832.3661398 + dblp_key: conf/mobisys/YunLLSJK0024a + venue_name: MobiSys + pages: 640-641 +- title: 'Demo: Eco-VisionGrid Energy-saving Control System Based On Real-time Video + Streams For Smart Grids Terminal' + authors: + - Zhongyi Zhai + - Weikun Li + - Yuekang Yu + year: '2024' + doi: 10.1145/3643832.3661848 + url: https://doi.org/10.1145/3643832.3661848 + dblp_key: conf/mobisys/ZhaiLY24 + venue_name: MobiSys + pages: 622-623 +- title: 'Poster: PrivaSee: Augmented Reality-Enabled Privacy Perception Visualization + for Internet of Things' + authors: + - Yue Zhang 0044 + - Shangjie Du + - Jiqing Wen + - Robert LiKamWa + - Shiwei Fang + - Shijia Pan + year: '2024' + doi: 10.1145/3643832.3661426 + url: https://doi.org/10.1145/3643832.3661426 + dblp_key: conf/mobisys/ZhangDWLFP24 + venue_name: MobiSys + pages: 694-695 +- title: 'Face Recognition In Harsh Conditions: An Acoustic Based Approach' + authors: + - Yanbo Zhang + - Panrong Tong + - Songfan Li + - Yaxiong Xie + - Mo Li 0001 + year: '2024' + doi: 10.1145/3643832.3661855 + url: https://doi.org/10.1145/3643832.3661855 + dblp_key: conf/mobisys/ZhangTLX024 + venue_name: MobiSys + pages: 1-14 +- title: Understanding Localization by a Tailored GPT + authors: + - Xiaopeng Zhao + - Guosheng Wang + - Zhenlin An + - Qingrui Pan + - Lei Yang 0025 + year: '2024' + doi: 10.1145/3643832.3661869 + url: https://doi.org/10.1145/3643832.3661869 + dblp_key: conf/mobisys/ZhaoWAPY24 + venue_name: MobiSys + pages: 318-330 +- title: 'Demo: Practical WiFi Sensing for Human and Non-human Motion Identification + on the Edge' + authors: + - Guozhen Zhu + - Yuqian Hu + - Beibei Wang 0001 + - Chenshu Wu + - Weihang Gao + - K. J. Ray Liu + year: '2024' + doi: 10.1145/3643832.3661841 + url: https://doi.org/10.1145/3643832.3661841 + dblp_key: conf/mobisys/ZhuH0WGL24 + venue_name: MobiSys + pages: 608-609 +- title: Proceedings of the 22nd Annual International Conference on Mobile Systems, + Applications and Services, MOBISYS 2024, Minato-ku, Tokyo, Japan, June 3-7, 2024 + authors: + - Tadashi Okoshi + - JeongGil Ko + - Robert LiKamWa + year: '2024' + doi: 10.1145/3643832 + url: https://doi.org/10.1145/3643832 + dblp_key: conf/mobisys/2024 + venue_name: MobiSys + pages: null diff --git a/site/data/papers/MobiSys-2024-digest.yaml b/site/data/papers/MobiSys-2024-digest.yaml new file mode 100644 index 0000000..717f9ed --- /dev/null +++ b/site/data/papers/MobiSys-2024-digest.yaml @@ -0,0 +1,137 @@ +venue: MobiSys +year: 2024 +papers: +- title: 'WAIS: Leveraging WiFi for Resource-Efficient SLAM' + authors: + - Aditya Arun 0002 + - William Hunter + - Roshan Sai Ayyalasomayajula + - Dinesh Bharadia + reason: "Demonstrates that commodity WiFi signals can replace LiDAR for simultaneous localization and mapping, dramatically cutting the resource cost of robot/AR navigation." + +- title: 'UWB-Fi: Pushing Wi-Fi towards Ultra-wideband for Fine-Granularity Sensing' + authors: + - Xin Li 0070 + - Hongbo Wang + - Zhe Chen 0015 + - Zhiping Jiang + - Jun Luo 0001 + reason: "Extends standard Wi-Fi to UWB-class sensing resolution without hardware changes, enabling centimeter-level gesture and motion detection on existing infrastructure." + +- title: 'Radarize: Enhancing Radar SLAM with Generalizable Doppler-Based Odometry' + authors: + - Emerson Sie + - Xinyu Wu + - Heyu Guo + - Deepak Vasisht + reason: "Introduces a Doppler-derived odometry method that generalizes radar-based SLAM across environments and radar hardware without per-deployment retraining." + +- title: 'ChirpTransformer: Versatile LoRa Encoding for Low-power Wide-area IoT' + authors: + - Chenning Li + - Yidong Ren + - Shuai Tong + - Shakhrul Iman Siam + - Mi Zhang 0002 + - Jiliang Wang + - Yunhao Liu 0001 + - Zhichao Cao 0001 + reason: "Redesigns LoRa chirp encoding with a transformer-based scheme that simultaneously improves throughput, range, and coexistence for large-scale IoT deployments." + +- title: 'Willow: Practical WiFi Backscatter Localization with Parallel Tags' + authors: + - Jinyan Jiang + - Jiliang Wang + - Yijie Chen + - Shuai Tong + - Pengjin Xie + - Yihao Liu + - Yunhao Liu 0001 + reason: "Enables concurrent localization of multiple passive backscatter tags over commodity WiFi, making large-scale battery-free asset tracking practical." + +- title: 'Pantheon: Preemptible Multi-DNN Inference on Mobile Edge GPUs' + authors: + - Lixiang Han + - Zimu Zhou + - Zhenjiang Li + reason: "Provides a preemptible scheduling runtime for concurrent DNN workloads on edge GPUs, achieving low-latency inference without sacrificing throughput under mixed real-time demands." + +- title: 'ARISE: High-Capacity AR Offloading Inference Serving via Proactive Scheduling' + authors: + - Z. Jonny Kong + - Qiang Xu 0006 + - Y. Charlie Hu + reason: "Proactively schedules AR inference offloading by predicting gaze and scene dynamics, significantly increasing server capacity while meeting strict latency budgets." + +- title: 'CACTUS: Dynamically Switchable Context-aware micro-Classifiers for Efficient IoT Inference' + authors: + - Mohammad Mehdi Rastikerdar + - Jin Huang + - Shiwei Fang + - Hui Guan 0001 + - Deepak Ganesan + reason: "Deploys a family of tiny context-aware classifiers on microcontrollers that switch at runtime to match workload context, cutting energy by orders of magnitude versus monolithic models." + +- title: Empowering In-Browser Deep Learning Inference on Edge Through Just-In-Time Kernel Optimization + authors: + - Fucheng Jia + - Shiqi Jiang 0002 + - Ting Cao 0003 + - Wei Cui + - Tianrui Xia + - Xu Cao + - Yuanchun Li 0003 + - Qipeng Wang 0001 + - Deyu Zhang + - Ju Ren 0001 + - Yunxin Liu 0001 + - Lili Qiu + - Mao Yang 0004 + reason: "Uses JIT kernel specialization to close the performance gap between browser-based and native DNN inference on edge devices, enabling high-throughput on-device AI in web apps." + +- title: 'FedConv: A Learning-on-Model Paradigm for Heterogeneous Federated Clients' + authors: + - Leming Shen + - Qiang Yang 0018 + - Kaiyan Cui + - Yuanqing Zheng + - Xiao-Yong Wei + - Jianwei Liu 0008 + - Jinsong Han + reason: "Proposes learning directly over model parameters rather than data, allowing federated learning to work across radically heterogeneous IoT devices without sharing raw data or requiring uniform architectures." + +- title: 'SoilCares: Towards Low-cost Soil Macronutrients and Moisture Monitoring Using RF-VNIR Sensing' + authors: + - Juexing Wang + - Yuda Feng + - Gouree Kumbhar + - Guangjing Wang 0001 + - Qiben Yan + - Qingxu Jin + - Robert C. Ferrier + - Jie Xiong 0001 + - Tianxing Li 0001 + reason: "Combines RF and near-infrared sensing in a low-cost handheld device to measure soil nutrients and moisture, demonstrating real agricultural field deployments." + +- title: 'MobiAir: Unleashing Sensor Mobility for City-scale and Fine-grained Air-Quality Monitoring with AirBERT' + authors: + - Yuxuan Liu 0010 + - Haoyang Wang 0012 + - Fanhang Man + - Jingao Xu + - Fan Dang 0001 + - Yunhao Liu 0001 + - Xiao-Ping Zhang 0002 + - Xinlei Chen + reason: "Leverages mobile sensors on vehicles and pedestrians with a BERT-style spatio-temporal model to achieve city-scale, fine-grained air quality maps at a fraction of the cost of static sensor networks." + +- title: 'Joey: Supporting Kangaroo Mother Care with Computational Fabrics' + authors: + - Qijia Shao + - Jiting Liu + - Emily Bejerano + - Ho-Man Colman Leung + - Jingping Nie + - Xiaofan Jiang 0001 + - Xia Zhou + reason: "Embeds soft physiological sensors directly into a wearable fabric wrap to monitor premature infants during skin-to-skin care, demonstrating a compelling real-world clinical deployment." diff --git a/site/data/papers/MobiSys-2025-candidates.yaml b/site/data/papers/MobiSys-2025-candidates.yaml new file mode 100644 index 0000000..b5f3454 --- /dev/null +++ b/site/data/papers/MobiSys-2025-candidates.yaml @@ -0,0 +1,1439 @@ +venue: MobiSys +year: 2025 +source: dblp +count: 113 +papers: +- title: 'Agile3D: Adaptive Contention- and Content-Aware 3D Object Detection for + Embedded GPUs' + authors: + - Pengcheng Wang 0001 + - Zhuoming Liu 0001 + - Shayok Bagchi + - Ran Xu 0003 + - Saurabh Bagchi + - Yin Li 0003 + - Somali Chaterji + year: '2025' + doi: 10.1145/3711875.3729147 + url: https://doi.org/10.1145/3711875.3729147 + dblp_key: conf/mobisys/0001LB0B0C25 + venue_name: MobiSys + pages: 528-541 +- title: 'HELIX: High-speed Real-Time Experimentation Platform for 6G Wireless Networks' + authors: + - Rafael Ruiz 0001 + - Jesus Omar Lacruz + - Bastian Bloessl + - Matthias Hollick + - Joerg Widmer + year: '2025' + doi: 10.1145/3711875.3729152 + url: https://doi.org/10.1145/3711875.3729152 + dblp_key: conf/mobisys/0001LBHW25 + venue_name: MobiSys + pages: 305-318 +- title: 'PIT: A Novel Toothbrush Providing Real-Time and Robust Plaque Indication + During Brushing' + authors: + - Kaixin Chen 0002 + - Junfan Xiang + - Wanying Tan + - Keyu Chen + - Yaqiong Luo + - Chang Ma + - Kaishun Wu + - Lu Wang 0002 + year: '2025' + doi: 10.1145/3711875.3729124 + url: https://doi.org/10.1145/3711875.3729124 + dblp_key: conf/mobisys/0002XTCLMWW25 + venue_name: MobiSys + pages: 15-27 +- title: High-resolution mmWave Imaging using Metasurface and Diffusion + authors: + - Yida Wang 0007 + - Yu Lu 0022 + - Yuxuan Zhou + - Yifei Shen 0004 + - Lili Qiu + - Zeyuan Lai + - Yi-Chao Chen 0001 + - Hao Pan 0003 + - Juntao Zhou + - Dian Ding + - Mei Wang + - Guangtao Xue + - Qian Zhang 0001 + year: '2025' + doi: 10.1145/3711875.3729162 + url: https://doi.org/10.1145/3711875.3729162 + dblp_key: conf/mobisys/0007LZSQL00ZDWX25 + venue_name: MobiSys + pages: 319-332 +- title: Democratizing Earable Computing via Hardware-Software Co-design + authors: + - Yongjie Yang 0008 + year: '2025' + doi: 10.1145/3711875.3736676 + url: https://doi.org/10.1145/3711875.3736676 + dblp_key: conf/mobisys/000825 + venue_name: MobiSys + pages: 681-682 +- title: Intelligent Network Infrastructure for Extended Reality + authors: + - Bo Chen 0025 + year: '2025' + doi: 10.1145/3711875.3736670 + url: https://doi.org/10.1145/3711875.3736670 + dblp_key: conf/mobisys/002525 + venue_name: MobiSys + pages: 669-670 +- title: Detection and Tracking of Drone Swarms using LiDAR + authors: + - Tasnim Azad Abir + - Vu Le + - Endrowednes Kuantama + - Pranjol Sen Gupta + - Austin Copley + - Judith M. Dawes + - Mohammad A. Islam 0001 + - Richard Han 0001 + - Phuc Nguyen 0002 + year: '2025' + doi: 10.1145/3711875.3729156 + url: https://doi.org/10.1145/3711875.3729156 + dblp_key: conf/mobisys/AbirLKGCD00025 + venue_name: MobiSys + pages: 500-514 +- title: mmWave Communications, Sensing, and Interference Mitigation + authors: + - Abhishek Adhikari + year: '2025' + doi: 10.1145/3711875.3736659 + url: https://doi.org/10.1145/3711875.3736659 + dblp_key: conf/mobisys/Adhikari25 + venue_name: MobiSys + pages: 647-648 +- title: 'Poster: Real-time Keyboard Segmentation and Finger-Press Detection for Keystroke + Tracking in Virtual Keyboards' + authors: + - Lawrence Amadi + - Andrew Lu + - Chih-Hsien Chou + - Ning Lu + year: '2025' + doi: 10.1145/3711875.3734578 + url: https://doi.org/10.1145/3711875.3734578 + dblp_key: conf/mobisys/AmadiLCL25 + venue_name: MobiSys + pages: 619-620 +- title: Physics-Informed AI for Wireless Communication and Sensing + authors: + - Zhenlin An + year: '2025' + doi: 10.1145/3711875.3736662 + url: https://doi.org/10.1145/3711875.3736662 + dblp_key: conf/mobisys/An25 + venue_name: MobiSys + pages: 653-654 +- title: First-principle crosstalk dynamics and Hamiltonian learning via Rabi experiments + authors: + - Jan Balewski + - Adam Winick + - Yilun Xu + - Neel Vora + - Gang Huang + - David Santiago 0001 + - Joseph Emerson + - Irfan Siddiqi + year: '2025' + doi: 10.1145/3711875.3737654 + url: https://doi.org/10.1145/3711875.3737654 + dblp_key: conf/mobisys/BalewskiWXVHSES25 + venue_name: MobiSys + pages: 765-770 +- title: 'Poster: Joint RF-Gas Sensing for Victim Localization using UAV Networks' + authors: + - Guillermo Benito-Calvino + - Ahmed Boubrima + - Hervé Rivano + - Alessandro Renzaglia + - Zhambyl Shaikhanov + year: '2025' + doi: 10.1145/3711875.3734566 + url: https://doi.org/10.1145/3711875.3734566 + dblp_key: conf/mobisys/Benito-CalvinoB25 + venue_name: MobiSys + pages: 607-608 +- title: 'Demo: Balboa Park Alive!: Exploring Biodiversity through Mobile AR' + authors: + - Biayna Bogosian + - Ying Choon Wu + - Akshit Nassa + - Daniel Jalali + - Jacob Yenney + year: '2025' + doi: 10.1145/3711875.3734382 + url: https://doi.org/10.1145/3711875.3734382 + dblp_key: conf/mobisys/BogosianWNJY25 + venue_name: MobiSys + pages: 641-642 +- title: Federated LLM Pre-Training on Mobile Phones + authors: + - Dongqi Cai 0001 + year: '2025' + doi: 10.1145/3711875.3736664 + url: https://doi.org/10.1145/3711875.3736664 + dblp_key: conf/mobisys/Cai25 + venue_name: MobiSys + pages: 657-658 +- title: 'GazeboNS3: A Digital Twin System for UAV Swarms' + authors: + - Dorian Cauwe + - Chenyang Wang + - Qi Han 0001 + year: '2025' + doi: 10.1145/3711875.3737659 + url: https://doi.org/10.1145/3711875.3737659 + dblp_key: conf/mobisys/CauweWH25 + venue_name: MobiSys + pages: 699-704 +- title: 'PointPresence: An Online Habitat for Multi-User Mixed Reality Telepresence' + authors: + - Eugene Chai + - Kittipat Apicharttrisorn + - Limin Wang 0010 + - Hyunseok Chang + - Sarit Mukherjee + year: '2025' + doi: 10.1145/3711875.3729148 + url: https://doi.org/10.1145/3711875.3729148 + dblp_key: conf/mobisys/ChaiA0CM25 + venue_name: MobiSys + pages: 277-290 +- title: 'You Only Render Once: Enhancing Energy and Computation Efficiency of Mobile + Virtual Reality' + authors: + - Xingyu Chen + - Xinmin Fang + - Shuting Zhang + - Xinyu Zhang 0003 + - Liang He + - Zhengxiong Li + year: '2025' + doi: 10.1145/3711875.3729133 + url: https://doi.org/10.1145/3711875.3729133 + dblp_key: conf/mobisys/ChenFZZHL25 + venue_name: MobiSys + pages: 263-276 +- title: 'Demo: CollabTrans: Device-cloud Collaborative Inference Framework for Transformer-based + Models' + authors: + - Jingcan Chen + - Huatao Xu + - Mo Li 0001 + year: '2025' + doi: 10.1145/3711875.3734371 + url: https://doi.org/10.1145/3711875.3734371 + dblp_key: conf/mobisys/ChenX025 + venue_name: MobiSys + pages: 623-624 +- title: Towards Distance-Adaptive Wireless Charging + authors: + - Lili Chen + - Yizhe Zhao + - Shuning Wang + - Linghui Zhong + - Yongjian Fu 0004 + - Sheng Yue 0001 + - Ju Ren 0001 + - Yaoxue Zhang + year: '2025' + doi: 10.1145/3711875.3729137 + url: https://doi.org/10.1145/3711875.3729137 + dblp_key: conf/mobisys/ChenZWZFY0Z25 + venue_name: MobiSys + pages: 110-123 +- title: Privacy-Aware Ambient Audio Sensing for Healthy Indoor Spaces + authors: + - Bhawana Chhaglani + year: '2025' + doi: 10.1145/3711875.3736681 + url: https://doi.org/10.1145/3711875.3736681 + dblp_key: conf/mobisys/Chhaglani25 + venue_name: MobiSys + pages: 689-690 +- title: 'Poster: OCC Is Better Than Terahertz Wave for 6G' + authors: + - Lih Wei Chia + - Mehul Motani + year: '2025' + doi: 10.1145/3711875.3734551 + url: https://doi.org/10.1145/3711875.3734551 + dblp_key: conf/mobisys/ChiaM25 + venue_name: MobiSys + pages: 595-596 +- title: 'Beyond Backscatter: Rethinking Low-Power Wireless Communication to Tackle + the Energy Challenge of Embedded Systems' + authors: + - Rajashekar Reddy Chinthalapani + year: '2025' + doi: 10.1145/3711875.3736665 + url: https://doi.org/10.1145/3711875.3736665 + dblp_key: conf/mobisys/Chinthalapani25 + venue_name: MobiSys + pages: 659-660 +- title: 'Demo: Enabling Ubiquitous Connectivity for Embedded Systems through Audio-Broadcasting + Low-power Tags' + authors: + - Rajashekar Reddy Chinthalapani + - Dhairya Shah + - Ambuj Varshney + year: '2025' + doi: 10.1145/3711875.3734380 + url: https://doi.org/10.1145/3711875.3734380 + dblp_key: conf/mobisys/ChinthalapaniSV25 + venue_name: MobiSys + pages: 637-638 +- title: Hardware-Software Co-Design for Programmable Smart Radio Environments + authors: + - Kun Woo Cho + year: '2025' + doi: 10.1145/3711875.3736680 + url: https://doi.org/10.1145/3711875.3736680 + dblp_key: conf/mobisys/Cho25 + venue_name: MobiSys + pages: 687-688 +- title: 'Demo: InvisibleFence: Non-Lethal Edge-Optimized AI for Human Wildlife Coexistence + and Crop Protection' + authors: + - Snehalraj Chugh + - Elijah Polyakov + - Milind Rampure + - Bipendra Basnyat + - Nirmalya Roy + year: '2025' + doi: 10.1145/3711875.3734379 + url: https://doi.org/10.1145/3711875.3734379 + dblp_key: conf/mobisys/ChughPRBR25 + venue_name: MobiSys + pages: 635-636 +- title: 'Demo: Unveiling Randomized Device Identity in Dynamic Wi-Fi Networks' + authors: + - Federico Cifuentes-Urtubey + - Deepak Vasisht + - Robin Kravets + year: '2025' + doi: 10.1145/3711875.3734384 + url: https://doi.org/10.1145/3711875.3734384 + dblp_key: conf/mobisys/Cifuentes-Urtubey25 + venue_name: MobiSys + pages: 643-644 +- title: 'MRM3: Machine Readable ML Model Metadata' + authors: + - Andrej Cop + - Blaz Bertalanic + - Marko Grobelnik + - Carolina Fortuna + year: '2025' + doi: 10.1145/3711875.3736685 + url: https://doi.org/10.1145/3711875.3736685 + dblp_key: conf/mobisys/CopBGF25 + venue_name: MobiSys + pages: 741-746 +- title: 'Poster: HeteroRF: Heterogeneity-Aware Federated Radio-Frequency Human Activity + Recognition' + authors: + - Yanru Cui + - Tianyue Zheng + year: '2025' + doi: 10.1145/3711875.3734547 + url: https://doi.org/10.1145/3711875.3734547 + dblp_key: conf/mobisys/CuiZ25 + venue_name: MobiSys + pages: 587-588 +- title: 'EAR-Mapping: Edge-Assisted Real-Time Dense Mapping with Low Bandwidth Requirements' + authors: + - Yubin Dai + - Bin Qian 0002 + - Yuxuan Yan + - Minglei Zhao + - Yangkun Liu + - Yuanchao Shu + year: '2025' + doi: 10.1145/3711875.3729127 + url: https://doi.org/10.1145/3711875.3729127 + dblp_key: conf/mobisys/Dai0YZLS25 + venue_name: MobiSys + pages: 542-555 +- title: 'CrossLM: A Data-Free Collaborative Fine-Tuning Framework for Large and Small + Language Models' + authors: + - Yongheng Deng + - Ziqing Qiao + - Ye Zhang 0033 + - Zhenya Ma + - Yang Liu 0165 + - Ju Ren 0001 + year: '2025' + doi: 10.1145/3711875.3729128 + url: https://doi.org/10.1145/3711875.3729128 + dblp_key: conf/mobisys/DengQZML025 + venue_name: MobiSys + pages: 124-137 +- title: 'RISENSE: Long-Range In-Band Wireless Control of Passive Reconfigurable Intelligent + Surfaces' + authors: + - Sai Pavan Deram + - Marco Rossanese + - Andres Garcia-Saavedra + - Syed Waqas Haider Shah + - Vincenzo Sciancalepore + - Joerg Widmer + - Xavier Costa-Pérez + year: '2025' + doi: 10.1145/3711875.3729154 + url: https://doi.org/10.1145/3711875.3729154 + dblp_key: conf/mobisys/DeramRGSSWC25 + venue_name: MobiSys + pages: 347-360 +- title: Commodity Hardware for Scalable RAN Infrastructure and Agricultural Sensing + authors: + - Jian Ding + year: '2025' + doi: 10.1145/3711875.3736674 + url: https://doi.org/10.1145/3711875.3736674 + dblp_key: conf/mobisys/Ding25 + venue_name: MobiSys + pages: 677-678 +- title: Non-Line-of-Sight 3D Object Reconstruction via mmWave Surface Normal Estimation + authors: + - Laura Dodds + - Tara Boroushaki + - Kaichen Zhou + - Fadel Adib + year: '2025' + doi: 10.1145/3711875.3729138 + url: https://doi.org/10.1145/3711875.3729138 + dblp_key: conf/mobisys/DoddsBZA25 + venue_name: MobiSys + pages: 445-458 +- title: 'δ-ATP: Towards Fast and Reliable Aerial Traffic Patrol' + authors: + - Jiaxin Du + - Chunyi Peng 0001 + year: '2025' + doi: 10.1145/3711875.3737658 + url: https://doi.org/10.1145/3711875.3737658 + dblp_key: conf/mobisys/Du025 + venue_name: MobiSys + pages: 693-698 +- title: 'Poster: DNN Models for Underground Root Tuber Image Reconstruction using + WiFi CSI' + authors: + - Said Elhadi + - Yang Zhao 0020 + year: '2025' + doi: 10.1145/3711875.3734569 + url: https://doi.org/10.1145/3711875.3734569 + dblp_key: conf/mobisys/Elhadi025 + venue_name: MobiSys + pages: 613-614 +- title: 'Poster: GlueRT: Bridging the Gap Between Ray-tracing and Real-World Wireless + Channel' + authors: + - Bo Gao + - Tianyue Zheng + year: '2025' + doi: 10.1145/3711875.3734546 + url: https://doi.org/10.1145/3711875.3734546 + dblp_key: conf/mobisys/GaoZ25 + venue_name: MobiSys + pages: 585-586 +- title: 'Shepherd Nova: A Public Testbed for Rigorous Experiments Under Repeatable + Energy-Harvesting Conditions' + authors: + - Kai Geissdoerfer + - Ingmar Splitt + - Matthias Sokolowski + - Carsten Herrmann + - Jonas Kubicki + - Jasper de Winkel + - Marco Zimmerling + year: '2025' + doi: 10.1145/3711875.3729146 + url: https://doi.org/10.1145/3711875.3729146 + dblp_key: conf/mobisys/GeissdoerferSSH25 + venue_name: MobiSys + pages: 236-248 +- title: 'Dissecting 5G in the Wild: Performance, Coverage, and Support for Next-Gen + Applications' + authors: + - Moinak Ghoshal + year: '2025' + doi: 10.1145/3711875.3736672 + url: https://doi.org/10.1145/3711875.3736672 + dblp_key: conf/mobisys/Ghoshal25 + venue_name: MobiSys + pages: 673-674 +- title: Programming Embedded IoT Applications in Natural Language with IoTPilot + authors: + - Kaijie Gong + - Wei Dong 0001 + - Hao Wang 0238 + - Yingqi Peng + - Yi Gao 0001 + year: '2025' + doi: 10.1145/3711875.3729136 + url: https://doi.org/10.1145/3711875.3729136 + dblp_key: conf/mobisys/GongDWPG25 + venue_name: MobiSys + pages: 70-82 +- title: 'Data Can Speak for Itself: Quality-guided Utilization of Wireless Synthetic + Data' + authors: + - Chen Gong + - Bo Liang 0003 + - Wei Gao 0006 + - Chenren Xu + year: '2025' + doi: 10.1145/3711875.3729123 + url: https://doi.org/10.1145/3711875.3729123 + dblp_key: conf/mobisys/GongLGX25 + venue_name: MobiSys + pages: 209-222 +- title: Quantum Methods for Boundary Checking in Classical Programs + authors: + - Yicheng Guang + - Pietro Zanotta + - Kai Zhou + - Yueqi Chen 0001 + - Ramin Ayanzadeh + year: '2025' + doi: 10.1145/3711875.3737656 + url: https://doi.org/10.1145/3711875.3737656 + dblp_key: conf/mobisys/GuangZZ0A25 + venue_name: MobiSys + pages: 775-778 +- title: 'Rolling in the Deep: Exploiting Rolling Shutter Effect Against Stereo Depth + Estimation in Drones' + authors: + - Dongfang Guo + - Rui Tan 0001 + year: '2025' + doi: 10.1145/3711875.3737660 + url: https://doi.org/10.1145/3711875.3737660 + dblp_key: conf/mobisys/Guo025 + venue_name: MobiSys + pages: 705-710 +- title: Time-Resolved Designs for Narrowband Radio Localization and Vehicular Visual + Sensing Compromise + authors: + - Dongfang Guo + year: '2025' + doi: 10.1145/3711875.3736660 + url: https://doi.org/10.1145/3711875.3736660 + dblp_key: conf/mobisys/Guo25 + venue_name: MobiSys + pages: 649-650 +- title: Assistive AR System for Enhancing Human-Human and Human-Environment Interactions + authors: + - Yunqi Guo + year: '2025' + doi: 10.1145/3711875.3736666 + url: https://doi.org/10.1145/3711875.3736666 + dblp_key: conf/mobisys/Guo25a + venue_name: MobiSys + pages: 661-662 +- title: 'SensorMCP: A Model Context Protocol Server for Custom Sensor Tool Creation' + authors: + - Yunqi Guo + - Guanyu Zhu + - Kaiwei Liu 0001 + - Guoliang Xing + year: '2025' + doi: 10.1145/3711875.3736687 + url: https://doi.org/10.1145/3711875.3736687 + dblp_key: conf/mobisys/GuoZ0X25 + venue_name: MobiSys + pages: 747-752 +- title: 'Poster: A Diffusion Model for Predicting Spectrum Efficiency in 5G Networks' + authors: + - Gyeongjune Hahm + - Kyung-Yul Cheon + - Hyeyeon Kwon + - Seungkeun Park + year: '2025' + doi: 10.1145/3711875.3734550 + url: https://doi.org/10.1145/3711875.3734550 + dblp_key: conf/mobisys/HahmCKP25 + venue_name: MobiSys + pages: 593-594 +- title: 'Demo: ROARQuad: Robust, Open Academic Research Quadcopter' + authors: + - Matthew Hatch + - Cody Fellinge + - Jonathan Diller + - Qi Han 0001 + year: '2025' + doi: 10.1145/3711875.3734378 + url: https://doi.org/10.1145/3711875.3734378 + dblp_key: conf/mobisys/HatchFD025 + venue_name: MobiSys + pages: 633-634 +- title: Real-time Adaptive Planning for Intelligent Distributed TSP-inspired Drone + Swarming (RAPID-TSP) + authors: + - Samira Hayat + - Christian Raffelsberger + year: '2025' + doi: 10.1145/3711875.3737663 + url: https://doi.org/10.1145/3711875.3737663 + dblp_key: conf/mobisys/HayatR25 + venue_name: MobiSys + pages: 723-728 +- title: Tracking Blink Dynamics and Mental States on Glasses + authors: + - Dongyin Hu + - Xin Yang + - Ahhyun Yuh + - Zihao Wang + - Lama A. Al-Aswad + - Insup Lee 0001 + - Mingmin Zhao + year: '2025' + doi: 10.1145/3711875.3729150 + url: https://doi.org/10.1145/3711875.3729150 + dblp_key: conf/mobisys/HuYYWA0Z25 + venue_name: MobiSys + pages: 291-304 +- title: 'SecHeadset: A Practical Privacy Protection System for Real-time Voice Communication' + authors: + - Peng Huang + - Kun Pan + - Qinglong Wang 0003 + - Peng Cheng 0007 + - Li Lu 0008 + - Zhongjie Ba + - Kui Ren 0001 + year: '2025' + doi: 10.1145/3711875.3729142 + url: https://doi.org/10.1145/3711875.3729142 + dblp_key: conf/mobisys/HuangP000B025 + venue_name: MobiSys + pages: 515-527 +- title: 'Poster: Mixture of Class-aware Experts for Efficient AIoT Inference' + authors: + - Hyemin Jeong + - Jeho Lee + - Seunghyeok Jeon + - Hojung Cha + year: '2025' + doi: 10.1145/3711875.3734573 + url: https://doi.org/10.1145/3711875.3734573 + dblp_key: conf/mobisys/JeongLJC25 + venue_name: MobiSys + pages: 617-618 +- title: 'Poster: InstaPose: Dynamic Photography Feedback via Adaptive Pose Recommendation + System' + authors: + - Yu Ji + - I-Han Hsiao + year: '2025' + doi: 10.1145/3711875.3734571 + url: https://doi.org/10.1145/3711875.3734571 + dblp_key: conf/mobisys/JiH25 + venue_name: MobiSys + pages: 615-616 +- title: 'Poster: Mobile Menstrual Health Advising with Multimodal Feature Engineering' + authors: + - Xiang Ji + - Liekang Zeng + - Zhenyu Yan 0002 + - Yunqi Guo + - Hongkai Chen 0001 + - Yao Wang + - Guoliang Xing + year: '2025' + doi: 10.1145/3711875.3734548 + url: https://doi.org/10.1145/3711875.3734548 + dblp_key: conf/mobisys/JiZ0G0WX25 + venue_name: MobiSys + pages: 589-590 +- title: 'Chameleon: Towards Building Least-privileged TEE via Functionality-based + Resource Re-grouping' + authors: + - Nan Jiang + - Qihang Zhou + - Feifan Qian + - Jiayun Chen + - Heqing Huang 0001 + - Xiaoqi Jia + - Haichao Du + year: '2025' + doi: 10.1145/3711875.3729143 + url: https://doi.org/10.1145/3711875.3729143 + dblp_key: conf/mobisys/JiangZQC0JD25 + venue_name: MobiSys + pages: 487-499 +- title: 'ARIA: Optimizing Vision Foundation Model Inference on Heterogeneous Mobile + Processors for Augmented Reality' + authors: + - Chanyoung Jung + - Jeho Lee + - Gunjoong Kim + - Jiwon Kim + - Seonghoon Park 0001 + - Hojung Cha + year: '2025' + doi: 10.1145/3711875.3729161 + url: https://doi.org/10.1145/3711875.3729161 + dblp_key: conf/mobisys/JungLKK0C25 + venue_name: MobiSys + pages: 249-262 +- title: 'Posters: Edge AI-Based Integrated Model Architecture for Optimization of + Semiconductor ALD Processes: Real-Time Feedback and Model Update Framework for + Thin Film Quality Control' + authors: + - Hyungkoo Kim + - Chulseoung Chae + - Byeolhee Sim + - Dongsik Yoon + - Jeonghoon Kang + year: '2025' + doi: 10.1145/3711875.3734557 + url: https://doi.org/10.1145/3711875.3734557 + dblp_key: conf/mobisys/KimCSYK25 + venue_name: MobiSys + pages: 597-598 +- title: Improving Network Attack Classification on Imbalanced Real-world Intrusion + Incident Datasets + authors: + - Miru Kim + - Mugon Joe + - Minhae Kwon + year: '2025' + doi: 10.1145/3711875.3734549 + url: https://doi.org/10.1145/3711875.3734549 + dblp_key: conf/mobisys/KimJK25 + venue_name: MobiSys + pages: 591-592 +- title: Continuous Marine Monitoring via Autonomous UAV Handoff + authors: + - Heegyeong Kim + - Alice James + - Avishkar Seth + - Endrowednes Kuantama + - Jane Williamson + - Yimeng Feng + - Richard Han 0001 + year: '2025' + doi: 10.1145/3711875.3737661 + url: https://doi.org/10.1145/3711875.3737661 + dblp_key: conf/mobisys/KimJSKWF025 + venue_name: MobiSys + pages: 711-716 +- title: 'Computing Systems for Superconducting Qubits: Challenges and Opportunities' + authors: + - Vu Le + - Neel Vora + - Devanshu Brahmbhatt + - Yilun Xu + - Gang Huang + - Phuc "VP" Nguyen + year: '2025' + doi: 10.1145/3711875.3737657 + url: https://doi.org/10.1145/3711875.3737657 + dblp_key: conf/mobisys/LeVBXHN25 + venue_name: MobiSys + pages: 771-774 +- title: Towards Accurate, Adaptive, and Real-time Machine Perception on Resource-constrained + Platforms + authors: + - Jeho Lee + year: '2025' + doi: 10.1145/3711875.3736677 + url: https://doi.org/10.1145/3711875.3736677 + dblp_key: conf/mobisys/Lee25 + venue_name: MobiSys + pages: 683-684 +- title: Ultra-Lightweight Edge Intelligence Using Vector Symbolic Architecture + authors: + - Chae Young Lee + year: '2025' + doi: 10.1145/3711875.3736678 + url: https://doi.org/10.1145/3711875.3736678 + dblp_key: conf/mobisys/Lee25a + venue_name: MobiSys + pages: 685-686 +- title: 'Presto: Hybrid CPU-GPU Preprocessing Framework for Video-based AI Inference + System' + authors: + - Jihyuk Lee + - Dongsu Han + - Jaehong Kim 0002 + year: '2025' + doi: 10.1145/3711875.3736688 + url: https://doi.org/10.1145/3711875.3736688 + dblp_key: conf/mobisys/LeeH025 + venue_name: MobiSys + pages: 735-740 +- title: 'DeltaStream: 2D-Inferred Delta Encoding for Live Volumetric Video Streaming' + authors: + - Hojeong Lee + - Yu Hong Kim + - Sangwoo Ryu + - James Won-Ki Hong + - Sangtae Ha + - Seyeon Kim 0001 + year: '2025' + doi: 10.1145/3711875.3729131 + url: https://doi.org/10.1145/3711875.3729131 + dblp_key: conf/mobisys/LeeKRHHK25 + venue_name: MobiSys + pages: 361-373 +- title: Multi-user Intelligent Personalized Acoustic Field Manipulation + authors: + - Yijie Li 0002 + year: '2025' + doi: 10.1145/3711875.3736667 + url: https://doi.org/10.1145/3711875.3736667 + dblp_key: conf/mobisys/Li25 + venue_name: MobiSys + pages: 663-664 +- title: 'MobiChem: A Ubiquitous Smartphone-Based Toolkit for Practical Fruit Monitoring + and Analysis' + authors: + - Zhiying Li + - Abdul Aziz 0009 + - Patrick Phuoc Do + - Phuc Nguyen 0002 + - Tianxing Li 0001 + year: '2025' + doi: 10.1145/3711875.3729135 + url: https://doi.org/10.1145/3711875.3729135 + dblp_key: conf/mobisys/LiAD0025 + venue_name: MobiSys + pages: 1-14 +- title: 'Poster: MobiChem: A Ubiquitous Smartphone-Based Toolkit for Practical Fruit + Monitoring and Analysis' + authors: + - Zhiying Li + - Abdul Aziz 0009 + - Patrick Phuoc Do + - Phuc Nguyen 0002 + - Tianxing Li 0001 + year: '2025' + doi: 10.1145/3711875.3734565 + url: https://doi.org/10.1145/3711875.3734565 + dblp_key: conf/mobisys/LiAD0025a + venue_name: MobiSys + pages: 605-606 +- title: 'Demo: Liquid Identification via Vision-Guided mmWave Imaging and LLM Reasoning' + authors: + - Bo Liang 0003 + - JingZhe Peng + - Xingyuming Liu + - Chen Gong + - Chenren Xu + year: '2025' + doi: 10.1145/3711875.3734376 + url: https://doi.org/10.1145/3711875.3734376 + dblp_key: conf/mobisys/LiangPLGX25 + venue_name: MobiSys + pages: 631-632 +- title: Time-sensitive AI System for Physical Agents + authors: + - Neiwen Ling + year: '2025' + doi: 10.1145/3711875.3736671 + url: https://doi.org/10.1145/3711875.3736671 + dblp_key: conf/mobisys/Ling25 + venue_name: MobiSys + pages: 671-672 +- title: 'SPATIUM: A Context-Aware Machine Learning Framework for Immersive Spatiotemporal + Health Understanding' + authors: + - Yang Liu 0047 + - SiYoung Jang + - Alessandro Montanari + - Fahim Kawsar + year: '2025' + doi: 10.1145/3711875.3736686 + url: https://doi.org/10.1145/3711875.3736686 + dblp_key: conf/mobisys/LiuJMK25 + venue_name: MobiSys + pages: 759-764 +- title: 'DAF: An Efficient End-to-End Dynamic Activation Framework for on-Device + DNN Training' + authors: + - Renyuan Liu + - Yuyang Leng + - Kaiyan Liu + - Shaohan Hu + - Chun-Fu (Richard) Chen + - Peijun Zhao + - Heechul Yun + - Shuochao Yao + year: '2025' + doi: 10.1145/3711875.3729145 + url: https://doi.org/10.1145/3711875.3729145 + dblp_key: conf/mobisys/LiuLLHCZYY25 + venue_name: MobiSys + pages: 196-208 +- title: 'Hopter: a Safe, Robust, and Responsive Embedded Operating System' + authors: + - Zhiyao Ma + - Guojun Chen + - Zhuo Chen 0011 + - Lin Zhong 0001 + year: '2025' + doi: 10.1145/3711875.3729149 + url: https://doi.org/10.1145/3711875.3729149 + dblp_key: conf/mobisys/MaCC025 + venue_name: MobiSys + pages: 556-569 +- title: 'Poster: IoT-Based Indoor Air Quality Monitoring for Health Risk Assessment + and Well-Being' + authors: + - Naser Hossein Motlagh + - Martha Arbayani Zaidan + - Pak Lun Fung + - Samu Varjonen + - Andrew Rebeiro-Hargrave + - Petteri Nurmi + - Sasu Tarkoma + year: '2025' + doi: 10.1145/3711875.3734564 + url: https://doi.org/10.1145/3711875.3734564 + dblp_key: conf/mobisys/MotlaghZFVRNT25 + venue_name: MobiSys + pages: 603-604 +- title: 'Drones in the Sky: Air Quality Monitoring at Heights' + authors: + - Naser Hossein Motlagh + - Martha Arbayani Zaidan + - Matti Irjala + - Andrew Rebeiro-Hargrave + - Petteri Nurmi + - Sasu Tarkoma + year: '2025' + doi: 10.1145/3711875.3737662 + url: https://doi.org/10.1145/3711875.3737662 + dblp_key: conf/mobisys/MotlaghZIRNT25 + venue_name: MobiSys + pages: 717-722 +- title: 'Demo: UI Based Attacks in WebXR' + authors: + - Chandrika Mukherjee + - Reham Mohamed Aburas + - Arjun Arunasalam + - Habiba Farrukh + - Z. Berkay Celik + year: '2025' + doi: 10.1145/3711875.3734381 + url: https://doi.org/10.1145/3711875.3734381 + dblp_key: conf/mobisys/MukherjeeAAFC25 + venue_name: MobiSys + pages: 639-640 +- title: 'Unraveling the Missing Link in Low-power Communication: An Autodyning Receiver + Architecture that Achieves a Long Range' + authors: + - Pramuka Medaranga Sooriya Patabandige + - Rajashekar Reddy Chinthalapani + - Wenqing Yan + - Prabal Dutta + - Ambuj Varshney + year: '2025' + doi: 10.1145/3711875.3729164 + url: https://doi.org/10.1145/3711875.3729164 + dblp_key: conf/mobisys/PatabandigeCYDV25 + venue_name: MobiSys + pages: 96-109 +- title: 'Poster: PeekXR: Understanding Privacy Leakages from Eye Gaze in Extended + Reality' + authors: + - Chuyang Peng + - Mutahar Ali + - Habiba Farrukh + year: '2025' + doi: 10.1145/3711875.3734567 + url: https://doi.org/10.1145/3711875.3734567 + dblp_key: conf/mobisys/PengAF25 + venue_name: MobiSys + pages: 609-610 +- title: 'Poster: SiHear (Sign-to-Hear): Empowering Seemless Sign-Speech Interactions + over Smart Glasses' + authors: + - Chen Peng + - Jiaxin Du + - Chunyi Peng 0001 + year: '2025' + doi: 10.1145/3711875.3734568 + url: https://doi.org/10.1145/3711875.3734568 + dblp_key: conf/mobisys/PengD025 + venue_name: MobiSys + pages: 611-612 +- title: 'SigChord: Sniffing Wide Non-sparse Multiband Signals for Terrestrial and + Non-terrestrial Networks' + authors: + - Jinbo Peng + - Junwen Duan + - Zheng Lin 0001 + - Haoxuan Yuan + - Yue Gao 0001 + - Zhe Chen 0015 + year: '2025' + doi: 10.1145/3711875.3729159 + url: https://doi.org/10.1145/3711875.3729159 + dblp_key: conf/mobisys/PengDLY0C25 + venue_name: MobiSys + pages: 28-41 +- title: Toward Spoofing-Resilient and Communication-Integrated MmWave Radar Sensing + authors: + - Kun Qian 0004 + - Parth Pathak 0001 + year: '2025' + doi: 10.1145/3711875.3729155 + url: https://doi.org/10.1145/3711875.3729155 + dblp_key: conf/mobisys/QianP25 + venue_name: MobiSys + pages: 417-430 +- title: 'Poster: Large Language Model-powered Wi-Fi-based Human Activity Recognition' + authors: + - Yili Ren + - Haopeng Zhang 0005 + - Haohan Yuan + - Jingzhe Zhang + - Yitong Shen + year: '2025' + doi: 10.1145/3711875.3734545 + url: https://doi.org/10.1145/3711875.3734545 + dblp_key: conf/mobisys/Ren0YZS25 + venue_name: MobiSys + pages: 583-584 +- title: Toward Reliable and Scalable LoRa Networking for Rural IoT + authors: + - Yidong Ren + year: '2025' + doi: 10.1145/3711875.3736675 + url: https://doi.org/10.1145/3711875.3736675 + dblp_key: conf/mobisys/Ren25 + venue_name: MobiSys + pages: 679-680 +- title: 'UniSense: Spatial-Uncertainty-Aware Collaborative Sensing for Autonomous + Driving' + authors: + - Haojie Ren + - Wuyang Zhang + - Shuyao Shi + - Xinran Zhang + - Lu Zhang + - Yanyong Zhang + year: '2025' + doi: 10.1145/3711875.3729130 + url: https://doi.org/10.1145/3711875.3729130 + dblp_key: conf/mobisys/RenZSZZZ25 + venue_name: MobiSys + pages: 459-472 +- title: 'Demo: FlyEnJoy: An Offline-First Mobile System for Trip Planning and In-Flight + Social Interaction' + authors: + - Tanmoy Sen + - Madhusudan Basak + - Himel Dev + - Michael Linden + year: '2025' + doi: 10.1145/3711875.3734373 + url: https://doi.org/10.1145/3711875.3734373 + dblp_key: conf/mobisys/SenBDL25 + venue_name: MobiSys + pages: 627-628 +- title: 'EdgeLoRA: An Efficient Multi-Tenant LLM Serving System on Edge Devices' + authors: + - Zheyu Shen + - Yexiao He + - Ziyao Wang + - Yuning Zhang + - Guoheng Sun + - Wanghao Ye + - Ang Li 0005 + year: '2025' + doi: 10.1145/3711875.3729141 + url: https://doi.org/10.1145/3711875.3729141 + dblp_key: conf/mobisys/ShenHWZSY025 + venue_name: MobiSys + pages: 138-153 +- title: 'Poster: Towards Federated Embodied AI with FEAI' + authors: + - Leming Shen + - Yuanqing Zheng + year: '2025' + doi: 10.1145/3711875.3734561 + url: https://doi.org/10.1145/3711875.3734561 + dblp_key: conf/mobisys/ShenZ25 + venue_name: MobiSys + pages: 599-600 +- title: 'Measuring the Mobile Gap: From Network Performance to Infrastructure Criticality' + authors: + - Varshika Srinivasavaradhan + year: '2025' + doi: 10.1145/3711875.3736661 + url: https://doi.org/10.1145/3711875.3736661 + dblp_key: conf/mobisys/Srinivasavaradhan25 + venue_name: MobiSys + pages: 651-652 +- title: 'CAMPrints: Leveraging the "Fingerprints" of Digital Cameras to + Combat Image Theft' + authors: + - Bangjie Sun + - Mun Choon Chan + - Jun Han 0001 + year: '2025' + doi: 10.1145/3711875.3729158 + url: https://doi.org/10.1145/3711875.3729158 + dblp_key: conf/mobisys/SunC025 + venue_name: MobiSys + pages: 473-486 +- title: Redesigning Mobile Systems for Foundation Models with model- and system-level + orchestration + authors: + - Rongxiang Wang + year: '2025' + doi: 10.1145/3711875.3736668 + url: https://doi.org/10.1145/3711875.3736668 + dblp_key: conf/mobisys/Wang25 + venue_name: MobiSys + pages: 665-666 +- title: 'Poster: Efficient Passive Tracking using Commodity WiFi with Single-Shot + Training' + authors: + - Wei-Hsiang Wang + - Yuqian Hu + - Guozhen Zhu + - Beibei Wang 0001 + - K. J. Ray Liu + year: '2025' + doi: 10.1145/3711875.3734563 + url: https://doi.org/10.1145/3711875.3734563 + dblp_key: conf/mobisys/WangHZ0L25 + venue_name: MobiSys + pages: 601-602 +- title: 'Demo: Cellular-X: An LLM-empowered Cellular Agent for Efficient Base Station + Operations' + authors: + - Liujianfu Wang + - Xinyi Long + - Yuyang Du 0001 + - Xiaoyan Liu + - Kexin Chen 0003 + - Soung Chang Liew + year: '2025' + doi: 10.1145/3711875.3734372 + url: https://doi.org/10.1145/3711875.3734372 + dblp_key: conf/mobisys/WangL0L0L25 + venue_name: MobiSys + pages: 625-626 +- title: 'Demo: WhisperFlow: speech foundation models in real time' + authors: + - Rongxiang Wang + - Felix Xiaozhu Lin + year: '2025' + doi: 10.1145/3711875.3734370 + url: https://doi.org/10.1145/3711875.3734370 + dblp_key: conf/mobisys/WangL25 + venue_name: MobiSys + pages: 621-622 +- title: 'WhisperFlow: speech foundation models in real time' + authors: + - Rongxiang Wang + - Zhiming Xu 0001 + - Felix Xiaozhu Lin + year: '2025' + doi: 10.1145/3711875.3729151 + url: https://doi.org/10.1145/3711875.3729151 + dblp_key: conf/mobisys/WangXL25 + venue_name: MobiSys + pages: 169-182 +- title: 'Never Start from Scratch: Expediting On-Device LLM Personalization via Explainable + Model Selection' + authors: + - Haoming Wang 0002 + - Boyuan Yang 0001 + - Xiangyu Yin 0002 + - Wei Gao 0006 + year: '2025' + doi: 10.1145/3711875.3729132 + url: https://doi.org/10.1145/3711875.3729132 + dblp_key: conf/mobisys/WangYYG25 + venue_name: MobiSys + pages: 154-168 +- title: 'Empirical Analysis of LLMDPP: Advancing Log Parsing in the LLM Era' + authors: + - Kehan Wang + - Siqin Zhang + - Haijing Nan + - Xueyu Hou + - Jiaqi Zou + - Zicong Miao + year: '2025' + doi: 10.1145/3711875.3736683 + url: https://doi.org/10.1145/3711875.3736683 + dblp_key: conf/mobisys/WangZNHZM25 + venue_name: MobiSys + pages: 753-758 +- title: 'AutoDroid-V2: Boosting SLM-based GUI Agents via Code Generation' + authors: + - Hao Wen 0004 + - Shizuo Tian + - Borislav Pavlov + - Wenjie Du 0004 + - Yixuan Li + - Ge Chang 0002 + - Shanhui Zhao + - Jiacheng Liu + - Yunxin Liu 0001 + - Ya-Qin Zhang + - Yuanchun Li 0003 + year: '2025' + doi: 10.1145/3711875.3729134 + url: https://doi.org/10.1145/3711875.3729134 + dblp_key: conf/mobisys/WenTP0LCZLLZL25 + venue_name: MobiSys + pages: 223-235 +- title: Exploiting and Securing WiFi for Pervasive Human Sensing + authors: + - Rui Xiao 0002 + year: '2025' + doi: 10.1145/3711875.3736658 + url: https://doi.org/10.1145/3711875.3736658 + dblp_key: conf/mobisys/Xiao25 + venue_name: MobiSys + pages: 645-646 +- title: Building Generalizable Deep Learning Solutions for AIoT Applications + authors: + - Huatao Xu + year: '2025' + doi: 10.1145/3711875.3736673 + url: https://doi.org/10.1145/3711875.3736673 + dblp_key: conf/mobisys/Xu25 + venue_name: MobiSys + pages: 675-676 +- title: 'TerraSLAM: Towards GPS-Denied Localization' + authors: + - Jingao Xu + - Mihir Bala + - Thomas Eiszler + - Xiangliang Chen + - Qifei Dong + - Aditya Chanana + - Padmanabhan Pillai + - Mahadev Satyanarayanan + year: '2025' + doi: 10.1145/3711875.3729144 + url: https://doi.org/10.1145/3711875.3729144 + dblp_key: conf/mobisys/XuBECDCPS25 + venue_name: MobiSys + pages: 42-55 +- title: Dynamic Defense for Car-Borne LiDAR Vehicle Detection + authors: + - Yihan Xu + - Dongfang Guo + - Qun Song 0001 + - Yang Lou + - Yi Zhu 0012 + - Jianping Wang 0001 + - Chunming Qiao + - Rui Tan 0001 + year: '2025' + doi: 10.1145/3711875.3729157 + url: https://doi.org/10.1145/3711875.3729157 + dblp_key: conf/mobisys/XuG0L00Q025 + venue_name: MobiSys + pages: 431-444 +- title: 'Ubiquitous Acoustic Intelligence: Toward Intuitive, Resilient, and Secure + Mobile Sensing Systems' + authors: + - Qiang Yang 0018 + year: '2025' + doi: 10.1145/3711875.3736663 + url: https://doi.org/10.1145/3711875.3736663 + dblp_key: conf/mobisys/Yang25 + venue_name: MobiSys + pages: 655-656 +- title: Scalable and Adaptive RF Signal Propagation Modeling for Next-Generation + Wireless Systems + authors: + - Kang Yang 0005 + year: '2025' + doi: 10.1145/3711875.3736669 + url: https://doi.org/10.1145/3711875.3736669 + dblp_key: conf/mobisys/Yang25a + venue_name: MobiSys + pages: 667-668 +- title: 'Empilo: Realizing Immersive Mobile 3D Video Conferencing through Parameterized + Communication' + authors: + - Donggyu Yang + - Wooseung Nam + - Byunggu Kang + - Kyunghan Lee + year: '2025' + doi: 10.1145/3711875.3729140 + url: https://doi.org/10.1145/3711875.3729140 + dblp_key: conf/mobisys/YangNKL25 + venue_name: MobiSys + pages: 374-387 +- title: 'Demo: WiMU: Real-time Indoor Localization via Wi-Fi/IMU Fusion with Minimal + Site Survey' + authors: + - Qirui Yang + - Huatao Xu + - Mengxuan Song + - Mo Li 0001 + year: '2025' + doi: 10.1145/3711875.3734375 + url: https://doi.org/10.1145/3711875.3734375 + dblp_key: conf/mobisys/YangXS025 + venue_name: MobiSys + pages: 629-630 +- title: 'ARMing x86 Games: Accelerating Binary Translation Using Software-Only Validated + Flag Speculation' + authors: + - James Yen + - Jiarui Wang + - Zhibai Huang + - Zhixiang Wei + - Ziyang Zhang + - Chen Chen + - Senhao Yu + - Yun Wang 0039 + - Hao Wang 0022 + - Zhengwei Qi + year: '2025' + doi: 10.1145/3711875.3729163 + url: https://doi.org/10.1145/3711875.3729163 + dblp_key: conf/mobisys/YenWHWZCYWWQ25 + venue_name: MobiSys + pages: 183-195 +- title: Towards End-to-End Latency Guarantee in MEC Live Video Analytics with App-RAN + Mutual Awareness + authors: + - Juheon Yi + - Goodsol Lee + - Minkyung Jeong + - Seokgyeong Shin + - Daehyeok Kim + - Youngki Lee 0001 + year: '2025' + doi: 10.1145/3711875.3729139 + url: https://doi.org/10.1145/3711875.3729139 + dblp_key: conf/mobisys/YiLJSK025 + venue_name: MobiSys + pages: 402-416 +- title: Are LoRa Logical Channels Really Orthogonal? Practically Orthogonalizing + Massive Logical Channels + authors: + - Shiming Yu + - Ziyue Zhang + - Xianjin Xia + - Yuanqing Zheng + - Jiliang Wang + year: '2025' + doi: 10.1145/3711875.3729125 + url: https://doi.org/10.1145/3711875.3729125 + dblp_key: conf/mobisys/YuZXZW25 + venue_name: MobiSys + pages: 56-69 +- title: 'NeRFlow: Towards Adaptive Streaming for NeRF Videos' + authors: + - Rui-Xiao Zhang + - Tianchi Huang + - Bo Chen 0025 + - Klara Nahrstedt + year: '2025' + doi: 10.1145/3711875.3729160 + url: https://doi.org/10.1145/3711875.3729160 + dblp_key: conf/mobisys/ZhangH0N25 + venue_name: MobiSys + pages: 388-401 +- title: Bringing Edge Intelligence to Wildlife Camera Traps with Hyperdimensional + Computing + authors: + - Jida Zhang + - Timothy Jacques + - Joseph Chen + - Zerina Kapetanovic + year: '2025' + doi: 10.1145/3711875.3736684 + url: https://doi.org/10.1145/3711875.3736684 + dblp_key: conf/mobisys/ZhangJCK25 + venue_name: MobiSys + pages: 729-734 +- title: 'LEGO+: Redefining the Redundancy Removal for IoT Sensing Edge-End Systems' + authors: + - Chong Zhang + - Han Wang 0032 + - Qianhe Meng + - Yize Zhao + - Yihang Song + - Kanglin Xu + - Jinzhe Li + - Li Lu 0001 + year: '2025' + doi: 10.1145/3711875.3729126 + url: https://doi.org/10.1145/3711875.3729126 + dblp_key: conf/mobisys/ZhangWMZSXLL25 + venue_name: MobiSys + pages: 570-582 +- title: 'MetaGen: LLM-Driven Generative Framework for Intelligent Metasurface Element' + authors: + - Yizhe Zhao + - Lili Chen + - Xinyi Li 0005 + - Yue-Jiang Dong + - Ju Ren 0001 + - Yaoxue Zhang + year: '2025' + doi: 10.1145/3711875.3729129 + url: https://doi.org/10.1145/3711875.3729129 + dblp_key: conf/mobisys/ZhaoCLD0Z25 + venue_name: MobiSys + pages: 333-346 +- title: 'Rethinking Inexpensive Wearables in the Era of AI: From Motion Analytics + to Mobile Health' + authors: + - Hao Zhou + year: '2025' + doi: 10.1145/3711875.3736682 + url: https://doi.org/10.1145/3711875.3736682 + dblp_key: conf/mobisys/Zhou25 + venue_name: MobiSys + pages: 691-692 +- title: 'Satori: In-band Analog Backscatter for Audio Transmission' + authors: + - Yang Zou + - Xin Na + - Yimiao Sun + - Yande Chen + - Yuan He 0004 + year: '2025' + doi: 10.1145/3711875.3729153 + url: https://doi.org/10.1145/3711875.3729153 + dblp_key: conf/mobisys/ZouNSC025 + venue_name: MobiSys + pages: 83-95 +- title: Proceedings of the 23rd Annual International Conference on Mobile Systems, + Applications and Services, MobiSys 2025, Hilton Anaheim, Anaheim, CA, USA, June + 23-27, 2025 + authors: + - Ardalan Amiri Sani + - Chenren Xu + - Przemyslaw Pawelczak + - Swarun Kumar + year: '2025' + doi: 10.1145/3711875 + url: https://doi.org/10.1145/3711875 + dblp_key: conf/mobisys/2025 + venue_name: MobiSys + pages: null diff --git a/site/data/papers/MobiSys-2025-digest.yaml b/site/data/papers/MobiSys-2025-digest.yaml new file mode 100644 index 0000000..20f38ca --- /dev/null +++ b/site/data/papers/MobiSys-2025-digest.yaml @@ -0,0 +1,65 @@ +venue: MobiSys +year: 2025 +date: "2025-06-23" +tags: [mobile-computing, edge-computing, networking] + +selected: + - dblp_key: "conf/mobisys/MaCC025" + title: "Hopter: a Safe, Robust, and Responsive Embedded Operating System" + tldr: "Hopter is a new embedded OS that enforces memory safety and real-time responsiveness through a Rust-based task model with cooperative and preemptive scheduling co-designed from the ground up." + why_notable: "Building a ground-up safe embedded OS is a long-standing challenge; Hopter addresses it without sacrificing the determinism that IoT and robotics workloads demand, offering a credible alternative to unsafe C-based RTOSes." + + - dblp_key: "conf/mobisys/WangXL25" + title: "WhisperFlow: speech foundation models in real time" + tldr: "WhisperFlow pipelines and partially overlaps Whisper's encode-decode stages so that large speech foundation models can transcribe audio with latency low enough for interactive mobile use." + why_notable: "Running large encoder-decoder speech models in real time on mobile hardware was previously impractical; the paper shows that careful pipeline scheduling—not quantization alone—can close this gap, with implications for on-device voice assistants." + + - dblp_key: "conf/mobisys/JungLKK0C25" + title: "ARIA: Optimizing Vision Foundation Model Inference on Heterogeneous Mobile Processors for Augmented Reality" + tldr: "ARIA partitions and schedules vision foundation model layers across CPU, GPU, and NPU on a mobile SoC to meet the strict latency budget of augmented-reality pipelines." + why_notable: "Foundation models are typically too large for AR frame rates; ARIA's heterogeneous mapping strategy achieves real-time throughput without dedicated server offload, making high-quality AR semantics viable on commodity handsets." + + - dblp_key: "conf/mobisys/ChenFZZHL25" + title: "You Only Render Once: Enhancing Energy and Computation Efficiency of Mobile Virtual Reality" + tldr: "YORO eliminates redundant per-eye rendering in mobile VR by synthesizing one eye's view from the other using a lightweight neural warp, cutting GPU work nearly in half." + why_notable: "Stereo rendering is the dominant energy cost in standalone VR headsets; halving it via a neural single-render approach is a surprising result that could significantly extend battery life on devices like Quest." + + - dblp_key: "conf/mobisys/WenTP0LCZLLZL25" + title: "AutoDroid-V2: Boosting SLM-based GUI Agents via Code Generation" + tldr: "AutoDroid-V2 improves on-device GUI automation agents by having a small language model generate executable action code rather than selecting from a fixed action vocabulary, dramatically improving task success rates." + why_notable: "Shifting from action classification to code generation is a paradigm change for mobile agents; the paper demonstrates that even small, phone-resident SLMs can outperform larger cloud models on standard Android benchmarks when given the right output format." + + - dblp_key: "conf/mobisys/ShenHWZSY025" + title: "EdgeLoRA: An Efficient Multi-Tenant LLM Serving System on Edge Devices" + tldr: "EdgeLoRA multiplexes many LoRA-adapted LLM variants on a single edge GPU by sharing the frozen base model weights and swapping only the low-rank adapters, enabling multi-tenant LLM inference at the edge." + why_notable: "Multi-tenant serving of personalized LLMs on a single edge node is an open systems problem; EdgeLoRA's adapter-swap architecture achieves near-dedicated throughput per tenant while keeping memory footprint proportional to the number of adapters rather than full model copies." + + - dblp_key: "conf/mobisys/WangYYG25" + title: "Never Start from Scratch: Expediting On-Device LLM Personalization via Explainable Model Selection" + tldr: "Rather than fine-tuning from a generic base, this system selects the best pre-existing task-specific model checkpoint as the personalization starting point, guided by an interpretable feature-matching score." + why_notable: "The finding that checkpoint selection dominates fine-tuning cost savings—and that an explainable selector can match exhaustive search—challenges the assumption that on-device personalization must always begin from a single canonical base model." + + - dblp_key: "conf/mobisys/DoddsBZA25" + title: "Non-Line-of-Sight 3D Object Reconstruction via mmWave Surface Normal Estimation" + tldr: "By estimating surface normals from mmWave reflections, this system reconstructs the 3D shape of objects hidden around corners without requiring a line-of-sight path." + why_notable: "NLOS 3D reconstruction with commodity mmWave hardware is a significant sensing advance; using surface normals rather than time-of-flight alone yields object reconstructions detailed enough to identify object categories, with clear implications for autonomous driving and search-and-rescue." + + - dblp_key: "conf/mobisys/QianP25" + title: "Toward Spoofing-Resilient and Communication-Integrated MmWave Radar Sensing" + tldr: "This work integrates communication waveforms into mmWave radar so that sensing and data transmission share the same spectrum, while a spoofing-resilience mechanism prevents adversarial injection of false radar echoes." + why_notable: "Combining ISAC (integrated sensing and communications) with active spoofing defense in a single mmWave system addresses two open problems at once; the result is particularly relevant as mmWave bands are slated for both 5G and automotive radar use." + + - dblp_key: "conf/mobisys/YuZXZW25" + title: "Are LoRa Logical Channels Really Orthogonal? Practically Orthogonalizing Massive Logical Channels" + tldr: "The paper shows that LoRa's supposedly orthogonal spreading-factor channels have measurable inter-channel interference at scale, then proposes a software-only scheduler that restores near-perfect orthogonality for dense deployments." + why_notable: "The result that LoRa orthogonality breaks down in realistic dense networks—and that a pure software fix suffices—is a surprising finding that will directly affect how city-scale IoT networks are planned and managed." + + - dblp_key: "conf/mobisys/YiLJSK025" + title: "Towards End-to-End Latency Guarantee in MEC Live Video Analytics with App-RAN Mutual Awareness" + tldr: "By exposing RAN scheduling state to the MEC video analytics application—and letting the app's feedback influence RAN scheduling—this system achieves end-to-end latency guarantees that neither layer can provide alone." + why_notable: "Cross-layer co-design between the RAN and MEC application is rarely demonstrated in a working system; the paper shows that even coarse-grained mutual awareness cuts tail latency by over 50% compared to independent operation." + + - dblp_key: "conf/mobisys/PatabandigeCYDV25" + title: "Unraveling the Missing Link in Low-power Communication: An Autodyning Receiver Architecture that Achieves a Long Range" + tldr: "An autodyning receiver design reuses the transmit oscillator for self-mixing, eliminating a separate LO and achieving orders-of-magnitude better sensitivity than prior backscatter receivers without added hardware cost." + why_notable: "Long-range backscatter has been a persistent gap between battery-free IoT and practical deployment; this architecture achieves kilometer-scale range on microwatts of harvested energy, a result that could unlock new classes of batteryless sensors." diff --git a/site/data/papers/NSDI-2024-candidates.yaml b/site/data/papers/NSDI-2024-candidates.yaml new file mode 100644 index 0000000..6385848 --- /dev/null +++ b/site/data/papers/NSDI-2024-candidates.yaml @@ -0,0 +1,1773 @@ +venue: NSDI +year: 2024 +source: dblp +count: 113 +papers: +- title: Flow Scheduling with Imprecise Knowledge + authors: + - Wenxin Li 0001 + - Xin He + - Yuan Liu + - Keqiu Li + - Kai Chen 0005 + - Zhao Ge + - Zewei Guan + - Heng Qi + - Song Zhang 0008 + - Guyue Liu + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/li-wenxin + dblp_key: conf/nsdi/0001HLL0GGQZL24 + venue_name: NSDI + pages: 95-111 +- title: 'LuoShen: A Hyper-Converged Programmable Gateway for Multi-Tenant Multi-Service + Edge Clouds' + authors: + - Tian Pan 0001 + - Kun Liu + - Xionglie Wei + - Yisong Qiao + - Jun Hu + - Zhiguo Li + - Jun Liang + - Tiesheng Cheng + - Wenqiang Su + - Jie Lu + - Yuke Hong + - Zhengzhong Wang + - Zhi Xu + - Chongjing Dai + - Peiqiao Wang + - Xuetao Jia + - Jianyuan Lu + - Enge Song + - Jun Zeng + - Biao Lyu + - Ennan Zhai + - Jiao Zhang 0002 + - Tao Huang 0005 + - Dennis Cai + - Shunmin Zhu + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/pan + dblp_key: conf/nsdi/0001LWQHLLCSLHW24 + venue_name: NSDI + pages: 877-892 +- title: 'OctoSketch: Enabling Real-Time, Continuous Network Monitoring over Multiple + Cores' + authors: + - Yinda Zhang 0002 + - Peiqing Chen + - Zaoxing Liu + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/zhang-yinda + dblp_key: conf/nsdi/0002CL24 + venue_name: NSDI + pages: null +- title: 'MadEye: Boosting Live Video Analytics Accuracy with Adaptive Camera Configurations' + authors: + - Mike Wong 0003 + - Murali Ramanujam + - Guha Balakrishnan + - Ravi Netravali + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/wong + dblp_key: conf/nsdi/0003RBN24 + venue_name: NSDI + pages: 549-568 +- title: Approximate Caching for Efficiently Serving Text-to-Image Diffusion Models + authors: + - Shubham Agarwal 0007 + - Subrata Mitra + - Sarthak Chakraborty + - Srikrishna Karanam + - Koyel Mukherjee + - Shiv Kumar Saini + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/agarwal-shubham + dblp_key: conf/nsdi/0007MCKMS24 + venue_name: NSDI + pages: null +- title: 'DINT: Fast In-Kernel Distributed Transactions with eBPF' + authors: + - Yang Zhou 0008 + - Xingyu Xiang + - Matthew Kiley + - Sowmya Dharanipragada + - Minlan Yu + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/zhou-yang + dblp_key: conf/nsdi/0008XKDY24 + venue_name: NSDI + pages: 401-417 +- title: 'LiFteR: Unleash Learned Codecs in Video Streaming with Loose Frame Referencing' + authors: + - Bo Chen 0025 + - Zhisheng Yan + - Yinjie Zhang + - Zhe Yang 0010 + - Klara Nahrstedt + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/chen-bo + dblp_key: conf/nsdi/0025YZ0N24 + venue_name: NSDI + pages: 533-548 +- title: Towards Domain-Specific Network Transport for Distributed DNN Training + authors: + - Hao Wang 0116 + - Han Tian + - Jingrong Chen 0004 + - Xinchen Wan + - Jiacheng Xia + - Gaoxiong Zeng + - Wei Bai 0001 + - Junchen Jiang + - Yong Wang 0046 + - Kai Chen 0005 + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/wang-hao + dblp_key: conf/nsdi/0116T0WXZ0JW024 + venue_name: NSDI + pages: null +- title: 'Reverie: Low Pass Filter-Based Switch Buffer Sharing for Datacenters with + RDMA and TCP Traffic' + authors: + - Vamsi Addanki + - Wei Bai 0001 + - Stefan Schmid 0001 + - Maria Apostolaki + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/addanki-reverie + dblp_key: conf/nsdi/Addanki00A24 + venue_name: NSDI + pages: 651-668 +- title: 'Credence: Augmenting Datacenter Switch Buffer Sharing with ML Predictions' + authors: + - Vamsi Addanki + - Maciej Pacut + - Stefan Schmid 0001 + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/addanki-credence + dblp_key: conf/nsdi/AddankiP024 + venue_name: NSDI + pages: 613-634 +- title: Towards provably performant congestion control + authors: + - Anup Agarwal + - Venkat Arun + - Devdeep Ray + - Ruben Martins + - Srinivasan Seshan + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/agarwal-anup + dblp_key: conf/nsdi/AgarwalARMS24 + venue_name: NSDI + pages: null +- title: 'Harmony: A Congestion-free Datacenter Architecture' + authors: + - Saksham Agarwal + - Qizhe Cai + - Rachit Agarwal 0001 + - David B. Shmoys + - Amin Vahdat + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/agarwal-saksham + dblp_key: conf/nsdi/AgarwalC0SV24 + venue_name: NSDI + pages: 329-343 +- title: 'LoLKV: The Logless, Linearizable, RDMA-based Key-Value Storage System' + authors: + - Ahmed Alquraan + - Sreeharsha Udayashankar + - Virendra J. Marathe + - Bernard Wong 0001 + - Samer Al-Kiswany + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/alquraan + dblp_key: conf/nsdi/AlquraanUM0A24 + venue_name: NSDI + pages: 41-54 +- title: 'The Bedrock of Byzantine Fault Tolerance: A Unified Platform for BFT Protocols + Analysis, Implementation, and Experimentation' + authors: + - Mohammad Javad Amiri + - Chenyuan Wu + - Divyakant Agrawal + - Amr El Abbadi + - Boon Thau Loo + - Mohammad Sadoghi + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/amiri + dblp_key: conf/nsdi/AmiriWAALS24 + venue_name: NSDI + pages: 371-400 +- title: 'Alea-BFT: Practical Asynchronous Byzantine Fault Tolerance' + authors: + - Diogo S. Antunes + - Afonso N. Oliveira + - André Breda + - Matheus Guilherme Franco + - Henrique Moniz + - Rodrigo Rodrigues 0001 + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/antunes + dblp_key: conf/nsdi/AntunesOBFM024 + venue_name: NSDI + pages: 313-328 +- title: 'BBQ: A Fast and Scalable Integer Priority Queue for Hardware Packet Scheduling' + authors: + - Nirav Atre + - Hugo Sadok + - Justine Sherry + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/atre + dblp_key: conf/nsdi/AtreSS24 + venue_name: NSDI + pages: 455-475 +- title: Application-Level Service Assurance with 5G RAN Slicing + authors: + - Arjun Balasingam + - Manikanta Kotaru + - Paramvir Bahl + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/balasingam + dblp_key: conf/nsdi/BalasingamKB24 + venue_name: NSDI + pages: 841-857 +- title: 'TANGO: Secure Collaborative Route Control across the Public Internet' + authors: + - Henry Birge-Lee + - Sophia Yoo + - Benjamin Herber + - Jennifer Rexford + - Maria Apostolaki + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/birge-lee + dblp_key: conf/nsdi/Birge-LeeYHRA24 + venue_name: NSDI + pages: null +- title: A High-Performance Design, Implementation, Deployment, and Evaluation of + The Slim Fly Network + authors: + - Nils Blach + - Maciej Besta + - Daniele De Sensi + - Jens Domke + - Hussein Harake + - Shigang Li 0002 + - Patrick Iff + - Marek Konieczny + - Kartik Lakhotia + - Ales Kubicek + - Marcel Ferrari + - Fabrizio Petrini + - Torsten Hoefler + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/blach + dblp_key: conf/nsdi/BlachBSDH0IKLKF24 + venue_name: NSDI + pages: null +- title: 'Catch Me If You Can: Laser Tethering with Highly Mobile Targets' + authors: + - Charles J. Carver + - Hadleigh Schwartz + - Qijia Shao + - Nicholas Shade + - Joseph P. Lazzaro + - Xiaoxin Wang + - Jifeng Liu + - Eric R. Fossum + - Xia Zhou + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/carver + dblp_key: conf/nsdi/CarverSSSLWLFZ24 + venue_name: NSDI + pages: null +- title: 'mmComb: High-speed mmWave Commodity WiFi Backscatter' + authors: + - Yoon Chae + - Zhenzhe Lin + - Kangmin Bae + - Song Min Kim + - Parth Pathak 0001 + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/chae + dblp_key: conf/nsdi/ChaeLBK024 + venue_name: NSDI + pages: null +- title: Precise Data Center Traffic Engineering with Constrained Hardware Resources + authors: + - Shawn Shuoshuo Chen + - Keqiang He + - Rui Wang 0025 + - Srinivasan Seshan + - Peter Steenkiste + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/chen-shawn + dblp_key: conf/nsdi/ChenH0SS24 + venue_name: NSDI + pages: 669-690 +- title: 'GRACE: Loss-Resilient Real-Time Video through Neural Codecs' + authors: + - Yihua Cheng + - Ziyi Zhang + - Hanchen Li + - Anton Arapin + - Yue Zhang + - Qizheng Zhang + - Yuhan Liu 0004 + - Kuntai Du + - Xu Zhang + - Francis Y. Yan + - Amrita Mazumdar + - Nick Feamster + - Junchen Jiang + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/cheng + dblp_key: conf/nsdi/ChengZLAZZLDZYM24 + venue_name: NSDI + pages: 509-531 +- title: 'LDB: An Efficient Latency Profiling Tool for Multithreaded Applications' + authors: + - Inho Cho + - Seo Jin Park + - Ahmed Saeed 0001 + - Mohammad Alizadeh + - Adam Belay + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/cho + dblp_key: conf/nsdi/ChoP0AB24 + venue_name: NSDI + pages: null +- title: 'VILAM: Infrastructure-assisted 3D Visual Localization and Mapping for Autonomous + Driving' + authors: + - Jiahe Cui + - Shuyao Shi + - Yuze He + - Jianwei Niu 0002 + - Guoliang Xing + - Zhenchao Ouyang + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/cui + dblp_key: conf/nsdi/CuiSH0XO24 + venue_name: NSDI + pages: null +- title: 'RFID+: Spatially Controllable Identification of UHF RFIDs via Controlled + Magnetic Fields' + authors: + - Donghui Dai + - Zhenlin An + - Zheng Gong + - Qingrui Pan + - Lei Yang 0025 + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/dai + dblp_key: conf/nsdi/DaiAGP024 + venue_name: NSDI + pages: null +- title: A large-scale deployment of DCTCP + authors: + - Abhishek Dhamija + - Balasubramanian Madhavan + - Hechao Li + - Jie Meng + - Shrikrishna Khare + - Madhavi Rao + - Lawrence Brakmo + - Neil Spring + - Prashanth Kannan + - Srikanth Sundaresan + - Soudeh Ghorbani + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/dhamija + dblp_key: conf/nsdi/DhamijaMLMKRBSK24 + venue_name: NSDI + pages: 239-252 +- title: 'Orthcatter: High-throughput In-band OFDM Backscatter with Over-the-Air Code + Division' + authors: + - Caihui Du + - Jihong Yu + - Rongrong Zhang + - Ju Ren 0001 + - Jianping An + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/du + dblp_key: conf/nsdi/DuYZ0A24 + venue_name: NSDI + pages: null +- title: 'Parcae: Proactive, Liveput-Optimized DNN Training on Preemptible Instances' + authors: + - Jiangfei Duan + - Ziang Song + - Xupeng Miao + - Xiaoli Xi + - Dahua Lin + - Harry Xu 0001 + - Minjia Zhang + - Zhihao Jia + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/duan + dblp_key: conf/nsdi/DuanSMXL0ZJ24 + venue_name: NSDI + pages: null +- title: 'Passengers' Safety Matters: Experiences of Deploying a Large-Scale + Indoor Delivery Monitoring System' + authors: + - Xiubin Fan + - Zhongming Lin + - Yuming Hu + - Tianrui Jiang + - Feng Qian 0001 + - Zhimeng Yin 0001 + - S.-H. Gary Chan + - Dapeng Wu 0001 + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/fan + dblp_key: conf/nsdi/FanLHJ00C024 + venue_name: NSDI + pages: null +- title: Empower Programmable Pipeline for Advanced Stateful Packet Processing + authors: + - Yong Feng + - Zhikang Chen + - Haoyu Song 0001 + - Yinchao Zhang + - Hanyi Zhou + - Ruoyu Sun 0009 + - Wenkuo Dong + - Peng Lu + - Shuxin Liu + - Chuwen Zhang + - Yang Xu 0010 + - Bin Liu 0001 + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/feng-yong + dblp_key: conf/nsdi/FengC0ZZSDLLZ0024 + venue_name: NSDI + pages: 491-508 +- title: 'LitePred: Transferable and Scalable Latency Prediction for Hardware-Aware + Neural Architecture Search' + authors: + - Chengquan Feng + - Li Lyna Zhang + - Yuanchi Liu + - Jiahang Xu + - Chengruidong Zhang + - Zhiyuan Wang + - Ting Cao 0003 + - Mao Yang 0004 + - Haisheng Tan + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/feng-chengquan + dblp_key: conf/nsdi/FengZLXZWCYT24 + venue_name: NSDI + pages: null +- title: Making Kernel Bypass Practical for the Cloud with Junction + authors: + - Joshua Fried + - Gohar Irfan Chaudhry + - Enrique Saurez + - Esha Choukse + - Íñigo Goiri + - Sameh Elnikety + - Rodrigo Fonseca + - Adam Belay + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/fried + dblp_key: conf/nsdi/FriedCSCGEFB24 + venue_name: NSDI + pages: 55-73 +- title: 'Cloudy with a Chance of Cyberattacks: Dangling Resources Abuse on Cloud + Platforms' + authors: + - Jens Frieß + - Tobias Gattermayer + - Nethanel Gelernter + - Haya Schulmann + - Michael Waidner + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/friess + dblp_key: conf/nsdi/FriessGGSW24 + venue_name: NSDI + pages: null +- title: 'Crescent: Emulating Heterogeneous Production Network at Scale' + authors: + - Zhaoyu Gao + - Anubhavnidhi Abhashkumar + - Zhen Sun + - Weirong Jiang + - Yi Wang + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/gao-zhaoyu + dblp_key: conf/nsdi/GaoASJW24 + venue_name: NSDI + pages: null +- title: 'Sirius: Composing Network Function Chains into P4-Capable Edge Gateways' + authors: + - Jiaqi Gao + - Jiamin Cao + - Yifan Li + - Mengqi Liu 0001 + - Ming Tang + - Dennis Cai + - Ennan Zhai + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/gao-jiaqi + dblp_key: conf/nsdi/GaoCLLTCZ24 + venue_name: NSDI + pages: 477-490 +- title: 'Sifter: An Inversion-Free and Large-Capacity Programmable Packet Scheduler' + authors: + - Peixuan Gao + - Anthony Dalleggio + - Jiajin Liu + - Chen Peng + - Yang Xu 0010 + - H. Jonathan Chao + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/gao-peixuan + dblp_key: conf/nsdi/GaoDLP0C24 + venue_name: NSDI + pages: 75-95 +- title: 'Sprinter: Speeding Up High-Fidelity Crawling of the Modern Web' + authors: + - Ayush Goel + - Jingyuan Zhu + - Ravi Netravali + - Harsha V. Madhyastha + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/goel + dblp_key: conf/nsdi/GoelZNM24 + venue_name: NSDI + pages: 893-906 +- title: 'MobileConfig: Remote Configuration Management for Mobile Apps at Hyperscale' + authors: + - Matt Guo + - Soteris Demetriou + - Joey Yang + - Michael Leighton + - Diedi Hu + - Tong Bao + - Amit Adhikari + - Thawan Kooburat + - Annie Kim + - Chunqiang Tang + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/guo + dblp_key: conf/nsdi/GuoDYLHBAKKT24 + venue_name: NSDI + pages: null +- title: A System to Detect Forged-Origin BGP Hijacks + authors: + - Thomas Holterbach + - Thomas Alfroy + - Amreesh Phokeer + - Alberto Dainotti + - Cristel Pelsser + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/holterbach + dblp_key: conf/nsdi/HolterbachAPDP24 + venue_name: NSDI + pages: null +- title: Understanding Routable PCIe Performance for Composable Infrastructures + authors: + - Wentao Hou + - Jie Zhang 0081 + - Zeke Wang + - Ming Liu 0027 + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/hou + dblp_key: conf/nsdi/HouZWL24 + venue_name: NSDI + pages: 297-312 +- title: 'NetVigil: Robust and Low-Cost Anomaly Detection for East-West Data Center + Security' + authors: + - Kevin Hsieh + - Mike Wong 0003 + - Santiago Segarra + - Sathiya Kumaran Mani + - Trevor Eberl + - Anatoliy Panasyuk + - Ravi Netravali + - Ranveer Chandra + - Srikanth Kandula + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/hsieh + dblp_key: conf/nsdi/Hsieh0SMEPNCK24 + venue_name: NSDI + pages: null +- title: Characterization of Large Language Model Development in the Datacenter + authors: + - Qinghao Hu 0004 + - Zhisheng Ye 0002 + - Zerui Wang + - Guoteng Wang + - Meng Zhang 0045 + - Qiaoling Chen + - Peng Sun 0006 + - Dahua Lin + - Xiaolin Wang 0001 + - Yingwei Luo + - Yonggang Wen 0001 + - Tianwei Zhang 0004 + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/hu + dblp_key: conf/nsdi/Hu0WWZC0L0L0024 + venue_name: NSDI + pages: 709-729 +- title: 'DISTMM: Accelerating Distributed Multimodal Model Training' + authors: + - Jun Huang + - Zhen Zhang 0063 + - Shuai Zheng 0004 + - Feng Qin + - Yida Wang 0003 + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/huang + dblp_key: conf/nsdi/HuangZZQ024 + venue_name: NSDI + pages: null +- title: 'Leo: Online ML-based Traffic Classification at Multi-Terabit Line Rate' + authors: + - Syed Usman Jafri + - Sanjay G. Rao + - Vishal Shrivastav + - Mohit Tawarmalani + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/jafri + dblp_key: conf/nsdi/JafriRST24 + venue_name: NSDI + pages: null +- title: 'MegaScale: Scaling Large Language Model Training to More Than 10, 000 GPUs' + authors: + - Ziheng Jiang + - Haibin Lin + - Yinmin Zhong + - Qi Huang + - Yangrui Chen + - Zhi Zhang + - Yanghua Peng + - Xiang Li 0067 + - Cong Xie + - Shibiao Nong + - Yulu Jia + - Sun He + - Hongmin Chen + - Zhihao Bai + - Qi Hou + - Shipeng Yan + - Ding Zhou + - Yiyao Sheng + - Zhuo Jiang + - Haohan Xu + - Haoran Wei + - Zhang Zhang 0003 + - Pengfei Nie + - Leqi Zou + - Sida Zhao + - Liang Xiang + - Zherui Liu + - Zhe Li + - Xiaoying Jia 0001 + - Jianxi Ye + - Xin Jin 0008 + - Xin Liu 0086 + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/jiang-ziheng + dblp_key: conf/nsdi/JiangLZHCZPLXNJ24 + venue_name: NSDI + pages: 745-760 +- title: Towards Intelligent Automobile Cockpit via A New Container Architecture + authors: + - Lin Jiang + - Feiyu Zhang + - Jiang Ming 0002 + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/jiang-lin + dblp_key: conf/nsdi/JiangZ024 + venue_name: NSDI + pages: 205-219 +- title: Sequence Abstractions for Flexible, Line-Rate Network Monitoring + authors: + - Andrew Johnson + - Ryan Beckett + - Xiaoqi Chen + - Ratul Mahajan + - David Walker 0001 + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/johnson + dblp_key: conf/nsdi/JohnsonBCM024 + venue_name: NSDI + pages: null +- title: Multitenant In-Network Acceleration with SwitchVM + authors: + - Sajy Khashab + - Alon Rashelbach + - Mark Silberstein + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/khashab + dblp_key: conf/nsdi/KhashabRS24 + venue_name: NSDI + pages: 691-708 +- title: 'NR-Surface: NextG-ready µW-reconfigurable mmWave Metasurface' + authors: + - Minseok Kim + - Namjo Ahn + - Song Min Kim + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/kim + dblp_key: conf/nsdi/KimAK24 + venue_name: NSDI + pages: null +- title: 'EdgeRIC: Empowering Real-time Intelligent Optimization and Control in NextG + Cellular Networks' + authors: + - Woo-Hyun Ko + - Ushasi Ghosh + - Ujwal Dinesha + - Raini Wu + - Srinivas Shakkottai + - Dinesh Bharadia + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/ko + dblp_key: conf/nsdi/KoGDWSB24 + venue_name: NSDI + pages: null +- title: 'CHISEL: An optical slice of the wide-area network' + authors: + - Abhishek Vijaya Kumar + - Bill Owens + - Nikolaj S. Bjørner + - Binbin Guan + - Yawei Yin + - Paramvir Bahl + - Rachee Singh + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/kumar + dblp_key: conf/nsdi/KumarOBGYBS24 + venue_name: NSDI + pages: 859-875 +- title: Accelerating Skewed Workloads With Performance Multipliers in the TurboDB + Distributed Database + authors: + - Jennifer Lam + - Jeffrey Helt + - Wyatt Lloyd + - Haonan Lu + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/lam + dblp_key: conf/nsdi/LamHLL24 + venue_name: NSDI + pages: null +- title: 'Seer: Enabling Future-Aware Online Caching in Networked Systems' + authors: + - Jason Lei + - Vishal Shrivastav + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/lei + dblp_key: conf/nsdi/LeiS24 + venue_name: NSDI + pages: 635-649 +- title: 'ExChain: Exception Dependency Analysis for Root Cause Diagnosis' + authors: + - Ao Li 0009 + - Shan Lu 0001 + - Suman Nath + - Rohan Padhye + - Vyas Sekar + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/li-ao + dblp_key: conf/nsdi/Li0NPS24 + venue_name: NSDI + pages: null +- title: 'THC: Accelerating Distributed Deep Learning Using Tensor Homomorphic Compression' + authors: + - Minghao Li 0003 + - Ran Ben Basat + - Shay Vargaftik + - ChonLam Lao + - Kevin Xu + - Michael Mitzenmacher + - Minlan Yu + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/li-minghao + dblp_key: conf/nsdi/LiBVLXMY24 + venue_name: NSDI + pages: null +- title: 'Cyclops: A Nanomaterial-based, Battery-Free Intraocular Pressure (IOP) Monitoring + System inside Contact Lens' + authors: + - Liyao Li + - Bozhao Shang + - Yun Wu + - Jie Xiong 0001 + - Xiaojiang Chen + - Yaxiong Xie + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/li-liyao + dblp_key: conf/nsdi/LiSW0CX24 + venue_name: NSDI + pages: null +- title: 'iStack: A General and Stateful Name-based Protocol Stack for Named Data + Networking' + authors: + - Tianlong Li + - Tian Song + - Yating Yang + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/li-tianlong + dblp_key: conf/nsdi/LiSY24 + venue_name: NSDI + pages: 267-280 +- title: Reasoning about Network Traffic Load Property at Production Scale + authors: + - Ruihan Li + - Fangdan Ye + - Yifei Yuan 0001 + - Ruizhen Yang + - Bingchuan Tian + - Tianchen Guo + - Hao Wu + - Xiaobo Zhu + - Zhongyu Guan + - Qing Ma + - Xianlong Zeng + - Chenren Xu + - Dennis Cai + - Ennan Zhai + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/li-ruihan + dblp_key: conf/nsdi/LiYYYTGWZGMZXCZ24 + venue_name: NSDI + pages: null +- title: Democratizing Direct-to-Cell Low Earth Orbit Satellite Networks + authors: + - Lixin Liu + - Yuanjie Li + - Hewu Li + - Jiabo Yang + - Wei Liu 0192 + - Jingyi Lan + - Yufeng Wang + - Jiarui Li + - Jianping Wu + - Qian Wu 0001 + - Jun Liu 0063 + - Zeqi Lai + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/liu-lixin + dblp_key: conf/nsdi/LiuLLYLLWLWWLL24 + venue_name: NSDI + pages: 791-808 +- title: 'CAPA: An Architecture For Operating Cluster Networks With High Availability' + authors: + - Bingzhe Liu + - Colin Scott + - Mukarram Tariq + - Andrew D. Ferguson + - Phillipa Gill + - Richard Alimi + - Omid Alipourfard + - Deepak Arulkannan + - Virginia Beauregard + - Patrick Conner + - Philip Brighten Godfrey + - Xander Lin + - Joon Ong + - Mayur Patel + - Amr Sabaa + - Arjun Singh + - Alex Smirnov + - Manish Verma + - Prerepa V. Viswanadham + - Amin Vahdat + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/liu-bingzhe + dblp_key: conf/nsdi/LiuSTFGAAABCGLO24 + venue_name: NSDI + pages: null +- title: 'Harmonic: Hardware-assisted RDMA Performance Isolation for Public Clouds' + authors: + - Jiaqi Lou + - Xinhao Kong + - Jinghan Huang 0001 + - Wei Bai 0001 + - Nam Sung Kim + - Danyang Zhuo + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/lou + dblp_key: conf/nsdi/LouKH0KZ24 + venue_name: NSDI + pages: null +- title: 'POSEIDON: A Consolidated Virtual Network Controller that Manages Millions + of Tenants via Config Tree' + authors: + - Biao Lyu + - Enge Song + - Tian Pan 0001 + - Jianyuan Lu + - Shize Zhang + - Xiaoqing Sun + - Lei Gao + - Chenxiao Wang + - Han Xiao + - Yong Pan + - Xiuheng Chen + - Yandong Duan + - Weisheng Wang + - Jinpeng Long + - Yanfeng Wang + - Kunpeng Zhou + - Zhigang Zong + - Xing Li 0007 + - Guangwang Li + - Pengyu Zhang + - Peng Cheng 0001 + - Jiming Chen 0001 + - Shunmin Zhu + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/lyu + dblp_key: conf/nsdi/LyuS0LZSGWXPCDW24 + venue_name: NSDI + pages: null +- title: 'Klonet: an Easy-to-Use and Scalable Platform for Computer Networks Education' + authors: + - Tie Ma + - Long Luo + - Hongfang Yu + - Xi Chen 0026 + - Jingzhao Xie + - Chongxi Ma + - Yunhan Xie + - Gang Sun 0001 + - Tianxi Wei + - Li Chen 0008 + - Yanwei Xu 0004 + - Nicholas Zhang + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/ma + dblp_key: conf/nsdi/MaLYCXMXSWCXZ24 + venue_name: NSDI + pages: null +- title: 'QuickUpdate: a Real-Time Personalization System for Large-Scale Recommendation + Models' + authors: + - Kiran Kumar Matam + - Hani Ramezani + - Fan Wang + - Zeliang Chen + - Yue Dong + - Maomao Ding + - Zhiwei Zhao + - Zhengyu Zhang + - Ellie Wen + - Assaf Eisenman + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/matam + dblp_key: conf/nsdi/MatamRWCDDZZWE24 + venue_name: NSDI + pages: 731-744 +- title: 'Hairpin: Rethinking Packet Loss Recovery in Edge-based Interactive Video + Streaming' + authors: + - Zili Meng + - Xiao Kong + - Jing Chen + - Bo Wang 0066 + - Mingwei Xu 0001 + - Rui Han + - Honghao Liu + - Venkat Arun + - Hongxin Hu + - Xue Wei + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/meng + dblp_key: conf/nsdi/MengKC0XHLAHW24 + venue_name: NSDI + pages: null +- title: Finding Adversarial Inputs for Heuristics using Multi-level Optimization + authors: + - Pooria Namyar + - Behnaz Arzani + - Ryan Beckett + - Santiago Segarra + - Himanshu Raj + - Umesh Krishnaswamy + - Ramesh Govindan + - Srikanth Kandula + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/namyar-finding + dblp_key: conf/nsdi/NamyarABSRKGK24 + venue_name: NSDI + pages: null +- title: Solving Max-Min Fair Resource Allocations Quickly on Large Graphs + authors: + - Pooria Namyar + - Behnaz Arzani + - Srikanth Kandula + - Santiago Segarra + - Daniel Crankshaw + - Umesh Krishnaswamy + - Ramesh Govindan + - Himanshu Raj + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/namyar-solving + dblp_key: conf/nsdi/NamyarAKSCKGR24 + venue_name: NSDI + pages: null +- title: 'UFO: The Ultimate QoS-Aware Core Management for Virtualized and Oversubscribed + Public Clouds' + authors: + - Yajuan Peng + - Shuang Chen + - Yi Zhao 0018 + - Zhibin Yu + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/peng + dblp_key: conf/nsdi/PengCZY24 + venue_name: NSDI + pages: null +- title: Automatic Parallelization of Software Network Functions + authors: + - Francisco Pereira 0004 + - Fernando M. V. Ramos + - Luis Pedrosa + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/pereira + dblp_key: conf/nsdi/PereiraRP24 + venue_name: NSDI + pages: null +- title: Harvesting Idle Memory for Application-managed Soft State with Midas + authors: + - Yifan Qiao 0002 + - Zhenyuan Ruan + - Haoran Ma + - Adam Belay + - Miryung Kim + - Harry Xu 0001 + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/qiao + dblp_key: conf/nsdi/QiaoRMBK024 + venue_name: NSDI + pages: null +- title: 'CASSINI: Network-Aware Job Scheduling in Machine Learning Clusters' + authors: + - Sudarsanan Rajasekaran + - Manya Ghobadi + - Aditya Akella + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/rajasekaran + dblp_key: conf/nsdi/RajasekaranGA24 + venue_name: NSDI + pages: null +- title: 'SwiftPaxos: Fast Geo-Replicated State Machines' + authors: + - Fedor Ryabinin + - Alexey Gotsman + - Pierre Sutra + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/ryabinin + dblp_key: conf/nsdi/RyabininGS24 + venue_name: NSDI + pages: 345-369 +- title: 'Swing: Short-cutting Rings for Higher Bandwidth Allreduce' + authors: + - Daniele De Sensi + - Tommaso Bonato + - David Saam + - Torsten Hoefler + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/de-sensi + dblp_key: conf/nsdi/SensiBSH24 + venue_name: NSDI + pages: null +- title: 'Cloud-LoRa: Enabling Cloud Radio Access LoRa Networks Using Reinforcement + Learning Based Bandwidth-Adaptive Compression' + authors: + - Muhammad Osama Shahid + - Daniel Jay Koch + - Jayaram Raghuram + - Bhuvana Krishnaswamy + - Krishna Chintalapudi + - Suman Banerjee 0001 + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/shahid + dblp_key: conf/nsdi/ShahidKRKC024 + venue_name: NSDI + pages: null +- title: 'Netcastle: Network Infrastructure Testing At Scale' + authors: + - Rob Sherwood + - Jinghao Shi + - Ying Zhang 0022 + - Neil Spring + - Srikanth Sundaresan + - Jasmeet Bagga + - Prathyusha Peddi + - Vineela Kukkadapu + - Rashmi Shrivastava + - Manikantan K. + - Pavan Patil + - Srikrishna Gopu + - Varun Varadan + - Ethan Shi + - Hany Morsy + - Yuting Bu + - Renjie Yang + - Rasmus Jonsson + - Wei Zhang + - Jesus Jussepen Arredondo + - Diana Saha + - Sean Choi + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/sherwood + dblp_key: conf/nsdi/SherwoodS0SSBPK24 + venue_name: NSDI + pages: null +- title: 'Spectrumize: Spectrum-efficient Satellite Networks for the Internet of Things' + authors: + - Vaibhav Singh + - Tusher Chakraborty + - Suraj Jog + - Om Chabra + - Deepak Vasisht + - Ranveer Chandra + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/singh-vaibhav + dblp_key: conf/nsdi/SinghCJCVC24 + venue_name: NSDI + pages: 825-840 +- title: 'Where The Wild Things Are: Brute-Force SSH Attacks In The Wild And How To + Stop Them' + authors: + - Sachin Kumar Singh + - Shreeman Gautam + - Cameron Cartier + - Sameer Patil 0001 + - Robert Ricci + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/singh-sachin + dblp_key: conf/nsdi/SinghGCPR24 + venue_name: NSDI + pages: null +- title: 'MESSI: Behavioral Testing of BGP Implementations' + authors: + - Rathin Singha + - Rajdeep Mondal + - Ryan Beckett + - Siva Kesava Reddy Kakarla + - Todd D. Millstein + - George Varghese + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/singha + dblp_key: conf/nsdi/SinghaMBKMV24 + venue_name: NSDI + pages: null +- title: 'Gemino: Practical and Robust Neural Compression for Video Conferencing' + authors: + - Vibhaalakshmi Sivaraman + - Pantea Karimi + - Vedantha Venkatapathy + - Mehrdad Khani Shirkoohi + - Sadjad Fouladi + - Mohammad Alizadeh + - Frédo Durand + - Vivienne Sze + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/sivaraman + dblp_key: conf/nsdi/SivaramanKVSFAD24 + venue_name: NSDI + pages: 569-590 +- title: 'OPPerTune: Post-Deployment Configuration Tuning of Services Made Easy' + authors: + - Gagan Somashekar + - Karan Tandon + - Anush Kini + - Chieh-Chun Chang + - Petr Husak + - Ranjita Bhagwan + - Mayukh Das + - Anshul Gandhi + - Nagarajan Natarajan + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/somashekar + dblp_key: conf/nsdi/SomashekarTKCHB24 + venue_name: NSDI + pages: null +- title: 'AutoSketch: Automatic Sketch-Oriented Compiler for Query-driven Network + Telemetry' + authors: + - Haifeng Sun 0004 + - Qun Huang 0001 + - Jinbo Sun + - Wei Wang 0011 + - Jiaheng Li + - Fuliang Li + - Yungang Bao + - Xin Yao + - Gong Zhang 0001 + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/sun + dblp_key: conf/nsdi/Sun0SWLLBY024 + venue_name: NSDI + pages: null +- title: 'Known Knowns and Unknowns: Near-realtime Earth Observation Via Query Bifurcation + in Serval' + authors: + - Bill Tao + - Om Chabra + - Ishani Janveja + - Indranil Gupta + - Deepak Vasisht + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/tao + dblp_key: conf/nsdi/TaoCJGV24 + venue_name: NSDI + pages: 809-824 +- title: 'ARTEMIS: Adaptive Bitrate Ladder Optimization for Live Video Streaming' + authors: + - Farzad Tashtarian + - Abdelhak Bentaleb + - Hadi Amirpour + - Sergey Gorinsky + - Junchen Jiang + - Hermann Hellwagner + - Christian Timmerer + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/tashtarian + dblp_key: conf/nsdi/TashtarianBAGJH24 + venue_name: NSDI + pages: 591-611 +- title: 'NetAssistant: Dialogue Based Network Diagnosis in Data Center Networks' + authors: + - Haopei Wang + - Anubhavnidhi Abhashkumar + - Changyu Lin + - Tianrong Zhang + - Xiaoming Gu + - Ning Ma + - Chang Wu + - Songlin Liu + - Wei Zhou + - Yongbin Dong + - Weirong Jiang + - Yi Wang + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/wang-haopei + dblp_key: conf/nsdi/WangALZGMWLZDJW24 + venue_name: NSDI + pages: null +- title: 'NN-Defined Modulator: Reconfigurable and Portable Software Modulator on + IoT Gateways' + authors: + - Jiazhao Wang + - Wenchao Jiang + - Ruofeng Liu + - Bin Hu 0022 + - Demin Gao + - Shuai Wang 0008 + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/wang-jiazhao + dblp_key: conf/nsdi/WangJLHG024 + venue_name: NSDI + pages: 775-789 +- title: 'Autothrottle: A Practical Bi-Level Approach to Resource Management for SLO-Targeted + Microservices' + authors: + - Zibo Wang + - Pinghe Li + - Chieh-Jan Mike Liang + - Feng Wu + - Francis Y. Yan + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/wang-zibo + dblp_key: conf/nsdi/WangLLWY24 + venue_name: NSDI + pages: 149-165 +- title: 'SMUFF: Towards Line Rate Wi-Fi Direct Transport with Orchestrated On-device + Buffer Management' + authors: + - Chengke Wang + - Hao Wang 0035 + - Yuhan Zhou + - Yunzhe Ni + - Feng Qian 0001 + - Chenren Xu + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/wang-chengke + dblp_key: conf/nsdi/WangWZN0X24 + venue_name: NSDI + pages: null +- title: 'Pudica: Toward Near-Zero Queuing Delay in Congestion Control for Cloud Gaming' + authors: + - Shibo Wang 0002 + - Shusen Yang + - Xiao Kong + - Chenglei Wu + - Longwei Jiang + - Chenren Xu + - Cong Zhao 0001 + - Xuesong Yang + - Jianjun Xiao 0003 + - Xin Liu + - Changxi Zheng + - Jing Wang 0077 + - Honghao Liu + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/wang-shibo + dblp_key: conf/nsdi/WangYKWJX0YXLZW24 + venue_name: NSDI + pages: 113-129 +- title: 'The Eternal Tussle: Exploring the Role of Centralization in IPFS' + authors: + - Yiluo Wei + - Dennis Trautwein + - Yiannis Psaras + - Ignacio Castro + - Will Scott + - Aravindh Raman + - Gareth Tyson + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/wei + dblp_key: conf/nsdi/WeiTPCSRT24 + venue_name: NSDI + pages: 441-454 +- title: 'Cloudcast: High-Throughput, Cost-Aware Overlay Multicast in the Cloud' + authors: + - Sarah Wooders + - Shu Liu + - Paras Jain 0001 + - Xiangxi Mo + - Joseph E. Gonzalez + - Vincent Liu 0001 + - Ion Stoica + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/wooders + dblp_key: conf/nsdi/WoodersL0MG0S24 + venue_name: NSDI + pages: 281-296 +- title: 'Can't Be Late: Optimizing Spot Instance Savings under Deadlines' + authors: + - Zhanghao Wu + - Wei-Lin Chiang + - Ziming Mao + - Zongheng Yang + - Eric J. Friedman + - Scott Shenker + - Ion Stoica + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/wu-zhanghao + dblp_key: conf/nsdi/WuCMYFSS24 + venue_name: NSDI + pages: 185-203 +- title: Efficient Exposure of Partial Failure Bugs in Distributed Systems with Inferred + Abstract States + authors: + - Haoze Wu + - Jia Pan + - Peng Huang 0005 + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/wu-haoze + dblp_key: conf/nsdi/WuP024 + venue_name: NSDI + pages: null +- title: 'Load is not what you should balance: Introducing Prequal' + authors: + - Bartek Wydrowski + - Robert Kleinberg + - Stephen M. Rumble + - Aaron Archer + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/wydrowski + dblp_key: conf/nsdi/WydrowskiKRA24 + venue_name: NSDI + pages: null +- title: 'Brain-on-Switch: Towards Advanced Intelligent Network Data Plane via NN-Driven + Traffic Analysis at Line-Speed' + authors: + - Jinzhu Yan + - Haotian Xu + - Zhuotao Liu + - Qi Li 0002 + - Ke Xu 0002 + - Mingwei Xu 0001 + - Jianping Wu + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/yan + dblp_key: conf/nsdi/YanXL00XW24 + venue_name: NSDI + pages: 419-440 +- title: 'Horus: Granular In-Network Task Scheduler for Cloud Datacenters' + authors: + - Parham Yassini + - Khaled Diab 0001 + - Saeed Mahloujifar + - Mohamed Hefeeda + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/yassini + dblp_key: conf/nsdi/YassiniDMH24 + venue_name: NSDI + pages: 1-22 +- title: 'BFMSense: WiFi Sensing Using Beamforming Feedback Matrix' + authors: + - Enze Yi + - Dan Wu 0007 + - Jie Xiong 0001 + - Fusang Zhang + - Kai Niu 0003 + - Wenwei Li + - Daqing Zhang 0001 + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/yi + dblp_key: conf/nsdi/YiW0Z0L024 + venue_name: NSDI + pages: null +- title: 'ADR-X: ANN-Assisted Wireless Link Rate Adaptation for Compute-Constrained + Embedded Gaming Devices' + authors: + - Hao Yin + - Murali Ramanujam + - Joe Schaefer + - Stan Adermann + - Srihari Narlanka + - Perry Lea + - Ravi Netravali + - Krishna Chintalapudi + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/yin + dblp_key: conf/nsdi/YinRSANLNC24 + venue_name: NSDI + pages: null +- title: 'Sidekick: In-Network Assistance for Secure End-to-End Transport Protocols' + authors: + - Gina Yuan + - Matthew Sotoudeh + - David K. Zhang + - Michael Welzl + - David Mazières + - Keith Winstein + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/yuan + dblp_key: conf/nsdi/YuanSZWMW24 + venue_name: NSDI + pages: null +- title: Accelerating Neural Recommendation Training with Embedding Scheduling + authors: + - Chaoliang Zeng + - Xudong Liao + - Xiaodian Cheng + - Han Tian + - Xinchen Wan + - Hao Wang 0116 + - Kai Chen 0005 + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/zeng + dblp_key: conf/nsdi/ZengLCTW0024 + venue_name: NSDI + pages: null +- title: 'Zombie: Middleboxes that Don't Snoop' + authors: + - Collin Zhang + - Zachary DeStefano + - Arasu Arun + - Joseph Bonneau + - Paul Grubbs + - Michael Walfish + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/zhang-collin + dblp_key: conf/nsdi/ZhangDABGW24 + venue_name: NSDI + pages: null +- title: 'Jolteon: Unleashing the Promise of Serverless for Serverless Workflows' + authors: + - Zili Zhang + - Chao Jin + - Xin Jin 0008 + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/zhang-zili-jolteon + dblp_key: conf/nsdi/ZhangJ024 + venue_name: NSDI + pages: 167-183 +- title: 'MuCache: A General Framework for Caching in Microservice Graphs' + authors: + - Haoran Zhang 0009 + - Konstantinos Kallas + - Spyros Pavlatos + - Rajeev Alur + - Sebastian Angel + - Vincent Liu 0001 + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/zhang-haoran + dblp_key: conf/nsdi/ZhangKPAA024 + venue_name: NSDI + pages: 221-238 +- title: Fast Vector Query Processing for Large Datasets Beyond GPU Memory with Reordered + Pipelining + authors: + - Zili Zhang + - Fangyue Liu + - Gang Huang 0001 + - Xuanzhe Liu + - Xin Jin 0008 + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/zhang-zili-pipelining + dblp_key: conf/nsdi/ZhangL0L024 + venue_name: NSDI + pages: 23-40 +- title: Revisiting Congestion Control for Lossless Ethernet + authors: + - Yiran Zhang + - Qingkai Meng 0001 + - Chaolei Hu + - Fengyuan Ren + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/zhang-yiran + dblp_key: conf/nsdi/ZhangMHR24 + venue_name: NSDI + pages: 131-148 +- title: 'Habitus: Boosting Mobile Immersive Content Delivery through Full-body Pose + Tracking and Multipath Networking' + authors: + - Anlan Zhang + - Chendong Wang + - Yuming Hu + - Ahmad Hassan 0004 + - Zejun Zhang 0002 + - Bo Han 0001 + - Feng Qian 0001 + - Shichang Xu + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/zhang-anlan + dblp_key: conf/nsdi/ZhangWHHZ00X24 + venue_name: NSDI + pages: null +- title: 'TECC: Towards Efficient QUIC Tunneling via Collaborative Transmission Control' + authors: + - Jiaxing Zhang + - Furong Yang + - Ting Liu + - Qinghua Wu 0004 + - Wu Zhao + - Yuanbo Zhang + - Wentao Chen + - Yanmei Liu + - Hongyu Guo + - Yunfei Ma + - Zhenyu Li 0001 + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/zhang-jiaxing + dblp_key: conf/nsdi/ZhangYLWZZCLGML24 + venue_name: NSDI + pages: 253-266 +- title: 'SIEVE is Simpler than LRU: an Efficient Turn-Key Eviction Algorithm for + Web Caches' + authors: + - Yazhuo Zhang + - Juncheng Yang + - Yao Yue + - Ymir Vigfusson + - K. V. Rashmi + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/zhang-yazhuo + dblp_key: conf/nsdi/ZhangYYVR24 + venue_name: NSDI + pages: null +- title: 'Vulcan: Automatic Query Planning for Live ML Analytics' + authors: + - Yiwen Zhang 0008 + - Xumiao Zhang + - Ganesh Ananthanarayanan + - Anand P. Iyer + - Yuanchao Shu + - Victor Bahl + - Z. Morley Mao + - Mosharaf Chowdhury + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/zhang-yiwen + dblp_key: conf/nsdi/ZhangZAISBMC24 + venue_name: NSDI + pages: null +- title: 'EPVerifier: Accelerating Update Storms Verification with Edge-Predicate' + authors: + - Chenyang Zhao 0005 + - Yuebin Guo + - Jingyu Wang 0001 + - Qi Qi 0001 + - Zirui Zhuang + - Haifeng Sun 0001 + - Lingqi Guo + - Yuming Xie + - Jianxin Liao + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/zhao + dblp_key: conf/nsdi/ZhaoG00Z0GXL24 + venue_name: NSDI + pages: null +- title: 'AUGUR: Practical Mobile Multipath Transport Service for Low Tail Latency + in Real-Time Streaming' + authors: + - Yuhan Zhou + - Tingfeng Wang + - Liying Wang 0011 + - Nian Wen + - Rui Han + - Jing Wang 0077 + - Chenglei Wu + - Jiafeng Chen + - Longwei Jiang + - Shibo Wang 0002 + - Honghao Liu + - Chenren Xu + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/zhou-yuhan + dblp_key: conf/nsdi/ZhouWWWHWWCJWLX24 + venue_name: NSDI + pages: null +- title: 'Resiliency at Scale: Managing Google's TPUv4 Machine Learning Supercomputer' + authors: + - Yazhou Zu + - Alireza Ghaffarkhah + - Hoang-Vu Dang + - Brian Towles + - Steven Hand 0001 + - Safeen Huda + - Adekunle Bello + - Alexander Kolbasov + - Arash Rezaei + - Dayou Du + - Steve Lacy + - Hang Wang + - Aaron Wisner + - Chris Lewis + - Henri Bahini + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24/presentation/zu + dblp_key: conf/nsdi/ZuGDT0HBKRDLWWL24 + venue_name: NSDI + pages: 761-774 +- title: 21st USENIX Symposium on Networked Systems Design and Implementation, NSDI + 2024, Santa Clara, CA, April 15-17, 2024 + authors: + - Laurent Vanbever + - Irene Zhang + year: '2024' + doi: null + url: https://www.usenix.org/conference/nsdi24 + dblp_key: conf/nsdi/2024 + venue_name: NSDI + pages: null diff --git a/site/data/papers/NSDI-2024-digest.yaml b/site/data/papers/NSDI-2024-digest.yaml new file mode 100644 index 0000000..f8a2828 --- /dev/null +++ b/site/data/papers/NSDI-2024-digest.yaml @@ -0,0 +1,172 @@ +venue: NSDI +year: 2024 +papers: +- title: 'MegaScale: Scaling Large Language Model Training to More Than 10, 000 GPUs' + authors: + - Ziheng Jiang + - Haibin Lin + - Yinmin Zhong + - Qi Huang + - Yangrui Chen + - Zhi Zhang + - Yanghua Peng + - Xiang Li 0067 + - Cong Xie + - Shibiao Nong + - Yulu Jia + - Sun He + - Hongmin Chen + - Zhihao Bai + - Qi Hou + - Shipeng Yan + - Ding Zhou + - Yiyao Sheng + - Zhuo Jiang + - Haohan Xu + - Haoran Wei + - Zhang Zhang 0003 + - Pengfei Nie + - Leqi Zou + - Sida Zhao + - Liang Xiang + - Zherui Liu + - Zhe Li + - Xiaoying Jia 0001 + - Jianxi Ye + - Xin Jin 0008 + - Xin Liu 0086 + reason: "ByteDance's full production account of training LLMs at 10,000+ GPUs, with novel co-design of the network stack, fault tolerance, and collective communication to sustain near-linear scaling." + +- title: 'Harmony: A Congestion-free Datacenter Architecture' + authors: + - Saksham Agarwal + - Qizhe Cai + - Rachit Agarwal 0001 + - David B. Shmoys + - Amin Vahdat + reason: "Proposes rethinking datacenter fabrics to eliminate congestion by construction rather than managing it reactively, achieving line-rate throughput without per-packet feedback from Cornell and Google." + +- title: 'DINT: Fast In-Kernel Distributed Transactions with eBPF' + authors: + - Yang Zhou 0008 + - Xingyu Xiang + - Matthew Kiley + - Sowmya Dharanipragada + - Minlan Yu + reason: "Demonstrates that eBPF programs executing entirely inside the kernel can enforce linearizable, ACID-compliant distributed transactions at dramatically lower latency than user-space approaches." + +- title: Making Kernel Bypass Practical for the Cloud with Junction + authors: + - Joshua Fried + - Gohar Irfan Chaudhry + - Enrique Saurez + - Esha Choukse + - Íñigo Goiri + - Sameh Elnikety + - Rodrigo Fonseca + - Adam Belay + reason: "Junction (MIT + Microsoft) is the first system to bring full kernel-bypass networking to multi-tenant cloud VMs without requiring application modifications or sacrificing isolation." + +- title: 'SIEVE is Simpler than LRU: an Efficient Turn-Key Eviction Algorithm for Web Caches' + authors: + - Yazhuo Zhang + - Juncheng Yang + - Yao Yue + - Ymir Vigfusson + - K. V. Rashmi + reason: "Surprising finding that a single-queue eviction policy requiring almost no state changes outperforms LRU and all modern approximations on production web-cache workloads." + +- title: A large-scale deployment of DCTCP + authors: + - Abhishek Dhamija + - Balasubramanian Madhavan + - Hechao Li + - Jie Meng + - Shrikrishna Khare + - Madhavi Rao + - Lawrence Brakmo + - Neil Spring + - Prashanth Kannan + - Srikanth Sundaresan + - Soudeh Ghorbani + reason: "A rare, candid production report from Meta on deploying DCTCP at hyperscale, surfacing unexpected interactions with heterogeneous hardware, cross-traffic, and operational constraints." + +- title: 'Brain-on-Switch: Towards Advanced Intelligent Network Data Plane via NN-Driven Traffic Analysis at Line-Speed' + authors: + - Jinzhu Yan + - Haotian Xu + - Zhuotao Liu + - Qi Li 0002 + - Ke Xu 0002 + - Mingwei Xu 0001 + - Jianping Wu + reason: "Executes neural-network inference for traffic classification directly in the programmable switch data plane at line rate, eliminating the round-trip to a CPU-based classifier." + +- title: 'Horus: Granular In-Network Task Scheduler for Cloud Datacenters' + authors: + - Parham Yassini + - Khaled Diab 0001 + - Saeed Mahloujifar + - Mohamed Hefeeda + reason: "Offloads microsecond-granularity task scheduling decisions into programmable switches, reducing load-balancing latency by orders of magnitude compared to software schedulers." + +- title: 'CAPA: An Architecture For Operating Cluster Networks With High Availability' + authors: + - Bingzhe Liu + - Colin Scott + - Mukarram Tariq + - Andrew D. Ferguson + - Phillipa Gill + - Richard Alimi + - Omid Alipourfard + - Deepak Arulkannan + - Virginia Beauregard + - Patrick Conner + - Philip Brighten Godfrey + - Xander Lin + - Joon Ong + - Mayur Patel + - Amr Sabaa + - Arjun Singh + - Alex Smirnov + - Manish Verma + - Prerepa V. Viswanadham + - Amin Vahdat + reason: "Google's production architecture for maintaining five-nines availability in Jupiter-scale cluster networks, detailing how control-plane redundancy and fast failover are achieved in practice." + +- title: Revisiting Congestion Control for Lossless Ethernet + authors: + - Yiran Zhang + - Qingkai Meng 0001 + - Chaolei Hu + - Fengyuan Ren + reason: "Identifies fundamental flaws in PFC-based lossless Ethernet that cause cascading head-of-line blocking and proposes a redesigned congestion control that avoids them." + +- title: 'Sirius: Composing Network Function Chains into P4-Capable Edge Gateways' + authors: + - Jiaqi Gao + - Jiamin Cao + - Yifan Li + - Mengqi Liu 0001 + - Ming Tang + - Dennis Cai + - Ennan Zhai + reason: "Alibaba's production system for composing arbitrary NF chains into P4-programmed edge gateways, replacing a fleet of dedicated middleboxes and cutting per-packet processing cost significantly." + +- title: 'CASSINI: Network-Aware Job Scheduling in Machine Learning Clusters' + authors: + - Sudarsanan Rajasekaran + - Manya Ghobadi + - Aditya Akella + reason: "Shows that ignoring network topology when scheduling ML training jobs causes severe collective-communication contention, and that topology-aware co-scheduling yields substantial throughput gains." + +- title: 'Cloudcast: High-Throughput, Cost-Aware Overlay Multicast in the Cloud' + authors: + - Sarah Wooders + - Shu Liu + - Paras Jain 0001 + - Xiangxi Mo + - Joseph E. Gonzalez + - Vincent Liu 0001 + - Ion Stoica + reason: "Berkeley/Penn system that builds overlay multicast trees across cloud regions optimized for egress cost, enabling high-throughput data dissemination at a fraction of unicast cloud egress fees." diff --git a/site/data/papers/NSDI-2025-candidates.yaml b/site/data/papers/NSDI-2025-candidates.yaml new file mode 100644 index 0000000..4f9d488 --- /dev/null +++ b/site/data/papers/NSDI-2025-candidates.yaml @@ -0,0 +1,1323 @@ +venue: NSDI +year: 2025 +source: dblp +count: 84 +papers: +- title: Enabling Silent Telemetry Data Transmission with InvisiFlow + authors: + - Yinda Zhang 0002 + - Liangcheng Yu + - Gianni Antichi + - Ran Ben Basat + - Vincent Liu 0001 + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/zhang-yinda + dblp_key: conf/nsdi/0002YAB025 + venue_name: NSDI + pages: 71-86 +- title: Achieving Wire-Latency Storage Systems by Exploiting Hardware ACKs + authors: + - Qing Wang 0031 + - Jiwu Shu + - Jing Wang 0158 + - Yuhao Zhang 0006 + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/wang-qing + dblp_key: conf/nsdi/0031SW025 + venue_name: NSDI + pages: 1085-1100 +- title: Mitigating Scalability Walls of RDMA-based Container Networks + authors: + - Wei Liu 0148 + - Kun Qian 0004 + - Zhenhua Li 0001 + - Feng Qian 0001 + - Tianyin Xu + - Yunhao Liu 0001 + - Yu Guan 0005 + - Shuhong Zhu + - Hongfei Xu + - Lanlan Xi + - Chao Qin + - Ennan Zhai + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/liu-wei + dblp_key: conf/nsdi/0148Q00X0GZXXQZ25 + venue_name: NSDI + pages: 1049-1065 +- title: 'Mowgli: Passively Learned Rate Control for Real-Time Video' + authors: + - Neil Agarwal + - Rui Pan 0003 + - Francis Y. Yan + - Ravi Netravali + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/agarwal + dblp_key: conf/nsdi/Agarwal0YN25 + venue_name: NSDI + pages: 579-594 +- title: Everything Matters in Programmable Packet Scheduling + authors: + - Albert Gran Alcoz + - Balázs Vass + - Pooria Namyar + - Behnaz Arzani + - Gábor Rétvári + - Laurent Vanbever + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/alcoz + dblp_key: conf/nsdi/AlcozVNARV25 + venue_name: NSDI + pages: 1467-1485 +- title: 'Tooth: Toward Optimal Balance of Video QoE and Redundancy Cost by Fine-Grained + FEC in Cloud Gaming Streaming' + authors: + - Congkai An + - Huanhuan Zhang + - Shibo Wang + - Jingyang Kang + - Anfu Zhou + - Liang Liu 0001 + - Huadong Ma + - Zili Meng + - Delei Ma + - Yusheng Dong + - Xiaogang Lei + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/an + dblp_key: conf/nsdi/AnZWKZ0MMMDL25 + venue_name: NSDI + pages: 635-651 +- title: Suppressing BGP Zombies with Route Status Transparency + authors: + - Yosef Edery Anahory + - Jie Kong + - Nicholas Scaglione + - Justin Furuness + - Hemi Leibowitz + - Amir Herzberg + - Bing Wang 0001 + - Yossi Gilad + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/anahory + dblp_key: conf/nsdi/AnahoryKSFLH0G25 + venue_name: NSDI + pages: 1349-1366 +- title: 'Shoal++: High Throughput DAG BFT Can Be Fast and Robust!' + authors: + - Balaji Arun + - Zekun Li 0009 + - Florian Suri-Payer + - Sourav Das 0001 + - Alexander Spiegelman + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/arun + dblp_key: conf/nsdi/Arun0S0S25 + venue_name: NSDI + pages: 813-826 +- title: 'Pineapple: Unifying Multi-Paxos and Atomic Shared Registers' + authors: + - Tigran Bantikyan + - Jonathan Zarnstorff + - Te-Yen Chou + - Lewis Tseng + - Roberto Palmieri + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/bantikyan + dblp_key: conf/nsdi/BantikyanZCTP25 + venue_name: NSDI + pages: 759-778 +- title: 'Preventing Network Bottlenecks: Accelerating Datacenter Services with Hotspot-Aware + Placement for Compute and Storage' + authors: + - Hamid Hajabdolali Bazzaz + - Yingjie Bi + - Weiwu Pang + - Minlan Yu + - Ramesh Govindan + - Neal Cardwell + - Nandita Dukkipati + - Meng-Jung Tsai + - Chris DeForeest + - Yuxue Jin + - Charles J. Carver + - Jan Kopanski + - Liqun Cheng + - Amin Vahdat + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/bazzaz + dblp_key: conf/nsdi/BazzazBPYGCDTDJ25 + venue_name: NSDI + pages: 317-333 +- title: Learnings from Deploying Network QoS Alignment to Application Priorities + for Storage Services + authors: + - Matthew Buckley + - Parsa Pazhooheshy + - Z. Morley Mao + - Nandita Dukkipati + - Hamid Hajabdolali Bazzaz + - Priyaranjan Jha + - Yingjie Bi + - Steve Middlekauff + - Yashar Ganjali + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/buckley + dblp_key: conf/nsdi/BuckleyPMDBJBMG25 + venue_name: NSDI + pages: 37-53 +- title: Making Serverless Pay-For-Use a Reality with Leopard + authors: + - Tingjia Cao + - Andrea C. Arpaci-Dusseau + - Remzi H. Arpaci-Dusseau + - Tyler Caraza-Harter + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/cao + dblp_key: conf/nsdi/CaoAAC25 + venue_name: NSDI + pages: 189-204 +- title: Scaling IP Lookup to Large Databases using the CRAM Lens + authors: + - Robert Chang + - Pradeep Dogga + - Andy Fingerhut + - Victor Rios + - George Varghese + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/chang + dblp_key: conf/nsdi/ChangDFRV25 + venue_name: NSDI + pages: 127-146 +- title: 'ClubHeap: A High-Speed and Scalable Priority Queue for Programmable Packet + Scheduling' + authors: + - Zhikang Chen + - Haoyu Song 0001 + - Zhiyu Zhang 0012 + - Yang Xu 0010 + - Bin Liu 0001 + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/chen-zhikang + dblp_key: conf/nsdi/Chen0Z0025 + venue_name: NSDI + pages: 1421-1436 +- title: 'eTran: Extensible Kernel Transport with eBPF' + authors: + - Zhongjie Chen + - Qingkai Meng 0001 + - ChonLam Lao + - Yifan Liu + - Fengyuan Ren + - Minlan Yu + - Yang Zhou 0008 + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/chen-zhongjie + dblp_key: conf/nsdi/ChenMLLRYZ25 + venue_name: NSDI + pages: 407-425 +- title: 'Minder: Faulty Machine Detection for Large-scale Distributed Model Training' + authors: + - Yangtao Deng + - Xiang Shi + - Zhuo Jiang + - Xingjian Zhang 0009 + - Lei Zhang + - Zhang Zhang 0003 + - Bo Li + - Zuquan Song + - Hang Zhu + - Gaohong Liu + - Fuliang Li + - Shuguang Wang + - Haibin Lin + - Jianxi Ye + - Minlan Yu + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/deng + dblp_key: conf/nsdi/DengSJZZ0LSZLLW25 + venue_name: NSDI + pages: 505-521 +- title: Runtime Protocol Refinement Checking for Distributed Protocol Implementations + authors: + - Ding Ding + - Zhanghan Wang + - Jinyang Li 0001 + - Aurojit Panda + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/ding + dblp_key: conf/nsdi/DingW0P25 + venue_name: NSDI + pages: 1305-1326 +- title: 'Evolution of Aegis: Fault Diagnosis for AI Model Training Service in Production' + authors: + - Jianbo Dong + - Kun Qian 0004 + - Pengcheng Zhang + - Zhilong Zheng + - Liang Chen 0001 + - Fei Feng + - Yichi Xu + - Yikai Zhu + - Gang Lu + - Xue Li 0024 + - Zhihui Ren + - Zhicheng Wang + - Bin Luo + - Peng Zhang + - Yang Liu 0245 + - Yanqing Chen + - Yu Guan 0005 + - Weicheng Wang + - Chaojie Yang + - Yang Zhang 0102 + - Man Yuan + - Hanyu Zhao + - Yong Li 0008 + - Zihan Zhao + - Shan Li + - Xianlong Zeng + - Zhiping Yao + - Binzhang Fu + - Ennan Zhai + - Wei Lin 0016 + - Chao Wang + - Dennis Cai + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/dong + dblp_key: conf/nsdi/DongQZZCFXZLLRW25 + venue_name: NSDI + pages: 865-881 +- title: 'PRED: Performance-oriented Random Early Detection for Consistently Stable + Performance in Datacenters' + authors: + - Xinle Du + - Tong Li 0014 + - Guangmeng Zhou + - Zhuotao Liu + - Hanlin Huang + - Xiangyu Gao + - Mowei Wang + - Kun Tan 0002 + - Ke Xu 0002 + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/du + dblp_key: conf/nsdi/Du0ZLHGWT025 + venue_name: NSDI + pages: 1-20 +- title: 'DISC: Backpressure Mitigation In Multi-tier Applications With Distributed + Shared Connection' + authors: + - Brice Ekane + - Djob Mvondo + - Renaud Lachaize + - Yérom-David Bromberg + - Alain Tchana + - Daniel Hagimont + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/ekane + dblp_key: conf/nsdi/EkaneMLBTH25 + venue_name: NSDI + pages: 55-70 +- title: 'ValidaTor: Domain Validation over Tor' + authors: + - Jens Frieß + - Haya Schulmann + - Michael Waidner + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/friess + dblp_key: conf/nsdi/FriessSW25 + venue_name: NSDI + pages: 1367-1380 +- title: 'Large Network UWB Localization: Algorithms and Implementation' + authors: + - Nakul Garg + - Irtaza Shahid + - Ramanujan K. Sheshadri + - Karthikeyan Sundaresan + - Nirupam Roy + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/garg + dblp_key: conf/nsdi/GargSSSR25 + venue_name: NSDI + pages: 1187-1203 +- title: 'HA/TCP: A Reliable and Scalable Framework for TCP Network Functions' + authors: + - Haoyu Gu + - Ali José Mashtizadeh + - Bernard Wong 0001 + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/gu + dblp_key: conf/nsdi/GuM025 + venue_name: NSDI + pages: 899-914 +- title: Accelerating Design Space Exploration for LLM Training Systems with Multi-experiment + Parallel Simulation + authors: + - Fei Gui + - Kaihui Gao + - Li Chen 0008 + - Dan Li 0001 + - Vincent Liu 0001 + - Ran Zhang + - Hongbing Yang + - Dian Xiong + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/gui + dblp_key: conf/nsdi/GuiG000ZYX25 + venue_name: NSDI + pages: 473-488 +- title: The Benefits and Limitations of User Interrupts for Preemptive Userspace + Scheduling + authors: + - Linsong Guo + - Danial Zuberi + - Tal Garfinkel + - Amy Ousterhout + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/guo + dblp_key: conf/nsdi/GuoZGO25 + venue_name: NSDI + pages: 1015-1032 +- title: Efficient Multi-WAN Transport for 5G with OTTER + authors: + - Mary Hogan + - Gerry Wan + - Yiming Qiu + - Sharad Agarwal + - Ryan Beckett + - Rachee Singh + - Paramvir Bahl + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/hogan + dblp_key: conf/nsdi/HoganWQABSB25 + venue_name: NSDI + pages: 1243-1267 +- title: Smart Casual Verification of the Confidential Consortium Framework + authors: + - Heidi Howard + - Markus A. Kuppe + - Edward Ashton + - Amaury Chamayou + - Natacha Crooks + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/howard + dblp_key: conf/nsdi/HowardKACC25 + venue_name: NSDI + pages: 259-276 +- title: 'Ladder: A Convergence-based Structured DAG Blockchain for High Throughput + and Low Latency' + authors: + - Dengcheng Hu + - Jianrong Wang + - Xiulong Liu 0001 + - Hao Xu 0025 + - Xujing Wu + - Muhammad Shahzad 0001 + - Guyue Liu + - Keqiu Li + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/hu + dblp_key: conf/nsdi/HuWLXW0LL25 + venue_name: NSDI + pages: 779-794 +- title: 'MTP: Transport for In-Network Computing' + authors: + - Tao Ji + - Rohan Vardekar + - Balajee Vamanan + - Brent E. Stephens + - Aditya Akella + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/ji + dblp_key: conf/nsdi/JiVVSA25 + venue_name: NSDI + pages: 959-977 +- title: Building an Elastic Block Storage over EBOFs Using Shadow Views + authors: + - Sheng Jiang + - Ming Liu 0027 + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/jiang + dblp_key: conf/nsdi/Jiang025 + venue_name: NSDI + pages: 1137-1153 +- title: Towards Energy Efficient 5G vRAN Servers + authors: + - Anuj Kalia + - Nikita Lazarev + - Leyang Xue + - Xenofon Foukas + - Bozidar Radunovic + - Francis Y. Yan + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/kalia + dblp_key: conf/nsdi/KaliaLXFRY25 + venue_name: NSDI + pages: 1205-1219 +- title: Understanding and Profiling NVMe-over-TCP Using ntprof + authors: + - Yuyuan Kang + - Ming Liu 0027 + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/kang + dblp_key: conf/nsdi/Kang025 + venue_name: NSDI + pages: 1117-1136 +- title: 'SuperServe: Fine-Grained Inference Serving for Unpredictable Workloads' + authors: + - Alind Khare + - Dhruv Garg + - Sukrit Kalra + - Snigdha Grandhi + - Ion Stoica + - Alexey Tumanov + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/khare + dblp_key: conf/nsdi/KhareGKGST25 + venue_name: NSDI + pages: 739-758 +- title: Pushing the Limits of In-Network Caching for Key-Value Stores + authors: + - Gyuyeong Kim + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/kim + dblp_key: conf/nsdi/Kim25 + venue_name: NSDI + pages: 1155-1168 +- title: 'Beehive: A Scalable Disaggregated Memory Runtime Exploiting Asynchrony of + Multithreaded Programs' + authors: + - Quanxi Li + - Hong Huang + - Ying Liu 0055 + - Yanwen Xia + - Jie Zhang 0048 + - Mosong Zhou + - Xiaobing Feng 0002 + - Huimin Cui + - Quan Chen + - Yizhou Shan + - Chenxi Wang 0005 + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/li-quanxi + dblp_key: conf/nsdi/LiHLXZZ0CCSW25 + venue_name: NSDI + pages: 167-187 +- title: Dissecting and Streamlining the Interactive Loop of Mobile Cloud Gaming + authors: + - Yang Li 0092 + - Jiaxing Qiu + - Hongyi Wang 0009 + - Zhenhua Li 0001 + - Feng Qian 0001 + - Jing Yang 0052 + - Hao Lin 0005 + - Yunhao Liu 0001 + - Bo Xiao + - Xiaokang Qin + - Tianyin Xu + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/li-yang + dblp_key: conf/nsdi/LiQ000Y00XQX25 + venue_name: NSDI + pages: 595-611 +- title: 'NDD: A Decision Diagram for Network Verification' + authors: + - Zechun Li + - Peng Zhang 0011 + - Yichi Zhang + - Hongkun Yang + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/li-zechun + dblp_key: conf/nsdi/LiZZY25 + venue_name: NSDI + pages: 237-258 +- title: 'PreAcher: Secure and Practical Password Pre-Authentication by Content Delivery + Networks' + authors: + - Shihan Lin + - Suting Chen + - Yunming Xiao + - Yanqi Gu + - Aleksandar Kuzmanovic + - Xiaowei Yang 0001 + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/lin-shihan + dblp_key: conf/nsdi/LinCXGK025 + venue_name: NSDI + pages: 1399-1419 +- title: Enabling Portable and High-Performance SmartNIC Programs with Alkali + authors: + - Jiaxin Lin + - Zhiyuan Guo + - Mihir Shah + - Tao Ji + - Yiying Zhang 0005 + - Daehyeok Kim + - Aditya Akella + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/lin-jiaxin + dblp_key: conf/nsdi/LinGSJ0KA25 + venue_name: NSDI + pages: 107-126 +- title: 'ONCache: A Cache-Based Low-Overhead Container Overlay Network' + authors: + - Shengkai Lin + - Shizhen Zhao + - Peirui Cao + - Xinchi Han + - Quan Tian + - Wenfeng Liu + - Qi Wu + - Donghai Han + - Xinbing Wang + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/lin-shengkai + dblp_key: conf/nsdi/LinZCHTLWHW25 + venue_name: NSDI + pages: 979-998 +- title: 'CEGS: Configuration Example Generalizing Synthesizer' + authors: + - Jianmin Liu + - Li Chen 0008 + - Dan Li 0001 + - Yukai Miao + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/liu-jianmin + dblp_key: conf/nsdi/LiuC0M25 + venue_name: NSDI + pages: 1327-1347 +- title: Unlocking ECMP Programmability for Precise Traffic Control + authors: + - Yadong Liu + - Yunming Xiao + - Xuan Zhang + - Weizhen Dang + - Huihui Liu + - Xiang Li 0223 + - Zekun He + - Jilong Wang 0001 + - Aleksandar Kuzmanovic + - Ang Chen 0001 + - Congcong Miao + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/liu-yadong + dblp_key: conf/nsdi/LiuXZDLLH0K0M25 + venue_name: NSDI + pages: 87-106 +- title: 'Pyrrha: Congestion-Root-Based Flow Control to Eliminate Head-of-Line Blocking + in Datacenter' + authors: + - Kexin Liu + - Zhaochen Zhang + - Chang Liu 0001 + - Yizhi Wang + - Vamsi Addanki + - Stefan Schmid 0001 + - Qingyue Wang + - Wei Chen + - Xiaoliang Wang 0001 + - Jiaqi Zheng 0001 + - Wenhao Sun + - Tao Wu + - Ke Meng + - Fei Chen + - Weiguang Wang + - Bingyang Liu + - Wanchun Dou + - Guihai Chen + - Chen Tian 0001 + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/liu-kexin + dblp_key: conf/nsdi/LiuZLWA0WC00SWM25 + venue_name: NSDI + pages: 379-405 +- title: 'One-Size-Fits-None: Understanding and Enhancing Slow-Fault Tolerance in + Modern Distributed Systems' + authors: + - Ruiming Lu + - Yunchi Lu + - Yuxuan Jiang 0016 + - Guangtao Xue + - Peng Huang 0005 + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/lu + dblp_key: conf/nsdi/LuLJXH25 + venue_name: NSDI + pages: 359-378 +- title: Securing Public Cloud Networks with Efficient Role-based Micro-Segmentation + authors: + - Sathiya Kumaran Mani + - Kevin Hsieh + - Santiago Segarra + - Ranveer Chandra + - Yajie Zhou + - Srikanth Kandula + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/mani + dblp_key: conf/nsdi/ManiHSCZK25 + venue_name: NSDI + pages: 1033-1048 +- title: 'AsTree: An Audio Subscription Architecture Enabling Massive-Scale Multi-Party + Conferencing' + authors: + - Tong Meng + - Wenfeng Li + - Chao Yuan + - Changqing Yan + - Le Zhang + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/meng + dblp_key: conf/nsdi/MengLYYZ25 + venue_name: NSDI + pages: 653-666 +- title: Enhancing Network Failure Mitigation with Performance-Aware Ranking + authors: + - Pooria Namyar + - Arvin Ghavidel + - Daniel Crankshaw + - Daniel S. Berger + - Kevin Hsieh + - Srikanth Kandula + - Ramesh Govindan + - Behnaz Arzani + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/namyar + dblp_key: conf/nsdi/NamyarGCBHKGA25 + venue_name: NSDI + pages: 335-357 +- title: 'From Address Blocks to Authorized Prefixes: Redesigning RPKI ROV with a + Hierarchical Hashing Scheme for Fast and Memory-Efficient Validation' + authors: + - Zedong Ni + - Yinbo Xu + - Hui Zou + - Yanbiao Li 0001 + - Guang Cheng + - Gaogang Xie + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/ni + dblp_key: conf/nsdi/NiXZLCX25 + venue_name: NSDI + pages: 1381-1397 +- title: 'Mutant: Learning Congestion Control from Existing Protocols via Online Reinforcement + Learning' + authors: + - Lorenzo Pappone + - Alessio Sacco + - Flavio Esposito + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/pappone + dblp_key: conf/nsdi/PapponeSE25 + venue_name: NSDI + pages: 1507-1522 +- title: 'SIRD: A Sender-Informed, Receiver-Driven Datacenter Transport Protocol' + authors: + - Konstantinos Prasopoulos + - Ryan Kosta + - Edouard Bugnion + - Marios Kogias + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/prasopoulos + dblp_key: conf/nsdi/PrasopoulosKBK25 + venue_name: NSDI + pages: 451-471 +- title: A Layered Formal Methods Approach to Answering Queue-related Queries + authors: + - Divya Raghunathan + - Maria Apostolaki + - Aarti Gupta + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/raghunathan + dblp_key: conf/nsdi/RaghunathanAG25 + venue_name: NSDI + pages: 1289-1304 +- title: 'Quicksand: Harnessing Stranded Datacenter Resources with Granular Computing' + authors: + - Zhenyuan Ruan + - Shihang Li + - Kaiyan Fan + - Seo Jin Park + - Marcos K. Aguilera + - Adam Belay + - Malte Schwarzkopf + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/ruan + dblp_key: conf/nsdi/RuanLFPABS25 + venue_name: NSDI + pages: 147-165 +- title: Verifying maximum link loads in a changing world + authors: + - Tibor Schneider + - Stefano Vissicchio + - Laurent Vanbever + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/schneider + dblp_key: conf/nsdi/SchneiderVV25 + venue_name: NSDI + pages: 1269-1287 +- title: 'GRANNY: Granular Management of Compute-Intensive Applications in the Cloud' + authors: + - Carlos Segarra + - Simon Shillaker + - Guo Li + - Eleftheria Mappoura + - Rodrigo Bruno + - Lluís Vilanova + - Peter R. Pietzuch + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/segarra + dblp_key: conf/nsdi/SegarraSLMBVP25 + venue_name: NSDI + pages: 205-218 +- title: 'CellReplay: Towards accurate record-and-replay for cellular networks' + authors: + - William Sentosa + - Balakrishnan Chandrasekaran 0002 + - Philip Brighten Godfrey + - Haitham Hassanieh + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/sentosa + dblp_key: conf/nsdi/Sentosa0GH25 + venue_name: NSDI + pages: 1169-1186 +- title: Self-Clocked Round-Robin Packet Scheduling + authors: + - Erfan Sharafzadeh + - Raymond Matson + - Jean Tourrilhes + - Puneet Sharma 0001 + - Soudeh Ghorbani + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/sharafzadeh + dblp_key: conf/nsdi/SharafzadehMTSG25 + venue_name: NSDI + pages: 1437-1465 +- title: 'PAPAYA Federated Analytics Stack: Engineering Privacy, Scalability and Practicality' + authors: + - Harish Srinivas + - Graham Cormode + - Mehrdad Honarkhah + - Samuel Lurye + - Jonathan Hehir + - Lunwen He + - George Hong + - Ahmed Magdy + - Dzmitry Huba + - Kaikai Wang + - Shen Guo + - Shoubhik Bhattacharya + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/srinivas + dblp_key: conf/nsdi/SrinivasCHLHHHM25 + venue_name: NSDI + pages: 883-898 +- title: 'ByteCheckpoint: A Unified Checkpointing System for Large Foundation Model + Development' + authors: + - Borui Wan + - Mingji Han + - Yiyao Sheng + - Yanghua Peng + - Haibin Lin + - Mofan Zhang + - Zhichao Lai + - Menghan Yu + - Junda Zhang + - Zuquan Song + - Xin Liu + - Chuan Wu 0001 + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/wan-borui + dblp_key: conf/nsdi/WanHSPLZLYZSL025 + venue_name: NSDI + pages: 559-578 +- title: 'CATO: End-to-End Optimization of ML-Based Traffic Analysis Pipelines' + authors: + - Gerry Wan + - Shinan Liu + - Francesco Bronzino + - Nick Feamster + - Zakir Durumeric + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/wan-gerry + dblp_key: conf/nsdi/WanLBFD25 + venue_name: NSDI + pages: 1523-1540 +- title: 'Resolving Packets from Counters: Enabling Multi-scale Network Traffic Super + Resolution via Composable Large Traffic Model' + authors: + - Xizheng Wang + - Libin Liu 0001 + - Li Chen 0008 + - Dan Li 0001 + - Yukai Miao + - Yu Bai 0021 + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/wang-xizheng-resolving + dblp_key: conf/nsdi/WangL00M025 + venue_name: NSDI + pages: 1541-1561 +- title: 'SimAI: Unifying Architecture Design and Performance Tuning for Large-Scale + Large Language Model Training with Scalability and Precision' + authors: + - Xizheng Wang + - Qingxu Li + - Yichi Xu + - Gang Lu + - Dan Li 0001 + - Li Chen 0008 + - Heyang Zhou + - Linkang Zheng + - Sen Zhang + - Yikai Zhu + - Yang Liu 0245 + - Pengcheng Zhang + - Kun Qian 0004 + - Kunling He + - Jiaqi Gao + - Ennan Zhai + - Dennis Cai + - Binzhang Fu + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/wang-xizheng-simai + dblp_key: conf/nsdi/WangLXL0CZZZZLZ25 + venue_name: NSDI + pages: 541-558 +- title: Region-based Content Enhancement for Efficient Video Analytics at the Edge + authors: + - Weijun Wang 0001 + - Liang Mi + - Shaowei Cen + - Haipeng Dai 0001 + - Yuanchun Li 0003 + - Xiaoming Fu 0001 + - Yunxin Liu 0001 + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/wang-weijun + dblp_key: conf/nsdi/WangMC0L0L25 + venue_name: NSDI + pages: 613-633 +- title: 'ODRP: On-Demand Remote Paging with Programmable RDMA' + authors: + - Zixuan Wang + - Xingda Wei + - Jinyu Gu 0001 + - Hongrui Xie + - Rong Chen 0001 + - Haibo Chen 0001 + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/wang-zixuan + dblp_key: conf/nsdi/WangW0X0025 + venue_name: NSDI + pages: 1101-1115 +- title: 'OptiReduce: Resilient and Tail-Optimal AllReduce for Distributed Deep Learning + in the Cloud' + authors: + - Ertza Warraich + - Omer Shabtai + - Khalid Manaa + - Shay Vargaftik + - Yonatan Piasetzky + - Matty Kadosh + - Lalith Suresh 0001 + - Muhammad Shahbaz 0001 + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/warraich + dblp_key: conf/nsdi/WarraichSMVPKS025 + venue_name: NSDI + pages: 685-703 +- title: 'VEP: A Two-stage Verification Toolchain for Full eBPF Programmability' + authors: + - Xiwei Wu + - Yueyang Feng + - Tianyi Huang + - Xiaoyang Lu + - Shengkai Lin + - Lihan Xie + - Shizhen Zhao + - Qinxiang Cao + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/wu-xiwei + dblp_key: conf/nsdi/WuFHLLXZC25 + venue_name: NSDI + pages: 277-299 +- title: 'BFTBrain: Adaptive BFT Consensus with Reinforcement Learning' + authors: + - Chenyuan Wu + - Haoyun Qin + - Mohammad Javad Amiri + - Boon Thau Loo + - Dahlia Malkhi + - Ryan Marcus + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/wu-chenyuan + dblp_key: conf/nsdi/WuQALMM25 + venue_name: NSDI + pages: 1563-1583 +- title: Building Massive MIMO Baseband Processing on a Single-Node Supercomputer + authors: + - Xincheng Xie + - Wentao Hou + - Zerui Guo + - Ming Liu 0027 + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/xie + dblp_key: conf/nsdi/XieHG025 + venue_name: NSDI + pages: 1221-1242 +- title: 'Rajomon: Decentralized and Coordinated Overload Control for Latency-Sensitive + Microservices' + authors: + - Jiali Xing + - Akis Giannoukos + - Paul Loh + - Shuyue Wang + - Justin Qiu + - Henri Maxime Demoulin + - Konstantinos Kallas + - Benjamin C. Lee + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/xing + dblp_key: conf/nsdi/XingGLWQDKL25 + venue_name: NSDI + pages: 21-36 +- title: 'AutoCCL: Automated Collective Communication Tuning for Accelerating Distributed + and Parallel DNN Training' + authors: + - Guanbin Xu + - Zhihao Le + - Yinhe Chen + - Zhiqi Lin + - Zewen Jin + - Youshan Miao + - Cheng Li + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/xu-guanbin + dblp_key: conf/nsdi/XuLCLJML25 + venue_name: NSDI + pages: 667-683 +- title: 'State-Compute Replication: Parallelizing High-Speed Stateful Packet Processing' + authors: + - Qiongwen Xu + - Sebastiano Miano + - Xiangyu Gao + - Tao Wang 0088 + - Adithya Murugadass + - Songyuan Zhang + - Anirudh Sivaraman + - Gianni Antichi + - Srinivas Narayana + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/xu-qiongwen + dblp_key: conf/nsdi/XuMG0MZSAN25 + venue_name: NSDI + pages: 937-957 +- title: 'GREEN: Carbon-efficient Resource Scheduling for Machine Learning Clusters' + authors: + - Kaiqiang Xu + - Decang Sun + - Han Tian + - Junxue Zhang 0001 + - Kai Chen 0005 + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/xu-kaiqiang + dblp_key: conf/nsdi/XuST0025 + venue_name: NSDI + pages: 999-1014 +- title: 'Vegeta: Enabling Parallel Smart Contract Execution in Leaderless Blockchains' + authors: + - Tianjing Xu + - Yongqi Zhong + - Yiming Zhang 0003 + - Ruofan Xiong + - Jingjing Zhang 0002 + - Guangtao Xue + - Shengyun Liu + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/xu-tianjing + dblp_key: conf/nsdi/XuZ0X0XL25 + venue_name: NSDI + pages: 795-811 +- title: GPU-Disaggregated Serving for Deep Learning Recommendation Models at Scale + authors: + - Lingyun Yang + - Yongchen Wang + - Yinghao Yu + - Qizhen Weng 0001 + - Jianbo Dong + - Kan Liu + - Chi Zhang 0005 + - Yanyi Zi + - Hao Li + - Zechao Zhang + - Nan Wang + - Yu Dong + - Menglei Zheng + - Lanlan Xi + - Xiaowei Lu + - Liang Ye + - Guodong Yang + - Binzhang Fu + - Tao Lan + - Liping Zhang 0013 + - Lin Qu + - Wei Wang 0030 + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/yang + dblp_key: conf/nsdi/YangWYWDLZZLZWD25 + venue_name: NSDI + pages: 847-863 +- title: 'Holmes: Localizing Irregularities in LLM Training with Mega-scale GPU Clusters' + authors: + - Zhiyi Yao + - Pengbo Hu + - Congcong Miao + - Xuya Jia + - Zuning Liang + - Yuedong Xu 0001 + - Chunzhi He + - Hao Lu + - Mingzhuo Chen + - Xiang Li 0010 + - Zekun He + - Yachen Wang + - Xianneng Zou + - Junchen Jiang + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/yao + dblp_key: conf/nsdi/YaoHMJLXHLCLHWZ25 + venue_name: NSDI + pages: 523-540 +- title: 'Eden: Developer-Friendly Application-Integrated Far Memory' + authors: + - Anil Yelam + - Stewart Grant + - Saarth Deshpande + - Nadav Amit + - Radhika Niranjan Mysore + - Amy Ousterhout + - Marcos K. Aguilera + - Alex C. Snoeren + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/yelam + dblp_key: conf/nsdi/YelamGDAMOAS25 + venue_name: NSDI + pages: 1067-1083 +- title: Learning Production-Optimized Congestion Control Selection for Alibaba Cloud + CDN + authors: + - Xuan Zeng 0002 + - Haoran Xu + - Chen Chen + - Xumiao Zhang + - Xiaoxi Zhang 0001 + - Xu Chen 0004 + - Guihai Chen + - Yubing Qiu + - Yiping Zhang + - Chong Hao + - Ennan Zhai + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/zeng + dblp_key: conf/nsdi/ZengXCZ00CQZHZ25 + venue_name: NSDI + pages: 827-845 +- title: On Temporal Verification of Stateful P4 Programs + authors: + - Delong Zhang + - Chong Ye + - Fei He 0001 + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/zhang-delong + dblp_key: conf/nsdi/ZhangY025 + venue_name: NSDI + pages: 219-235 +- title: White-Boxing RDMA with Packet-Granular Software Control + authors: + - Chenxingyu Zhao + - Jaehong Min + - Ming Liu 0027 + - Arvind Krishnamurthy + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/zhao-chenxingyu + dblp_key: conf/nsdi/ZhaoM0K25 + venue_name: NSDI + pages: 427-449 +- title: Efficient Direct-Connect Topologies for Collective Communications + authors: + - Liangyu Zhao + - Siddharth Pal + - Tapan Chugh + - Weiyang Wang + - Jason Fantl + - Prithwish Basu + - Joud Khoury + - Arvind Krishnamurthy + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/zhao-liangyu + dblp_key: conf/nsdi/ZhaoPCWFBKK25 + venue_name: NSDI + pages: 705-737 +- title: 'MeshTest: End-to-End Testing for Service Mesh Traffic Management' + authors: + - Naiqian Zheng + - Tianshuo Qiao + - Xuanzhe Liu + - Xin Jin 0008 + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/zheng-naiqian + dblp_key: conf/nsdi/ZhengQL025 + venue_name: NSDI + pages: 301-316 +- title: When P4 Meets Run-to-completion Architecture + authors: + - Hao Zheng + - Xin Yan + - Wenbo Li + - Jiaqi Zheng 0001 + - Xiaoliang Wang 0001 + - Qingqing Zhao + - Luyou He + - Xiaofei Lai + - Feng Gao + - Fuguang Huang + - Wanchun Dou + - Guihai Chen + - Chen Tian 0001 + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/zheng-hao + dblp_key: conf/nsdi/ZhengYL00ZHLGHD25 + venue_name: NSDI + pages: 1487-1505 +- title: Optimizing RLHF Training for Large Language Models with Stage Fusion + authors: + - Yinmin Zhong + - Zili Zhang + - Bingyang Wu + - Shengyu Liu + - Yukun Chen + - Changyi Wan + - Hanpeng Hu + - Lei Xia + - Ranchen Ming + - Yibo Zhu 0001 + - Xin Jin 0008 + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/zhong + dblp_key: conf/nsdi/ZhongZWLCWHXMZ025 + venue_name: NSDI + pages: 489-503 +- title: High-level Programming for Application Networks + authors: + - Xiangfeng Zhu + - Yuyao Wang + - Banruo Liu + - Yongtong Wu + - Nikola Bojanic + - Jingrong Chen 0002 + - Gilbert Louis Bernstein + - Arvind Krishnamurthy + - Sam Kumar + - Ratul Mahajan + - Danyang Zhuo + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25/presentation/zhu + dblp_key: conf/nsdi/ZhuWLWB0BKKMZ25 + venue_name: NSDI + pages: 915-935 +- title: 22nd USENIX Symposium on Networked Systems Design and Implementation, NSDI + 2025, Philadelphia, PA, USA, April 28-30, 2025 + authors: + - Theophilus A. Benson + - Radhika Niranjan Mysore + year: '2025' + doi: null + url: https://www.usenix.org/conference/nsdi25 + dblp_key: conf/nsdi/2025 + venue_name: NSDI + pages: null diff --git a/site/data/papers/NSDI-2025-digest.yaml b/site/data/papers/NSDI-2025-digest.yaml new file mode 100644 index 0000000..b39cfb9 --- /dev/null +++ b/site/data/papers/NSDI-2025-digest.yaml @@ -0,0 +1,70 @@ +venue: NSDI +year: 2025 +date: "2025-04-28" +tags: [networking, distributed-systems, cloud, programmable-data-planes, network-verification, datacenter, transport, ml-systems, 5g] + +selected: + - dblp_key: "conf/nsdi/Du0ZLHGWT025" + title: "PRED: Performance-oriented Random Early Detection for Consistently Stable Performance in Datacenters" + tldr: "PRED redesigns AQM by making drop probability a direct function of per-flow performance targets rather than queue length, eliminating the instability of classic RED in modern datacenter workloads." + why_notable: "RED has been a cornerstone of congestion control for decades; PRED's performance-centric reformulation challenges a long-held design axiom and demonstrates significantly lower tail latency at scale. It opens the door to intent-driven AQM as a first-class primitive in datacenter switches." + + - dblp_key: "conf/nsdi/XingGLWQDKL25" + title: "Rajomon: Decentralized and Coordinated Overload Control for Latency-Sensitive Microservices" + tldr: "Rajomon introduces a token-based, decentralized overload control mechanism that coordinates admission across microservice call graphs without a central bottleneck." + why_notable: "Microservice overload propagation is a persistent pain point in production clouds; Rajomon's approach of spreading load-shedding decisions across the call graph while retaining global coherence is a practical and principled contribution. The system is evaluated on realistic cloud benchmarks and shows clear SLO improvement over prior centralized and uncoordinated schemes." + + - dblp_key: "conf/nsdi/LiuXZDLLH0K0M25" + title: "Unlocking ECMP Programmability for Precise Traffic Control" + tldr: "This work exposes fine-grained ECMP programming interfaces that allow operators to steer individual flows through specific paths in multipath datacenter fabrics with near-zero overhead." + why_notable: "ECMP's coarse hashing has been a limiting factor in datacenter traffic engineering for years; this paper shows that commodity switch primitives can be composed to achieve precise per-flow placement, delivering measurable improvements in load balance without topology changes." + + - dblp_key: "conf/nsdi/ChenMLLRYZ25" + title: "eTran: Extensible Kernel Transport with eBPF" + tldr: "eTran uses eBPF to let applications plug in custom transport logic—including RDMA-like zero-copy paths—directly into the Linux kernel data path without modifying kernel source." + why_notable: "The ability to safely extend kernel networking with eBPF has been widely anticipated; eTran demonstrates that full transport protocols (not just classifiers) can be realised this way, achieving performance competitive with kernel-bypass while retaining OS isolation and deployability." + + - dblp_key: "conf/nsdi/ZhaoM0K25" + title: "White-Boxing RDMA with Packet-Granular Software Control" + tldr: "This paper decomposes RDMA semantics and re-implements them in software at packet granularity, exposing hooks that allow transport policy (retransmission, congestion, multipath) to be modified without hardware changes." + why_notable: "RDMA's black-box nature has long frustrated datacenter operators trying to deploy custom congestion control or network telemetry; white-boxing RDMA at packet granularity is a principled answer that simultaneously improves debuggability and extensibility, with demonstrated line-rate performance." + + - dblp_key: "conf/nsdi/LiZZY25" + title: "NDD: A Decision Diagram for Network Verification" + tldr: "NDD is a new symbolic data structure that compactly represents the forwarding behavior of large networks, enabling network verification queries orders of magnitude faster than BDD-based predecessors." + why_notable: "Network verification tools like Batfish and ARC rely on set representations whose size can explode on real networks; NDD's topology-aware decomposition dramatically reduces verification time for common queries (reachability, loop detection) and is likely to be adopted as a backend in production verification pipelines." + + - dblp_key: "conf/nsdi/WuFHLLXZC25" + title: "VEP: A Two-stage Verification Toolchain for Full eBPF Programmability" + tldr: "VEP combines abstract interpretation with deductive verification to prove safety properties of eBPF programs that the Linux kernel verifier rejects, enabling a much wider class of programs to run safely in the kernel." + why_notable: "The Linux eBPF verifier's conservatism blocks many useful programs; VEP's two-stage approach (lightweight in-kernel check plus offline proof) expands the programmability frontier without weakening safety guarantees, directly affecting every operator who writes eBPF for networking or observability." + + - dblp_key: "conf/nsdi/JiVVSA25" + title: "MTP: Transport for In-Network Computing" + tldr: "MTP is a transport protocol co-designed with programmable switches that allows in-network compute operations (aggregation, filtering) to be expressed as first-class transport primitives with reliability and flow-control guarantees." + why_notable: "Existing transports treat the network as a dumb pipe and retrofit in-network compute as an afterthought; MTP shows that rethinking transport abstractions around programmable hardware can yield substantial throughput gains for distributed ML and key-value workloads." + + - dblp_key: "conf/nsdi/XuMG0MZSAN25" + title: "State-Compute Replication: Parallelizing High-Speed Stateful Packet Processing" + tldr: "This paper introduces a replication model for stateful packet processing that partitions state across multiple pipeline replicas and reconciles updates at line rate, breaking the single-pipeline bottleneck of P4 programs." + why_notable: "Stateful P4 programs that require per-flow counters or heavy-hitter detection are bottlenecked by single-instance state; the state-compute replication model is a general technique applicable across telemetry, load balancing, and security use cases, with a prototype running at 100 Gbps." + + - dblp_key: "conf/nsdi/ZhaoPCWFBKK25" + title: "Efficient Direct-Connect Topologies for Collective Communications" + tldr: "This paper derives a family of direct-connect network topologies mathematically optimized for the all-reduce and all-to-all collectives used in large-scale ML training, achieving better bandwidth and lower diameter than fat-tree alternatives at the same port count." + why_notable: "As AI training clusters scale to thousands of GPUs, interconnect topology becomes a first-order performance determinant; the paper's analytical framework for topology synthesis fills a long-standing gap between graph theory and practical cluster networking, and the proposed topologies outperform fat-trees on real collective benchmarks." + + - dblp_key: "conf/nsdi/WangLXL0CZZZZLZ25" + title: "SimAI: Unifying Architecture Design and Performance Tuning for Large-Scale Large Language Model Training with Scalability and Precision" + tldr: "SimAI is a high-fidelity simulator that jointly models compute, network, and storage interactions in LLM training clusters, enabling architects to evaluate topology and parallelism strategy choices without running full cluster experiments." + why_notable: "Designing training infrastructure for frontier LLMs is prohibitively expensive to explore empirically; SimAI's validated accuracy against production Alibaba clusters makes it a practical tool for the community and provides rare quantitative insight into how network architecture choices affect end-to-end training throughput." + + - dblp_key: "conf/nsdi/DengSJZZ0LSZLLW25" + title: "Minder: Faulty Machine Detection for Large-scale Distributed Model Training" + tldr: "Minder continuously monitors collective-communication timing patterns during LLM training to pinpoint faulty nodes—including subtle slow or flapping hardware—without requiring dedicated diagnostic jobs." + why_notable: "GPU cluster faults that cause training slowdowns rather than outright crashes are notoriously hard to attribute; Minder's passive monitoring approach catches a wide class of hardware anomalies (including network stragglers) with sub-minute detection latency, and its deployment at scale in Alibaba's training infrastructure gives the results strong operational credibility." + + - dblp_key: "conf/nsdi/HoganWQABSB25" + title: "Efficient Multi-WAN Transport for 5G with OTTER" + tldr: "OTTER is a multi-path transport system for 5G user-plane traffic that dynamically bonds heterogeneous WAN links (e.g., terrestrial + satellite) while hiding link asymmetry and jitter from applications." + why_notable: "5G deployments increasingly rely on diverse backhaul paths with wildly different characteristics; OTTER's scheduler, validated on a Microsoft production 5G deployment, demonstrates that significant throughput and reliability gains are achievable through principled multi-WAN design, informing both operator practice and future transport standards." diff --git a/site/data/papers/OSDI-2025-candidates.yaml b/site/data/papers/OSDI-2025-candidates.yaml new file mode 100644 index 0000000..4d6e4ee --- /dev/null +++ b/site/data/papers/OSDI-2025-candidates.yaml @@ -0,0 +1,830 @@ +venue: OSDI +year: 2025 +source: dblp +count: 54 +papers: +- title: 'Tigon: A Distributed Database for a CXL Pod' + authors: + - Yibo Huang 0006 + - Haowei Chen + - Newton Ni + - Yan Sun + - Vijay Chidambaram + - Dixin Tang + - Emmett Witchel + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/huang-yibo + dblp_key: conf/osdi/0006CNSCTW25 + venue_name: OSDI + pages: 109-128 +- title: 'Tintin: A Unified Hardware Performance Profiling Infrastructure to Uncover + and Manage Uncertainty' + authors: + - Ao Li 0006 + - Marion Sudvarg + - Zihan Li + - Sanjoy K. Baruah + - Chris Gill 0001 + - Ning Zhang 0017 + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/li + dblp_key: conf/osdi/0006SLB0025 + venue_name: OSDI + pages: 575-593 +- title: 'WLB-LLM: Workload-Balanced 4D Parallelism for Large Language Model Training' + authors: + - Zheng Wang 0075 + - Anna Cai + - Xinfeng Xie + - Zaifeng Pan + - Yue Guan 0003 + - Weiwei Chu + - Jie Wang 0022 + - Shikai Li + - Jianyu Huang + - Chris Cai + - Yuchen Hao + - Yufei Ding 0001 + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/wang-zheng + dblp_key: conf/osdi/0075CXPGC0LHCH025 + venue_name: OSDI + pages: 785-801 +- title: 'Paralegal: Practical Static Analysis for Privacy Bugs' + authors: + - Justus Adam + - Carolyn Zech + - Livia Zhu + - Sreshtaa Rajesh + - Nathan Harbison + - Mithi Jethwa + - Will Crichton + - Shriram Krishnamurthi + - Malte Schwarzkopf + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/adam + dblp_key: conf/osdi/AdamZZRHJCKS25 + venue_name: OSDI + pages: 957-978 +- title: 'Okapi: Decoupling Data Striping and Redundancy Grouping in Cluster File + Systems' + authors: + - Sanjith Athlur + - Timothy Kim + - Saurabh Kadekodi + - Francisco Maturana + - Xavier Ramos + - Arif Merchant + - K. V. Rashmi + - Gregory R. Ganger + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/athlur + dblp_key: conf/osdi/AthlurKKMRMRG25 + venue_name: OSDI + pages: 897-914 +- title: Low End-to-End Latency atop a Speculative Shared Log with Fix-Ante Ordering + authors: + - Shreesha G. Bhat + - Tony Hong + - Xuhao Luo + - Jiyu Hu + - Aishwarya Ganesan + - Ramnatthan Alagappan + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/bhat + dblp_key: conf/osdi/BhatHLHGA25 + venue_name: OSDI + pages: 465-481 +- title: 'EMT: An OS Framework for New Memory Translation Architectures' + authors: + - Siyuan Chai 0001 + - Jiyuan Zhang 0003 + - Jongyul Kim 0001 + - Alan Wang + - Fan Chung + - Jovan Stojkovic + - Weiwei Jia 0001 + - Dimitrios Skarlatos 0002 + - Josep Torrellas + - Tianyin Xu + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/chai-siyuan + dblp_key: conf/osdi/Chai00WCS00TX25 + venue_name: OSDI + pages: 711-729 +- title: 'Fork in the Road: Reflections and Optimizations for Cold Start Latency in + Production Serverless Systems' + authors: + - Xiaohu Chai + - Tianyu Zhou + - Keyang Hu + - Jianfeng Tan + - Tiwei Bie + - Anqi Shen + - Dawei Shen + - Qi Xing + - Shun Song + - Tongkai Yang + - Le Gao + - Feng Yu + - Zhengyu He + - Dong Du 0003 + - Yubin Xia + - Kang Chen + - Yu Chen 0004 + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/chai-xiaohu + dblp_key: conf/osdi/ChaiZHTBSSXSYGY25 + venue_name: OSDI + pages: 199-218 +- title: 'PipeThreader: Software-Defined Pipelining for Efficient DNN Execution' + authors: + - Yu Cheng + - Lei Wang 0222 + - Yining Shi 0001 + - Yuqing Xia + - Lingxiao Ma + - Jilong Xue + - Yang Wang 0053 + - Zhiwen Mo + - Feiyang Chen + - Fan Yang 0024 + - Mao Yang 0004 + - Zhi Yang 0001 + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/cheng + dblp_key: conf/osdi/ChengW0XMXWMC0025 + venue_name: OSDI + pages: 767-783 +- title: Decentralized, Epoch-based F2FS Journaling with Fine-grained Crash Recovery + authors: + - Yaotian Cui + - Zhiqi Wang + - Renhai Chen + - Zili Shao + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/cui + dblp_key: conf/osdi/CuiWCS25 + venue_name: OSDI + pages: 879-895 +- title: 'Kamino: Efficient VM Allocation at Scale with Latency-Driven Cache-Aware + Scheduling' + authors: + - David Domingo + - Hugo Barbalho + - Marco Molinaro 0004 + - Kuan Liu + - Abhisek Pan + - David Dion + - Thomas Moscibroda + - Sudarsun Kannan + - Ishai Menache + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/domingo + dblp_key: conf/osdi/DomingoB0LPDMKM25 + venue_name: OSDI + pages: 519-535 +- title: 'QiMeng-Xpiler: Transcompiling Tensor Programs for Deep Learning Systems + with a Neural-Symbolic Approach' + authors: + - Shouyang Dong + - Jun Bi + - Di Huang + - Jiaming Guo + - Jianxing Xu + - Ruibai Xu + - Xinkai Song + - Yifan Hao 0001 + - Ling Li 0001 + - Xuehai Zhou + - Tianshi Chen 0002 + - Qi Guo 0001 + - Yunji Chen + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/dong + dblp_key: conf/osdi/DongBHGXXS00Z0025 + venue_name: OSDI + pages: 239-255 +- title: 'Picsou: Enabling Replicated State Machines to Communicate Efficiently' + authors: + - Reginald Frank + - Micah Murray + - Chawinphat Tankuranand + - Junseo Yoo + - Ethan Xu + - Natacha Crooks + - Suyash Gupta 0001 + - Manos Kapritsos + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/frank + dblp_key: conf/osdi/FrankMTYXC0K25 + venue_name: OSDI + pages: 39-56 +- title: Stripeless Data Placement for Erasure-Coded In-Memory Storage + authors: + - Jian Gao + - Jiwu Shu + - Bin Yan + - Yuhao Zhang 0006 + - Keji Huang + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/gao + dblp_key: conf/osdi/GaoSY0H25 + venue_name: OSDI + pages: 821-838 +- title: 'QOS: Quantum Operating System' + authors: + - Emmanouil Giortamis + - Francisco Romão + - Nathaniel Tornow + - Pramod Bhatotia + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/giortamis + dblp_key: conf/osdi/GiortamisRTB25 + venue_name: OSDI + pages: 429-447 +- title: 'KPerfIR: Towards a Open and Compiler-centric Ecosystem for GPU Kernel Performance + Tooling on Modern AI Workloads' + authors: + - Yue Guan 0003 + - Yuanwei Fang + - Keren Zhou 0001 + - Corbin Robeck + - Manman Ren + - Zhongkai Yu + - Yufei Ding 0001 + - Adnan Aziz + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/guan + dblp_key: conf/osdi/GuanF0RRY0A25 + venue_name: OSDI + pages: 205-220 +- title: Achieving Low-Latency Graph-Based Vector Search via Aligning Best-First Search + Algorithm with SSD + authors: + - Hao Guo + - Youyou Lu + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/guo + dblp_key: conf/osdi/GuoL25 + venue_name: OSDI + pages: 171-186 +- title: 'WaferLLM: Large Language Model Inference at Wafer Scale' + authors: + - Congjie He + - Yeqi Huang + - Pei Mu 0003 + - Ziming Miao + - Jilong Xue + - Lingxiao Ma + - Fan Yang 0024 + - Luo Mai + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/he + dblp_key: conf/osdi/HeH0MXM0M25 + venue_name: OSDI + pages: 257-273 +- title: 'Neutrino: Fine-grained GPU Kernel Profiling via Programmable Probing' + authors: + - Songlin Huang + - Chenshu Wu + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/huang-songlin + dblp_key: conf/osdi/HuangW25 + venue_name: OSDI + pages: 331-355 +- title: Bayesian Code Diffusion for Efficient Automatic Deep Learning Program Optimization + authors: + - Isu Jeong + - Seulki Lee 0002 + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/jeong + dblp_key: conf/osdi/Jeong025 + venue_name: OSDI + pages: 295-311 +- title: 'Training with Confidence: Catching Silent Errors in Deep Learning Training + with Automated Proactive Checks' + authors: + - Yuxuan Jiang 0016 + - Ziming Zhou + - Boyu Xu 0005 + - Beijie Liu + - Runhui Xu + - Peng Huang 0005 + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/jiang + dblp_key: conf/osdi/JiangZXLXH25 + venue_name: OSDI + pages: 313-329 +- title: 'PoWER Never Corrupts: Tool-Agnostic Verification of Crash Consistency and + Corruption Detection' + authors: + - Hayley LeBlanc + - Jacob R. Lorch + - Chris Hawblitzel + - Cheng Huang + - Yiheng Tao + - Nickolai Zeldovich + - Vijay Chidambaram + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/leblanc + dblp_key: conf/osdi/LeBlancLHHTZC25 + venue_name: OSDI + pages: 839-857 +- title: Understanding Stragglers in Large Model Training Using What-if Analysis + authors: + - Jinkun Lin + - Ziheng Jiang + - Zuquan Song + - Sida Zhao + - Menghan Yu + - Zhanghan Wang + - Chenyuan Wang + - Zuocheng Shi + - Xiang Shi + - Wei Jia + - Zherui Liu + - Shuguang Wang + - Haibin Lin + - Xin Liu 0086 + - Aurojit Panda + - Jinyang Li 0001 + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/lin-jinkun + dblp_key: conf/osdi/LinJSZYWWSSJLWL25 + venue_name: OSDI + pages: 483-498 +- title: Tiered Memory Management Beyond Hotness + authors: + - Jinshu Liu + - Hamid Hadian + - Hanchen Xu + - Huaicheng Li + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/liu + dblp_key: conf/osdi/LiuHXL25 + venue_name: OSDI + pages: 731-747 +- title: Deriving Semantic Checkers from Tests to Detect Silent Failures in Production + Distributed Systems + authors: + - Chang Lou + - Dimas Shidqi Parikesit + - Yujin Huang + - Zhewen Yang + - Senapati Diwangkara + - Yuzhuo Jing + - Achmad Imam Kistijantoro + - Ding Yuan 0004 + - Suman Nath + - Peng Huang 0005 + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/lou + dblp_key: conf/osdi/LouPHYDJK0N025 + venue_name: OSDI + pages: 19-38 +- title: 'Skybridge: Bounded Staleness for Distributed Caches' + authors: + - Robert Lyerly + - Scott Pruett + - Kevin Doherty + - Greg Rogers + - Nathan Bronson + - John Hugg + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/lyerly + dblp_key: conf/osdi/LyerlyPDRBH25 + venue_name: OSDI + pages: 187-204 +- title: 'MettEagle: Costs and Benefits of Implementing Containers on Microkernels' + authors: + - Till Miemietz + - Viktor Reusch + - Matthias Hille + - Lars Wrenger + - Jana Eisoldt + - Jan Klötzke + - Max Kurze + - Adam Lackorzynski + - Michael Roitzsch + - Hermann Härtig + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/miemietz + dblp_key: conf/osdi/MiemietzRHWEKKL25 + venue_name: OSDI + pages: 979-996 +- title: 'Quake: Adaptive Indexing for Vector Search' + authors: + - Jason Mohoney + - Devesh Sarda + - Mengze Tang + - Shihabur Rahman Chowdhury + - Anil Pacaci + - Ihab F. Ilyas + - Theodoros Rekatsinas + - Shivaram Venkataraman + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/mohoney + dblp_key: conf/osdi/MohoneySTCPIRV25 + venue_name: OSDI + pages: 153-169 +- title: Fast and Synchronous Crash Consistency with Metadata Write-Once File System + authors: + - Yanqi Pan + - Wen Xia + - Yifeng Zhang + - Xiangyu Zou + - Hao Huang + - Zhenhua Li 0001 + - Chentao Wu + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/pan + dblp_key: conf/osdi/PanXZZH0W25 + venue_name: OSDI + pages: 859-878 +- title: Principles and Methodologies for Serial Performance Optimization + authors: + - Sujin Park + - Mingyu Guan + - Xiang Cheng + - Taesoo Kim + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/park-sujin + dblp_key: conf/osdi/ParkGCK25 + venue_name: OSDI + pages: 357-373 +- title: 'DecDEC: A Systems Approach to Advancing Low-Bit LLM Quantization' + authors: + - Yeonhong Park + - Jake Hyun + - Hojoon Kim + - Jae W. Lee + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/park-yeonhong + dblp_key: conf/osdi/ParkHKL25 + venue_name: OSDI + pages: 803-819 +- title: Disentangling the Dual Role of NIC Receive Rings + authors: + - Boris Pismenny + - Adam Morrison 0001 + - Dan Tsafrir + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/pismenny + dblp_key: conf/osdi/Pismenny0T25 + venue_name: OSDI + pages: 651-669 +- title: Enabling Efficient GPU Communication over Multiple NICs with FuseLink + authors: + - Zhenghang Ren + - Yuxuan Li + - Zilong Wang 0007 + - Xinyang Huang + - Wenxue Li 0004 + - Kaiqiang Xu + - Xudong Liao + - Yijun Sun + - Bowen Liu 0002 + - Han Tian + - Junxue Zhang 0001 + - Mingfei Wang + - Zhizhen Zhong + - Guyue Liu + - Ying Zhang 0022 + - Kai Chen 0005 + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/ren + dblp_key: conf/osdi/RenL0HLXLSLT0WZ25 + venue_name: OSDI + pages: 91-108 +- title: 'Building Bridges: Safe Interactions with Foreign Languages through Omniglot' + authors: + - Leon Schuermann + - Jack Toubes + - Tyler Potyondy + - Pat Pannuto + - Mae Milano + - Amit Levy 0001 + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/schuermann + dblp_key: conf/osdi/SchuermannTPPML25 + venue_name: OSDI + pages: 595-613 +- title: 'Mako: Speculative Distributed Transactions with Geo-Replication' + authors: + - Weihai Shen + - Yang Cui + - Siddhartha Sen 0001 + - Sebastian Angel + - Shuai Mu 0001 + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/shen-weihai + dblp_key: conf/osdi/ShenC0A025 + venue_name: OSDI + pages: 129-152 +- title: 'XSched: Preemptive Scheduling for Diverse XPUs' + authors: + - Weihang Shen + - Mingcong Han + - Jialong Liu + - Rong Chen 0001 + - Haibo Chen 0001 + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/shen-weihang + dblp_key: conf/osdi/ShenHL0025 + venue_name: OSDI + pages: 671-692 +- title: 'Weave: Efficient and Expressive Oblivious Analytics at Scale' + authors: + - Mahdi Soleimani + - Grace Jia + - Anurag Khandelwal + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/soleimani + dblp_key: conf/osdi/SoleimaniJK25 + venue_name: OSDI + pages: 939-955 +- title: 'Scalio: Scaling up DPU-based JBOF Key-value Store with NVMe-oF Target Offload' + authors: + - Xun Sun + - Mingxing Zhang + - Yingdi Shan + - Kang Chen + - Jinlei Jiang + - Yongwei Wu 0001 + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/sun + dblp_key: conf/osdi/SunZSCJ025 + venue_name: OSDI + pages: 449-464 +- title: Quantum Virtual Machines + authors: + - Runzhou Tao 0001 + - Hongzheng Zhu + - Jason Nieh + - Jianan Yao + - Ronghui Gu + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/tao + dblp_key: conf/osdi/TaoZNYG25 + venue_name: OSDI + pages: 411-428 +- title: 'FineMem: Breaking the Allocation Overhead vs. Memory Waste Dilemma in Fine-Grained + Disaggregated Memory Management' + authors: + - Xiaoyang Wang + - Yongkun Li 0001 + - Kan Wu + - Wenzhe Zhu + - Yuqi Li + - Yinlong Xu 0001 + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/wang-xiaoyang + dblp_key: conf/osdi/Wang0WZLX25 + venue_name: OSDI + pages: 57-74 +- title: To PRI or Not To PRI, That's the question + authors: + - Yun Wang 0039 + - Liang Chen + - Jie Ji + - Xianting Tian + - Ben Luo + - Zhixiang Wei + - Zhibai Huang + - Kailiang Xu + - Kaihuan Peng + - Kaijie Guo + - Ning Luo + - Guangjian Wang + - Shengdong Dai + - Yibin Shen + - Jiesheng Wu + - Zhengwei Qi + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/wang-yun + dblp_key: conf/osdi/WangCJTLWHXPGLW25 + venue_name: OSDI + pages: 75-89 +- title: 'Söze: One Network Telemetry Is All You Need for Per-flow Weighted Bandwidth + Allocation at Scale' + authors: + - Weitao Wang + - T. S. Eugene Ng + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/wang-weitao + dblp_key: conf/osdi/WangN25 + venue_name: OSDI + pages: 375-392 +- title: 'ZEN: Empowering Distributed Training with Sparsity-driven Data Synchronization' + authors: + - Zhuang Wang + - Zhaozhuo Xu + - Jingyi Xi + - Yuke Wang + - Anshumali Shrivastava + - T. S. Eugene Ng + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/wang-zhuang + dblp_key: conf/osdi/WangXXWSN25 + venue_name: OSDI + pages: 537-556 +- title: 'Mirage: A Multi-Level Superoptimizer for Tensor Programs' + authors: + - Mengdi Wu + - Xinhao Cheng + - Shengyu Liu + - Chunan Shi + - Jianan Ji + - Man Kit Ao + - Praveen Velliengiri + - Xupeng Miao + - Oded Padon + - Zhihao Jia + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/wu-mengdi + dblp_key: conf/osdi/WuCLSJAVMPJ25 + venue_name: OSDI + pages: 21-38 +- title: OS Rendering Service Made Parallel with Out-of-Order Execution and In-Order + Commit + authors: + - Yuanpei Wu + - Chao Xu + - Yubin Xia + - Yang Yu + - Ming Fu + - Binyu Zang + - Haibo Chen 0001 + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/wu-yuanpei + dblp_key: conf/osdi/WuXXYFZ025 + venue_name: OSDI + pages: 693-710 +- title: 'Decouple and Decompose: Scaling Resource Allocation with DeDe' + authors: + - Zhiying Xu + - Minlan Yu + - Francis Y. Yan + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/xu + dblp_key: conf/osdi/XuYY25 + venue_name: OSDI + pages: 393-409 +- title: 'Deterministic Client: Enforcing Determinism on Untrusted Machine Code' + authors: + - Zachary Yedidia + - Geoffrey Ramseyer + - David Mazières + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/yedidia + dblp_key: conf/osdi/YedidiaRM25 + venue_name: OSDI + pages: 633-649 +- title: 'KRR: Efficient and Scalable Kernel Record Replay' + authors: + - Tianren Zhang + - Sishuai Gong + - Pedro Fonseca 0001 + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/zhang-tianren + dblp_key: conf/osdi/ZhangG025 + venue_name: OSDI + pages: 615-632 +- title: 'Basilisk: Using Provenance Invariants to Automate Proofs of Undecidable + Protocols' + authors: + - Tony Nuda Zhang + - Keshav Singh + - Tej Chajed + - Manos Kapritsos + - Bryan Parno + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/zhang-tony + dblp_key: conf/osdi/ZhangSCKP25 + venue_name: OSDI + pages: 1-17 +- title: 'BlitzScale: Fast and Live Large Model Autoscaling with O(1) Host Caching' + authors: + - Dingyan Zhang + - Haotian Wang + - Yang Liu + - Xingda Wei + - Yizhou Shan + - Rong Chen 0001 + - Haibo Chen 0001 + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/zhang-dingyan + dblp_key: conf/osdi/ZhangWLWS0025 + venue_name: OSDI + pages: 275-293 +- title: Extending Applications Safely and Efficiently + authors: + - Yusheng Zheng + - Tong Yu + - Yiwei Yang 0002 + - Yanpeng Hu + - Xiaozheng Lai + - Dan Williams 0001 + - Andi Quinn + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/zheng-yusheng + dblp_key: conf/osdi/ZhengY0HL0Q25 + venue_name: OSDI + pages: 557-574 +- title: 'NanoFlow: Towards Optimal Large Language Model Serving Throughput' + authors: + - Kan Zhu + - Yufei Gao + - Yilong Zhao 0002 + - Liangyu Zhao + - Gefei Zuo + - Yile Gu + - Dedong Xie + - Zihao Ye 0001 + - Keisuke Kamahori + - Chien-Yu Lin + - Ziren Wang + - Stephanie Wang + - Arvind Krishnamurthy + - Baris Kasikci + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/zhu-kan + dblp_key: conf/osdi/ZhuGZZZGX0KLWWK25 + venue_name: OSDI + pages: 749-765 +- title: 'Compass: Encrypted Semantic Search with High Accuracy' + authors: + - Jinhao Zhu + - Liana Patel + - Matei Zaharia + - Raluca Ada Popa + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25/presentation/zhu-jinhao + dblp_key: conf/osdi/ZhuPZP25 + venue_name: OSDI + pages: 915-938 +- title: 19th USENIX Symposium on Operating Systems Design and Implementation, OSDI + 2025, Boston, MA, USA, July 7-9, 2025 + authors: + - Lidong Zhou + - Yuanyuan Zhou 0001 + year: '2025' + doi: null + url: https://www.usenix.org/conference/osdi25 + dblp_key: conf/osdi/2025 + venue_name: OSDI + pages: null diff --git a/site/data/papers/OSDI-2025-digest.yaml b/site/data/papers/OSDI-2025-digest.yaml new file mode 100644 index 0000000..f2ce9e1 --- /dev/null +++ b/site/data/papers/OSDI-2025-digest.yaml @@ -0,0 +1,137 @@ +venue: OSDI +year: 2025 +papers: +- title: 'Basilisk: Using Provenance Invariants to Automate Proofs of Undecidable Protocols' + authors: + - Tony Nuda Zhang + - Keshav Singh + - Tej Chajed + - Manos Kapritsos + - Bryan Parno + reason: "Automates the construction of correctness proofs for distributed protocols that were previously considered undecidable, advancing the state of the art in verified systems." +- title: 'Mako: Speculative Distributed Transactions with Geo-Replication' + authors: + - Weihai Shen + - Yang Cui + - Siddhartha Sen 0001 + - Sebastian Angel + - Shuai Mu 0001 + reason: "Combines speculative execution with geo-replication to deliver low-latency distributed transactions without sacrificing consistency, addressing a fundamental tension in wide-area systems." +- title: Low End-to-End Latency atop a Speculative Shared Log with Fix-Ante Ordering + authors: + - Shreesha G. Bhat + - Tony Hong + - Xuhao Luo + - Jiyu Hu + - Aishwarya Ganesan + - Ramnatthan Alagappan + reason: "Introduces fix-ante ordering to achieve low latency on a shared log without sacrificing throughput, offering a new design point for log-based distributed storage." +- title: 'Okapi: Decoupling Data Striping and Redundancy Grouping in Cluster File Systems' + authors: + - Sanjith Athlur + - Timothy Kim + - Saurabh Kadekodi + - Francisco Maturana + - Xavier Ramos + - Arif Merchant + - K. V. Rashmi + - Gregory R. Ganger + reason: "Challenges a long-standing coupling in erasure-coded cluster file systems, enabling independent optimization of striping and redundancy with measurable gains in production workloads." +- title: 'PoWER Never Corrupts: Tool-Agnostic Verification of Crash Consistency and Corruption Detection' + authors: + - Hayley LeBlanc + - Jacob R. Lorch + - Chris Hawblitzel + - Cheng Huang + - Yiheng Tao + - Nickolai Zeldovich + - Vijay Chidambaram + reason: "Provides a tool-agnostic framework for formally verifying crash consistency and corruption detection in storage systems, raising the bar for storage software correctness." +- title: 'EMT: An OS Framework for New Memory Translation Architectures' + authors: + - Siyuan Chai 0001 + - Jiyuan Zhang 0003 + - Jongyul Kim 0001 + - Alan Wang + - Fan Chung + - Jovan Stojkovic + - Weiwei Jia 0001 + - Dimitrios Skarlatos 0002 + - Josep Torrellas + - Tianyin Xu + reason: "Defines an OS abstraction layer that decouples applications from hardware-specific memory translation mechanisms, enabling future memory architectures to be adopted without OS rewrites." +- title: 'XSched: Preemptive Scheduling for Diverse XPUs' + authors: + - Weihang Shen + - Mingcong Han + - Jialong Liu + - Rong Chen 0001 + - Haibo Chen 0001 + reason: "Generalises preemptive scheduling to heterogeneous accelerators (XPUs), providing a unified OS-level mechanism for fair and responsive multi-tenant accelerator sharing." +- title: Extending Applications Safely and Efficiently + authors: + - Yusheng Zheng + - Tong Yu + - Yiwei Yang 0002 + - Yanpeng Hu + - Xiaozheng Lai + - Dan Williams 0001 + - Andi Quinn + reason: "Presents a principled model for safe, efficient application extensibility that generalises beyond eBPF, with implications for the design of future OS extension mechanisms." +- title: 'NanoFlow: Towards Optimal Large Language Model Serving Throughput' + authors: + - Kan Zhu + - Yufei Gao + - Yilong Zhao 0002 + - Liangyu Zhao + - Gefei Zuo + - Yile Gu + - Dedong Xie + - Zihao Ye 0001 + - Keisuke Kamahori + - Chien-Yu Lin + - Ziren Wang + - Stephanie Wang + - Arvind Krishnamurthy + - Baris Kasikci + reason: "Analytically characterises the throughput ceiling for LLM serving and proposes a system that approaches that bound through fine-grained intra-device parallelism." +- title: 'WaferLLM: Large Language Model Inference at Wafer Scale' + authors: + - Congjie He + - Yeqi Huang + - Pei Mu 0003 + - Ziming Miao + - Jilong Xue + - Lingxiao Ma + - Fan Yang 0024 + - Luo Mai + reason: "Demonstrates end-to-end LLM inference on wafer-scale hardware, tackling novel challenges in memory, communication, and fault tolerance at an unprecedented scale of integration." +- title: 'Mirage: A Multi-Level Superoptimizer for Tensor Programs' + authors: + - Mengdi Wu + - Xinhao Cheng + - Shengyu Liu + - Chunan Shi + - Jianan Ji + - Man Kit Ao + - Praveen Velliengiri + - Xupeng Miao + - Oded Padon + - Zhihao Jia + reason: "Extends tensor program superoptimisation to multiple abstraction levels, discovering non-obvious kernel fusions that outperform hand-tuned implementations for ML workloads." +- title: 'Training with Confidence: Catching Silent Errors in Deep Learning Training with Automated Proactive Checks' + authors: + - Yuxuan Jiang 0016 + - Ziming Zhou + - Boyu Xu 0005 + - Beijie Liu + - Runhui Xu + - Peng Huang 0005 + reason: "Addresses the underappreciated problem of silent hardware and software errors in large-scale DL training, providing automated proactive checks that catch failures before they corrupt long training runs." +- title: 'Compass: Encrypted Semantic Search with High Accuracy' + authors: + - Jinhao Zhu + - Liana Patel + - Matei Zaharia + - Raluca Ada Popa + reason: "Enables accurate semantic (vector) search over encrypted data, bridging the gap between privacy-preserving computation and modern retrieval workloads in cloud-hosted RAG systems." diff --git a/site/data/papers/SC-2024-candidates.yaml b/site/data/papers/SC-2024-candidates.yaml new file mode 100644 index 0000000..5375491 --- /dev/null +++ b/site/data/papers/SC-2024-candidates.yaml @@ -0,0 +1,4989 @@ +venue: SC +year: 2024 +source: dblp +count: 336 +papers: +- title: Towards Generating Contracts for Scientific Data Analysis Workflows + authors: + - Duc Anh Vu 0001 + - Timo Kehrer + year: '2024' + doi: 10.1109/SCW63240.2024.00256 + url: https://doi.org/10.1109/SCW63240.2024.00256 + dblp_key: conf/sc/0001K24 + venue_name: SC Workshops + pages: 2048-2055 +- title: 'CoRD: Combining Raid and Delta for Fast Partial Updates in Erasure-Coded + Storage Clusters' + authors: + - Hai Zhou 0002 + - Dan Feng 0001 + - Yuchong Hu + - Wei Wang 0021 + - Huadong Huang + year: '2024' + doi: 10.1109/SC41406.2024.00113 + url: https://doi.org/10.1109/SC41406.2024.00113 + dblp_key: conf/sc/00020H0H24 + venue_name: SC + pages: null +- title: Fully integrating the Flang Fortran compiler with standard MLIR + authors: + - Nick Brown 0002 + year: '2024' + doi: 10.1109/SCW63240.2024.00133 + url: https://doi.org/10.1109/SCW63240.2024.00133 + dblp_key: conf/sc/000224 + venue_name: SC Workshops + pages: 939-949 +- title: An Evaluation of the Effect of Network Cost Optimization for Leadership Class + Supercomputers + authors: + - Awais Khan 0002 + - John R. Lange + - Nick Hagerty + - Edwin F. Posada + - John K. Holmen + - James B. White + - James Austin Harris + - Verónica Melesse Vergara + - Christopher Zimmer 0001 + - Scott Atchley + year: '2024' + doi: 10.1109/SC41406.2024.00037 + url: https://doi.org/10.1109/SC41406.2024.00037 + dblp_key: conf/sc/0002LHPHWHV0A24 + venue_name: SC + pages: null +- title: 'EcoLife: Carbon-Aware Serverless Function Scheduling for Sustainable Computing' + authors: + - Yankai Jiang 0002 + - Rohan Basu Roy + - Baolin Li 0001 + - Devesh Tiwari + year: '2024' + doi: 10.1109/SC41406.2024.00018 + url: https://doi.org/10.1109/SC41406.2024.00018 + dblp_key: conf/sc/0002RLT24 + venue_name: SC + pages: null +- title: 'MixQ: Taming Dynamic Outliers in Mixed-Precision Quantization by Online + Prediction' + authors: + - Yidong Chen 0003 + - Chen Zhang 0001 + - Rongchao Dong + - Haoyuan Zhang + - Yonghua Zhang + - Zhonghua Lu + - Jidong Zhai + year: '2024' + doi: 10.1109/SC41406.2024.00080 + url: https://doi.org/10.1109/SC41406.2024.00080 + dblp_key: conf/sc/00030DZZLZ24 + venue_name: SC + pages: null +- title: New Techniques to Route in Folded-Clos Topology Data Center Networks + authors: + - Peter Willis 0003 + - Nirmala Shenoy + - Yin Pan + - Bill Stackpole + - John F. Hamilton + year: '2024' + doi: 10.1109/SCW63240.2024.00116 + url: https://doi.org/10.1109/SCW63240.2024.00116 + dblp_key: conf/sc/0003SPSH24 + venue_name: SC Workshops + pages: 819-828 +- title: 'cuSZ-i: High-Ratio Scientific Lossy Compression on GPUs with Optimized Multi-Level + Interpolation' + authors: + - Jinyang Liu 0003 + - Jiannan Tian + - Shixun Wu + - Sheng Di + - Boyuan Zhang 0002 + - Robert Underwood + - Yafan Huang + - Jiajun Huang 0001 + - Kai Zhao 0008 + - Guanpeng Li + - Dingwen Tao + - Zizhong Chen + - Franck Cappello + year: '2024' + doi: 10.1109/SC41406.2024.00019 + url: https://doi.org/10.1109/SC41406.2024.00019 + dblp_key: conf/sc/0003TWD0UHH0LTC24 + venue_name: SC + pages: null +- title: 'Hydrogen: Contention-Aware Hybrid Memory for Heterogeneous CPU-GPU Architectures' + authors: + - Yiwei Li 0004 + - Mingyu Gao 0001 + year: '2024' + doi: 10.1109/SC41406.2024.00017 + url: https://doi.org/10.1109/SC41406.2024.00017 + dblp_key: conf/sc/0004024 + venue_name: SC + pages: null +- title: A Workflow Roofline Model for End-to-End Workflow Performance Analysis + authors: + - Nan Ding 0006 + - Brian Austin + - Yang Liu 0179 + - Neil Mehta + - Steven Farrell + - Johannes P. Blaschke + - Leonid Oliker + - Hai Ah Nam + - Nicholas J. Wright + - Samuel Williams 0001 + year: '2024' + doi: 10.1109/SC41406.2024.00071 + url: https://doi.org/10.1109/SC41406.2024.00071 + dblp_key: conf/sc/0006ALMFBONW024 + venue_name: SC + pages: null +- title: Boosting Earth System Model Outputs And Saving PetaBytes in Their Storage + Using Exascale Climate Emulators + authors: + - Sameh Abdulah + - Allison H. Baker + - George Bosilca + - Qinglei Cao + - Stefano Castruccio + - Marc G. Genton + - David E. Keyes + - Zubair Khalid + - Hatem Ltaief + - Yan Song + - Georgiy L. Stenchikov + - Ying Sun 0002 + year: '2024' + doi: 10.1109/SC41406.2024.00008 + url: https://doi.org/10.1109/SC41406.2024.00008 + dblp_key: conf/sc/AbdulahBBCCGKKL24 + venue_name: SC + pages: null +- title: Analysis of Power Consumption and GPU Power Capping for MILC + authors: + - Fatih Acun + - Zhengji Zhao + - Brian Austin + - Ayse K. Coskun + - Nicholas J. Wright + year: '2024' + doi: 10.1109/SCW63240.2024.00232 + url: https://doi.org/10.1109/SCW63240.2024.00232 + dblp_key: conf/sc/AcunZACW24 + venue_name: SC Workshops + pages: 1856-1861 +- title: Improving Input-Step Performance + authors: + - Joel C. Adams + year: '2024' + doi: 10.1109/SCW63240.2024.00051 + url: https://doi.org/10.1109/SCW63240.2024.00051 + dblp_key: conf/sc/Adams24 + venue_name: SC Workshops + pages: 340-346 +- title: 'SZOps: Scalar Operations for Error-bounded Lossy Compressor for Scientific + Data' + authors: + - Tripti Agarwal + - Sheng Di + - Jiajun Huang 0001 + - Yafan Huang + - Ganesh Gopalakrishnan + - Robert Underwood + - Kai Zhao 0008 + - Xin Liang 0001 + - Guanpeng Li + - Franck Cappello + year: '2024' + doi: 10.1109/SCW63240.2024.00042 + url: https://doi.org/10.1109/SCW63240.2024.00042 + dblp_key: conf/sc/AgarwalDHHGU00L24 + venue_name: SC Workshops + pages: 260-269 +- title: Framework for Integrating Machine Learning Methods for Path-Aware Source + Routing + authors: + - Anees Al-Najjar + - Domingos Paraiso + - Mariam Kiran + - Cristina K. Dominicini + - Everson Scherrer Borges + - Rafael S. Guimarães + - Magnos Martinello + - Harvey Newman + year: '2024' + doi: 10.1109/SCW63240.2024.00117 + url: https://doi.org/10.1109/SCW63240.2024.00117 + dblp_key: conf/sc/Al-NajjarPKDBGM24 + venue_name: SC Workshops + pages: 829-838 +- title: Federated Single Sign-On and Zero Trust Co-design for AI and HPC Digital + Research Infrastructures + authors: + - Sadaf R. Alam + - Christopher J. Woods + - Matt Williams + - Dave Moore + - Isaac Prior + - Ethan Williams + - Anna Price + - James Womack + - Simon McIntosh-Smith + - Fan Yang-Turner + - Matt Pryor + - Ilja Livenson + year: '2024' + doi: 10.1109/SCW63240.2024.00220 + url: https://doi.org/10.1109/SCW63240.2024.00220 + dblp_key: conf/sc/AlamWWMPWPWMYPL24 + venue_name: SC Workshops + pages: 1756-1764 +- title: Optimizing Uncertainty Estimation on Scientific Visualizations Using Learning + Models + authors: + - Clara J. Almeida + - David Guerrero-Pantoja + - Erik Pautsch + - Silvio Rizzi 0001 + - George K. Thiruvathukal + - Maria Pantoja + year: '2024' + doi: 10.1109/SCW63240.2024.00058 + url: https://doi.org/10.1109/SCW63240.2024.00058 + dblp_key: conf/sc/AlmeidaGP0TP24 + venue_name: SC Workshops + pages: 387-393 +- title: 'Fire-Flyer AI-HPC: A Cost-Effective Software-Hardware Co-Design for Deep + Learning' + authors: + - Wei An + - Xiao Bi + - Guanting Chen 0002 + - Shanhuang Chen + - Chengqi Deng + - Honghui Ding + - Kai Dong 0003 + - Qiushi Du + - Wenjun Gao + - Kang Guan + - Jianzhong Guo + - Yongqiang Guo + - Zhe Fu 0009 + - Ying He 0018 + - Panpan Huang + - Jiashi Li + - Wenfeng Liang + - Xiaodong Liu 0021 + - Xin Liu 0126 + - Yiyuan Liu + - Yuxuan Liu 0019 + - Shanghao Lu + - Xuan Lu + - Xiaotao Nie + - Tian Pei + - Junjie Qiu + - Hui Qu + - Zehui Ren + - Zhangli Sha + - Xuecheng Su + - Xiaowen Sun + - Yixuan Tan + - Minghui Tang + - Shiyu Wang + - Yaohui Wang + - Yongji Wang + - Ziwei Xie + - Yiliang Xiong + - Yanhong Xu + - Shengfeng Ye + - Shuiping Yu + - Yukun Zha + - Liyue Zhang + - Haowei Zhang + - Mingchuan Zhang + - Wentao Zhang + - Yichao Zhang 0004 + - Chenggang Zhao + - Yao Zhao 0005 + - Shangyan Zhou + - Shunfeng Zhou + - Yuheng Zou + year: '2024' + doi: 10.1109/SC41406.2024.00089 + url: https://doi.org/10.1109/SC41406.2024.00089 + dblp_key: conf/sc/AnBCCDDDDGGGGFH24 + venue_name: SC + pages: null +- title: Establishing a High-Performance and Productive Ecosystem for Distributed + Execution of Python Functions Using Globus Compute + authors: + - Rachana Ananthakrishnan + - Yadu N. Babuji + - Josh Bryan + - Kyle Chard + - Ryan Chard + - Ben Clifford + - Ian T. Foster + - Lev Gorenstein + - Kevin Hunter Kesling + - Chris Janidlo + - Daniel S. Katz + - Reid Mello + - J. Gregory Pauloski + - Lei Wang + year: '2024' + doi: 10.1109/SCW63240.2024.00083 + url: https://doi.org/10.1109/SCW63240.2024.00083 + dblp_key: conf/sc/Ananthakrishnan24 + venue_name: SC Workshops + pages: 597-606 +- title: Performance Portable Optimizations of an Ice-sheet Modeling Code on GPU-supercomputers + authors: + - Oscar Antepara + - Samuel Williams 0001 + - Max Carlson + - Jerry Watkins + year: '2024' + doi: 10.1109/SCW63240.2024.00156 + url: https://doi.org/10.1109/SCW63240.2024.00156 + dblp_key: conf/sc/Antepara0CW24 + venue_name: SC Workshops + pages: 1141-1151 +- title: High-Performance, Scalable Geometric Multigrid via Fine-Grain Data Blocking + for GPUs + authors: + - Oscar Antepara + - Samuel Williams 0001 + - Hans Johansen + - Mary W. Hall + year: '2024' + doi: 10.1109/SCW63240.2024.00159 + url: https://doi.org/10.1109/SCW63240.2024.00159 + dblp_key: conf/sc/Antepara0JH24 + venue_name: SC Workshops + pages: 1177-1191 +- title: 'MCBound: An Online Framework to Characterize and Classify Memory/Compute-bound + HPC Jobs' + authors: + - Francesco Antici + - Andrea Bartolini + - Zeynep Kiziltan + - Özalp Babaoglu + - Yuetsu Kodama + year: '2024' + doi: 10.1109/SC41406.2024.00062 + url: https://doi.org/10.1109/SC41406.2024.00062 + dblp_key: conf/sc/AnticiBKBK24 + venue_name: SC + pages: null +- title: 'Ponte Vecchio Across the Atlantic: Single-Node Benchmarking of Two Intel + GPU Systems' + authors: + - Thomas Applencourt + - Aditya Sadawarte + - Servesh Muralidharan + - Colleen Bertoni + - JaeHyuk Kwack + - Ye Luo + - Esteban Rangel + - John R. Tramm + - Yasaman Ghadar + - Arjen Tamerus + - Chris Edsall + - Tom Deakin + year: '2024' + doi: 10.1109/SCW63240.2024.00184 + url: https://doi.org/10.1109/SCW63240.2024.00184 + dblp_key: conf/sc/ApplencourtSMBK24 + venue_name: SC Workshops + pages: 1430-1442 +- title: Doubling Graph Traversal Efficiency to 198 TeraTEPS on the Supercomputer + Fugaku + authors: + - Junya Arai + - Masahiro Nakao + - Yuto Inoue + - Kanto Teranishi + - Koji Ueno + - Keiichiro Yamamura + - Mitsuhisa Sato + - Katsuki Fujisawa + year: '2024' + doi: 10.1109/SC41406.2024.00107 + url: https://doi.org/10.1109/SC41406.2024.00107 + dblp_key: conf/sc/AraiNITUYSF24 + venue_name: SC + pages: null +- title: Development of performance portable spline solver for exa-scale plasma turbulence + simulation + authors: + - Yuuichi Asahi + - Baptiste Legouix + - Emily Bourne + - Thomas Padioleau + - Julien Bigot + - Virginie Grandgirard + - Kevin Obrejan + year: '2024' + doi: 10.1109/SCW63240.2024.00154 + url: https://doi.org/10.1109/SCW63240.2024.00154 + dblp_key: conf/sc/AsahiLBPBGO24 + venue_name: SC Workshops + pages: 1117-1128 +- title: Fourier neural operators for spatiotemporal dynamics in two-dimensional turbulence + authors: + - Mohammad Atif + - Pulkit Dubey + - Pratik P. Aghor + - Vanessa López-Marrero + - Tao Zhang + - Abdullah Sharfuddin + - Kwangmin Yu + - Fan Yang + - Foluso Ladeinde + - Yangang Liu + - Meifeng Lin + - Lingda Li + year: '2024' + doi: 10.1109/SCW63240.2024.00013 + url: https://doi.org/10.1109/SCW63240.2024.00013 + dblp_key: conf/sc/AtifDALZSYYLLLL24 + venue_name: SC Workshops + pages: 41-48 +- title: 'CUDASTF: Bridging the Gap Between CUDA and Task Parallelism' + authors: + - Cédric Augonnet + - Andrei Alexandrescu + - Albert Sidelnik + - Michael Garland + year: '2024' + doi: 10.1109/SC41406.2024.00049 + url: https://doi.org/10.1109/SC41406.2024.00049 + dblp_key: conf/sc/AugonnetASG24 + venue_name: SC + pages: null +- title: System-Wide Roofline Profiling -a Case Study on NERSC's Perlmutter Supercomputer + authors: + - Brian Austin + - Dhruva Kulkarni + - Brandon Cook 0001 + - Samuel Williams 0001 + - Nicholas J. Wright + year: '2024' + doi: 10.1109/SCW63240.2024.00180 + url: https://doi.org/10.1109/SCW63240.2024.00180 + dblp_key: conf/sc/AustinK00W24 + venue_name: SC Workshops + pages: 1398-1404 +- title: 'MDLoader: A Hybrid Model-Driven Data Loader for Distributed Graph Neural + Network Training' + authors: + - Jonghyun Bae + - Jong Youl Choi + - Massimiliano Lupo Pasini + - Kshitij Mehta + - Pei Zhang + - Khaled Z. Ibrahim + year: '2024' + doi: 10.1109/SCW63240.2024.00145 + url: https://doi.org/10.1109/SCW63240.2024.00145 + dblp_key: conf/sc/BaeCPMZI24 + venue_name: SC Workshops + pages: 1046-1057 +- title: Scalable and Consistent Graph Neural Networks for Distributed Mesh-based + Data-driven Modeling + authors: + - Shivam Barwey + - Riccardo Balin + - Bethany Lusch + - Saumil Patel + - Ramesh Balakrishnan + - Pinaki Pal + - Romit Maulik + - Venkatram Vishwanath + year: '2024' + doi: 10.1109/SCW63240.2024.00146 + url: https://doi.org/10.1109/SCW63240.2024.00146 + dblp_key: conf/sc/BarweyBLPBPMV24 + venue_name: SC Workshops + pages: 1058-1070 +- title: 'Autonomous Execution for Multi-GPU Systems: Compiler Support' + authors: + - Javid Baydamirli + - Tal Ben-Nun + - Didem Unat + year: '2024' + doi: 10.1109/SCW63240.2024.00155 + url: https://doi.org/10.1109/SCW63240.2024.00155 + dblp_key: conf/sc/BaydamirliBU24 + venue_name: SC Workshops + pages: 1129-1140 +- title: Checkpointing strategies for a fixed-length execution + authors: + - Anne Benoit + - Lucas Perotin + - Yves Robert + - Frédéric Vivien + year: '2024' + doi: 10.1109/SCW63240.2024.00072 + url: https://doi.org/10.1109/SCW63240.2024.00072 + dblp_key: conf/sc/BenoitPRV24 + venue_name: SC Workshops + pages: 508-518 +- title: Performance Analysis of Runtime Handling of Zero-Copy for OpenMP Programs + on MI300A APUs + authors: + - Carlo Bertolli + - Thorsten Blass + - Lynd Stringer + - Nicole Aschenbrenner + - Jan-Patrick Lehr + - Doru Bercea + - Dhruva R. Chakrabarti + - Lawrence Meadows + - Ron Lieberman + year: '2024' + doi: 10.1109/SCW63240.2024.00183 + url: https://doi.org/10.1109/SCW63240.2024.00183 + dblp_key: conf/sc/BertolliBSALBCM24 + venue_name: SC Workshops + pages: 1420-1429 +- title: Development of Fedora Linux Distribution for RISC-V (RV64G) Architecture + authors: + - Surendra Billa + - Arif Badar + - Rushikesh Jadhav + - Yogeshwar Sonawane + - Sanjay Wandhekar + year: '2024' + doi: 10.1109/SCW63240.2024.00210 + url: https://doi.org/10.1109/SCW63240.2024.00210 + dblp_key: conf/sc/BillaBJSW24 + venue_name: SC Workshops + pages: 1685-1689 +- title: 'Filling the Void: Data-Driven Machine Learning-based Reconstruction of Sampled + Spatiotemporal Scientific Simulation Data' + authors: + - Ayan Biswas + - Aditi Mishra + - Meghanto Majumder + - Subhashis Hazarika + - Alexander Most + - Juan Castorena + - Christopher Bryan + - Patrick S. McCormick + - James P. Ahrens + - Earl Lawrence + - Aric A. Hagberg + year: '2024' + doi: 10.1109/SCW63240.2024.00045 + url: https://doi.org/10.1109/SCW63240.2024.00045 + dblp_key: conf/sc/BiswasMMHMCBMAL24 + venue_name: SC Workshops + pages: 290-299 +- title: 'Parallel Runtime Interface for Fortran (PRIF): A Multi-Image Solution for + LLVM Flang' + authors: + - Dan Bonachea + - Katherine Rasmussen + - Brad Richardson + - Damian W. I. Rouson + year: '2024' + doi: 10.1109/SCW63240.2024.00134 + url: https://doi.org/10.1109/SCW63240.2024.00134 + dblp_key: conf/sc/BonacheaRRR24 + venue_name: SC Workshops + pages: 950-960 +- title: A Digital Twin Framework for Liquid-cooled Supercomputers as Demonstrated + at Exascale + authors: + - Wesley Brewer + - Matthias Maiterth + - Vineet Kumar + - Rafal P. Wojda + - Sedrick Bouknight + - Jesse Hines + - Woong Shin + - Scott Greenwood + - David Grant + - Wesley Williams + - Feiyi Wang + year: '2024' + doi: 10.1109/SC41406.2024.00029 + url: https://doi.org/10.1109/SC41406.2024.00029 + dblp_key: conf/sc/BrewerMKWBHSGGW24 + venue_name: SC + pages: null +- title: 'hws: A Tool for Monitoring Hardware Metrics Across Diverse Vendors: A Case + Study on Hyperparameter Optimization Algorithms' + authors: + - Marcel Breyer + - Alexander Van Craen + - Peter Domanski + - Dirk Pflüger + year: '2024' + doi: 10.1109/SCW63240.2024.00228 + url: https://doi.org/10.1109/SCW63240.2024.00228 + dblp_key: conf/sc/BreyerCDP24 + venue_name: SC Workshops + pages: 1815-1825 +- title: A Microservices Architecture Toolkit for Interconnected Science Ecosystems + authors: + - Michael J. Brim + - Lance Drane + - Marshall T. McDonnell + - Christian Engelmann + - Addi Malviya-Thakur + year: '2024' + doi: 10.1109/SCW63240.2024.00259 + url: https://doi.org/10.1109/SCW63240.2024.00259 + dblp_key: conf/sc/BrimDMEM24 + venue_name: SC Workshops + pages: 2072-2079 +- title: 'Sustainable AI: Experiences, Challenges & Recommendations' + authors: + - Eleanor Broadway + - Joseph K. L. Lee + - Michèle Weiland + year: '2024' + doi: 10.1109/SCW63240.2024.00227 + url: https://doi.org/10.1109/SCW63240.2024.00227 + dblp_key: conf/sc/BroadwayLW24 + venue_name: SC Workshops + pages: 1805-1814 +- title: 'Intel® SHMEM: GPU-initiated OpenSHMEM using SYCL' + authors: + - Alex Brooks + - Philip Marshall + - David Ozog + - Md. Wasi-ur-Rahman + - Lawrence Stewart + - Rithwik Tom + year: '2024' + doi: 10.1109/SCW63240.2024.00169 + url: https://doi.org/10.1109/SCW63240.2024.00169 + dblp_key: conf/sc/BrooksMOWST24 + venue_name: SC Workshops + pages: 1288-1301 +- title: Accelerating stencils on the Tenstorrent Grayskull RISC-V accelerator + authors: + - Nick Brown 0002 + - Ryan Barton + year: '2024' + doi: 10.1109/SCW63240.2024.00211 + url: https://doi.org/10.1109/SCW63240.2024.00211 + dblp_key: conf/sc/BrownB24 + venue_name: SC Workshops + pages: 1690-1700 +- title: 'PipeInfer: Accelerating LLM Inference using Asynchronous Pipelined Speculation' + authors: + - Branden Butler + - Sixing Yu + - Arya Mazaheri + - Ali Jannesari + year: '2024' + doi: 10.1109/SC41406.2024.00046 + url: https://doi.org/10.1109/SC41406.2024.00046 + dblp_key: conf/sc/ButlerYMJ24 + venue_name: SC + pages: 1-19 +- title: A Flang Plugin for Fortran Feature Characterization + authors: + - Anthony M. Cabrera + - David E. Bernholdt + year: '2024' + doi: 10.1109/SCW63240.2024.00135 + url: https://doi.org/10.1109/SCW63240.2024.00135 + dblp_key: conf/sc/CabreraB24 + venue_name: SC Workshops + pages: 961-967 +- title: Achieving High-Performance Fault-Tolerant Routing in HyperX Interconnection + Networks + authors: + - Cristóbal Camarero + - Alejandro Cano + - Carmen Martínez 0001 + - Ramón Beivide + year: '2024' + doi: 10.1109/SCW63240.2024.00069 + url: https://doi.org/10.1109/SCW63240.2024.00069 + dblp_key: conf/sc/CamareroCMB24 + venue_name: SC Workshops + pages: 472-483 +- title: 'Jupyter Notebook Attacks Taxonomy: Ransomware, Data Exfiltration, and Security + Misconfiguration' + authors: + - Phuong Cao + year: '2024' + doi: 10.1109/SCW63240.2024.00106 + url: https://doi.org/10.1109/SCW63240.2024.00106 + dblp_key: conf/sc/Cao24 + venue_name: SC Workshops + pages: 750-754 +- title: Acceleration of Graph Neural Networks with Heterogenous Accelerators Architecture + authors: + - Kaiwen Cao + - Archit Gajjar + - Liad Gerstman + - Kun Wu 0002 + - Sai Rahul Chalamalasetti + - Aditya Dhakal + - Giacomo Pedretti + - Pavana Prakash + - Wen-Mei Hwu + - Deming Chen + - Dejan S. Milojicic + year: '2024' + doi: 10.1109/SCW63240.2024.00148 + url: https://doi.org/10.1109/SCW63240.2024.00148 + dblp_key: conf/sc/CaoGG0CDPPHCM24 + venue_name: SC Workshops + pages: 1081-1089 +- title: Security Testbed for Preempting Attacks against Supercomputing Infrastructure + authors: + - Phuong Cao + - Zbigniew Kalbarczyk + - Ravishankar K. Iyer + year: '2024' + doi: 10.1109/SCW63240.2024.00223 + url: https://doi.org/10.1109/SCW63240.2024.00223 + dblp_key: conf/sc/CaoKI24 + venue_name: SC Workshops + pages: 1781-1788 +- title: Portability of Fortran's 'do concurrent' on GPUs + authors: + - Ronald M. Caplan + - Miko M. Stulajter + - Jon A. Linker + - Jeff Larkin + - Henry A. Gabb + - Shiquan Su + - Ivan Rodriguez + - Zachary S. Tschirhart + - Nicholas Malaya + year: '2024' + doi: 10.1109/SCW63240.2024.00240 + url: https://doi.org/10.1109/SCW63240.2024.00240 + dblp_key: conf/sc/CaplanSLLGSRTM24 + venue_name: SC Workshops + pages: 1904-1913 +- title: Efficient Tree-based Parallel Algorithms for N-Body Simulations Using C++ + Standard Parallelism + authors: + - Thomas Lane Cassell + - Tom Deakin + - Aksel Alpay + - Vincent Heuveline + - Gonzalo Brito Gadeschi + year: '2024' + doi: 10.1109/SCW63240.2024.00099 + url: https://doi.org/10.1109/SCW63240.2024.00099 + dblp_key: conf/sc/CassellDAHG24 + venue_name: SC Workshops + pages: 708-717 +- title: Shared Memory-Aware Latency-Sensitive Message Aggregation for Fine-Grained + Communication + authors: + - Kavitha Chandrasekar + - Laxmikant V. Kalé + year: '2024' + doi: 10.1109/SCW63240.2024.00095 + url: https://doi.org/10.1109/SCW63240.2024.00095 + dblp_key: conf/sc/ChandrasekarK24 + venue_name: SC Workshops + pages: 682-687 +- title: Accelerating Multi-GPU Embedding Retrieval with PGAS-Style Communication + for Deep Learning Recommendation Systems + authors: + - Yuxin Chen + - Aydin Buluç + - Katherine A. Yelick + - John D. Owens + year: '2024' + doi: 10.1109/SCW63240.2024.00167 + url: https://doi.org/10.1109/SCW63240.2024.00167 + dblp_key: conf/sc/ChenBYO24 + venue_name: SC Workshops + pages: 1262-1273 +- title: Experiences in Managing High-performance Computing Management and Support + Tools while Upgrading a Campus Cluster + authors: + - Yuwu Chen + - Trevor Cooper + - Christopher Irving + - Mahidhar Tatineni + - Nicole Wolter + - Dmitry Mishin + - Subhashini Sivagnanam + year: '2024' + doi: 10.1109/SCW63240.2024.00084 + url: https://doi.org/10.1109/SCW63240.2024.00084 + dblp_key: conf/sc/ChenCITWMS24 + venue_name: SC Workshops + pages: 607-612 +- title: A Scalable Algorithm for Active Learning + authors: + - Youguang Chen + - Zheyu Wen + - George Biros + year: '2024' + doi: 10.1109/SC41406.2024.00057 + url: https://doi.org/10.1109/SC41406.2024.00057 + dblp_key: conf/sc/ChenWB24 + venue_name: SC + pages: null +- title: Modeling and Simulation of Collective Algorithms on HPC Network Topologies + using Structural Simulation Toolkit + authors: + - Sai P. Chenna + - Michael Steyer + - Nalini Kumar + - Maria Garzaran 0001 + - Philippe Thierry + year: '2024' + doi: 10.1109/SCW63240.2024.00129 + url: https://doi.org/10.1109/SCW63240.2024.00129 + dblp_key: conf/sc/ChennaSK0T24 + venue_name: SC Workshops + pages: 909-916 +- title: Evaluating Tuning Opportunities of the LLVM/OpenMP Runtime + authors: + - Smeet Chheda + - Gaurav Verma 0003 + - Shilei Tian + - Barbara M. Chapman + - Johannes Doerfert + year: '2024' + doi: 10.1109/SCW63240.2024.00131 + url: https://doi.org/10.1109/SCW63240.2024.00131 + dblp_key: conf/sc/ChhedaVTCD24 + venue_name: SC Workshops + pages: 919-929 +- title: 'LLM-Inference-Bench: Inference Benchmarking of Large Language Models on + AI Accelerators' + authors: + - Krishna Teja Chitty-Venkata + - Siddhisanket Raskar + - Bharat Kale + - Farah Ferdaus + - Aditya Tanikanti + - Ken Raffenetti + - Valerie Taylor 0001 + - Murali Emani + - Venkatram Vishwanath + year: '2024' + doi: 10.1109/SCW63240.2024.00178 + url: https://doi.org/10.1109/SCW63240.2024.00178 + dblp_key: conf/sc/Chitty-VenkataR24 + venue_name: SC Workshops + pages: 1362-1379 +- title: 'COAXIAL: A CXL-Centric Memory System for Scalable Servers' + authors: + - Albert Cho + - Anish Saxena + - Moinuddin Qureshi + - Alexandros Daglis + year: '2024' + doi: 10.1109/SC41406.2024.00101 + url: https://doi.org/10.1109/SC41406.2024.00101 + dblp_key: conf/sc/ChoSQD24 + venue_name: SC + pages: null +- title: Are Noise-Resilient Logical Timers Useful for Performance Analysis? + authors: + - Gregor Corbin + - Nour Daoud + - Bernd Mohr + - Gustavo de Morais + - Felix Wolf 0001 + year: '2024' + doi: 10.1109/SCW63240.2024.00192 + url: https://doi.org/10.1109/SCW63240.2024.00192 + dblp_key: conf/sc/CorbinDMM024 + venue_name: SC Workshops + pages: 1519-1530 +- title: 'Improving transition to IPv6-only via RFC8925 and IPv4 DNS Interventions + : A case study in implementing an IPv6-only testbed which informs IPv4-only clients + why internet access is unavailable' + authors: + - Tom Costello + - Nick Buraglio + - Andy Fleming + - Ben Tasker + - Brandon Siegel + year: '2024' + doi: 10.1109/SCW63240.2024.00112 + url: https://doi.org/10.1109/SCW63240.2024.00112 + dblp_key: conf/sc/CostelloBFTS24 + venue_name: SC Workshops + pages: 785-792 +- title: Introduction to Parallel and Distributed Programming using N-Body Simulations + authors: + - Alexander Van Craen + - Marcel Breyer + - Dirk Pflüger + year: '2024' + doi: 10.1109/SCW63240.2024.00052 + url: https://doi.org/10.1109/SCW63240.2024.00052 + dblp_key: conf/sc/CraenBP24 + venue_name: SC Workshops + pages: 347-354 +- title: Performance Measurement on Heterogeneous Processors with PAPI + authors: + - Willow E. Cunningham + - Vincent M. Weaver + year: '2024' + doi: 10.1109/SCW63240.2024.00195 + url: https://doi.org/10.1109/SCW63240.2024.00195 + dblp_key: conf/sc/CunninghamW24 + venue_name: SC Workshops + pages: 1551-1561 +- title: Towards Highly Compatible I/O-Aware Workflow Scheduling on HPC Systems + authors: + - Yiqin Dai + - Ruibo Wang + - Yong Dong + - Kai Lu 0001 + year: '2024' + doi: 10.1109/SC41406.2024.00031 + url: https://doi.org/10.1109/SC41406.2024.00031 + dblp_key: conf/sc/DaiWDL24 + venue_name: SC + pages: null +- title: Secure Collaborative Model Training with Dynamic Federated Learning in Multi-Domain + Environments + authors: + - Anestis Dalgkitsis + - Alexandros Koufakis + - Jorrit Stutterheim + - Aleandro Mifsud + - Priyanka Atwani + - Leon Gommans + - Cees de Laat + - Chrysa Papagianni + - Ana Oprescu + year: '2024' + doi: 10.1109/SCW63240.2024.00107 + url: https://doi.org/10.1109/SCW63240.2024.00107 + dblp_key: conf/sc/DalgkitsisKSMAG24 + venue_name: SC Workshops + pages: 755-759 +- title: 'Hands-On Learning: Teaching Parallel and Distributed Computing through Unplugged + Activities in Undergraduate CS Courses' + authors: + - Anurag Dasgupta + - Venkat Margapuri + - Simon Shamoun + - Shubbhi Taneja + - Matthew Toups + year: '2024' + doi: 10.1109/SCW63240.2024.00054 + url: https://doi.org/10.1109/SCW63240.2024.00054 + dblp_key: conf/sc/DasguptaMSTT24 + venue_name: SC Workshops + pages: 363-369 +- title: 'CANARI: A Monitoring Framework for Cluster Analysis and Node Assessment + for Resource Integrity' + authors: + - Ryan T. DeRue + - Jacob Verburgt + year: '2024' + doi: 10.1109/SCW63240.2024.00085 + url: https://doi.org/10.1109/SCW63240.2024.00085 + dblp_key: conf/sc/DeRueV24 + venue_name: SC Workshops + pages: 613-620 +- title: Towards Exascale Simulations of Nanoelectronic Devices in the GW Approximation + authors: + - Leonard Deuschle + - Alexander Maeder + - Vincent Maillou + - Nicolas Vetsch + - Anders Winka + - Jiang Cao + - Alexandros Nikolaos Ziogas + - Mathieu Luisier + year: '2024' + doi: 10.1109/SC41406.2024.00069 + url: https://doi.org/10.1109/SC41406.2024.00069 + dblp_key: conf/sc/DeuschleMMVWCZL24 + venue_name: SC + pages: null +- title: 'DFTracer: An Analysis-Friendly Data Flow Tracer for AI-Driven Workflows' + authors: + - Hariharan Devarajan + - Loïc Pottier + - Kaushik Velusamy + - Huihuo Zheng + - Izzet Yildirim + - Olga Kogiou + - Weikuan Yu + - Anthony Kougkas + - Xian-He Sun + - Jae-Seung Yeom + - Kathryn M. Mohror + year: '2024' + doi: 10.1109/SC41406.2024.00023 + url: https://doi.org/10.1109/SC41406.2024.00023 + dblp_key: conf/sc/DevarajanPVZYKY24 + venue_name: SC + pages: null +- title: 'MProt-DPO: Breaking the ExaFLOPS Barrier for Multimodal Protein Design Workflows + with Direct Preference Optimization' + authors: + - Gautham Dharuman + - Kyle Hippe + - Alexander Brace + - Sam Foreman + - Väinö Hatanpää + - Varuni Katti Sastry + - Huihuo Zheng + - Logan T. Ward + - Servesh Muralidharan + - Archit Vasan + - Bharat Kale + - Carla M. Mann + - Heng Ma + - Yun-Hsuan Cheng + - Yuliana Zamora + - Shengchao Liu + - Chaowei Xiao + - Murali Emani + - Tom Gibbs + - Mahidhar Tatineni + - Deepak Canchi + - Jerome Mitchell + - Koichi Yamada + - Maria Garzaran 0001 + - Michael E. Papka + - Ian T. Foster + - Rick Stevens + - Anima Anandkumar + - Venkatram Vishwanath + - Arvind Ramanathan + year: '2024' + doi: 10.1109/SC41406.2024.00013 + url: https://doi.org/10.1109/SC41406.2024.00013 + dblp_key: conf/sc/DharumanHBFHSZW24 + venue_name: SC + pages: null +- title: 'Preparing for HPC on RISC-V: Examining Vectorization and Distributed Performance + of an Astrophysics Application with HPX and Kokkos' + authors: + - Patrick Diehl + - Panagiotis Syskakis + - Gregor Daiß + - Steven R. Brandt + - Alireza Kheirkhahan + - Srinivas Yadav Singanaboina + - Dominic Marcello + - Chris Taylor + - John Leidel + - Hartmut Kaiser + year: '2024' + doi: 10.1109/SCW63240.2024.00207 + url: https://doi.org/10.1109/SCW63240.2024.00207 + dblp_key: conf/sc/DiehlSDBKSMTLK24 + venue_name: SC Workshops + pages: 1656-1665 +- title: Benchmarking the Evolution of Performance and Energy Efficiency Across Recent + Generations of Intel Xeon Processors + authors: + - Balázs Drávai + - István Z. Reguly + year: '2024' + doi: 10.1109/SCW63240.2024.00182 + url: https://doi.org/10.1109/SCW63240.2024.00182 + dblp_key: conf/sc/DravaiR24 + venue_name: SC Workshops + pages: 1413-1419 +- title: 'Optimizing MILC-Dslash Performance on NVIDIA A100 GPU: Parallel Strategies + using SYCL' + authors: + - Amanda S. Dufek + - Steven A. Gottlieb + - Muaaz Gul Awan + - Douglas Adriano Augusto + - Jack Deslippe + - Brandon Cook 0001 + year: '2024' + doi: 10.1109/SCW63240.2024.00151 + url: https://doi.org/10.1109/SCW63240.2024.00151 + dblp_key: conf/sc/DufekGAAD024 + venue_name: SC Workshops + pages: 1106-1116 +- title: 'MelissaDL x Breed: Towards Data-Efficient On-line Supervised Training of + Multi-parametric Surrogates with Active Learning' + authors: + - Sofya Dymchenko + - Abhishek Purandare + - Bruno Raffin + year: '2024' + doi: 10.1109/SCW63240.2024.00012 + url: https://doi.org/10.1109/SCW63240.2024.00012 + dblp_key: conf/sc/DymchenkoPR24 + venue_name: SC Workshops + pages: 32-40 +- title: Understanding and Predicting Cross-Application I/O Interference in HPC Storage + Systems + authors: + - Chris Egersdoerfer + - Md. Hasanur Rashid + - Dong Dai 0001 + - Bo Fang 0002 + - Nathan R. Tallent + year: '2024' + doi: 10.1109/SCW63240.2024.00174 + url: https://doi.org/10.1109/SCW63240.2024.00174 + dblp_key: conf/sc/EgersdoerferR0F24 + venue_name: SC Workshops + pages: 1330-1339 +- title: Performance analysis of a stencil code using modern C++ + authors: + - Victor Eijkhout + - Yojan Chitkara + - Daksh Chaplot + year: '2024' + doi: 10.1109/SCW63240.2024.00125 + url: https://doi.org/10.1109/SCW63240.2024.00125 + dblp_key: conf/sc/EijkhoutCC24 + venue_name: SC Workshops + pages: 876-885 +- title: Managing Workflow Malleability in Urgent Computing for Earthquake Alerts + authors: + - Jorge Ejarque + - Marisol Monterrubio Velasco + - Cedric Bhihe + - Marta Pienkowska + - Josep de la Puente + - Rosa M. Badia + year: '2024' + doi: 10.1109/SCW63240.2024.00258 + url: https://doi.org/10.1109/SCW63240.2024.00258 + dblp_key: conf/sc/EjarqueVBPPB24 + venue_name: SC Workshops + pages: 2064-2071 +- title: 'Symmetric Locality: Definition and Initial Results' + authors: + - Giordan Escalona + - Dylan McKellips + - Chen Ding 0001 + year: '2024' + doi: 10.1109/SCW63240.2024.00142 + url: https://doi.org/10.1109/SCW63240.2024.00142 + dblp_key: conf/sc/EscalonaM024 + venue_name: SC Workshops + pages: 1025-1034 +- title: An Exploration of How Volume Rendering is Impacted by Lossy Data Reduction + authors: + - Yanni Etchi + - Daoce Wang + - Pascal Grosset + - Terece L. Turton + - James P. Ahrens + - David H. Rogers 0001 + year: '2024' + doi: 10.1109/SCW63240.2024.00040 + url: https://doi.org/10.1109/SCW63240.2024.00040 + dblp_key: conf/sc/EtchiWGTAR24 + venue_name: SC Workshops + pages: 250-259 +- title: 'Switch-Less Dragonfly on Wafers: A Scalable Interconnection Architecture + based on Wafer-Scale Integration' + authors: + - Yinxiao Feng + - Kaisheng Ma + year: '2024' + doi: 10.1109/SC41406.2024.00102 + url: https://doi.org/10.1109/SC41406.2024.00102 + dblp_key: conf/sc/FengM24 + venue_name: SC + pages: null +- title: 'UNR: Unified Notifiable RMA Library for HPC' + authors: + - Guangnan Feng + - Jiabin Xie + - Dezun Dong + - Yutong Lu + year: '2024' + doi: 10.1109/SC41406.2024.00111 + url: https://doi.org/10.1109/SC41406.2024.00111 + dblp_key: conf/sc/FengXDL24 + venue_name: SC + pages: null +- title: Accelerating Communication in Deep Learning Recommendation Model Training + with Dual-Level Adaptive Lossy Compression + authors: + - Hao Feng + - Boyuan Zhang 0002 + - Fanjiang Ye + - Min Si + - Ching-Hsiang Chu + - Jiannan Tian + - Chunxing Yin + - Summer Deng + - Yuchen Hao + - Pavan Balaji + - Tong Geng + - Dingwen Tao + year: '2024' + doi: 10.1109/SC41406.2024.00095 + url: https://doi.org/10.1109/SC41406.2024.00095 + dblp_key: conf/sc/FengZYSCTYDHBGT24 + venue_name: SC + pages: null +- title: 'HPAC-ML: A Programming Model for Embedding ML Surrogates in Scientific Applications' + authors: + - Zane Fink + - Konstantinos Parasyris + - Praneet Rathi + - Giorgis Georgakoudis + - Harshitha Menon + - Peer-Timo Bremer + year: '2024' + doi: 10.1109/SC41406.2024.00078 + url: https://doi.org/10.1109/SC41406.2024.00078 + dblp_key: conf/sc/FinkPRGMB24 + venue_name: SC + pages: null +- title: Protocol Buffer Deserialization DPU Offloading in the RPC Datapath + authors: + - Raphaël Frantz + - Jerónimo Sánchez García + - Marcin Copik + - Idelfonso Tafur Monroy + - Juan José Vegas Olmos + - Gil Bloch + - Salvatore Di Girolamo + year: '2024' + doi: 10.1109/SCW63240.2024.00126 + url: https://doi.org/10.1109/SCW63240.2024.00126 + dblp_key: conf/sc/FrantzGCMOBG24 + venue_name: SC Workshops + pages: 886-895 +- title: 'Lamellar: A Rust-based Asynchronous Tasking and PGAS Runtime for High Performance + Computing' + authors: + - Ryan D. Friese + - Roberto Gioiosa + - Joseph Cottam + - Erdal Mutlu + - Gregory Roek + - Polykarpos Thomadakis + - Mark Raugas + year: '2024' + doi: 10.1109/SCW63240.2024.00165 + url: https://doi.org/10.1109/SCW63240.2024.00165 + dblp_key: conf/sc/FrieseGCMRTR24 + venue_name: SC Workshops + pages: 1236-1251 +- title: 'Surpassing Sycamore: Achieving Energetic Superiority Through System-Level + Circuit Simulation' + authors: + - Rong Fu + - Zhongling Su + - Han-Sen Zhong + - Xiti Zhao + - Jianyang Zhang + - Feng Pan + - Pan Zhang + - Xianhe Zhao + - Ming-Cheng Chen + - Chao-Yang Lu + - Jian-Wei Pan + - Zhilin Pei + - Xingcheng Zhang + - Wanli Ouyang + year: '2024' + doi: 10.1109/SC41406.2024.00085 + url: https://doi.org/10.1109/SC41406.2024.00085 + dblp_key: conf/sc/FuSZZZPZZCLPPZO24 + venue_name: SC + pages: null +- title: 'AutoCheck: Automatically Identifying Variables for Checkpointing by Data + Dependency Analysis' + authors: + - Xiang Fu + - Weiping Zhang + - Shiman Meng + - Xin Huang + - Wubiao Xu + - Luanzheng Guo + - Kento Sato + year: '2024' + doi: 10.1109/SC41406.2024.00105 + url: https://doi.org/10.1109/SC41406.2024.00105 + dblp_key: conf/sc/FuZMHXGS24 + venue_name: SC + pages: null +- title: 'Offloaded MPI message matching: an optimistic approach' + authors: + - Jerónimo S. García + - Salvatore Di Girolamo + - Sokol Kosta + - J. J. Vegas Olmos + - Rami Nudelman + - Torsten Hoefler + - Gil Bloch + year: '2024' + doi: 10.1109/SCW63240.2024.00067 + url: https://doi.org/10.1109/SCW63240.2024.00067 + dblp_key: conf/sc/GarciaGKONHB24 + venue_name: SC Workshops + pages: 457-469 +- title: 'From Failure to Insight: Analyzing Disk Breakdowns in Large-Scale HPC Environments' + authors: + - Anjus George + - Meng Wang + - Jesse Hanley + - Garrett Wilson Ransom + - John Bent + - Christopher Zimmer 0001 + year: '2024' + doi: 10.1109/SCW63240.2024.00070 + url: https://doi.org/10.1109/SCW63240.2024.00070 + dblp_key: conf/sc/GeorgeWHRB024 + venue_name: SC Workshops + pages: 484-495 +- title: Ensemble Simulations on Leadership Computing Systems + authors: + - Antigoni Georgiadou + - Henry Monge-Camacho + - Tanvir Sohail + - Swarnava Ghosh + - Arjun Valiya Parambathu + - Dilipkumar N. Asthagiri + - Dmytro Bykov + - Tushar M. Athawale + - Thomas L. Beck + year: '2024' + doi: 10.1109/SCW63240.2024.00059 + url: https://doi.org/10.1109/SCW63240.2024.00059 + dblp_key: conf/sc/GeorgiadouMSGPA24 + venue_name: SC Workshops + pages: 394-401 +- title: Fast and Efficient Scaling for Microservices with SurgeGuard + authors: + - Anyesha Ghosh + - Neeraja J. Yadwadkar + - Mattan Erez + year: '2024' + doi: 10.1109/SC41406.2024.00103 + url: https://doi.org/10.1109/SC41406.2024.00103 + dblp_key: conf/sc/GhoshYE24 + venue_name: SC + pages: null +- title: 'Understanding Data Movement Patterns in HPC: A NERSC Case Study' + authors: + - Anna Giannakou + - Damian Hazen + - Bjoern Enders + - Lavanya Ramakrishnan + - Nicholas J. Wright + year: '2024' + doi: 10.1109/SC41406.2024.00077 + url: https://doi.org/10.1109/SC41406.2024.00077 + dblp_key: conf/sc/GiannakouHERW24 + venue_name: SC + pages: null +- title: ACID Support for Compute eXpress Link Memory Transactions + authors: + - Ellis Giles + - Peter J. Varman + year: '2024' + doi: 10.1109/SCW63240.2024.00138 + url: https://doi.org/10.1109/SCW63240.2024.00138 + dblp_key: conf/sc/GilesV24 + venue_name: SC Workshops + pages: 982-995 +- title: 'Revisiting Computation for Research: Practices and Trends' + authors: + - Jeremiah Giordani + - Ziyang Xu + - Ella Colby + - August Ning + - Bhargav Reddy Godala + - Ishita Chaturvedi + - Shaowei Zhu + - Yebin Chon + - Greg Chan + - Zujun Tan + - Galen Collier + - Jonathan D. Halverson + - Enrico Armenio Deiana + - Jasper Liang + - Federico Sossai + - Yian Su + - Atmn Patel + - Bangyen Pham + - Nathan Greiner + - Simone Campanoni + - David I. August + year: '2024' + doi: 10.1109/SC41406.2024.00076 + url: https://doi.org/10.1109/SC41406.2024.00076 + dblp_key: conf/sc/GiordaniXCNGCZC24 + venue_name: SC + pages: null +- title: Workload-Adaptive Scheduling for Efficient Use of Parallel File Systems in + High-Performance Computing Clusters + authors: + - Alexander V. Goponenko + - Benjamin A. Allan + - Jim M. Brandt + - Damian Dechev + year: '2024' + doi: 10.1109/SCW63240.2024.00190 + url: https://doi.org/10.1109/SCW63240.2024.00190 + dblp_key: conf/sc/GoponenkoABD24 + venue_name: SC Workshops + pages: 1506-1516 +- title: Input-Dependent Power Usage in GPUs + authors: + - Theo Gregersen + - Pratyush Patel + - Esha Choukse + year: '2024' + doi: 10.1109/SCW63240.2024.00235 + url: https://doi.org/10.1109/SCW63240.2024.00235 + dblp_key: conf/sc/GregersenPC24 + venue_name: SC Workshops + pages: 1872-1877 +- title: FRSZ2 for In-Register Block Compression Inside GMRES on GPUs + authors: + - Thomas Grützmacher + - Robert Underwood + - Sheng Di + - Franck Cappello + - Hartwig Anzt + year: '2024' + doi: 10.1109/SCW63240.2024.00038 + url: https://doi.org/10.1109/SCW63240.2024.00038 + dblp_key: conf/sc/GrutzmacherUDCA24 + venue_name: SC Workshops + pages: 240-249 +- title: Performance Characterization and Provenance of Distributed Task-based Workflows + on HPC Platforms + authors: + - Amal Gueroudji + - Chase Phelps + - Tanzima Z. Islam + - Philip H. Carns + - Shane Snyder + - Matthieu Dorier + - Robert B. Ross + - Line C. Pouchard + year: '2024' + doi: 10.1109/SCW63240.2024.00254 + url: https://doi.org/10.1109/SCW63240.2024.00254 + dblp_key: conf/sc/GueroudjiPICSDR24 + venue_name: SC Workshops + pages: 2032-2039 +- title: 'M3XU: Achieving High-Precision and Complex Matrix Multiplication with Low-Precision + MXUs' + authors: + - Dongho Ha + - Yunan Zhang + - Chen-Chien Kao + - Christopher J. Hughes + - Won Woo Ro + - Hung-Wei Tseng 0001 + year: '2024' + doi: 10.1109/SC41406.2024.00016 + url: https://doi.org/10.1109/SC41406.2024.00016 + dblp_key: conf/sc/HaZKHR024 + venue_name: SC + pages: null +- title: Integrating ORNL's HPC and Neutron Facilities with a Performance-Portable + CPU/GPU Ecosystem + authors: + - Steven E. Hahn + - Philip W. Fackler + - William F. Godoy + - Ketan Maheshwari + - Zachary Morgan + - Andrei T. Savici + - Christina M. Hoffmann + - Pedro Valero-Lara + - Jeffrey S. Vetter + - Rafael Ferreira da Silva + year: '2024' + doi: 10.1109/SCW63240.2024.00264 + url: https://doi.org/10.1109/SCW63240.2024.00264 + dblp_key: conf/sc/HahnFGMMSHVVS24 + venue_name: SC Workshops + pages: 2107-2117 +- title: Batch Updates of Distributed Streaming Graphs using Linear Algebra + authors: + - Elaheh Hassani + - Md Taufique Hussain + - Ariful Azad + year: '2024' + doi: 10.1109/SCW63240.2024.00089 + url: https://doi.org/10.1109/SCW63240.2024.00089 + dblp_key: conf/sc/HassaniHA24 + venue_name: SC Workshops + pages: 645-649 +- title: Towards Verifying Exact Conditions for Implementations of Density Functional + Approximations + authors: + - Sameerah Helal + - Zhe Tao + - Cindy Rubio-González + - François Gygi + - Aditya V. Thakur + year: '2024' + doi: 10.1109/SCW63240.2024.00027 + url: https://doi.org/10.1109/SCW63240.2024.00027 + dblp_key: conf/sc/HelalTRGT24 + venue_name: SC Workshops + pages: 160-169 +- title: 'SciTrust: Evaluating the Trustworthiness of Large Language Models for Science' + authors: + - Emily Herron + - Junqi Yin + - Feiyi Wang + year: '2024' + doi: 10.1109/SCW63240.2024.00017 + url: https://doi.org/10.1109/SCW63240.2024.00017 + dblp_key: conf/sc/HerronYW24 + venue_name: SC Workshops + pages: 72-78 +- title: 'Application-Driven Exascale: The JUPITER Benchmark Suite' + authors: + - Andreas Herten + - Sebastian Achilles + - Damian Alvarez + - Jayesh Badwaik + - Eric Behle + - Mathis Bode + - Thomas Breuer + - Daniel Caviedes-Voullième + - Mehdi Cherti + - Adel Dabah + - Salem El Sayed + - Wolfgang Frings + - Ana Gonzalez-Nicolas + - Eric B. Gregory + - Kaveh Haghighi Mood + - Thorsten Hater + - Jenia Jitsev + - Chelsea Maria John + - Jan H. Meinke + - Catrin I. Meyer + - Pavel Mezentsev + - Jan-Oliver Mirus + - Stepan Nassyr + - Carolin Penke + - Manoel Römmer + - Ujjwal Sinha + - Benedikt von St. Vieth + - Olaf Stein + - Estela Suarez + - Dennis Willsch + - Ilya Zhukov + year: '2024' + doi: 10.1109/SC41406.2024.00038 + url: https://doi.org/10.1109/SC41406.2024.00038 + dblp_key: conf/sc/HertenAABBBBCCD24 + venue_name: SC + pages: null +- title: A Sparsity-Aware Distributed-Memory Algorithm for Sparse-Sparse Matrix Multiplication + authors: + - Yuxi Hong 0001 + - Aydin Buluç + year: '2024' + doi: 10.1109/SC41406.2024.00053 + url: https://doi.org/10.1109/SC41406.2024.00053 + dblp_key: conf/sc/HongB24 + venue_name: SC + pages: null +- title: 'Echo State Networks: A Non-Intrusive Approach to Anomaly Detection in Manufacturing' + authors: + - Kendric Hood + - Kelin Rumsey + - Mark Cola + - Bruce Madigan + - Christina Scovel + - Mike McAninch + - Nathan DeBardeleben + year: '2024' + doi: 10.1109/SCW63240.2024.00011 + url: https://doi.org/10.1109/SCW63240.2024.00011 + dblp_key: conf/sc/HoodRCMSMD24 + venue_name: SC Workshops + pages: 25-31 +- title: Machine Learning Aboard the ADAPT Gamma-Ray Telescope + authors: + - Ye Htet + - Marion Sudvarg + - Andrew Butzel + - Jeremy D. Buhler + - Roger D. Chamberlain + - James H. Buckley + year: '2024' + doi: 10.1109/SCW63240.2024.00008 + url: https://doi.org/10.1109/SCW63240.2024.00008 + dblp_key: conf/sc/HtetSBBCB24 + venue_name: SC Workshops + pages: 4-10 +- title: 'hZCCL: Accelerating Collective Communication with Co-Designed Homomorphic + Compression' + authors: + - Jiajun Huang 0001 + - Sheng Di + - Xiaodong Yu 0001 + - Yujia Zhai + - Jinyang Liu 0003 + - Zizhe Jian + - Xin Liang 0001 + - Kai Zhao 0008 + - Xiaoyi Lu 0001 + - Zizhong Chen + - Franck Cappello + - Yanfei Guo + - Rajeev Thakur + year: '2024' + doi: 10.1109/SC41406.2024.00110 + url: https://doi.org/10.1109/SC41406.2024.00110 + dblp_key: conf/sc/HuangD0Z0J00LCC24 + venue_name: SC + pages: null +- title: 'cuSZp2: A GPU Lossy Compressor with Extreme Throughput and Optimized Compression + Ratio' + authors: + - Yafan Huang + - Sheng Di + - Guanpeng Li + - Franck Cappello + year: '2024' + doi: 10.1109/SC41406.2024.00021 + url: https://doi.org/10.1109/SC41406.2024.00021 + dblp_key: conf/sc/HuangDLC24 + venue_name: SC + pages: null +- title: Versatile Datapath Soft Error Detection on the Cheap for HPC Applications + authors: + - Yafan Huang + - Sheng Di + - Zhaorui Zhang + - Xiaoyi Lu 0001 + - Guanpeng Li + year: '2024' + doi: 10.1109/SC41406.2024.00061 + url: https://doi.org/10.1109/SC41406.2024.00061 + dblp_key: conf/sc/HuangDZLL24 + venue_name: SC + pages: null +- title: Scrutinizing Variables for Checkpoint Using Automatic Differentiation + authors: + - Xin Huang + - Wubiao Xu + - Shiman Meng + - Weiping Zhang + - Xiang Fu + - Luanzheng Guo + - Kento Sato + year: '2024' + doi: 10.1109/SCW63240.2024.00056 + url: https://doi.org/10.1109/SCW63240.2024.00056 + dblp_key: conf/sc/HuangXMZFGS24 + venue_name: SC Workshops + pages: 372-379 +- title: Compiler-Aided Correctness Checking of CUDA-Aware MPI Applications + authors: + - Alexander Hück + - Tim Ziegler + - Simon Schwitanski + - Joachim Jenke + - Christian H. Bischof + year: '2024' + doi: 10.1109/SCW63240.2024.00032 + url: https://doi.org/10.1109/SCW63240.2024.00032 + dblp_key: conf/sc/HuckZSJB24 + venue_name: SC Workshops + pages: 204-213 +- title: 'PIMnast: Balanced Data Placement for GEMV Acceleration with Processing-In-Memory' + authors: + - Mohamed Assem Ibrahim + - Mahzabeen Islam + - Shaizeen Aga + year: '2024' + doi: 10.1109/SCW63240.2024.00137 + url: https://doi.org/10.1109/SCW63240.2024.00137 + dblp_key: conf/sc/IbrahimIA24 + venue_name: SC Workshops + pages: 970-981 +- title: 'Heterogeneous computing in a strongly-connected CPU-GPU environment: fast + multiple time-evolution equation-based modeling accelerated using data-driven + approach' + authors: + - Tsuyoshi Ichimura + - Kohei Fujita + - Muneo Hori + - Lalith Maddegedara + - Jack C. Wells + - Alan Gray + - Ian Karlin + - John Linford + year: '2024' + doi: 10.1109/SCW63240.2024.00246 + url: https://doi.org/10.1109/SCW63240.2024.00246 + dblp_key: conf/sc/IchimuraFHMWGKL24 + venue_name: SC Workshops + pages: 1967-1978 +- title: 'Shepherd: Seamless Integration of Service Workflows into Task-Based Workflows + through Log Monitoring' + authors: + - Md Saiful Islam + - Douglas Thain + year: '2024' + doi: 10.1109/SCW63240.2024.00260 + url: https://doi.org/10.1109/SCW63240.2024.00260 + dblp_key: conf/sc/IslamT24 + venue_name: SC Workshops + pages: 2080-2087 +- title: 'NEO-DNND: Communication-Optimized Distributed Nearest Neighbor Graph Construction' + authors: + - Keita Iwabuchi + - Trevor Steil + - Benjamin W. Priest + - Roger Pearce + - Geoffrey Sanders + year: '2024' + doi: 10.1109/SCW63240.2024.00096 + url: https://doi.org/10.1109/SCW63240.2024.00096 + dblp_key: conf/sc/IwabuchiSPPS24 + venue_name: SC Workshops + pages: 688-696 +- title: 'HiRace: Accurate and Fast Data Race Checking for GPU Programs' + authors: + - John Jacobson + - Martin Burtscher + - Ganesh Gopalakrishnan + year: '2024' + doi: 10.1109/SC41406.2024.00042 + url: https://doi.org/10.1109/SC41406.2024.00042 + dblp_key: conf/sc/JacobsonBG24 + venue_name: SC + pages: null +- title: 'CARP: Range Query-Optimized Indexing for Streaming Data' + authors: + - Ankush Jain + - Charles D. Cranor + - Qing Zheng + - Bradley W. Settlemyer + - George Amvrosiadis + - Gary A. Grider + year: '2024' + doi: 10.1109/SC41406.2024.00093 + url: https://doi.org/10.1109/SC41406.2024.00093 + dblp_key: conf/sc/JainCZSAG24 + venue_name: SC + pages: null +- title: 'PAL: A Variability-Aware Policy for Scheduling ML Workloads in GPU Clusters' + authors: + - Rutwik Jain + - Brandon Tran + - Keting Chen + - Matthew D. Sinclair + - Shivaram Venkataraman + year: '2024' + doi: 10.1109/SC41406.2024.00032 + url: https://doi.org/10.1109/SC41406.2024.00032 + dblp_key: conf/sc/JainTCSV24 + venue_name: SC + pages: null +- title: Enabling Data Reduction for Flash-X Simulations + authors: + - Rajeev Jain + - Houjun Tang + - Akash Dhruv + - Suren Byna + year: '2024' + doi: 10.1109/SCW63240.2024.00043 + url: https://doi.org/10.1109/SCW63240.2024.00043 + dblp_key: conf/sc/JainTDB24 + venue_name: SC Workshops + pages: 270-279 +- title: Using Malware Detection Techniques for HPC Application Classification + authors: + - Thomas Jakobsche + - Florina M. Ciorba + year: '2024' + doi: 10.1109/SCW63240.2024.00222 + url: https://doi.org/10.1109/SCW63240.2024.00222 + dblp_key: conf/sc/JakobscheC24 + venue_name: SC Workshops + pages: 1773-1780 +- title: 'Designing Quality MPI Correctness Benchmarks: Insights and Metrics' + authors: + - Tim Jammer + - Simon Schwitanski + - Emmanuelle Saillard + - Alexander Hück + - Joachim Jenke + - Radjasouria Vinayagame + - Christian H. Bischof + year: '2024' + doi: 10.1109/SCW63240.2024.00034 + url: https://doi.org/10.1109/SCW63240.2024.00034 + dblp_key: conf/sc/JammerSSHJVB24 + venue_name: SC Workshops + pages: 222-226 +- title: Web-Based Simulator of Superscalar RISC-V Processors + authors: + - Jiri Jaros + - Michal Majer + - Jakub Horky + - Jan Vavra + year: '2024' + doi: 10.1109/SCW63240.2024.00209 + url: https://doi.org/10.1109/SCW63240.2024.00209 + dblp_key: conf/sc/JarosMHV24 + venue_name: SC Workshops + pages: 1676-1684 +- title: 'Large Language Models for Anomaly Detection in Computational Workflows: + From Supervised Fine-Tuning to In-Context Learning' + authors: + - Hongwei Jin + - George Papadimitriou 0002 + - Krishnan Raghavan + - Pawel Zuk + - Prasanna Balaprakash + - Cong Wang 0014 + - Anirban Mandal + - Ewa Deelman + year: '2024' + doi: 10.1109/SC41406.2024.00098 + url: https://doi.org/10.1109/SC41406.2024.00098 + dblp_key: conf/sc/Jin0RZB0MD24 + venue_name: SC + pages: null +- title: Sum Reduction with OpenMP Offload on NVIDIA Grace-Hopper System + authors: + - Zheming Jin + year: '2024' + doi: 10.1109/SCW63240.2024.00140 + url: https://doi.org/10.1109/SCW63240.2024.00140 + dblp_key: conf/sc/Jin24 + venue_name: SC Workshops + pages: 1006-1013 +- title: Optimizing Quantum Fourier Transformation (QFT) Kernels for Modern NISQ and + FT Architectures + authors: + - Yuwei Jin + - Xiangyu Gao + - Minghao Guo + - Henry Chen + - Fei Hua + - Chi Zhang 0041 + - Eddy Z. Zhang + year: '2024' + doi: 10.1109/SC41406.2024.00074 + url: https://doi.org/10.1109/SC41406.2024.00074 + dblp_key: conf/sc/JinGGCHZZ24 + venue_name: SC + pages: null +- title: 'Performance and Power: Systematic Evaluation of AI Workloads on Accelerators + with CARAML' + authors: + - Chelsea Maria John + - Stepan Nassyr + - Carolin Penke + - Andreas Herten + year: '2024' + doi: 10.1109/SCW63240.2024.00158 + url: https://doi.org/10.1109/SCW63240.2024.00158 + dblp_key: conf/sc/JohnNPH24 + venue_name: SC Workshops + pages: 1164-1176 +- title: 'IRIS-GNN: Leveraging Graph Neural Networks for Scheduling on Truly Heterogeneous + Runtime Systems' + authors: + - Beau Johnston + - Thibault de Boissiere + - Mohammad Alaul Haque Monil + - Narasinga Rao Miniskar + - Aaron R. Young + - Seyong Lee + - Jeffrey S. Vetter + year: '2024' + doi: 10.1109/SCW63240.2024.00147 + url: https://doi.org/10.1109/SCW63240.2024.00147 + dblp_key: conf/sc/JohnstonBMMYLV24 + venue_name: SC Workshops + pages: 1071-1080 +- title: 'Mosaic: Detection and Categorization of I/O Patterns in HPC Applications' + authors: + - Théo Jolivel + - François Tessier + - Julien Monniot + - Guillaume Pallez + year: '2024' + doi: 10.1109/SCW63240.2024.00172 + url: https://doi.org/10.1109/SCW63240.2024.00172 + dblp_key: conf/sc/JolivelTMP24 + venue_name: SC Workshops + pages: 1311-1319 +- title: 'AIOps and Sustainability: Transforming Data Centers for a Greener Future' + authors: + - Subrahmanya Vinayak Joshi + - Sergey Serebryakov + - Deepak Nanjundaiah + - Tejas Hegde + year: '2024' + doi: 10.1109/SCW63240.2024.00234 + url: https://doi.org/10.1109/SCW63240.2024.00234 + dblp_key: conf/sc/JoshiSNH24 + venue_name: SC Workshops + pages: 1867-1871 +- title: 'ProTEA: Programmable Transformer Encoder Acceleration on FPGA' + authors: + - Ehsan Kabir + - Jason D. Bakos + - David Andrews 0001 + - Miaoqing Huang + year: '2024' + doi: 10.1109/SCW63240.2024.00074 + url: https://doi.org/10.1109/SCW63240.2024.00074 + dblp_key: conf/sc/KabirB0H24 + venue_name: SC Workshops + pages: 521-530 +- title: Pragma driven shared memory parallelism in Zig by supporting OpenMP loop + directives + authors: + - David Kacs + - Joseph Lee + - Justs Zarins + - Nick Brown 0002 + year: '2024' + doi: 10.1109/SCW63240.2024.00132 + url: https://doi.org/10.1109/SCW63240.2024.00132 + dblp_key: conf/sc/KacsLZ024 + venue_name: SC Workshops + pages: 930-938 +- title: Toward Automated Detection of Portability Bugs in Kokkos Parallel Programs + authors: + - Vivek Kale + - Hanru Yan + - Shyamali Mukherjee + - Jackson R. Mayo + - Keita Teranishi + - Richard Rutledge + - Alessandro Orso + year: '2024' + doi: 10.1109/SCW63240.2024.00029 + url: https://doi.org/10.1109/SCW63240.2024.00029 + dblp_key: conf/sc/KaleYMMTRO24 + venue_name: SC Workshops + pages: 180-188 +- title: 'Speeding-Up LULESH on HPX: Useful Tricks and Lessons Learned using a Many-Task-Based + Approach' + authors: + - Torben Kalkhof + - Andreas Koch 0001 + year: '2024' + doi: 10.1109/SCW63240.2024.00164 + url: https://doi.org/10.1109/SCW63240.2024.00164 + dblp_key: conf/sc/Kalkhof024 + venue_name: SC Workshops + pages: 1223-1235 +- title: Accelerated Atomistic Kinetic Monte Carlo Simulations of Resistive Memory + Arrays + authors: + - Manasa Kaniselvan + - Alexander Maeder + - Marko Mladenovic + - Mathieu Luisier + - Alexandros Nikolaos Ziogas + year: '2024' + doi: 10.1109/SC41406.2024.00097 + url: https://doi.org/10.1109/SC41406.2024.00097 + dblp_key: conf/sc/KaniselvanMMLZ24 + venue_name: SC + pages: null +- title: Exploring the Frontiers of Energy Efficiency using Power Management at System + Scale + authors: + - Ahmad Maroof Karimi + - Matthias Maiterth + - Woong Shin + - Naw Safrin Sattar + - Hao Lu 0001 + - Feiyi Wang + year: '2024' + doi: 10.1109/SCW63240.2024.00230 + url: https://doi.org/10.1109/SCW63240.2024.00230 + dblp_key: conf/sc/KarimiMSS0W24 + venue_name: SC Workshops + pages: 1835-1844 +- title: 'Parsl+CWL: Towards Combining the Python and CWL Ecosystems' + authors: + - Nishchay Karle + - Ben Clifford + - Yadu N. Babuji + - Ryan Chard + - Daniel S. Katz + - Kyle Chard + year: '2024' + doi: 10.1109/SCW63240.2024.00255 + url: https://doi.org/10.1109/SCW63240.2024.00255 + dblp_key: conf/sc/KarleCBCKC24 + venue_name: SC Workshops + pages: 2040-2047 +- title: 'NetCL: A Unified Programming Framework for In-Network Computing' + authors: + - George Karlos + - Henri E. Bal + - Lin Wang 0015 + year: '2024' + doi: 10.1109/SC41406.2024.00051 + url: https://doi.org/10.1109/SC41406.2024.00051 + dblp_key: conf/sc/KarlosB024 + venue_name: SC + pages: null +- title: GPU Accelerated Sparse Cholesky Factorization + authors: + - M. Ozan Karsavuran + - Esmond G. Ng + - Barry W. Peyton + year: '2024' + doi: 10.1109/SCW63240.2024.00098 + url: https://doi.org/10.1109/SCW63240.2024.00098 + dblp_key: conf/sc/KarsavuranNP24 + venue_name: SC Workshops + pages: 703-707 +- title: A Software Platform to Support Disaggregated Quantum Accelerators + authors: + - Ercüment Kaya + - Jorge Echavarria + - Muhammad Nufail Farooqi + - Aleksandra Swierkowska + - Patrick Hopf + - Burak Mete + - Lukas Burgholzer + - Robert Wille + - Laura Brandon Schulz + - Martin Schulz 0001 + year: '2024' + doi: 10.1109/SCW63240.2024.00205 + url: https://doi.org/10.1109/SCW63240.2024.00205 + dblp_key: conf/sc/KayaEFSHMBWS024 + venue_name: SC Workshops + pages: 1646-1653 +- title: Productive, Vendor-Neutral GPU Programming Using Chapel + authors: + - Engin Kayraklioglu + - Andy Stone + year: '2024' + doi: 10.1109/SCW63240.2024.00241 + url: https://doi.org/10.1109/SCW63240.2024.00241 + dblp_key: conf/sc/KayrakliogluS24 + venue_name: SC Workshops + pages: 1914-1922 +- title: Linear Algebra Approach for Directed Triad Counting and Enumeration + authors: + - Yuttapichai Kerdcharoen + - Upasana Sridhar + - Orathai Sangpetch + - Tze Meng Low + year: '2024' + doi: 10.1109/SCW63240.2024.00100 + url: https://doi.org/10.1109/SCW63240.2024.00100 + dblp_key: conf/sc/KerdcharoenSSL24 + venue_name: SC Workshops + pages: 718-726 +- title: Network-Offloaded Bandwidth-Optimal Broadcast and Allgather for Distributed + AI + authors: + - Mikhail Khalilov + - Salvatore Di Girolamo + - Marcin Chrapek + - Rami Nudelman + - Gil Bloch + - Torsten Hoefler + year: '2024' + doi: 10.1109/SC41406.2024.00109 + url: https://doi.org/10.1109/SC41406.2024.00109 + dblp_key: conf/sc/KhalilovGCNBH24 + venue_name: SC + pages: null +- title: 'DeLiBA-K: Speeding-up Hardware-Accelerated Distributed Storage Access by + Tighter Linux Kernel Integration and Use of a Modern API' + authors: + - Babar Khan + - Andreas Koch 0001 + year: '2024' + doi: 10.1109/SCW63240.2024.00075 + url: https://doi.org/10.1109/SCW63240.2024.00075 + dblp_key: conf/sc/Khan024 + venue_name: SC Workshops + pages: 531-544 +- title: Mitigating synchronization bottlenecks in high-performance actor-model-based + software + authors: + - Kyle Klenk + - Mohammad Mahdi Moayeri + - Junwei Guo + - Martyn P. Clark + - Raymond J. Spiteri + year: '2024' + doi: 10.1109/SCW63240.2024.00168 + url: https://doi.org/10.1109/SCW63240.2024.00168 + dblp_key: conf/sc/KlenkMGCS24 + venue_name: SC Workshops + pages: 1274-1287 +- title: Overhead-Guided Instrumentation Refinement + authors: + - Sebastian Kreutzer + - Peter Arzt + - Jonas Rickert + - Jan-Patrick Lehr + - Christian Iwainsky + - Christian H. Bischof + year: '2024' + doi: 10.1109/SCW63240.2024.00198 + url: https://doi.org/10.1109/SCW63240.2024.00198 + dblp_key: conf/sc/KreutzerARLIB24 + venue_name: SC Workshops + pages: 1588-1598 +- title: 'Predicting Compute Node Unavailability in HPC: A Graph-Based Machine Learning + Approach' + authors: + - Roy Krumpak + - Joze M. Rozanec + - Martin Molan + - Matteo Angelinelli + - Andrea Bartolini + year: '2024' + doi: 10.1109/SCW63240.2024.00103 + url: https://doi.org/10.1109/SCW63240.2024.00103 + dblp_key: conf/sc/KrumpakRMAB24 + venue_name: SC Workshops + pages: 737-740 +- title: Vendor-neutral and Production-grade Job Power Management in High Performance + Computing + authors: + - Naman Kulshreshtha + - Tapasya Patki + - Jim Garlick + - Mark Grondona + - Rong Ge + year: '2024' + doi: 10.1109/SCW63240.2024.00231 + url: https://doi.org/10.1109/SCW63240.2024.00231 + dblp_key: conf/sc/KulshreshthaPGG24 + venue_name: SC Workshops + pages: 1845-1855 +- title: Scalable Multi-Facility Workflows for Artificial Intelligence Applications + in Climate Research + authors: + - Takuya Kurihana + - Tyler J. Skluzacek + - Rafael Ferreira da Silva + - Valentine Anantharaj + year: '2024' + doi: 10.1109/SCW63240.2024.00266 + url: https://doi.org/10.1109/SCW63240.2024.00266 + dblp_key: conf/sc/KurihanaSSA24 + venue_name: SC Workshops + pages: 2127-2134 +- title: 'Testing the Unknown: A Framework for OpenMP Testing via Random Program Generation' + authors: + - Ignacio Laguna + - Patrick J. Chapman + - Konstantinos Parasyris + - Giorgis Georgakoudis + - Cindy Rubio-González + year: '2024' + doi: 10.1109/SCW63240.2024.00080 + url: https://doi.org/10.1109/SCW63240.2024.00080 + dblp_key: conf/sc/LagunaCPGR24 + venue_name: SC Workshops + pages: 577-587 +- title: A Study of a Deterministic Networking Framework for Latency Critical Large + Scientific Data Transfers + authors: + - Vijeth Kumbarahally Lakshminarayana + - Carolina Minami Oguchi + - Alex Sim + - Kesheng Wu + - Dipak Ghosal + year: '2024' + doi: 10.1109/SCW63240.2024.00110 + url: https://doi.org/10.1109/SCW63240.2024.00110 + dblp_key: conf/sc/Lakshminarayana24 + venue_name: SC Workshops + pages: 770-774 +- title: Initial Experiences with DAOS Object Storage on Aurora + authors: + - Robert Latham + - Robert B. Ross + - Philip H. Carns + - Shane Snyder + - Kevin Harms + - Kaushik Velusamy + - Paul K. Coffman + - Gordon McPheeters + year: '2024' + doi: 10.1109/SCW63240.2024.00171 + url: https://doi.org/10.1109/SCW63240.2024.00171 + dblp_key: conf/sc/LathamRCSHVCM24 + venue_name: SC Workshops + pages: 1304-1310 +- title: 'Microarchitectural comparison and in-core modeling of state-of-the-art CPUs: + Grace, Sapphire Rapids, and Genoa' + authors: + - Jan Laukemann + - Georg Hager + - Gerhard Wellein + year: '2024' + doi: 10.1109/SCW63240.2024.00181 + url: https://doi.org/10.1109/SCW63240.2024.00181 + dblp_key: conf/sc/LaukemannHW24 + venue_name: SC Workshops + pages: 1405-1412 +- title: 'LLM-Pilot: Characterize and Optimize Performance of your LLM Inference Services' + authors: + - Malgorzata Lazuka + - Andreea Anghel + - Thomas P. Parnell + year: '2024' + doi: 10.1109/SC41406.2024.00022 + url: https://doi.org/10.1109/SC41406.2024.00022 + dblp_key: conf/sc/LazukaAP24 + venue_name: SC + pages: null +- title: Fault-Tolerant Deep Learning Cache with Hash Ring for Load Balancing in HPC + Systems + authors: + - Seoyeong Lee + - Awais Khan 0002 + - Yoochan Kim + - Junghwan Park + - Soon Hwang + - Jae-Kook Lee + - Taeyoung Hong + - Christopher Zimmer 0001 + - Youngjae Kim 0001 + year: '2024' + doi: 10.1109/SCW63240.2024.00176 + url: https://doi.org/10.1109/SCW63240.2024.00176 + dblp_key: conf/sc/Lee0KPHLH0024 + venue_name: SC Workshops + pages: 1349-1357 +- title: Towards Disaggregated NDP Architectures for Large-scale Graph Analytics + authors: + - Suyeon Lee + - Vishal Rao + - Ada Gavrilovska + year: '2024' + doi: 10.1109/SCW63240.2024.00202 + url: https://doi.org/10.1109/SCW63240.2024.00202 + dblp_key: conf/sc/LeeRG24 + venue_name: SC Workshops + pages: 1622-1629 +- title: 'ParvaGPU: Efficient Spatial GPU Sharing for Large-Scale DNN Inference in + Cloud Environments' + authors: + - Munkyu Lee + - Sihoon Seong + - Minki Kang + - Jihyuk Lee + - Gap-Joo Na + - In-Geol Chun + - Dimitrios S. Nikolopoulos + - Cheol-Ho Hong + year: '2024' + doi: 10.1109/SC41406.2024.00048 + url: https://doi.org/10.1109/SC41406.2024.00048 + dblp_key: conf/sc/LeeSKLNCNH24 + venue_name: SC + pages: null +- title: ompTest - Unit Testing with OMPT + authors: + - Jan-Patrick Lehr + - Michael Halkenhäuser + - Dhruva R. Chakrabarti + - Saiyedul Islam + - Dan Palermo + - Ron Lieberman + year: '2024' + doi: 10.1109/SCW63240.2024.00031 + url: https://doi.org/10.1109/SCW63240.2024.00031 + dblp_key: conf/sc/LehrHCIPL24 + venue_name: SC Workshops + pages: 196-203 +- title: OMPTBench - OpenMP Tool Interface Conformance Testing + authors: + - Jan-Patrick Lehr + - Michael Halkenhäuser + - Dhruva R. Chakrabarti + - Saiyedul Islam + - Dan Palermo + - Ron Lieberman + year: '2024' + doi: 10.1109/SCW63240.2024.00036 + url: https://doi.org/10.1109/SCW63240.2024.00036 + dblp_key: conf/sc/LehrHCIPL24a + venue_name: SC Workshops + pages: 232-236 +- title: 'Copper: Cooperative Caching Layer for Scalable Data Loading in Exascale + Supercomputers' + authors: + - Noah Lewis + - Kaushik Velusamy + - Kevin Harms + - Huihuo Zheng + year: '2024' + doi: 10.1109/SCW63240.2024.00173 + url: https://doi.org/10.1109/SCW63240.2024.00173 + dblp_key: conf/sc/LewisVHZ24 + venue_name: SC Workshops + pages: 1320-1329 +- title: Learning Generalizable Program and Architecture Representations for Performance + Modeling + authors: + - Lingda Li + - Thomas Flynn 0001 + - Adolfy Hoisie + year: '2024' + doi: 10.1109/SC41406.2024.00072 + url: https://doi.org/10.1109/SC41406.2024.00072 + dblp_key: conf/sc/Li0H24 + venue_name: SC + pages: null +- title: Scaling Molecular Dynamics with ab initio Accuracy to 149 Nanoseconds per + Day + authors: + - Jianxiong Li + - Boyang Li + - Zhuoqiang Guo + - Mingzhen Li 0001 + - Enji Li + - Lijun Liu + - Guojun Yuan + - Zhan Wang 0003 + - Guangming Tan + - Weile Jia + year: '2024' + doi: 10.1109/SC41406.2024.00036 + url: https://doi.org/10.1109/SC41406.2024.00036 + dblp_key: conf/sc/LiLGLLLYWTJ24 + venue_name: SC + pages: null +- title: Rapid GPU-Based Pangenome Graph Layout + authors: + - Jiajie Li + - Jan-Niklas Schmelzle + - Yixiao Du + - Simon Heumos + - Andrea Guarracino + - Giulia Guidi + - Pjotr Prins + - Erik Garrison + - Zhiru Zhang + year: '2024' + doi: 10.1109/SC41406.2024.00035 + url: https://doi.org/10.1109/SC41406.2024.00035 + dblp_key: conf/sc/LiSDHGGPGZ24 + venue_name: SC + pages: null +- title: A Metric for HPC Programming Model Productivity + authors: + - Wei-Chen Lin + - Tom Deakin + - Simon McIntosh-Smith + year: '2024' + doi: 10.1109/SCW63240.2024.00160 + url: https://doi.org/10.1109/SCW63240.2024.00160 + dblp_key: conf/sc/LinDM24 + venue_name: SC Workshops + pages: 1192-1205 +- title: 'xBS-GNN: Accelerating Billion-Scale GNNTraining on FPGA' + authors: + - Yi-Chien Lin + - Zhijie Xu + - Viktor K. Prasanna + year: '2024' + doi: 10.1109/SCW63240.2024.00091 + url: https://doi.org/10.1109/SCW63240.2024.00091 + dblp_key: conf/sc/LinXP24 + venue_name: SC Workshops + pages: 659-666 +- title: Interactive HPC and the LUNARC Desktop Environment + authors: + - Jonas Lindemann + - Anders Follin + year: '2024' + doi: 10.1109/SCW63240.2024.00251 + url: https://doi.org/10.1109/SCW63240.2024.00251 + dblp_key: conf/sc/LindemannF24 + venue_name: SC Workshops + pages: 2012-2019 +- title: Performance Modeling and Analysis of a de Bruijn Graph Based Local Assembly + Kernel on Multiple Vendor GPUs + authors: + - LeAnn M. Lindsey + - Nan Ding 0006 + - Jack Deslippe + - Muaaz Awan + year: '2024' + doi: 10.1109/SCW63240.2024.00150 + url: https://doi.org/10.1109/SCW63240.2024.00150 + dblp_key: conf/sc/Lindsey0DA24 + venue_name: SC Workshops + pages: 1092-1105 +- title: Enhancing Lossy Compression Through Cross-Field Information for Scientific + Applications + authors: + - Youyuan Liu + - Wenqi Jia 0003 + - Taolue Yang + - Miao Yin + - Sian Jin + year: '2024' + doi: 10.1109/SCW63240.2024.00046 + url: https://doi.org/10.1109/SCW63240.2024.00046 + dblp_key: conf/sc/Liu0YYJ24 + venue_name: SC Workshops + pages: 300-308 +- title: 'Moirae: Generating High-Performance Composite Stencil Programs with Global + Optimizations' + authors: + - Xiaoyan Liu + - Xinyu Yang + - Kejie Ma + - Shanghao Liu + - Kaige Zhang 0002 + - Hailong Yang 0002 + - Yi Liu 0013 + - Zhongzhi Luan + - Depei Qian 0002 + year: '2024' + doi: 10.1109/SC41406.2024.00026 + url: https://doi.org/10.1109/SC41406.2024.00026 + dblp_key: conf/sc/LiuYMLZYLLQ24 + venue_name: SC + pages: null +- title: 'MegaMmap: Blurring the Boundary Between Memory and Storage for Data-Intensive + Workloads' + authors: + - Luke Logan + - Anthony Kougkas + - Xian-He Sun + year: '2024' + doi: 10.1109/SC41406.2024.00114 + url: https://doi.org/10.1109/SC41406.2024.00114 + dblp_key: conf/sc/LoganKS24 + venue_name: SC + pages: null +- title: A Hierarchical Deep Learning Approach for Predicting Job Queue Times in HPC + Systems + authors: + - Austin Lovell + - Philip Wisniewski + - Sarah Rodenbeck + - Ashish + year: '2024' + doi: 10.1109/SCW63240.2024.00086 + url: https://doi.org/10.1109/SCW63240.2024.00086 + dblp_key: conf/sc/LovellWRA24 + venue_name: SC Workshops + pages: 621-628 +- title: Toward Capturing Genetic Epistasis From Multivariate Genome-Wide Association + Studies Using Mixed-Precision Kernel Ridge Regression + authors: + - Hatem Ltaief + - Rabab Alomairy + - Qinglei Cao + - Jie Ren + - Lotfi Slim + - Thorsten Kurth + - Benedikt Dorschner + - Salim Bougouffa + - Rached Abdelkhalak + - David E. Keyes + year: '2024' + doi: 10.1109/SC41406.2024.00012 + url: https://doi.org/10.1109/SC41406.2024.00012 + dblp_key: conf/sc/LtaiefACRSKDBAK24 + venue_name: SC + pages: null +- title: 'SMIless: Serving DAG-based Inference with Dynamic Invocations under Serverless + Computing' + authors: + - Chengzhi Lu + - Huanle Xu + - Yudan Li + - Wenyan Chen 0001 + - Kejiang Ye + - Chengzhong Xu 0001 + year: '2024' + doi: 10.1109/SC41406.2024.00044 + url: https://doi.org/10.1109/SC41406.2024.00044 + dblp_key: conf/sc/LuXL0Y024 + venue_name: SC + pages: null +- title: 'AmgT: Algebraic Multigrid Solver on Tensor Cores' + authors: + - Yuechen Lu + - Lijie Zeng + - Tengcheng Wang + - Xu Fu + - Wenxuan Li + - Helin Cheng + - Dechuang Yang + - Zhou Jin 0001 + - Marc Casas + - Weifeng Liu 0002 + year: '2024' + doi: 10.1109/SC41406.2024.00058 + url: https://doi.org/10.1109/SC41406.2024.00058 + dblp_key: conf/sc/LuZWFLCY0C024 + venue_name: SC + pages: null +- title: 'Parallax: A Compiler for Neutral Atom Quantum Computers under Hardware Constraints' + authors: + - Jason Ludmir + - Tirthak Patel + year: '2024' + doi: 10.1109/SC41406.2024.00079 + url: https://doi.org/10.1109/SC41406.2024.00079 + dblp_key: conf/sc/LudmirP24 + venue_name: SC + pages: null +- title: Enabling Low-Overhead HT-HPC Workflows at Extreme Scale using GNU Parallel + authors: + - Ketan Maheshwari + - William Arndt + - Ahmad Maroof Karimi + - Junqi Yin + - Frédéric Suter + - Seth R. Johnson + - Rafael Ferreira da Silva + year: '2024' + doi: 10.1109/SCW63240.2024.00257 + url: https://doi.org/10.1109/SCW63240.2024.00257 + dblp_key: conf/sc/MaheshwariAKYSJ24 + venue_name: SC Workshops + pages: 2056-2063 +- title: 'Performance portability via C++ PSTL, SYCL, OpenMP, and HIP: the Gaia AVU-GSR + case study' + authors: + - Giulio Malenza + - Valentina Cesare + - Marco Edoardo Santimaria + - Robert Birke + - Alberto Vecchiato + - Ugo Becciani + - Marco Aldinucci + year: '2024' + doi: 10.1109/SCW63240.2024.00157 + url: https://doi.org/10.1109/SCW63240.2024.00157 + dblp_key: conf/sc/MalenzaCSBVBA24 + venue_name: SC Workshops + pages: 1152-1163 +- title: 'ChatVis: Automating Scientific Visualization with a Large Language Model' + authors: + - Tanwi Mallick + - Orcun Yildiz + - David Lenz 0002 + - Tom Peterka + year: '2024' + doi: 10.1109/SCW63240.2024.00014 + url: https://doi.org/10.1109/SCW63240.2024.00014 + dblp_key: conf/sc/MallickYLP24 + venue_name: SC Workshops + pages: 49-55 +- title: Efficient Weighted Graph Matching on GPUs + authors: + - Michael Mandulak + - Sayan Ghosh + - S. M. Ferdous + - Mahantesh Halappanavar + - George M. Slota + year: '2024' + doi: 10.1109/SC41406.2024.00024 + url: https://doi.org/10.1109/SC41406.2024.00024 + dblp_key: conf/sc/MandulakGFHS24 + venue_name: SC + pages: null +- title: A Performance-Portable MultiGPU Implementation of 3D Euler Equations using + ProtoX and IRIS + authors: + - Het Mankad + - Mohammad Alaul Haque Monil + - Sanil Rao + - Phillip Colella + - Brian van Straalen + - Franz Franchetti + - Jeffrey S. Vetter + year: '2024' + doi: 10.1109/SCW63240.2024.00215 + url: https://doi.org/10.1109/SCW63240.2024.00215 + dblp_key: conf/sc/MankadMRCSFV24 + venue_name: SC Workshops + pages: 1723-1731 +- title: Exploring DAOS Interfaces and Performance + authors: + - Nicolau Manubens + - Johann Lombardi + - Simon D. Smart + - Emanuele Danovaro + - Tiago Quintino + - Dean Hildebrand + - Adrian Jackson + year: '2024' + doi: 10.1109/SCW63240.2024.00175 + url: https://doi.org/10.1109/SCW63240.2024.00175 + dblp_key: conf/sc/ManubensLSDQHJ24 + venue_name: SC Workshops + pages: 1340-1348 +- title: Multi-Host Sharing of a Single-Function NVMe Device in a PCIe Cluster + authors: + - Jonas Markussen + - Lars Bjørlykke Kristiansen + - Håkon Kvale Stensland + - Pål Halvorsen + year: '2024' + doi: 10.1109/SCW63240.2024.00204 + url: https://doi.org/10.1109/SCW63240.2024.00204 + dblp_key: conf/sc/MarkussenKSH24 + venue_name: SC Workshops + pages: 1638-1645 +- title: Designing a GPU-Accelerated Communication Layer for Efficient Fluid-Structure + Interaction Computations on Heterogeneous Systems + authors: + - Aristotle X. Martin + - Geng Liu + - Bálint Joó + - Runxin Wu + - Mohammed Shihab Kabir + - Erik W. Draeger + - Amanda Randles + year: '2024' + doi: 10.1109/SC41406.2024.00099 + url: https://doi.org/10.1109/SC41406.2024.00099 + dblp_key: conf/sc/MartinLJWKDR24 + venue_name: SC + pages: null +- title: Static Generation of Efficient OpenMP Offload Data Mappings + authors: + - Luke Marzen + - Akash Dutta + - Ali Jannesari + year: '2024' + doi: 10.1109/SC41406.2024.00041 + url: https://doi.org/10.1109/SC41406.2024.00041 + dblp_key: conf/sc/MarzenDJ24 + venue_name: SC + pages: null +- title: 'ACC Saturator: Automatic Kernel Optimization for Directive-Based GPU Code' + authors: + - Kazuaki Matsumura + - Simon Garcia De Gonzalo + - Antonio J. Peña + year: '2024' + doi: 10.1109/SCW63240.2024.00247 + url: https://doi.org/10.1109/SCW63240.2024.00247 + dblp_key: conf/sc/MatsumuraGP24 + venue_name: SC Workshops + pages: 1979-1990 +- title: Performance evaluation and modelling of single-precision matrix multiplication + on Cerebras CS-2 + authors: + - Ryunosuke Matsuzaki + - Daichi Mukunoki + - Takaaki Miyajima + year: '2024' + doi: 10.1109/SCW63240.2024.00101 + url: https://doi.org/10.1109/SCW63240.2024.00101 + dblp_key: conf/sc/MatsuzakiMM24 + venue_name: SC Workshops + pages: 727-731 +- title: Realizing Quantum Kernel Models at Scale with Matrix Product State Simulation + authors: + - Mekena Metcalf + - Pablo Andrés-Martínez + - Nathan Fitzpatrick + year: '2024' + doi: 10.1109/SC41406.2024.00086 + url: https://doi.org/10.1109/SC41406.2024.00086 + dblp_key: conf/sc/MetcalfAF24 + venue_name: SC + pages: null +- title: Multi-level Memory-Centric Profiling on ARM Processors with ARM SPE + authors: + - Samuel Miksits + - Ruimin Shi + - Maya B. Gokhale + - Jacob Wahlgren + - Gabin Schieffer + - Ivy Peng + year: '2024' + doi: 10.1109/SCW63240.2024.00139 + url: https://doi.org/10.1109/SCW63240.2024.00139 + dblp_key: conf/sc/MiksitsSGWSP24 + venue_name: SC Workshops + pages: 996-1005 +- title: Can Current SDS Controllers Scale To Modern HPC Infrastructures? + authors: + - Mariana Miranda + - Yusuke Tanimura + - Jason Haga + - Amit Ruhela + - Stephen Lien Harrell + - John Cazes + - Ricardo Macedo + - José Pereira 0001 + - João Paulo 0001 + year: '2024' + doi: 10.1109/SCW63240.2024.00123 + url: https://doi.org/10.1109/SCW63240.2024.00123 + dblp_key: conf/sc/MirandaTHRHCM0024 + venue_name: SC Workshops + pages: 861-868 +- title: An Ising-based Decision Method for Intra Prediction Mode in Video Coding + authors: + - Takuto Momominami + - Naoya Niwa + - Masahito Kumagai + - Kazuhiko Komatsu + - Hiroaki Kobayashi + - Hiroe Iwasaki + year: '2024' + doi: 10.1109/SCW63240.2024.00218 + url: https://doi.org/10.1109/SCW63240.2024.00218 + dblp_key: conf/sc/MomominamiNKKKI24 + venue_name: SC Workshops + pages: 1748-1754 +- title: AI-Assisted Design-Space Analysis of High-Performance Arm Processors + authors: + - Joseph Moore + - Tom Deakin + - Simon McIntosh-Smith + year: '2024' + doi: 10.1109/SCW63240.2024.00186 + url: https://doi.org/10.1109/SCW63240.2024.00186 + dblp_key: conf/sc/MooreDM24 + venue_name: SC Workshops + pages: 1455-1467 +- title: Top-Down Microarchitecture Analysis Approximation Based on Performance Counter + Architecture for SiFive RISC-V Processors + authors: + - Chan-Yu Mou + - Chao-Chieh Hsiao + - Jerry Chou 0001 + year: '2024' + doi: 10.1109/SCW63240.2024.00208 + url: https://doi.org/10.1109/SCW63240.2024.00208 + dblp_key: conf/sc/MouHC24 + venue_name: SC Workshops + pages: 1666-1675 +- title: 'Shifting Between Compute and Memory Bounds: A Compression-Enabled Roofline + Model' + authors: + - Ramasoumya Naraparaju + - Tianyu Zhao + - Yanting Hu + - Dongfang Zhao 0001 + - Luanzheng Guo + - Nathan R. Tallent + year: '2024' + doi: 10.1109/SCW63240.2024.00047 + url: https://doi.org/10.1109/SCW63240.2024.00047 + dblp_key: conf/sc/NaraparajuZH0GT24 + venue_name: SC Workshops + pages: 309-316 +- title: 'HPCAdvisor: A Tool for Assisting Users in Selecting HPC Resources in the + Cloud' + authors: + - Marco A. S. Netto + year: '2024' + doi: 10.1109/SCW63240.2024.00087 + url: https://doi.org/10.1109/SCW63240.2024.00087 + dblp_key: conf/sc/Netto24 + venue_name: SC Workshops + pages: 629-637 +- title: Towards an Optimized Heterogeneous Distributed Task Scheduler in OpenMP Cluster + authors: + - Rémy Neveu + - Rodrigo Ceccato + - Gustavo Leite + - Guido Araujo + - Jose Manuel Monsalve Diaz + - Hervé Yviquel + year: '2024' + doi: 10.1109/SCW63240.2024.00239 + url: https://doi.org/10.1109/SCW63240.2024.00239 + dblp_key: conf/sc/NeveuCLADY24 + venue_name: SC Workshops + pages: 1894-1903 +- title: A Probabilistic Approach To Selecting Build Configurations in Package Managers + authors: + - Daniel Nichols + - Harshitha Menon + - Todd Gamblin + - Abhinav Bhatele + year: '2024' + doi: 10.1109/SC41406.2024.00090 + url: https://doi.org/10.1109/SC41406.2024.00090 + dblp_key: conf/sc/NicholsMGB24 + venue_name: SC + pages: null +- title: High Performance Unstructured SpMM Computation Using Tensor Cores + authors: + - Patrik Okanovic + - Grzegorz Kwasniewski + - Paolo Sylos Labini + - Maciej Besta + - Flavio Vella + - Torsten Hoefler + year: '2024' + doi: 10.1109/SC41406.2024.00060 + url: https://doi.org/10.1109/SC41406.2024.00060 + dblp_key: conf/sc/OkanovicKLBVH24 + venue_name: SC + pages: null +- title: On Scaling Neuronal Network Simulations Using Distributed Computing + authors: + - Vladimir Omelyusik + - Khawar Shehzad + - Tyler J. Banks + - Praveen Rao 0001 + - Satish S. Nair + year: '2024' + doi: 10.1109/SCW63240.2024.00105 + url: https://doi.org/10.1109/SCW63240.2024.00105 + dblp_key: conf/sc/OmelyusikSB0N24 + venue_name: SC Workshops + pages: 745-749 +- title: A software ecosystem for multi-level provenance management in large-scale + scientific workflows for AI applications + authors: + - Gabriele Padovani + - Valentine Anantharaj + - Ludovica Sacco + - Takuya Kurihana + - M. Bunino + - K. Tsolaki + - M. Girone + - F. Antonio + - Carolina Sopranzetti + - M. Fronza + - Sandro Fiore + year: '2024' + doi: 10.1109/SCW63240.2024.00253 + url: https://doi.org/10.1109/SCW63240.2024.00253 + dblp_key: conf/sc/PadovaniASKBTGA24 + venue_name: SC Workshops + pages: 2024-2031 +- title: 'CEEMS: A Resource Manager Agnostic Energy and Emissions Monitoring Stack' + authors: + - Mahendra Paipuri + year: '2024' + doi: 10.1109/SCW63240.2024.00233 + url: https://doi.org/10.1109/SCW63240.2024.00233 + dblp_key: conf/sc/Paipuri24 + venue_name: SC Workshops + pages: 1862-1866 +- title: 'Octopus: Experiences with a Hybrid Event-Driven Architecture for Distributed + Scientific Computing' + authors: + - Haochen Pan + - Ryan Chard + - Sicheng Zhou + - Alok Kamatar + - Rafael Vescovi + - Valérie Hayot-Sasson + - André Bauer 0001 + - Maxime Gonthier + - Kyle Chard + - Ian T. Foster + year: '2024' + doi: 10.1109/SCW63240.2024.00071 + url: https://doi.org/10.1109/SCW63240.2024.00071 + dblp_key: conf/sc/PanCZKVH0GCF24 + venue_name: SC Workshops + pages: 496-507 +- title: Enumeration of Billions of Maximal Bicliques in Bipartite Graphs without + Using GPUs + authors: + - Zhe Pan 0001 + - Shuibing He + - Xu Li 0026 + - Xuechen Zhang 0001 + - Yanlong Yin + - Rui Wang 0076 + - Lidan Shou + - Mingli Song + - Xian-He Sun + - Gang Chen 0001 + year: '2024' + doi: 10.1109/SC41406.2024.00106 + url: https://doi.org/10.1109/SC41406.2024.00106 + dblp_key: conf/sc/PanHL0Y0SSSC24 + venue_name: SC + pages: null +- title: 'AstroMLab 2: AstroLLaMA-2-70B Model and Benchmarking Specialised LLMs for + Astronomy' + authors: + - Rui Pan 0002 + - Tuan Dung Nguyen + - Hardik Arora + - Alberto Accomazzi + - Tirthankar Ghosal + - Yuan-Sen Ting + year: '2024' + doi: 10.1109/SCW63240.2024.00019 + url: https://doi.org/10.1109/SCW63240.2024.00019 + dblp_key: conf/sc/PanNAAGT24 + venue_name: SC Workshops + pages: 87-96 +- title: 'RecFlex: Enabling Feature Heterogeneity-Aware Optimization for Deep Recommendation + Models with Flexible Schedules' + authors: + - Zaifeng Pan + - Zhen Zheng + - Feng Zhang 0007 + - Bing Xie + - Ruofan Wu + - Shaden Smith + - Chuanjie Liu + - Olatunji Ruwase + - Xiaoyong Du 0001 + - Yufei Ding 0001 + year: '2024' + doi: 10.1109/SC41406.2024.00047 + url: https://doi.org/10.1109/SC41406.2024.00047 + dblp_key: conf/sc/PanZZXWSLR0D24 + venue_name: SC + pages: null +- title: 'A Comparative Survey: Reusing Small Pre-Trained Models for Efficient Large + Model Training' + authors: + - Dhroov Pandey + - Jonah Ghebremichael + - Zongqing Qi + - Tong Shu + year: '2024' + doi: 10.1109/SCW63240.2024.00015 + url: https://doi.org/10.1109/SCW63240.2024.00015 + dblp_key: conf/sc/PandeyGQS24 + venue_name: SC Workshops + pages: 56-63 +- title: 'AM-DGCNN: Leveraging Graph Attention Networks and Edge Attributes for Link + Classification in Knowledge Graphs' + authors: + - Dhroov Pandey + - Tong Shu + year: '2024' + doi: 10.1109/SCW63240.2024.00144 + url: https://doi.org/10.1109/SCW63240.2024.00144 + dblp_key: conf/sc/PandeyS24 + venue_name: SC Workshops + pages: 1037-1045 +- title: AI Surrogate Model for Distributed Computing Workloads + authors: + - David Keetae Park + - Yihui Ren 0001 + - Ozgur O. Kilic + - Tatiana Korchuganova + - Sairam Sri Vatsavai + - Joseph Boudreau + - Tasnuva Chowdhury + - Shengyu Feng + - Raees Khan + - Jaehyung Kim 0001 + - Scott Klasky + - Tadashi Maeno + - Paul Nilsson + - Verena Ingrid Martinez Outschoorn + - Norbert Podhorszki + - Frédéric Suter + - Wei Yang + - Yiming Yang 0002 + - Shinjae Yoo + - Alexei Klimentov + - Adolfy Hoisie + year: '2024' + doi: 10.1109/SCW63240.2024.00018 + url: https://doi.org/10.1109/SCW63240.2024.00018 + dblp_key: conf/sc/Park0KKVBCFKKKM24 + venue_name: SC Workshops + pages: 79-86 +- title: Correctness Checking of MPI+OpenMP Applications Using Vector Clocks in MUST + authors: + - Cornelius Pätzold + - Simon Schwitanski + - Joachim Jenke + - Felix Tomski + - Matthias S. Müller + year: '2024' + doi: 10.1109/SCW63240.2024.00035 + url: https://doi.org/10.1109/SCW63240.2024.00035 + dblp_key: conf/sc/PatzoldSJTM24 + venue_name: SC Workshops + pages: 227-231 +- title: 'RAJA Performance Suite: Performance Portability Analysis with Caliper and + Thicket' + authors: + - Olga Pearce + - Jason Burmark + - Rich Hornung + - Befikir Bogale + - Ian Lumsden + - Michael McKinsey + - Dewi Yokelson + - David Böhme + - Stephanie Brink + - Michela Taufer + - Tom Scogland + year: '2024' + doi: 10.1109/SCW63240.2024.00162 + url: https://doi.org/10.1109/SCW63240.2024.00162 + dblp_key: conf/sc/PearceBHBLMYBBT24 + venue_name: SC Workshops + pages: 1206-1218 +- title: 'Taskgrind: Heavyweight Dynamic Binary Instrumentation for Parallel Programs + Analysis' + authors: + - Romain Pereira + - George Stelle + - Patrick Carribault + year: '2024' + doi: 10.1109/SCW63240.2024.00033 + url: https://doi.org/10.1109/SCW63240.2024.00033 + dblp_key: conf/sc/PereiraSC24 + venue_name: SC Workshops + pages: 214-221 +- title: Benchmarking Ethernet Interconnect for HPC/AI workloads + authors: + - Lorenzo Pichetti + - Daniele De Sensi + - Karthee Sivalingam + - Stepan Nassyr + - Daniele Cesarini + - Matteo Turisini + - Dirk Pleiter + - Aldo Artigiani + - Flavio Vella + year: '2024' + doi: 10.1109/SCW63240.2024.00124 + url: https://doi.org/10.1109/SCW63240.2024.00124 + dblp_key: conf/sc/PichettiSSNCTPA24 + venue_name: SC Workshops + pages: 869-875 +- title: 'SANReN's 100 Gbps Data Transfer Service: Transferring data fast!' + authors: + - Kasandra Pillay + - Johann Hugo + - Ajay Makan + - Thokozani Khwela + - Thuso Bogopa + - Manqoba Shabalala + year: '2024' + doi: 10.1109/SCW63240.2024.00109 + url: https://doi.org/10.1109/SCW63240.2024.00109 + dblp_key: conf/sc/PillayHMKBS24 + venue_name: SC Workshops + pages: 765-769 +- title: Impact of Varying BLAS Precision on DCMESH + authors: + - Nariman Piroozan + - S. John Pennycook + - Taufeq Mohammed Razakh + - Peter Caday + - Nalini Kumar + - Aiichiro Nakano + year: '2024' + doi: 10.1109/SCW63240.2024.00187 + url: https://doi.org/10.1109/SCW63240.2024.00187 + dblp_key: conf/sc/PiroozanPRCKN24 + venue_name: SC Workshops + pages: 1468-1480 +- title: Realizing Joint Extreme-Scale Simulations on Multiple Supercomputers - Two + Superfacility Case Studies + authors: + - Theresa Pollinger + - Alexander Van Craen + - Philipp Offenhäuser + - Dirk Pflüger + year: '2024' + doi: 10.1109/SC41406.2024.00104 + url: https://doi.org/10.1109/SC41406.2024.00104 + dblp_key: conf/sc/PollingerCOP24 + venue_name: SC + pages: null +- title: 'The Fused Multiply-Add and Global Atmospheric Models: A Distributional Investigation + into a Surprising Correctness Scenario' + authors: + - Teo Price-Broncucia + - Allison H. Baker + - Michael G. Duda + year: '2024' + doi: 10.1109/SCW63240.2024.00025 + url: https://doi.org/10.1109/SCW63240.2024.00025 + dblp_key: conf/sc/Price-Broncucia24 + venue_name: SC Workshops + pages: 140-147 +- title: Zero-consistency root emulation for unprivileged container image build + authors: + - Reid Priedhorsky + - Michael Jennings + - Megan Phinney + year: '2024' + doi: 10.1109/SCW63240.2024.00023 + url: https://doi.org/10.1109/SCW63240.2024.00023 + dblp_key: conf/sc/PriedhorskyJP24 + venue_name: SC Workshops + pages: 126-136 +- title: HPC with Enhanced User Separation + authors: + - Andrew Prout + - Albert Reuther + - Michael Houle 0001 + - Michael Jones 0001 + - Peter Michaleas + - LaToya Anderson + - William Arcand + - Bill Bergeron + - David Bestor + - Alex Bonn + - Daniel Burrill + - Chansup Byun + - Vijay Gadepally + - Matthew Hubbell + - Hayden Jananthan + - Piotr Luszczek + - Lauren Milechin + - Guillermo Morales + - Julie Mullen + - Antonio Rosa + - Charles Yee + - Jeremy Kepner + year: '2024' + doi: 10.1109/SCW63240.2024.00221 + url: https://doi.org/10.1109/SCW63240.2024.00221 + dblp_key: conf/sc/ProutR00MAABBBB24 + venue_name: SC Workshops + pages: 1765-1772 +- title: Optimizing Distributed ML Communication with Fused Computation-Collective + Operations + authors: + - Kishore Punniyamurthy + - Khaled Hamidouche + - Bradford M. Beckmann + year: '2024' + doi: 10.1109/SC41406.2024.00094 + url: https://doi.org/10.1109/SC41406.2024.00094 + dblp_key: conf/sc/PunniyamurthyHB24 + venue_name: SC + pages: null +- title: 'Tango: A Cross-layer Approach to Managing I/O Interference over Local Ephemeral + Storage' + authors: + - Zhenbo Qiao + - Qirui Tian + - Zhenlu Qin + - Jinzhen Wang + - Qing Liu 0002 + - Norbert Podhorszki + - Scott Klasky + - Hongjian Zhu + year: '2024' + doi: 10.1109/SC41406.2024.00020 + url: https://doi.org/10.1109/SC41406.2024.00020 + dblp_key: conf/sc/QiaoTQW0PKZ24 + venue_name: SC + pages: null +- title: 'EXO: Accelerating Storage Paravirtualization with eBPF' + authors: + - Shi Qiu + - Li Wang + - Yiming Zhang + year: '2024' + doi: 10.1109/SC41406.2024.00112 + url: https://doi.org/10.1109/SC41406.2024.00112 + dblp_key: conf/sc/QiuWZ24 + venue_name: SC + pages: null +- title: A Conflict-aware Divide-and-Conquer Algorithm for Symmetric Sparse Matrix-Vector + Multiplication + authors: + - Haozhong Qiu + - Chuanfu Xu + - Jianbin Fang + - Jian Zhang 0115 + - Liang Deng + - Yue Ding 0001 + - Qingsong Wang + - Shizhao Chen + - Yonggang Che + - Jie Liu 0002 + year: '2024' + doi: 10.1109/SC41406.2024.00054 + url: https://doi.org/10.1109/SC41406.2024.00054 + dblp_key: conf/sc/QiuXFZD0WCC024 + venue_name: SC + pages: null +- title: A Scalable Training-Free Diffusion Model for Uncertainty Quantification + authors: + - Ali Haisam Muhammad Rafid + - Junqi Yin + - Yuwei Geng + - Siming Liang + - Feng Bao 0005 + - Lili Ju + - Guannan Zhang + year: '2024' + doi: 10.1109/SCW63240.2024.00057 + url: https://doi.org/10.1109/SCW63240.2024.00057 + dblp_key: conf/sc/RafidYGL0JZ24 + venue_name: SC Workshops + pages: 380-386 +- title: Enabling Scientific Collaboration with JupyterHub + authors: + - Min Ragan-Kelley + - Matthew L. Henderson + - Fernando Pérez + - Rollin C. Thomas + - Shreyas Cholia + - Lavanya Ramakrishnan + year: '2024' + doi: 10.1109/SCW63240.2024.00249 + url: https://doi.org/10.1109/SCW63240.2024.00249 + dblp_key: conf/sc/Ragan-KelleyHPT24 + venue_name: SC Workshops + pages: 1993-2002 +- title: Distributed-Memory Parallel Algorithms for Sparse Matrix and Sparse Tall-and-Skinny + Matrix Multiplication + authors: + - Isuru Ranawaka + - Md Taufique Hussain + - Charles Block + - Gerasimos Gerogiannis + - Josep Torrellas + - Ariful Azad + year: '2024' + doi: 10.1109/SC41406.2024.00052 + url: https://doi.org/10.1109/SC41406.2024.00052 + dblp_key: conf/sc/RanawakaHBGTA24 + venue_name: SC + pages: null +- title: Entanglement Capacity Estimates and Throughput Measurements of Quantum Channels + authors: + - Nageswara S. V. Rao + - Muneer Alshowkan + - Joseph C. Chapman + - Nicholas A. Peters + - Hsuan-Hao Lu + - Joseph M. Lukens + - Saikat Guha + year: '2024' + doi: 10.1109/SCW63240.2024.00114 + url: https://doi.org/10.1109/SCW63240.2024.00114 + dblp_key: conf/sc/RaoACPLLG24 + venue_name: SC Workshops + pages: 803-809 +- title: An Adaptive Asynchronous Approach for the Single-Source Shortest Paths Problem + authors: + - Ritvik Rao + - Kavitha Chandrasekar + - Laxmikant V. Kalé + year: '2024' + doi: 10.1109/SCW63240.2024.00097 + url: https://doi.org/10.1109/SCW63240.2024.00097 + dblp_key: conf/sc/RaoCK24 + venue_name: SC Workshops + pages: 697-702 +- title: Hello SME! Generating Fast Matrix Multiplication Kernels Using the Scalable + Matrix Extension + authors: + - Stefan Remke + - Alexander Breuer + year: '2024' + doi: 10.1109/SCW63240.2024.00185 + url: https://doi.org/10.1109/SCW63240.2024.00185 + dblp_key: conf/sc/RemkeB24 + venue_name: SC Workshops + pages: 1443-1454 +- title: 'Laminar 2.0: Serverless Stream Processing with Enhanced Code Search and + Recommendations' + authors: + - Daniel Rotchford + - Samuel Evans + - Rosa Filgueira + year: '2024' + doi: 10.1109/SCW63240.2024.00261 + url: https://doi.org/10.1109/SCW63240.2024.00261 + dblp_key: conf/sc/RotchfordEF24 + venue_name: SC Workshops + pages: 2088-2095 +- title: Performance Analysis of Scientific Applications on an NVIDIA Grace System + authors: + - Amit Ruhela + - John Cazes + - John D. McCalpin + - Carlos Del-Castillo-Negrete + - Junjie Li 0003 + - Hang Liu + - Hanning Chen + - Chun-Yaung Lu + - Kent F. Milfeld + - Wenyang Zhang + - Ian Wang + - Lars Koesterke + - John DeSantis + - Nic Lewis + - Sean Hempel + - Dan Stanzione + year: '2024' + doi: 10.1109/SCW63240.2024.00078 + url: https://doi.org/10.1109/SCW63240.2024.00078 + dblp_key: conf/sc/RuhelaCMDLLCLMZ24 + venue_name: SC Workshops + pages: 558-566 +- title: Predicting Protein Folding on Intel's Data Center GPU Max Series Architecture + (PVC) + authors: + - Dhani Ruhela + - Madhavan Prasanna + - Aaditya Saxena + year: '2024' + doi: 10.1109/SCW63240.2024.00128 + url: https://doi.org/10.1109/SCW63240.2024.00128 + dblp_key: conf/sc/RuhelaPS24 + venue_name: SC Workshops + pages: 901-908 +- title: Toward High-Performance Blockchain System by Blurring the Line between Ordering + and Execution + authors: + - Donghyeon Ryu + - Chanik Park + year: '2024' + doi: 10.1109/SC41406.2024.00033 + url: https://doi.org/10.1109/SC41406.2024.00033 + dblp_key: conf/sc/RyuP24 + venue_name: SC + pages: null +- title: 'Leveraging In-band Network Telemetry for Automated DDoS Detection in Production + Programmable Networks: The AmLight Use Case' + authors: + - Hadi Sahin + - Jeronimo Bezerra + - Italo Brito 0001 + - Renata Frez + - Vasilka Chergarova + - Luis Fernandez Lopez + - Julio Ibarra + year: '2024' + doi: 10.1109/SCW63240.2024.00113 + url: https://doi.org/10.1109/SCW63240.2024.00113 + dblp_key: conf/sc/SahinB0FCLI24 + venue_name: SC Workshops + pages: 793-802 +- title: Matrix-Free Finite Volume Kernels on a Dataflow Architecture + authors: + - Ryuichi Sai + - François P. Hamon + - John M. Mellor-Crummey + - Mauricio Araya-Polo + year: '2024' + doi: 10.1109/SC41406.2024.00034 + url: https://doi.org/10.1109/SC41406.2024.00034 + dblp_key: conf/sc/SaiHMA24 + venue_name: SC + pages: null +- title: Automated Code Generation of High-Order Stencils for a Dataflow Architecture + authors: + - Ryuichi Sai + - John M. Mellor-Crummey + - Jinfan Xu + - Mauricio Araya-Polo + year: '2024' + doi: 10.1109/SC41406.2024.00025 + url: https://doi.org/10.1109/SC41406.2024.00025 + dblp_key: conf/sc/SaiMXA24 + venue_name: SC + pages: null +- title: Inspection of I/O Operations from System Call Traces using Directly-Follows-Graph + authors: + - Aravind Sankaran + - Ilya Zhukov + - Wolfgang Frings + - Paolo Bientinesi + year: '2024' + doi: 10.1109/SCW63240.2024.00196 + url: https://doi.org/10.1109/SCW63240.2024.00196 + dblp_key: conf/sc/SankaranZFB24 + venue_name: SC Workshops + pages: 1562-1575 +- title: 'PULSE: Using Mixed-Quality Models for Reducing Serverless Keep-Alive Cost' + authors: + - Kausalya Sankaranarayanan + - Rohan Basu Roy + - Devesh Tiwari + year: '2024' + doi: 10.1109/SCW63240.2024.00021 + url: https://doi.org/10.1109/SCW63240.2024.00021 + dblp_key: conf/sc/Sankaranarayanan24 + venue_name: SC Workshops + pages: 99-109 +- title: Breaking the Molecular Dynamics Timescale Barrier Using a Wafer-Scale System + authors: + - Kylee Santos + - Stan G. Moore + - Tomas Oppelstrup + - Amirali Sharifian + - Ilya Sharapov + - Aidan P. Thompson + - Delyan Z. Kalchev + - Danny Perez + - Robert Schreiber + - Scott Pakin + - Edgar A. Leon + - James H. Laros III + - Michael James 0002 + - Sivasankaran Rajamanickam + year: '2024' + doi: 10.1109/SC41406.2024.00014 + url: https://doi.org/10.1109/SC41406.2024.00014 + dblp_key: conf/sc/SantosMOSSTKPSP24 + venue_name: SC + pages: null +- title: Active Learning Surrogates for Integrating Electron Microscopy and Computational + Insights from Simulations in Autonomous Experiments + authors: + - Gayathri Saranathan + - Ayana Ghosh + - Martin Foltin + - Ann Mary Justine Koomthanam + - Aalap Tripathy + - Maxim A. Ziatdinov + - Suparna Bhattacharya + - Kevin Roccapriore + - Paolo Faraboschi + year: '2024' + doi: 10.1109/SCW63240.2024.00270 + url: https://doi.org/10.1109/SCW63240.2024.00270 + dblp_key: conf/sc/SaranathanGFKTZ24 + venue_name: SC Workshops + pages: 2154-2161 +- title: 'BCSR on GPU: A Way Forward Extreme-scale Graph Processing on Accelerator-enabled + Frontier Supercomputer' + authors: + - Naw Safrin Sattar + - Hao Lu 0001 + - Feiyi Wang + year: '2024' + doi: 10.1109/SCW63240.2024.00044 + url: https://doi.org/10.1109/SCW63240.2024.00044 + dblp_key: conf/sc/Sattar0W24 + venue_name: SC Workshops + pages: 280-289 +- title: Performance Portability of Electron Repulsion Integrals and Their Related + Methods across Peta to Exascale Architectures + authors: + - Tosaporn Sattasathuchana + - Peng Xu + - Dossay Oryspayev + - Colleen Bertoni + - Luke B. Roskop + - Mark S. Gordon + year: '2024' + doi: 10.1109/SCW63240.2024.00244 + url: https://doi.org/10.1109/SCW63240.2024.00244 + dblp_key: conf/sc/Sattasathuchana24 + venue_name: SC Workshops + pages: 1943-1954 +- title: Cavity in the Loop + authors: + - David Scheunert + - Jonas Gehrunger + - Christian Hochberger + - Dieter Lens + - Harald Klingbeil + year: '2024' + doi: 10.1109/SCW63240.2024.00272 + url: https://doi.org/10.1109/SCW63240.2024.00272 + dblp_key: conf/sc/ScheunertGHLK24 + venue_name: SC Workshops + pages: 2168-2175 +- title: Understanding Data Movement in AMD Multi-GPU Systems with Infinity Fabric + authors: + - Gabin Schieffer + - Ruimin Shi + - Stefano Markidis + - Andreas Herten + - Jennifer Faj + - Ivy Peng + year: '2024' + doi: 10.1109/SCW63240.2024.00079 + url: https://doi.org/10.1109/SCW63240.2024.00079 + dblp_key: conf/sc/SchiefferSMHFP24 + venue_name: SC Workshops + pages: 567-576 +- title: 'Recent Linux Improvements that Impact TCP Throughput: Insights from R&E + Networks' + authors: + - Marcos F. Schwarz + - Brian Tierney + - Kiran Vasu + - Eli Dart + - Christian Esteve Rothenberg + - Jeronimo Bezerra + - Italo Valcy S. Brito + year: '2024' + doi: 10.1109/SCW63240.2024.00111 + url: https://doi.org/10.1109/SCW63240.2024.00111 + dblp_key: conf/sc/SchwarzTVDRBB24 + venue_name: SC Workshops + pages: 775-784 +- title: 'Exploring GPU-to-GPU Communication: Insights into Supercomputer Interconnects' + authors: + - Daniele De Sensi + - Lorenzo Pichetti + - Flavio Vella + - Tiziano De Matteis + - Zebin Ren + - Luigi Fusco + - Matteo Turisini + - Daniele Cesarini + - Kurt Lust + - Animesh Trivedi + - Duncan Roweth + - Filippo Spiga + - Salvatore Di Girolamo + - Torsten Hoefler + year: '2024' + doi: 10.1109/SC41406.2024.00039 + url: https://doi.org/10.1109/SC41406.2024.00039 + dblp_key: conf/sc/SensiPVMRFTCLTR24 + venue_name: SC + pages: null +- title: Bridging Gaps in Simulation Analysis through a General Purpose, Bidirectional + Steering Interface with Ascent + authors: + - Andres Sewell + - Dimitrios K. Fytanidis + - Victor A. Mateevitsi + - Cyrus Harrison + - Nicole Marsaglia + - Thomas Marrinan + - Silvio Rizzi 0001 + - Joseph A. Insley + - Michael E. Papka + - Steve Petruzza + year: '2024' + doi: 10.1109/SCW63240.2024.00119 + url: https://doi.org/10.1109/SCW63240.2024.00119 + dblp_key: conf/sc/SewellFMHMM0IPP24 + venue_name: SC Workshops + pages: 841-846 +- title: 'QNTN: Establishing a Regional Quantum Network in Tennessee' + authors: + - Mohamed Shaban + - Muhammad Ismail + - Mariam Kiran + year: '2024' + doi: 10.1109/SCW63240.2024.00115 + url: https://doi.org/10.1109/SCW63240.2024.00115 + dblp_key: conf/sc/ShabanIK24 + venue_name: SC Workshops + pages: 810-818 +- title: Many-Body Electronic Correlation Energy using Krylov Subspace Linear Solvers + authors: + - Shikhar Shah + - Boqin Zhang + - Hua Huang 0011 + - John E. Pask + - Phanish Suryanarayana + - Edmond Chow + year: '2024' + doi: 10.1109/SC41406.2024.00066 + url: https://doi.org/10.1109/SC41406.2024.00066 + dblp_key: conf/sc/ShahZHPSC24 + venue_name: SC + pages: null +- title: Pushing the Limit of Quantum Mechanical Simulation to the Raman Spectra of + a Biological System with 100 Million Atoms + authors: + - Honghui Shang + - Ying Liu 0055 + - Zhikun Wu + - Zhenchuan Chen + - Jinfeng Liu 0004 + - Meiyue Shao + - Yingzhou Li + - Bowen Kan + - Huimin Cui + - Xiaobing Feng 0002 + - Yunquan Zhang + - Donald G. Truhlar + - Hong An + - Xiao He 0004 + - Jinlong Yang 0003 + year: '2024' + doi: 10.1109/SC41406.2024.00011 + url: https://doi.org/10.1109/SC41406.2024.00011 + dblp_key: conf/sc/ShangLWCLSLKC0Z24 + venue_name: SC + pages: null +- title: Impacts of floating-point non-associativity on reproducibility for HPC and + deep learning applications + authors: + - Sanjif Shanmugavelu + - Mathieu Taillefumier + - Christopher Culver + - Oscar R. Hernandez + - Mark Coletti + - Ada Sedova + year: '2024' + doi: 10.1109/SCW63240.2024.00028 + url: https://doi.org/10.1109/SCW63240.2024.00028 + dblp_key: conf/sc/ShanmugaveluTCH24 + venue_name: SC Workshops + pages: 170-179 +- title: 'LLAMP: Assessing Network Latency Tolerance of HPC Applications with Linear + Programming' + authors: + - Siyuan Shen + - Langwen Huang + - Marcin Chrapek + - Timo Schneider + - Jai Dayal + - Manisha Gajbe + - Robert W. Wisniewski + - Torsten Hoefler + year: '2024' + doi: 10.1109/SC41406.2024.00070 + url: https://doi.org/10.1109/SC41406.2024.00070 + dblp_key: conf/sc/ShenHCSDGWH24 + venue_name: SC + pages: null +- title: An Incremental Multi-Level, Multi-Scale Approach to Assessment of Multifidelity + HPC Systems + authors: + - Shilpika + - Bethany Lusch + - Venkatram Vishwanath + - Michael E. Papka + year: '2024' + doi: 10.1109/SCW63240.2024.00197 + url: https://doi.org/10.1109/SCW63240.2024.00197 + dblp_key: conf/sc/ShilpikaLVP24 + venue_name: SC Workshops + pages: 1576-1587 +- title: 'Navigating Exascale Operational Data Analytics: From Inundation to Insight' + authors: + - Woong Shin + - Tim Osborne + - Ahmad Maroof Karimi + - Rachel Palumbo + - Alex May 0002 + - Corwin Lester + - Jesse Hines + - Naw Safrin Sattar + - Leah Huk + - Scott Simmerman + - Wesley Brewer + - Jeffrey Miller + - Ryan Adamson + - Olga A. Kuchar + - Ryan Prout + - Feiyi Wang + - Scott Atchley + - Sarp Oral + year: '2024' + doi: 10.1109/SCW63240.2024.00226 + url: https://doi.org/10.1109/SCW63240.2024.00226 + dblp_key: conf/sc/ShinOKP0LHSHSBM24 + venue_name: SC Workshops + pages: 1795-1804 +- title: Towards Sustainable Post-Exascale Leadership Computing + authors: + - Woong Shin + - James B. White + - Wael R. Elwasif + - Rafael Ferreira da Silva + - Christopher Zimmer 0001 + - Bronson Messer + - Reuben D. Budiardja + - Antigoni Georgiadou + - Verónica Melesse Vergara + - Jack Lange + - Matthias Maiterth + - Tim Osborne + - Leah Huk + - John K. Holmen + - Nick Hagerty + - Ahmad Maroof Karimi + - Thomas J. Naughton + - Ryan Adamson + - Ryan Prout + - Feiyi Wang + - Scott Atchley + - Kevin G. Thach + - Thomas Beck + - Sarp Oral + year: '2024' + doi: 10.1109/SCW63240.2024.00225 + url: https://doi.org/10.1109/SCW63240.2024.00225 + dblp_key: conf/sc/ShinWES0MBGVLMO24 + venue_name: SC Workshops + pages: 1790-1794 +- title: Examining the Viability of Row-Scale Disaggregation for Production Applications + authors: + - Curtis Shorts + - Ryan E. Grant + year: '2024' + doi: 10.1109/SCW63240.2024.00201 + url: https://doi.org/10.1109/SCW63240.2024.00201 + dblp_key: conf/sc/ShortsG24 + venue_name: SC Workshops + pages: 1613-1621 +- title: Enabling HPC Scientific Workflows for Serverless + authors: + - Anderson Andrei Da Silva + - Rolando Pablo Hong Enriquez + - Gourav Rattihalli + - Vijay Thurimella + - Rafael Ferreira da Silva + - Dejan S. Milojicic + year: '2024' + doi: 10.1109/SCW63240.2024.00022 + url: https://doi.org/10.1109/SCW63240.2024.00022 + dblp_key: conf/sc/SilvaERTSM24 + venue_name: SC Workshops + pages: 110-125 +- title: 'LexiQL: Quantum Natural Language Processing on NISQ-era Machines' + authors: + - Daniel Silver + - Aditya Ranjan + - Rakesh Achutha + - Tirthak Patel + - Devesh Tiwari + year: '2024' + doi: 10.1109/SC41406.2024.00073 + url: https://doi.org/10.1109/SC41406.2024.00073 + dblp_key: conf/sc/SilverRAPT24 + venue_name: SC + pages: null +- title: Benchmarking and Continuous Performance Monitoring of Ookami, an ARM Fujitsu + A64FX Testbed Cluster + authors: + - Nikolay A. Simakov + - Joseph P. White + - Matthew D. Jones + - Eva Siegmann + - Daniel G. Wood + - Firat Coskun + - Robert J. Harrison + year: '2024' + doi: 10.1109/SCW63240.2024.00081 + url: https://doi.org/10.1109/SCW63240.2024.00081 + dblp_key: conf/sc/SimakovWJSWCH24 + venue_name: SC Workshops + pages: 588-594 +- title: Increasing Energy Efficiency of Astrophysics Simulations Through GPU Frequency + Scaling + authors: + - Osman Seckin Simsek + - Jean-Guillaume Piccinali + - Florina M. Ciorba + year: '2024' + doi: 10.1109/SCW63240.2024.00229 + url: https://doi.org/10.1109/SCW63240.2024.00229 + dblp_key: conf/sc/SimsekPC24 + venue_name: SC Workshops + pages: 1826-1834 +- title: 'Democratizing AI: Open-source Scalable LLM Training on GPU-based Supercomputers' + authors: + - Siddharth Singh + - Prajwal Singhania + - Aditya K. Ranjan + - John Kirchenbauer + - Jonas Geiping + - Yuxin Wen + - Neel Jain + - Abhimanyu Hans + - Manli Shu + - Aditya Tomar + - Tom Goldstein + - Abhinav Bhatele + year: '2024' + doi: 10.1109/SC41406.2024.00010 + url: https://doi.org/10.1109/SC41406.2024.00010 + dblp_key: conf/sc/SinghSRKGWJHSTG24 + venue_name: SC + pages: null +- title: Asynchronous Distributed-Memory Parallel Algorithms for Influence Maximization + authors: + - Shubhendra Pal Singhal + - Souvadra Hati + - Jeffrey Young 0001 + - Vivek Sarkar + - Akihiro Hayashi + - Richard W. Vuduc + year: '2024' + doi: 10.1109/SC41406.2024.00108 + url: https://doi.org/10.1109/SC41406.2024.00108 + dblp_key: conf/sc/SinghalH0SHV24 + venue_name: SC + pages: null +- title: Reshaping High Energy Physics Applications for Near-Interactive Execution + Using TaskVine + authors: + - Barry Sly-Delgado + - Ben Tovar + - Jin Zhou + - Douglas Thain + year: '2024' + doi: 10.1109/SC41406.2024.00068 + url: https://doi.org/10.1109/SC41406.2024.00068 + dblp_key: conf/sc/Sly-DelgadoTZT24 + venue_name: SC + pages: null +- title: Expediting Higher Fidelity Plasma State Reconstructions for the DIII-D National + Fusion Facility Using Leadership Class Computing Resources + authors: + - Sterling Paul Smith + - Zichuan Anthony Xing + - Torrin Bechtel Amara + - Severin Sebastian Denk + - Earl William DeShazer + - Orso Meneghini + - Tom Neiser + - Laurie Stephey + - Oscar Antepara + - Christopher Mitchell Clark + - Eli Dart + - Pengfei Ding + - Sean Flanagan + - Raffi Nazikian + - David Schissel + - Christine Simpson + - Nicholas Scoville Tyler + - Thomas D. Uram + - Samuel Webb Williams + year: '2024' + doi: 10.1109/SCW63240.2024.00265 + url: https://doi.org/10.1109/SCW63240.2024.00265 + dblp_key: conf/sc/SmithXADDMNSACD24 + venue_name: SC Workshops + pages: 2118-2126 +- title: 'LLM4VV: Exploring LLM-as-a-Judge for Validation and Verification Testsuites' + authors: + - Zachariah Sollenberger + - Jay Patel + - Christian Munley + - Aaron Jarmusch + - Sunita Chandrasekaran + year: '2024' + doi: 10.1109/SCW63240.2024.00238 + url: https://doi.org/10.1109/SCW63240.2024.00238 + dblp_key: conf/sc/SollenbergerPMJ24 + venue_name: SC Workshops + pages: 1885-1893 +- title: 'Toward Sustainable HPC: In-Production Deployment of Incentive-Based Power + Efficiency Mechanism on the Fugaku Supercomputer' + authors: + - Ana Luisa Veroneze Solórzano + - Kento Sato + - Keiji Yamamoto + - Fumiyoshi Shoji + - Jim M. Brandt + - Benjamin Schwaller + - Sara Petra Walton + - Jennifer Green + - Devesh Tiwari + year: '2024' + doi: 10.1109/SC41406.2024.00030 + url: https://doi.org/10.1109/SC41406.2024.00030 + dblp_key: conf/sc/SolorzanoSYSBSW24 + venue_name: SC + pages: null +- title: 'Beatnik: A Novel Global Communication Mini-Application' + authors: + - Jason R. Stewart + - Patrick G. Bridges + year: '2024' + doi: 10.1109/SCW63240.2024.00066 + url: https://doi.org/10.1109/SCW63240.2024.00066 + dblp_key: conf/sc/StewartB24 + venue_name: SC Workshops + pages: 448-456 +- title: 'Breaking the Million-Electron and 1 EFLOP/s Barriers: Biomolecular-Scale + Ab Initio Molecular Dynamics Using MP2 Potentials' + authors: + - Ryan Stocks + - Jorge L. Galvez Vallejo + - Fiona C. Y. Yu + - Calum Snowdon + - Elise Palethorpe + - Jakub Kurzak + - Dmytro Bykov + - Giuseppe M. J. Barca + year: '2024' + doi: 10.1109/SC41406.2024.00015 + url: https://doi.org/10.1109/SC41406.2024.00015 + dblp_key: conf/sc/StocksVYSPKBB24 + venue_name: SC + pages: null +- title: Comprehensive Performance Modeling and System Design Insights for Foundation + Models + authors: + - Shashank Subramanian + - Ermal Rrapaj + - Peter Harrington + - Smeet Chheda + - Steven Farrell + - Brian Austin + - Samuel Williams 0001 + - Nicholas J. Wright + - Wahid Bhimji + year: '2024' + doi: 10.1109/SCW63240.2024.00179 + url: https://doi.org/10.1109/SCW63240.2024.00179 + dblp_key: conf/sc/SubramanianRHCF24 + venue_name: SC Workshops + pages: 1380-1397 +- title: 'DyTwin: Federated Adaptive Digital Twins for Data Centers - Visualization + and Anomaly Detection' + authors: + - Ebad Taheri + - Pedro Bruel + - Pavana Prakash + - Gourav Rattihalli + - Ninad Hogade + - Aditya Dhakal + - Rolando P. Hong Enriquez + - Torsten Wilde + - Leo Popokh + - Dejan S. Milojicic + - Cullen E. Bash + year: '2024' + doi: 10.1109/SCW63240.2024.00120 + url: https://doi.org/10.1109/SCW63240.2024.00120 + dblp_key: conf/sc/TaheriBPRHDEWPM24 + venue_name: SC Workshops + pages: 847-852 +- title: Performance Analysis of the NICAM Benchmark on MN-Core Processor + authors: + - Hikaru Takayashiki + - Natsuko Saito + - Hiroto Imachi + - Ryo Sakamoto + - Junichiro Makino + year: '2024' + doi: 10.1109/SCW63240.2024.00102 + url: https://doi.org/10.1109/SCW63240.2024.00102 + dblp_key: conf/sc/TakayashikiSISM24 + venue_name: SC Workshops + pages: 732-736 +- title: 'P-MoVE: Performance Monitoring and Visualization with Encoded Knowledge' + authors: + - Fatih Tasyaran + - Osman Yasal + - José A. Morgado + - Aleksandar Ilic + - Didem Unat + - Kamer Kaya + year: '2024' + doi: 10.1109/SCW63240.2024.00193 + url: https://doi.org/10.1109/SCW63240.2024.00193 + dblp_key: conf/sc/TasyaranYMIUK24 + venue_name: SC Workshops + pages: 1531-1542 +- title: Leveraging National Science Data Fabric Services to Train Data Scientists + authors: + - Michela Taufer + - Heberth F. Martinez + - Aashish Panta + - Paula Olaya + - Jack Marquez + - Amy Gooch + - Giorgio Scorzelli + - Valerio Pascucci + year: '2024' + doi: 10.1109/SCW63240.2024.00053 + url: https://doi.org/10.1109/SCW63240.2024.00053 + dblp_key: conf/sc/TauferMPOMGSP24 + venue_name: SC Workshops + pages: 355-362 +- title: Design and Implementation of MPI-Native GPU-Initiated MPI Partitioned Communication + authors: + - Yiltan Hassan Temuçin + - Whit Schonbein + - Scott Levy + - Amir Hossein Sojoodi + - Ryan E. Grant + - Ahmad Afsahi + year: '2024' + doi: 10.1109/SCW63240.2024.00065 + url: https://doi.org/10.1109/SCW63240.2024.00065 + dblp_key: conf/sc/TemucinSLSGA24 + venue_name: SC Workshops + pages: 436-447 +- title: EE-HPC a Framework for Energy Efficient HPC System Management + authors: + - Christian Terboven + - Radita Liem + - José Gracia + - Kingshuk Haldar + - J. F. Engels + - Pay Giesselmann + - David Brayford + - Torsten Wilde + - Christian Simmendinger + - Marcel Marquardt + - Jan Eitzinger + - Thomas Gruber 0007 + year: '2024' + doi: 10.1109/SCW63240.2024.00236 + url: https://doi.org/10.1109/SCW63240.2024.00236 + dblp_key: conf/sc/TerbovenLGHEGBW24 + venue_name: SC Workshops + pages: 1878-1882 +- title: Serverless Computing for Dynamic HPC Workflows + authors: + - Vijay Thurimella + - Philipp Raith + - Rolando P. Hong Enriquez + - Anderson Andrei Da Silva + - Gourav Rattihalli + - Ada Gavrilovska + - Dejan S. Milojicic + year: '2024' + doi: 10.1109/SCW63240.2024.00262 + url: https://doi.org/10.1109/SCW63240.2024.00262 + dblp_key: conf/sc/ThurimellaRESRG24 + venue_name: SC Workshops + pages: 2096-2103 +- title: 'LIDC: A Location Independent Multi-Cluster Computing Framework for Data + Intensive Science' + authors: + - Sankalpa Timilsina + - Susmit Shannigrahi + year: '2024' + doi: 10.1109/SCW63240.2024.00108 + url: https://doi.org/10.1109/SCW63240.2024.00108 + dblp_key: conf/sc/TimilsinaS24 + venue_name: SC Workshops + pages: 760-764 +- title: 'Modes, Persistence and Orthogonality: Blowing MPI Up' + authors: + - Jesper Larsson Träff + - Ioannis Vardas + - Sascha Hunold + year: '2024' + doi: 10.1109/SCW63240.2024.00061 + url: https://doi.org/10.1109/SCW63240.2024.00061 + dblp_key: conf/sc/TraffVH24 + venue_name: SC Workshops + pages: 404-413 +- title: Improving MPI Language Support Through Custom Datatype Serialization + authors: + - Jake Tronge + - Joseph Schuchart + - Lisandro Dalcín + - Howard Pritchard + year: '2024' + doi: 10.1109/SCW63240.2024.00062 + url: https://doi.org/10.1109/SCW63240.2024.00062 + dblp_key: conf/sc/TrongeSDP24 + venue_name: SC Workshops + pages: 414-424 +- title: High-Performance Eigensolver Combining EigenExa and Iterative Refinement + authors: + - Yuki Uchino + - Toshiyuki Imamura + year: '2024' + doi: 10.1109/SCW63240.2024.00213 + url: https://doi.org/10.1109/SCW63240.2024.00213 + dblp_key: conf/sc/UchinoI24 + venue_name: SC Workshops + pages: 1703-1712 +- title: 'KaMPIng: Flexible and (Near) Zero-Overhead C++ Bindings for MPI' + authors: + - Tim Niklas Uhl + - Matthias Schimek + - Lukas Hübner + - Demian Hespe + - Florian Kurpicz + - Daniel Seemaier + - Christoph Stelz + - Peter Sanders 0001 + year: '2024' + doi: 10.1109/SC41406.2024.00050 + url: https://doi.org/10.1109/SC41406.2024.00050 + dblp_key: conf/sc/UhlSHHKSS024 + venue_name: SC + pages: null +- title: 'JACC: Leveraging HPC Meta-Programming and Performance Portability with the + Just-in-Time and LLVM-based Julia Language' + authors: + - Pedro Valero-Lara + - William F. Godoy + - Het Mankad + - Keita Teranishi + - Jeffrey S. Vetter + - Johannes P. Blaschke + - Michel Schanen + year: '2024' + doi: 10.1109/SCW63240.2024.00245 + url: https://doi.org/10.1109/SCW63240.2024.00245 + dblp_key: conf/sc/Valero-LaraGMTV24 + venue_name: SC Workshops + pages: 1955-1966 +- title: 'ChatBLAS: The First AI-Generated and Portable BLAS Library' + authors: + - Pedro Valero-Lara + - William F. Godoy + - Keita Teranishi + - Prasanna Balaprakash + - Jeffrey S. Vetter + year: '2024' + doi: 10.1109/SCW63240.2024.00010 + url: https://doi.org/10.1109/SCW63240.2024.00010 + dblp_key: conf/sc/Valero-LaraGTBV24 + venue_name: SC Workshops + pages: 19-24 +- title: On the Efficacy of Surface Codes in Compensating for Radiation Events in + Superconducting Devices + authors: + - Marzio Vallero + - Gioele Casagranda + - Flavio Vella + - Paolo Rech + year: '2024' + doi: 10.1109/SC41406.2024.00075 + url: https://doi.org/10.1109/SC41406.2024.00075 + dblp_key: conf/sc/ValleroCVR24 + venue_name: SC + pages: null +- title: Sequences of Distributed Matrix-Vector Product for Very Large and Very Sparse + Irregular Matrices + authors: + - Maxence Vandromme + - Nicolas Hochart + - Serge G. Petiton + - Jérôme Gurhem + - Miwako Tsuji + - Mitsuhisa Sato + year: '2024' + doi: 10.1109/SCW63240.2024.00217 + url: https://doi.org/10.1109/SCW63240.2024.00217 + dblp_key: conf/sc/VandrommeHPGTS24 + venue_name: SC Workshops + pages: 1740-1747 +- title: 'Toward Automated Precision Tuning of Weather and Climate Models: A Case + Study' + authors: + - Jackson Vanover + - Alper Altuntas + - Cindy Rubio-González + year: '2024' + doi: 10.1109/SCW63240.2024.00026 + url: https://doi.org/10.1109/SCW63240.2024.00026 + dblp_key: conf/sc/VanoverAR24 + venue_name: SC Workshops + pages: 148-159 +- title: Applying a Task-Based Approach to Distributed Machine Learning Workflows + authors: + - Fernando Vázquez-Novoa + - Daniele Lezzi + - Francesc Lordan + - Fatemeh Baghdadi + - Davide Cirillo + year: '2024' + doi: 10.1109/SCW63240.2024.00166 + url: https://doi.org/10.1109/SCW63240.2024.00166 + dblp_key: conf/sc/Vazquez-NovoaLL24 + venue_name: SC Workshops + pages: 1252-1261 +- title: Portable Cross-Facility Workflows for X-ray Ptychography + authors: + - Albert Vong + - Steven F. Henke + - Oliver Hoidn + - Hannah Parraga + - Tao Zhou + - Apurva Mehta + - Nicholas Schwarz + year: '2024' + doi: 10.1109/SCW63240.2024.00267 + url: https://doi.org/10.1109/SCW63240.2024.00267 + dblp_key: conf/sc/VongHHPZMS24 + venue_name: SC Workshops + pages: 2135-2143 +- title: A High-Quality Workflow for Multi-Resolution Scientific Data Reduction and + Visualization + authors: + - Daoce Wang + - Pascal Grosset + - Jesus Pulido + - Tushar M. Athawale + - Jiannan Tian + - Kai Zhao 0008 + - Zarija Lukic + - Axel Huebl + - Zhe Wang 0059 + - James P. Ahrens + - Dingwen Tao + year: '2024' + doi: 10.1109/SC41406.2024.00091 + url: https://doi.org/10.1109/SC41406.2024.00091 + dblp_key: conf/sc/WangGPAT0LHWAT24 + venue_name: SC + pages: null +- title: 'Long Exposure: Accelerating Parameter-Efficient Fine-Tuning for LLMs under + Shadowy Sparsity' + authors: + - Tuowei Wang + - Kun Li 0016 + - Zixu Hao + - Donglin Bai + - Ju Ren 0001 + - Yaoxue Zhang + - Ting Cao 0003 + - Mao Yang 0004 + year: '2024' + doi: 10.1109/SC41406.2024.00081 + url: https://doi.org/10.1109/SC41406.2024.00081 + dblp_key: conf/sc/WangLHB0ZCY24 + venue_name: SC + pages: null +- title: 'ORBIT: Oak Ridge Base Foundation Model for Earth System Predictability' + authors: + - Xiao Wang 0004 + - Siyan Liu + - Aristeidis Tsaris + - Jong-Youl Choi + - Ashwin M. Aji + - Ming Fan + - Wei Zhang 0261 + - Junqi Yin + - Moetasim Ashfaq + - Dan Lu 0001 + - Prasanna Balaprakash + year: '2024' + doi: 10.1109/SC41406.2024.00007 + url: https://doi.org/10.1109/SC41406.2024.00007 + dblp_key: conf/sc/WangLTCAFZYA0B24 + venue_name: SC + pages: null +- title: 'UpDown: Combining Scalable Address Translation with Locality Control' + authors: + - Yuqing Wang + - Swann Perarnau + - Andrew A. Chien + year: '2024' + doi: 10.1109/SCW63240.2024.00141 + url: https://doi.org/10.1109/SCW63240.2024.00141 + dblp_key: conf/sc/WangPC24 + venue_name: SC Workshops + pages: 1014-1024 +- title: Accelerating Distributed DLRM Training with Optimized TT Decomposition and + Micro-Batching + authors: + - Weihu Wang + - Yaqi Xia + - Donglin Yang + - Xiaobo Zhou 0002 + - Dazhao Cheng + year: '2024' + doi: 10.1109/SC41406.2024.00055 + url: https://doi.org/10.1109/SC41406.2024.00055 + dblp_key: conf/sc/WangXY0C24 + venue_name: SC + pages: null +- title: Boosting Data Center Performance via Intelligently Managed Multi-backend + Disaggregated Memory + authors: + - Jing Wang 0055 + - Hanzhang Yang + - Chao Li 0009 + - Yiming Zhuansun + - Wang Yuan + - Cheng Xu + - Xiaofeng Hou + - Minyi Guo + - Yang Hu 0001 + - Yaqian Zhao + year: '2024' + doi: 10.1109/SC41406.2024.00043 + url: https://doi.org/10.1109/SC41406.2024.00043 + dblp_key: conf/sc/WangYLZYXHGHZ24 + venue_name: SC + pages: null +- title: Exploring Efficient Partial Differential Equation Solution Using Speed Galerkin + Transformer + authors: + - Xun Wang 0010 + - Zeyang Zhu + - Xiangyu Meng 0005 + - Tao Song 0001 + year: '2024' + doi: 10.1109/SC41406.2024.00084 + url: https://doi.org/10.1109/SC41406.2024.00084 + dblp_key: conf/sc/WangZ0024 + venue_name: SC + pages: null +- title: Granularity- and Interference-Aware GPU Sharing with MPS + authors: + - Alex Weaver + - Krishna Kavi + - Dejan S. Milojicic + - Rolando Pablo Hong Enriquez + - Ninad Hogade + - Alok Mishra 0002 + - Gayatri Mehta + year: '2024' + doi: 10.1109/SCW63240.2024.00203 + url: https://doi.org/10.1109/SCW63240.2024.00203 + dblp_key: conf/sc/WeaverKMEH0M24 + venue_name: SC Workshops + pages: 1630-1637 +- title: 'APTMoE: Affinity-Aware Pipeline Tuning for MoE Models on Bandwidth-Constrained + GPU Nodes' + authors: + - Yuanxin Wei + - Jiangsu Du + - Jiazhi Jiang + - Xiao Shi + - Xianwei Zhang 0001 + - Dan Huang 0001 + - Nong Xiao 0001 + - Yutong Lu + year: '2024' + doi: 10.1109/SC41406.2024.00096 + url: https://doi.org/10.1109/SC41406.2024.00096 + dblp_key: conf/sc/WeiDJSZHXL24 + venue_name: SC + pages: null +- title: A Performance-Portable Kilometer-Scale Global Ocean Model on ORISE and New + Sunway Heterogeneous Supercomputers + authors: + - Junlin Wei + - Xiang Han + - Jiangfeng Yu + - Jinrong Jiang + - Hailong Liu 0007 + - Pengfei Lin 0004 + - Maoxue Yu + - Kai Xu + - Lian Zhao + - Pengfei Wang + - Weipeng Zheng + - Jingwei Xie + - Yanzhi Zhou + - Tao Zhang 0096 + - Feng Zhang 0048 + - Yehong Zhang + - Yue Yu 0001 + - Yuzhu Wang + - Yidi Bai + - Chen Li 0068 + - Zipeng Yu + - Haoyu Deng + - Yaxin Li + - Xuebin Chi + year: '2024' + doi: 10.1109/SC41406.2024.00009 + url: https://doi.org/10.1109/SC41406.2024.00009 + dblp_key: conf/sc/WeiHYJLLYXZWZXZ24 + venue_name: SC + pages: null +- title: Enhancing Small Message Aggregation with Directive-Based Deferred Execution + authors: + - Aaron Welch + - Oscar R. Hernandez + - Stephen W. Poole + - Wendy Poole + year: '2024' + doi: 10.1109/SCW63240.2024.00094 + url: https://doi.org/10.1109/SCW63240.2024.00094 + dblp_key: conf/sc/WelchHPP24 + venue_name: SC Workshops + pages: 677-681 +- title: Enhancing Electron Microscopy Image Classification Using Data Augmentation + authors: + - Jordan A. Welsman + - Gunther H. Weber + - Oluwamayowa O. Amusat + - Anna Giannakou + - Lavanya Ramakrishnan + year: '2024' + doi: 10.1109/SCW63240.2024.00016 + url: https://doi.org/10.1109/SCW63240.2024.00016 + dblp_key: conf/sc/WelsmanWAGR24 + venue_name: SC Workshops + pages: 64-71 +- title: 'JUmPER: Performance Data Monitoring, Instrumentation and Visualization for + Jupyter Notebooks' + authors: + - Elias Werner + - Anton Rygin + - Andreas Gocht-Zech + - Sebastian Döbel + - Matthias Lieber + year: '2024' + doi: 10.1109/SCW63240.2024.00250 + url: https://doi.org/10.1109/SCW63240.2024.00250 + dblp_key: conf/sc/WernerRGDL24 + venue_name: SC Workshops + pages: 2003-2011 +- title: Optimizing the Weather Research and Forecasting Model with OpenMP Offload + and Codee + authors: + - Chayanon Namo Wichitrnithed + - Woo-Sun Yang + - Yun Helen He + - Brad Richardson + - Koichi Sakaguchi + - Manuel Arenaz + - William I. Gustafson Jr. + - Jacob Shpund + - Ulises Costi Blanco + - Álvaro Goldar Dieste + year: '2024' + doi: 10.1109/SCW63240.2024.00243 + url: https://doi.org/10.1109/SCW63240.2024.00243 + dblp_key: conf/sc/WichitrnithedYH24 + venue_name: SC Workshops + pages: 1934-1942 +- title: 'Bluesky and Raydata: An Integrated Platform for Adaptive Experiment Orchestration' + authors: + - Hiran Wijesinghe + - Andi M. Barbour + - Lutz Wiegart + - Evan Carlin + - Joshua Einstein-Curtis + - Paul Moeller + - Robert Nagler + - Raven O'Rourke + - Nathan Cook + - Maksim S. Rakitin + year: '2024' + doi: 10.1109/SCW63240.2024.00271 + url: https://doi.org/10.1109/SCW63240.2024.00271 + dblp_key: conf/sc/WijesingheBWCEM24 + venue_name: SC Workshops + pages: 2162-2167 +- title: OpenACC offloading of the MFC compressible multiphase flow solver on AMD + and NVIDIA GPUs + authors: + - Benjamin Wilfong + - Anand Radhakrishnan + - Henry Le Berre + - Steve Abbott + - Reuben D. Budiardja + - Spencer H. Bryngelson + year: '2024' + doi: 10.1109/SCW63240.2024.00242 + url: https://doi.org/10.1109/SCW63240.2024.00242 + dblp_key: conf/sc/WilfongRBABB24 + venue_name: SC Workshops + pages: 1923-1933 +- title: Assessing the GPU Offload Threshold of GEMM and GEMV Kernels on Modern Heterogeneous + HPC Systems + authors: + - Finn Wilkinson + - Alex Cockrean + - Wei-Chen Lin + - Simon McIntosh-Smith + - Tom Deakin + year: '2024' + doi: 10.1109/SCW63240.2024.00188 + url: https://doi.org/10.1109/SCW63240.2024.00188 + dblp_key: conf/sc/WilkinsonCLMD24 + venue_name: SC Workshops + pages: 1481-1495 +- title: Analyzing HPC Utilization with PIKA and Vampir + authors: + - William R. Williams + - Maximilian Knespel + - Frank Winkler + - Bert Wesarg + year: '2024' + doi: 10.1109/SCW63240.2024.00194 + url: https://doi.org/10.1109/SCW63240.2024.00194 + dblp_key: conf/sc/WilliamsKWW24 + venue_name: SC Workshops + pages: 1543-1550 +- title: Matrix Sketching for Online Analysis of LCLS Imaging Datasets + authors: + - John Winnicki + - Frédéric Poitevin + - Haoyuan Li + - Eric Darve + year: '2024' + doi: 10.1109/SCW63240.2024.00269 + url: https://doi.org/10.1109/SCW63240.2024.00269 + dblp_key: conf/sc/WinnickiPLD24 + venue_name: SC Workshops + pages: 2144-2153 +- title: Error-controlled Progressive Retrieval of Scientific Data under Derivable + Quantities of Interest + authors: + - Xuan Wu + - Qian Gong + - Jieyang Chen + - Qing Liu 0002 + - Norbert Podhorszki + - Xin Liang 0001 + - Scott Klasky + year: '2024' + doi: 10.1109/SC41406.2024.00092 + url: https://doi.org/10.1109/SC41406.2024.00092 + dblp_key: conf/sc/WuGCLP0K24 + venue_name: SC + pages: null +- title: 'autoGEMM: Pushing the Limits of Irregular Matrix Multiplication on Arm Architectures' + authors: + - Du Wu + - Jintao Meng 0001 + - Wenxi Zhu + - Minwen Deng + - Xiao Wang 0004 + - Tao Luo 0014 + - Mohamed Wahib + - Yanjie Wei + year: '2024' + doi: 10.1109/SC41406.2024.00027 + url: https://doi.org/10.1109/SC41406.2024.00027 + dblp_key: conf/sc/WuMZDW0WW24 + venue_name: SC + pages: null +- title: Enhancing Scalability and Performance in Influence Maximization with Optimized + Parallel Processing + authors: + - Hanjiang Wu + - Huan Xu + - Joongun Park + - Jesmin Jahan Tithi + - Fabio Checconi + - Jordi Wolfson-Pou + - Fabrizio Petrini + - Tushar Krishna + year: '2024' + doi: 10.1109/SCW63240.2024.00092 + url: https://doi.org/10.1109/SCW63240.2024.00092 + dblp_key: conf/sc/WuXPTCWPK24 + venue_name: SC Workshops + pages: 667-676 +- title: Enabling 13K-Atom Excited-State GW Calculations via Low-Rank Approximations + and HPC on the New Sunway Supercomputer + authors: + - Wentiao Wu + - Zhengbang Zhou + - Qingcai Jiang + - Junwei Feng + - Xinming Qin + - Huanhuan Ma + - Zhenwei Cao + - Junshi Chen 0003 + - Sheng Chen + - Xinyong Meng + - Bingkun Hou + - Yuanfan Xiong + - Linhao Wang + - Yixuan Sun + - Hong An + - Jinlong Yang 0003 + - Wei Hu 0006 + year: '2024' + doi: 10.1109/SC41406.2024.00067 + url: https://doi.org/10.1109/SC41406.2024.00067 + dblp_key: conf/sc/WuZJFQMCCCMHXWS24 + venue_name: SC + pages: null +- title: 'Scaling New Heights: Transformative Cross-GPU Sampling for Training Billion-Edge + Graphs' + authors: + - Yaqi Xia + - Donglin Yang + - Xiaobo Zhou 0002 + - Dazhao Cheng + year: '2024' + doi: 10.1109/SC41406.2024.00056 + url: https://doi.org/10.1109/SC41406.2024.00056 + dblp_key: conf/sc/XiaY0C24 + venue_name: SC + pages: null +- title: 'Atlas: Hierarchical Partitioning for Quantum Circuit Simulation on GPUs' + authors: + - Mingkuan Xu + - Shiyi Cao + - Xupeng Miao + - Umut A. Acar + - Zhihao Jia + year: '2024' + doi: 10.1109/SC41406.2024.00087 + url: https://doi.org/10.1109/SC41406.2024.00087 + dblp_key: conf/sc/XuCMAJ24 + venue_name: SC + pages: null +- title: Efficient Tensor Offloading for Large Deep-Learning Model Training based + on Compute Express Link + authors: + - Dong Xu + - Yuan Feng + - Kwangsik Shin + - Daewoo Kim + - Hyeran Jeon + - Dong Li + year: '2024' + doi: 10.1109/SC41406.2024.00100 + url: https://doi.org/10.1109/SC41406.2024.00100 + dblp_key: conf/sc/XuFSKJL24 + venue_name: SC + pages: null +- title: An Efficient Checkpointing System for Large Machine Learning Model Training + authors: + - Wubiao Xu + - Xin Huang + - Shiman Meng + - Weiping Zhang + - Luanzheng Guo + - Kento Sato + year: '2024' + doi: 10.1109/SCW63240.2024.00127 + url: https://doi.org/10.1109/SCW63240.2024.00127 + dblp_key: conf/sc/XuHMZGS24 + venue_name: SC Workshops + pages: 896-900 +- title: Unlocking High Performance with Low-Bit NPUs and CPUs for Highly Optimized + HPL-MxP on Cloud Brain II + authors: + - Weicheng Xue + - Kai Yang + - Yongxiang Liu + - Dengdong Fan + - Pengxiang Xu + - Yonghong Tian 0001 + year: '2024' + doi: 10.1109/SC41406.2024.00088 + url: https://doi.org/10.1109/SC41406.2024.00088 + dblp_key: conf/sc/XueYLFXT24 + venue_name: SC + pages: null +- title: Accelerating an overhead-sensitive atmospheric model on GPUs using asynchronous + execution and kernel fusion + authors: + - Kazuya Yamazaki + year: '2024' + doi: 10.1109/SCW63240.2024.00216 + url: https://doi.org/10.1109/SCW63240.2024.00216 + dblp_key: conf/sc/Yamazaki24 + venue_name: SC Workshops + pages: 1732-1739 +- title: 'Accurate and Convenient Energy Measurements for GPUs: A Detailed Study of + NVIDIA GPU's Built-In Power Sensor' + authors: + - Zeyu Yang + - Karel Adámek + - Wesley Armour + year: '2024' + doi: 10.1109/SC41406.2024.00028 + url: https://doi.org/10.1109/SC41406.2024.00028 + dblp_key: conf/sc/YangAA24 + venue_name: SC + pages: null +- title: 'GPUFASTQLZ: An Ultra Fast Compression Methodology for Fastq Sequence Data + on GPUs' + authors: + - Taolue Yang + - Youyuan Liu + - Bo Jiang + - Sian Jin + year: '2024' + doi: 10.1109/SCW63240.2024.00048 + url: https://doi.org/10.1109/SCW63240.2024.00048 + dblp_key: conf/sc/YangLJJ24 + venue_name: SC Workshops + pages: 317-325 +- title: 'Establish the basis for Breadth-First Search on Frontier System: XBFS on + AMD GPUs' + authors: + - Haoshen Yang + - Hao Lu 0001 + - Naw Safrin Sattar + - Hang Liu 0001 + - Feiyi Wang + year: '2024' + doi: 10.1109/SCW63240.2024.00090 + url: https://doi.org/10.1109/SCW63240.2024.00090 + dblp_key: conf/sc/YangLS0W24 + venue_name: SC Workshops + pages: 650-658 +- title: 'DBSR: An Efficient Storage Format for Vectorizing Sparse Triangular Solvers + on Structured Grids' + authors: + - Xiaojian Yang + - Shengguo Li + - Fan Yuan + - Dezun Dong + year: '2024' + doi: 10.1109/SC41406.2024.00065 + url: https://doi.org/10.1109/SC41406.2024.00065 + dblp_key: conf/sc/YangLYD24 + venue_name: SC + pages: null +- title: 'ActorProf: A Framework for Profiling and Visualizing Fine-grained Asynchronous + Bulk Synchronous Parallel Execution' + authors: + - Jiawei Yang + - Shubhendra Pal Singhal + - Jun Shirako + - Akihiro Hayashi + - Vivek Sarkar + year: '2024' + doi: 10.1109/SCW63240.2024.00199 + url: https://doi.org/10.1109/SCW63240.2024.00199 + dblp_key: conf/sc/YangSSHS24 + venue_name: SC Workshops + pages: 1599-1610 +- title: 'Mille-feuille: A Tile-Grained Mixed Precision Single-Kernel Conjugate Gradient + Solver on GPUs' + authors: + - Dechuang Yang + - Yuxuan Zhao + - Yiduo Niu + - Weile Jia + - En Shao + - Weifeng Liu 0002 + - Guangming Tan + - Zhou Jin 0001 + year: '2024' + doi: 10.1109/SC41406.2024.00064 + url: https://doi.org/10.1109/SC41406.2024.00064 + dblp_key: conf/sc/YangZNJS0T024 + venue_name: SC + pages: null +- title: A Scalable Real-Time Data Assimilation Framework for Predicting Turbulent + Atmosphere Dynamics + authors: + - Junqi Yin + - Siming Liang + - Siyan Liu + - Feng Bao 0005 + - Hristo G. Chipilski + - Dan Lu 0001 + - Guannan Zhang + year: '2024' + doi: 10.1109/SCW63240.2024.00009 + url: https://doi.org/10.1109/SCW63240.2024.00009 + dblp_key: conf/sc/YinLL0C0Z24 + venue_name: SC Workshops + pages: 11-18 +- title: 'GVARP: Detecting Performance Variance on Large-Scale Heterogeneous Systems' + authors: + - Xin You 0001 + - Zhibo Xuan + - Hailong Yang 0002 + - Zhongzhi Luan + - Yi Liu 0013 + - Depei Qian 0002 + year: '2024' + doi: 10.1109/SC41406.2024.00063 + url: https://doi.org/10.1109/SC41406.2024.00063 + dblp_key: conf/sc/YouXYLLQ24 + venue_name: SC + pages: null +- title: Facilitating Bug Detection for OpenMP Offloading Applications + authors: + - Lechen Yu + - Feiyang Jin + - Joachim Jenke + - Vivek Sarkar + year: '2024' + doi: 10.1109/SCW63240.2024.00030 + url: https://doi.org/10.1109/SCW63240.2024.00030 + dblp_key: conf/sc/YuJJS24 + venue_name: SC Workshops + pages: 189-195 +- title: 'Stellaris: Staleness-Aware Distributed Reinforcement Learning with Serverless + Computing' + authors: + - Hanfei Yu + - Hao Wang 0022 + - Devesh Tiwari + - Jian Li 0008 + - Seung-Jong Park + year: '2024' + doi: 10.1109/SC41406.2024.00045 + url: https://doi.org/10.1109/SC41406.2024.00045 + dblp_key: conf/sc/YuWTLP24 + venue_name: SC + pages: null +- title: 'Testing GPU Numerics: Finding Numerical Differences Between NVIDIA and AMD + GPUs' + authors: + - Anwar Hossain Zahid + - Ignacio Laguna + - Wei Le + year: '2024' + doi: 10.1109/SCW63240.2024.00077 + url: https://doi.org/10.1109/SCW63240.2024.00077 + dblp_key: conf/sc/ZahidLL24 + venue_name: SC Workshops + pages: 547-557 +- title: Leveraging Hybrid Classical-Quantum Methods for Efficient Load Rebalancing + in HPC + authors: + - Justyna Zawalska + - Minh Chung + - Katarzyna Rycerz + - Laura Brandon Schulz + - Martin Schulz 0001 + - Dieter Kranzlmüller + year: '2024' + doi: 10.1109/SCW63240.2024.00214 + url: https://doi.org/10.1109/SCW63240.2024.00214 + dblp_key: conf/sc/ZawalskaCRS0K24 + venue_name: SC Workshops + pages: 1713-1722 +- title: 'TorchGT: A Holistic System for Large-Scale Graph Transformer Training' + authors: + - Meng Zhang 0045 + - Jie Sun 0017 + - Qinghao Hu 0004 + - Peng Sun 0006 + - Zeke Wang + - Yonggang Wen 0001 + - Tianwei Zhang 0004 + year: '2024' + doi: 10.1109/SC41406.2024.00083 + url: https://doi.org/10.1109/SC41406.2024.00083 + dblp_key: conf/sc/Zhang0H0W0024 + venue_name: SC + pages: null +- title: Adaptive Patching for High-resolution Image Segmentation with Transformers + authors: + - Enzhi Zhang + - Isaac Lyngaas + - Peng Chen 0035 + - Xiao Wang 0004 + - Jun Igarashi + - Yuankai Huo + - Masaharu Munetomo + - Mohamed Wahib + year: '2024' + doi: 10.1109/SC41406.2024.00082 + url: https://doi.org/10.1109/SC41406.2024.00082 + dblp_key: conf/sc/ZhangLCWIHMW24 + venue_name: SC + pages: null +- title: 'LoRAStencil: Low-Rank Adaptation of Stencil Computation on Tensor Cores' + authors: + - Yiwei Zhang 0009 + - Kun Li 0016 + - Liang Yuan + - Jiawen Cheng + - Yunquan Zhang + - Ting Cao 0003 + - Mao Yang 0004 + year: '2024' + doi: 10.1109/SC41406.2024.00059 + url: https://doi.org/10.1109/SC41406.2024.00059 + dblp_key: conf/sc/ZhangLYCZCY24 + venue_name: SC + pages: null +- title: 'MCFuser: High-Performance and Rapid Fusion of Memory-Bound Compute-Intensive + Operators' + authors: + - Zheng Zhang 0036 + - Donglin Yang + - Xiaobo Zhou 0002 + - Dazhao Cheng + year: '2024' + doi: 10.1109/SC41406.2024.00040 + url: https://doi.org/10.1109/SC41406.2024.00040 + dblp_key: conf/sc/ZhangY0C24 + venue_name: SC + pages: null +- title: Understanding VASP Power Profiles on NVIDIA A100 GPUs + authors: + - Zhengji Zhao + - Brian Austin + - Ermal Rrapaj + - Nicholas J. Wright + year: '2024' + doi: 10.1109/SCW63240.2024.00189 + url: https://doi.org/10.1109/SCW63240.2024.00189 + dblp_key: conf/sc/ZhaoARW24 + venue_name: SC Workshops + pages: 1496-1505 +- title: 'Accelerating Viz Pipelines Using Near-Data Computing: An Early Experience' + authors: + - Qing Zheng + - Brian Atkinson + - Daoce Wang + - Jason Lee 0004 + - John Patchett + - Dominic Manno + - Gary Grider + year: '2024' + doi: 10.1109/SCW63240.2024.00049 + url: https://doi.org/10.1109/SCW63240.2024.00049 + dblp_key: conf/sc/ZhengAW0PMG24 + venue_name: SC Workshops + pages: 326-335 +- title: MPI Progress For All + authors: + - Hui Zhou 0012 + - Robert Latham + - Ken Raffenetti + - Yanfei Guo + - Rajeev Thakur + year: '2024' + doi: 10.1109/SCW63240.2024.00063 + url: https://doi.org/10.1109/SCW63240.2024.00063 + dblp_key: conf/sc/ZhouLRGT24 + venue_name: SC Workshops + pages: 425-435 +- title: Scalable In-Situ Visualization for Extreme-Scale SPH Simulations + authors: + - Yiqing Zhu + - Osman Seckin Simsek + - Jean M. Favre + - Rubén M. Cabezón + - Florina M. Ciorba + year: '2024' + doi: 10.1109/SCW63240.2024.00121 + url: https://doi.org/10.1109/SCW63240.2024.00121 + dblp_key: conf/sc/ZhuSFCC24 + venue_name: SC Workshops + pages: 853-858 +- title: Proceedings of the International Conference for High Performance Computing, + Networking, Storage, and Analysis, SC 2024, Atlanta, GA, USA, November 17-22, + 2024 + authors: [] + year: '2024' + doi: 10.1109/SC41406.2024 + url: https://doi.org/10.1109/SC41406.2024 + dblp_key: conf/sc/2024 + venue_name: SC + pages: null +- title: 'SC24-W: Workshops of the International Conference for High Performance Computing, + Networking, Storage and Analysis, Atlanta, GA, USA, November 17-22, 2024' + authors: [] + year: '2024' + doi: 10.1109/SCWORKSHOPS63240.2024 + url: https://doi.org/10.1109/SCWorkshops63240.2024 + dblp_key: conf/sc/2024w + venue_name: SC Workshops + pages: null diff --git a/site/data/papers/SC-2024-digest.yaml b/site/data/papers/SC-2024-digest.yaml new file mode 100644 index 0000000..6f67a17 --- /dev/null +++ b/site/data/papers/SC-2024-digest.yaml @@ -0,0 +1,281 @@ +venue: SC +year: 2024 +papers: +- title: "Pushing the Limit of Quantum Mechanical Simulation to the Raman Spectra of\ + \ a Biological System with 100 Million Atoms" + authors: + - Honghui Shang + - Ying Liu 0055 + - Zhikun Wu + - Zhenchuan Chen + - Jinfeng Liu 0004 + - Meiyue Shao + - Yingzhou Li + - Bowen Kan + - Huimin Cui + - Xiaobing Feng 0002 + - Yunquan Zhang + - Donald G. Truhlar + - Hong An + - Xiao He 0004 + - Jinlong Yang 0003 + reason: "Gordon Bell-class result scaling ab initio Raman spectroscopy to 100 million atoms, pushing quantum-chemical simulation well beyond prior limits." + +- title: "Breaking the Molecular Dynamics Timescale Barrier Using a Wafer-Scale System" + authors: + - Kylee Santos + - Stan G. Moore + - Tomas Oppelstrup + - Amirali Sharifian + - Ilya Sharapov + - Aidan P. Thompson + - Delyan Z. Kalchev + - Danny Perez + - Robert Schreiber + - Scott Pakin + - Edgar A. Leon + - James H. Laros III + - Michael James 0002 + - Sivasankaran Rajamanickam + reason: "Demonstrates how a Cerebras wafer-scale engine shatters the classical MD timescale barrier, enabling microsecond-regime atomistic simulation at unprecedented speed." + +- title: "Scaling Molecular Dynamics with ab initio Accuracy to 149 Nanoseconds per\ + \ Day" + authors: + - Jianxiong Li + - Boyang Li + - Zhuoqiang Guo + - Mingzhen Li 0001 + - Enji Li + - Lijun Liu + - Guojun Yuan + - Zhan Wang 0003 + - Guangming Tan + - Weile Jia + reason: "Achieves 149 ns/day for large-scale deep-potential MD, combining neural-network potentials and HPC engineering to approach DFT accuracy at AIMD-like scale." + +- title: "Breaking the Million-Electron and 1 EFLOP/s Barriers: Biomolecular-Scale\ + \ Ab Initio Molecular Dynamics Using MP2 Potentials" + authors: + - Ryan Stocks + - Jorge L. Galvez Vallejo + - Fiona C. Y. Yu + - Calum Snowdon + - Elise Palethorpe + - Jakub Kurzak + - Dmytro Bykov + - Giuseppe M. J. Barca + reason: "First demonstration of MP2-level AIMD at the million-electron and exaFLOP/s scale, a landmark in quantum chemistry on supercomputers." + +- title: "Fire-Flyer AI-HPC: A Cost-Effective Software-Hardware Co-Design for Deep\ + \ Learning" + authors: + - Wei An + - Xiao Bi + - Guanting Chen 0002 + - Shanhuang Chen + - Chengqi Deng + - Honghui Ding + - Kai Dong 0003 + - Qiushi Du + - Wenjun Gao + - Kang Guan + - Jianzhong Guo + - Yongqiang Guo + - Zhe Fu 0009 + - Ying He 0018 + - Panpan Huang + - Jiashi Li + - Wenfeng Liang + - Xiaodong Liu 0021 + - Xin Liu 0126 + - Yiyuan Liu + - Yuxuan Liu 0019 + - Shanghao Lu + - Xuan Lu + - Xiaotao Nie + - Tian Pei + - Junjie Qiu + - Hui Qu + - Zehui Ren + - Zhangli Sha + - Xuecheng Su + - Xiaowen Sun + - Yixuan Tan + - Minghui Tang + - Shiyu Wang + - Yaohui Wang + - Yongji Wang + - Ziwei Xie + - Yiliang Xiong + - Yanhong Xu + - Shengfeng Ye + - Shuiping Yu + - Yukun Zha + - Liyue Zhang + - Haowei Zhang + - Mingchuan Zhang + - Wentao Zhang + - Yichao Zhang 0004 + - Chenggang Zhao + - Yao Zhao 0005 + - Shangyan Zhou + - Shunfeng Zhou + - Yuheng Zou + reason: "Full system co-design report from DeepSeek's AI-HPC cluster showing 40% cost reduction vs. NVIDIA DGX through network/software optimizations, with production evidence at scale." + +- title: "MProt-DPO: Breaking the ExaFLOPS Barrier for Multimodal Protein Design Workflows\ + \ with Direct Preference Optimization" + authors: + - Gautham Dharuman + - Kyle Hippe + - Alexander Brace + - Sam Foreman + - Väinö Hatanpää + - Varuni Katti Sastry + - Huihuo Zheng + - Logan T. Ward + - Servesh Muralidharan + - Archit Vasan + - Bharat Kale + - Carla M. Mann + - Heng Ma + - Yun-Hsuan Cheng + - Yuliana Zamora + - Shengchao Liu + - Chaowei Xiao + - Murali Emani + - Tom Gibbs + - Mahidhar Tatineni + - Deepak Canchi + - Jerome Mitchell + - Koichi Yamada + - Maria Garzaran 0001 + - Michael E. Papka + - Ian T. Foster + - Rick Stevens + - Anima Anandkumar + - Venkatram Vishwanath + - Arvind Ramanathan + reason: "First exaFLOP/s AI science workflow, integrating multimodal protein design with DPO alignment at supercomputing scale across Frontier and Aurora." + +- title: "ORBIT: Oak Ridge Base Foundation Model for Earth System Predictability" + authors: + - Xiao Wang 0004 + - Siyan Liu + - Aristeidis Tsaris + - Jong-Youl Choi + - Ashwin M. Aji + - Ming Fan + - Wei Zhang 0261 + - Junqi Yin + - Moetasim Ashfaq + - Dan Lu 0001 + - Prasanna Balaprakash + reason: "Introduces a large foundation model for Earth system prediction trained on Frontier, demonstrating how exascale AI infrastructure enables climate-scale spatiotemporal modeling." + +- title: "Democratizing AI: Open-source Scalable LLM Training on GPU-based Supercomputers" + authors: + - Siddharth Singh + - Prajwal Singhania + - Aditya K. Ranjan + - John Kirchenbauer + - Jonas Geiping + - Yuxin Wen + - Neel Jain + - Abhimanyu Hans + - Manli Shu + - Aditya Tomar + - Tom Goldstein + - Abhinav Bhatele + reason: "Presents an open-source framework for LLM training at thousands-of-GPU scale, systematically analyzing throughput, memory, and communication trade-offs on leadership supercomputers." + +- title: "Exploring GPU-to-GPU Communication: Insights into Supercomputer Interconnects" + authors: + - Daniele De Sensi + - Lorenzo Pichetti + - Flavio Vella + - Tiziano De Matteis + - Zebin Ren + - Luigi Fusco + - Matteo Turisini + - Daniele Cesarini + - Kurt Lust + - Animesh Trivedi + - Duncan Roweth + - Filippo Spiga + - Salvatore Di Girolamo + - Torsten Hoefler + reason: "Comprehensive empirical study of GPU-to-GPU communication across six major supercomputers, revealing bottlenecks and bandwidth characteristics relevant to all distributed AI/HPC workloads." + +- title: "Network-Offloaded Bandwidth-Optimal Broadcast and Allgather for Distributed\ + \ AI" + authors: + - Mikhail Khalilov + - Salvatore Di Girolamo + - Marcin Chrapek + - Rami Nudelman + - Gil Bloch + - Torsten Hoefler + reason: "Achieves bandwidth-optimal collective communication by offloading broadcast and allgather to SmartNICs, directly benefiting large-scale distributed deep learning." + +- title: "A Workflow Roofline Model for End-to-End Workflow Performance Analysis" + authors: + - Nan Ding 0006 + - Brian Austin + - Yang Liu 0179 + - Neil Mehta + - Steven Farrell + - Johannes P. Blaschke + - Leonid Oliker + - Hai Ah Nam + - Nicholas J. Wright + - Samuel Williams 0001 + reason: "Extends the Roofline model to full end-to-end HPC workflows, enabling systematic performance diagnosis across compute, I/O, and data movement stages." + +- title: "GVARP: Detecting Performance Variance on Large-Scale Heterogeneous Systems" + authors: + - Xin You 0001 + - Zhibo Xuan + - Hailong Yang 0002 + - Zhongzhi Luan + - Yi Liu 0013 + - Depei Qian 0002 + reason: "Identifies and diagnoses GPU performance variance at scale on heterogeneous supercomputers, an increasingly critical issue for reproducibility and efficiency." + +- title: "A Digital Twin Framework for Liquid-cooled Supercomputers as Demonstrated\ + \ at Exascale" + authors: + - Wesley Brewer + - Matthias Maiterth + - Vineet Kumar + - Rafal P. Wojda + - Sedrick Bouknight + - Jesse Hines + - Woong Shin + - Scott Greenwood + - David Grant + - Wesley Williams + - Feiyi Wang + reason: "First deployment of a digital twin for a liquid-cooled exascale system (Frontier), enabling real-time thermal and power management with validated empirical results." + +- title: "Doubling Graph Traversal Efficiency to 198 TeraTEPS on the Supercomputer\ + \ Fugaku" + authors: + - Junya Arai + - Masahiro Nakao + - Yuto Inoue + - Kanto Teranishi + - Koji Ueno + - Keiichiro Yamamura + - Mitsuhisa Sato + - Katsuki Fujisawa + reason: "Sets a new world record for graph traversal at 198 TTEPS on Fugaku through novel communication and load-balancing techniques, a landmark Graph500 result." + +- title: "MegaMmap: Blurring the Boundary Between Memory and Storage for Data-Intensive\ + \ Workloads" + authors: + - Luke Logan + - Anthony Kougkas + - Xian-He Sun + reason: "Novel storage abstraction that transparently tiered memory and storage hierarchies, delivering near-DRAM performance for data-intensive HPC and AI workloads." diff --git a/site/data/papers/SC-2025-candidates.yaml b/site/data/papers/SC-2025-candidates.yaml new file mode 100644 index 0000000..3dfef34 --- /dev/null +++ b/site/data/papers/SC-2025-candidates.yaml @@ -0,0 +1,6268 @@ +venue: SC +year: 2025 +source: dblp +count: 435 +papers: +- title: A Cache Interaction Graph for Data Locality Optimization + authors: + - Chao Jin 0001 + - David Abramson 0001 + - Mo'ath Qutaish + - Mark Endrei + - Bronis R. de Supinski + year: '2025' + doi: 10.1145/3731599.3767516 + url: https://doi.org/10.1145/3731599.3767516 + dblp_key: conf/sc/00010QES25 + venue_name: SC Workshops + pages: 1564-1573 +- title: Seamless end-to-end containerized HPC environments + authors: + - Brandon Cook 0001 + - Shane Canon + - Adam Lavely + - Daniel Margala + year: '2025' + doi: 10.1145/3731599.3767355 + url: https://doi.org/10.1145/3731599.3767355 + dblp_key: conf/sc/0001CLM25 + venue_name: SC Workshops + pages: 126-134 +- title: Deploying Lightweight Input-Aware Selective Instruction Duplication in HPC + Applications + authors: + - Md Hasanur Rahman 0001 + - Guanpeng Li + year: '2025' + doi: 10.1145/3712285.3759822 + url: https://doi.org/10.1145/3712285.3759822 + dblp_key: conf/sc/0001L25 + venue_name: SC + pages: 1099-1112 +- title: 'Insights from Optimizing HPL Performance on Exascale Systems: A Comparative + Analysis of Panel Factorization' + authors: + - Hao Lu 0001 + - Michael A. Matheson + - Noel Chalmers + - Aditya Kashi + - Nicholas Malaya + - Feiyi Wang + year: '2025' + doi: 10.1145/3712285.3759875 + url: https://doi.org/10.1145/3712285.3759875 + dblp_key: conf/sc/0001MCKMW25 + venue_name: SC + pages: 397-410 +- title: 'Enhancing HPX with FleCSI: Automatic Detection of Implicit Task Dependencies' + authors: + - S. Davis Herring 0001 + - Maxim Moraru + - Scott Pakin + - Julien Loiseau + - Richard Berger + - Philipp V. F. Edelmann + - Ben Bergen 0002 + year: '2025' + doi: 10.1145/3731599.3767507 + url: https://doi.org/10.1145/3731599.3767507 + dblp_key: conf/sc/0001MPLBE025 + venue_name: SC Workshops + pages: 1330-1340 +- title: 'LLM Agents for Interactive Workflow Provenance: Reference Architecture and + Evaluation Methodology' + authors: + - Renan Souza 0001 + - Timothy Poteet + - Brian Etz + - Daniel Rosendo + - Amal Gueroudji + - Woong Shin + - Prasanna Balaprakash + - Rafael Ferreira da Silva + year: '2025' + doi: 10.1145/3731599.3767582 + url: https://doi.org/10.1145/3731599.3767582 + dblp_key: conf/sc/0001PERGSBS25 + venue_name: SC Workshops + pages: 2257-2268 +- title: 'TraceFlow: Efficient Trace Analysis for Large-Scale Parallel Applications + via Interaction Pattern-Aware Trace Distribution' + authors: + - Yuyang Jin 0001 + - Xirui Shui + - Mingshu Zhai + - Zan Zong + - Feng Zhang 0007 + - Felix Wolf 0001 + - Jidong Zhai + year: '2025' + doi: 10.1145/3712285.3759773 + url: https://doi.org/10.1145/3712285.3759773 + dblp_key: conf/sc/0001SZZ0WZ25 + venue_name: SC + pages: 383-396 +- title: A Sample-Free Compilation Framework for Efficient Dynamic Tensor Computation + authors: + - Yangjie Zhou 0001 + - Honglin Zhu + - Qian Qiu + - Weihao Cui + - Zihan Liu 0002 + - Peng Chen 0035 + - Mohamed Wahib + - Cong Guo 0003 + - Siyuan Feng 0007 + - Jintao Meng 0001 + - Haidong Lan + - Jingwen Leng + - Yun Lin 0001 + - Jin Song Dong 0001 + - Wenxi Zhu + - Minwen Deng + year: '2025' + doi: 10.1145/3712285.3759779 + url: https://doi.org/10.1145/3712285.3759779 + dblp_key: conf/sc/0001ZQCL0W0F0LL25 + venue_name: SC + pages: 167-184 +- title: Is RISC-V ready for High Performance Computing? An evaluation of the Sophon + SG2044 + authors: + - Nick Brown 0002 + year: '2025' + doi: 10.1145/3731599.3767531 + url: https://doi.org/10.1145/3731599.3767531 + dblp_key: conf/sc/000225 + venue_name: SC Workshops + pages: 1703-1711 +- title: A High Performance GPU CountSketch Implementation and Its Application to + Multisketching and Least Squares Problems + authors: + - Andrew J. Higgins 0002 + - Erik G. Boman + - Ichitaro Yamazaki + year: '2025' + doi: 10.1145/3731599.3767544 + url: https://doi.org/10.1145/3731599.3767544 + dblp_key: conf/sc/0002BY25 + venue_name: SC Workshops + pages: 1808-1815 +- title: 'Hypertron: Efficiently Scaling Large Models by Exploring High-Dimensional + Parallelization Space' + authors: + - Shigang Li 0002 + - Jingkun Dong + - Jihao Chen + - Zhi Ma + - Zhongzhe Hu + year: '2025' + doi: 10.1145/3712285.3759783 + url: https://doi.org/10.1145/3712285.3759783 + dblp_key: conf/sc/0002DCMH25 + venue_name: SC + pages: 1755-1768 +- title: Exploring and Mitigating Failure Behavior of Large Language Model Training + Workloads in HPC Systems + authors: + - Pengfei Yu 0002 + - Jingjing Gu + - Hao Han + - Dazhong Shen + - Bao Wen + - Yang Liu 0390 + year: '2025' + doi: 10.1145/3712285.3759893 + url: https://doi.org/10.1145/3712285.3759893 + dblp_key: conf/sc/0002GHSWL25 + venue_name: SC + pages: 1165-1179 +- title: 'gParaKV: A GPGPU-accelerated Key-Value Separation-based KV Store with Optimized + Compaction and Garbage Collection' + authors: + - Hui Sun 0002 + - Xiangxiang Jiang + - Xiao Qin 0001 + - Song Jiang 0001 + - Enhui Wang + year: '2025' + doi: 10.1145/3712285.3759896 + url: https://doi.org/10.1145/3712285.3759896 + dblp_key: conf/sc/0002J0JW25 + venue_name: SC + pages: 1284-1298 +- title: 'ThirstyFLOPS: Water Footprint Modeling and Analysis Toward Sustainable HPC + Systems' + authors: + - Yankai Jiang 0002 + - Raghavendra Kanakagiri + - Rohan Basu Roy + - Devesh Tiwari + year: '2025' + doi: 10.1145/3712285.3759804 + url: https://doi.org/10.1145/3712285.3759804 + dblp_key: conf/sc/0002KRT25 + venue_name: SC + pages: 855-869 +- title: 'Programmer productivity and performance on AMD's AI Engines: Offloading + Fortran intrinsics via MLIR a case-study' + authors: + - Nick Brown 0002 + - Gabriel Rodriguez-Canal + year: '2025' + doi: 10.1145/3731599.3767414 + url: https://doi.org/10.1145/3731599.3767414 + dblp_key: conf/sc/0002R25 + venue_name: SC Workshops + pages: 616-623 +- title: 'LABMATE: Language Model Based Multi-Agent System to Accelerate Catalysis + Experiments' + authors: + - Anurag Acharya 0002 + - Anshu Kiran Sharma + - Derek Parker + - Timothy Vega + - Rizwan A. Ashraf + - Natalie M. Isenberg + - Jan Strube 0001 + - Robert Rallo + year: '2025' + doi: 10.1145/3731599.3767399 + url: https://doi.org/10.1145/3731599.3767399 + dblp_key: conf/sc/0002SPVAI0R25 + venue_name: SC Workshops + pages: 607-615 +- title: 'ORBIT-2: Scaling Exascale Vision Foundation Models for Weather and Climate + Downscaling' + authors: + - Xiao Wang 0004 + - Jong-Youl Choi + - Takuya Kurihana + - Isaac Lyngaas + - Hong-Jun Yoon + - Xi Xiao + - David Pugmire + - Ming Fan + - Nasik Muhammad Nafi + - Aristeidis Tsaris + - Ashwin M. Aji + - Maliha Hossain + - Mohamed Wahib + - Dali Wang + - Peter E. Thornton + - Prasanna Balaprakash + - Moetasim Ashfaq + - Dan Lu 0001 + year: '2025' + doi: 10.1145/3712285.3771989 + url: https://doi.org/10.1145/3712285.3771989 + dblp_key: conf/sc/0004CKLYXPFNTAH25 + venue_name: SC + pages: 86-98 +- title: 'EDDE: Container Deployment Framework Beyond the Cloud' + authors: + - Hao Fan 0006 + - Zhuo Huang + - Shadi Ibrahim + - Lin Gu 0002 + - Song Wu 0001 + year: '2025' + doi: 10.1145/3712285.3759854 + url: https://doi.org/10.1145/3712285.3759854 + dblp_key: conf/sc/0006HI0025 + venue_name: SC + pages: 570-585 +- title: 'gLLM: Global Balanced Pipeline Parallelism Systems for Distributed LLMs + Serving with Token Throttling' + authors: + - Tianyu Guo 0009 + - Xianwei Zhang 0001 + - Jiangsu Du + - Zhiguang Chen 0001 + - Nong Xiao 0001 + - Yutong Lu + year: '2025' + doi: 10.1145/3712285.3759823 + url: https://doi.org/10.1145/3712285.3759823 + dblp_key: conf/sc/00090D00L25 + venue_name: SC + pages: 1725-1741 +- title: Accelerating Advanced Light Source Science Through Multi-Facility HPC Workflows + authors: + - David Abramov + - Samuel S. Welborn + - Ryan Chard + - Kuldeep Chawla + - Xiaoya Chong + - Elizabeth Clark + - Bjoern Enders + - Alexander Hexemer + - Jason Jed + - Wiebke Koepp + - Harinarayan Krishnan + - Seij De Leon + - Dilworth Parkinson + - David Perlmutter + - Raja Vyshnavi Sriramoju + - Thomas D. Uram + - Lee Lisheng Yang + - Dylan McReynolds + year: '2025' + doi: 10.1145/3731599.3767590 + url: https://doi.org/10.1145/3731599.3767590 + dblp_key: conf/sc/AbramovWCCCCEHJ25 + venue_name: SC Workshops + pages: 2328-2335 +- title: Implementing OpenMP Offload Support in the AMD Next Generation Fortran Compiler + authors: + - Dominik Adamski + - Sergio Afonso + - Akash Banerjee + - Pranav Bhandarkar + - Kareem Ergawy + - Andrew Gozillon + - Michael Klemm + - Jan Leyonberg + - Dan Palermo + year: '2025' + doi: 10.1145/3731599.3767478 + url: https://doi.org/10.1145/3731599.3767478 + dblp_key: conf/sc/AdamskiABBEGKLP25 + venue_name: SC Workshops + pages: 1028-1038 +- title: Differential Testing for Sequential to Parallel Transformations + authors: + - Jobayer Ahmmed + - Quazi Ishtiaque Mahmud + - Junhyung Shim + - Liyi Li 0002 + - Ali Jannesari + - Myra B. Cohen + year: '2025' + doi: 10.1145/3731599.3767365 + url: https://doi.org/10.1145/3731599.3767365 + dblp_key: conf/sc/AhmmedMSLJC25 + venue_name: SC Workshops + pages: 207-216 +- title: A Model for Teaching Machine Learning, Deep Learning, and Research Computing + to Domain Scientists on HPC Resources + authors: + - William J. Allen + - Kelsey M. Beavers + - Erik S. Ferlanti + - Lorenzo Concia + - Joshua Urrutia + - Ernesto A. B. F. Lima + - John M. Fonner + - Felix Zuo + - H. E. Duplechin Seymour + - Ari B. Kahn + - Joe Stubbs + - Anagha Jamthe + - Stephanie N. Baker + - Tabish Khan + - James P. Carson + year: '2025' + doi: 10.1145/3731599.3767380 + url: https://doi.org/10.1145/3731599.3767380 + dblp_key: conf/sc/AllenBFCULFZSKS25 + venue_name: SC Workshops + pages: 401-408 +- title: Peachy Parallel Assignments (EduHPC 2025) + authors: + - Clara J. Almeida + - Elizabeth Shoop + - Diego García-Álvarez + - Arturo González-Escribano + - David Guerrero-Pantoja + - Cameron Maloney + - Maria Pantoja + - Silvio Rizzi 0001 + - David P. Bunde + year: '2025' + doi: 10.1145/3731599.3767388 + url: https://doi.org/10.1145/3731599.3767388 + dblp_key: conf/sc/AlmeidaSGGGMP0B25 + venue_name: SC Workshops + pages: 409-415 +- title: Accelerating Gravitational N-Body Simulations Using the RISC-V-Based Tenstorrent + Wormhole + authors: + - Jenny Lynn Almerol + - Elisabetta Boella + - Mario Spera + - Daniele Gregori + year: '2025' + doi: 10.1145/3731599.3767528 + url: https://doi.org/10.1145/3731599.3767528 + dblp_key: conf/sc/AlmerolBSG25 + venue_name: SC Workshops + pages: 1729-1735 +- title: 'ROSE: RADICAL Orchestrator for Surrogate Exploration' + authors: + - Aymen Alsaadi + - Tianle Wang 0001 + - Andrew Park + - Pradeep Bajracharya + - Linwei Wang + - Fanbo Sun + - Sudip Seal + - Vikram Jadhao + - Geoffrey C. Fox + - Shantenu Jha + year: '2025' + doi: 10.1145/3731599.3767347 + url: https://doi.org/10.1145/3731599.3767347 + dblp_key: conf/sc/Alsaadi0PBWSSJF25 + venue_name: SC Workshops + pages: 61-70 +- title: Molten Chloride Small Modular Reactor Performance Characteristics for Data + Center Operation + authors: + - Matthew Anderson + - Daniel Yankura + - Matthew Sgambati + - Mauricio Tano Retamales + year: '2025' + doi: 10.1145/3731599.3767565 + url: https://doi.org/10.1145/3731599.3767565 + dblp_key: conf/sc/AndersonYSR25 + venue_name: SC Workshops + pages: 2017-2021 +- title: Enabling the syscall_intercept library for RISC-V + authors: + - Petar Andric + - Ramon Nou + - Aaron Call + - Guillem Senabre + year: '2025' + doi: 10.1145/3731599.3767533 + url: https://doi.org/10.1145/3731599.3767533 + dblp_key: conf/sc/AndricNCS25 + venue_name: SC Workshops + pages: 1694-1702 +- title: 'Roofline Analysis of Tightly-Coupled CPU-GPU Superchips: A Study on MI300A + and GH200' + authors: + - Oscar Antepara + - Leonid Oliker + - Samuel Williams 0001 + year: '2025' + doi: 10.1145/3731599.3767497 + url: https://doi.org/10.1145/3731599.3767497 + dblp_key: conf/sc/AnteparaO025 + venue_name: SC Workshops + pages: 1205-1216 +- title: Benchmark-driven Models for Energy Analysis and Attribution of GPU-Accelerated + Supercomputing + authors: + - Oscar Antepara + - Zhengji Zhao + - Brian Austin + - Nan Ding 0006 + - Leonid Oliker + - Nicholas J. Wright + - Samuel Williams 0001 + year: '2025' + doi: 10.1145/3712285.3759815 + url: https://doi.org/10.1145/3712285.3759815 + dblp_key: conf/sc/AnteparaZA0OW025 + venue_name: SC + pages: 888-904 +- title: Development of a performance portable distributed FFT interface on top of + the Kokkos ecosystem + authors: + - Yuuichi Asahi + - Trévis Morvany + - Thomas Padioleau + - Julien Bigot + year: '2025' + doi: 10.1145/3731599.3767494 + url: https://doi.org/10.1145/3731599.3767494 + dblp_key: conf/sc/AsahiMPB25 + venue_name: SC Workshops + pages: 1233-1242 +- title: How effective is matrix reordering for improving performance of sparse matrix-vector + multiplication? + authors: + - Omid Asudeh + - Sina Mahdipour Saravani + - Fabrice Rastello + - Gerald Sabin + - Ponnuswamy Sadayappan + year: '2025' + doi: 10.1145/3731599.3767441 + url: https://doi.org/10.1145/3731599.3767441 + dblp_key: conf/sc/AsudehSRSS25 + venue_name: SC Workshops + pages: 823-827 +- title: 'SmartIO: A Lightweight End-to-End Workflow for Runtime I/O Optimization + of HPC Systems' + authors: + - Hammad Bin Ather + - Chen Wang 0004 + - Hariharan Devarajan + - Hank Childs + - Kathryn M. Mohror + year: '2025' + doi: 10.1145/3731599.3767509 + url: https://doi.org/10.1145/3731599.3767509 + dblp_key: conf/sc/Ather0DCM25 + venue_name: SC Workshops + pages: 1396-1405 +- title: Evaluation of Test-Time Compute Constraints on Safety and Skill Large Reasoning + Models + authors: + - Adarsha Balaji + - Le Chen + - Rajeev Thakur + - Franck Cappello + - Sandeep Madireddy + year: '2025' + doi: 10.1145/3731599.3767406 + url: https://doi.org/10.1145/3731599.3767406 + dblp_key: conf/sc/BalajiCTCM25 + venue_name: SC Workshops + pages: 534-539 +- title: 'Bridging Simulation and Silicon: A Study of RISC-V Hardware and FireSim + Simulation' + authors: + - Atanu Barai + - Kamalavasan Kamalakkannan + - Patrick Diehl + - Maxim Moraru + - Jered Dominguez-Trujillo + - Howard Pritchard + - Nandakishore Santhi + - Farzad Fatollahi-Fard + - Galen M. Shipman + year: '2025' + doi: 10.1145/3731599.3767534 + url: https://doi.org/10.1145/3731599.3767534 + dblp_key: conf/sc/BaraiKDMDPSFS25 + venue_name: SC Workshops + pages: 1712-1722 +- title: 'OpenSHMEM MLIR: A Dialect for Compile-Time Optimization of One-Sided Communications' + authors: + - Michael Beebe + - Benjamin Michalowicz + - Andrew McNamara + - Yash Kumar + - Dhabaleswar K. Panda 0001 + - Yong Chen 0001 + - Wendy Poole + - Steve Poole 0001 + year: '2025' + doi: 10.1145/3731599.3767483 + url: https://doi.org/10.1145/3731599.3767483 + dblp_key: conf/sc/BeebeMMK00P025 + venue_name: SC Workshops + pages: 1075-1087 +- title: 'Umpire: Portable Memory Management for High-Performance Computing Applications' + authors: + - Kristi Belcher + - David Beckingsale + year: '2025' + doi: 10.1145/3731599.3767486 + url: https://doi.org/10.1145/3731599.3767486 + dblp_key: conf/sc/BelcherB25 + venue_name: SC Workshops + pages: 1104-1109 +- title: Experience Deploying Containerized GenAI Services at an HPC Center + authors: + - Angel M. Beltre + - Jeff Ogden + - Kevin Pedretti + year: '2025' + doi: 10.1145/3731599.3767356 + url: https://doi.org/10.1145/3731599.3767356 + dblp_key: conf/sc/BeltreOP25 + venue_name: SC Workshops + pages: 104-113 +- title: An elastic job scheduler for HPC applications on the cloud + authors: + - Aditya Bhosale + - Kavitha Chandrasekar + - Laxmikant V. Kalé + - Sara Kokkila Schumacher + year: '2025' + doi: 10.1145/3731599.3767358 + url: https://doi.org/10.1145/3731599.3767358 + dblp_key: conf/sc/BhosaleCKS25 + venue_name: SC Workshops + pages: 151-162 +- title: 'On the integration of lightweight tasks with MPI using the C++26 std: : + execution 'Senders' API' + authors: + - John Biddiscombe + - Mikael Simberg + - Auriane Reverdell + - Raffaele Solcà + - Alberto Invernizzi + - Rocco Meli + - Joseph Schuchart + year: '2025' + doi: 10.1145/3731599.3767394 + url: https://doi.org/10.1145/3731599.3767394 + dblp_key: conf/sc/BiddiscombeSRSI25 + venue_name: SC Workshops + pages: 489-499 +- title: Improving Supercomputer Usage with Aging Awareness + authors: + - Robin Boëzennec + - Fanny Dufossé + - Guillaume Pallez + - Alix Tremodeux + year: '2025' + doi: 10.1145/3731599.3767561 + url: https://doi.org/10.1145/3731599.3767561 + dblp_key: conf/sc/BoezennecDPT25 + venue_name: SC Workshops + pages: 1980-1989 +- title: Design and Implementation of a Custom Hardware Accelerator for SZx Compression + in Chipyard + authors: + - Connor Bohannon + - Kazutomo Yoshii + - Sheng Di + - Franck Cappello + - Antonino Miceli + year: '2025' + doi: 10.1145/3731599.3767367 + url: https://doi.org/10.1145/3731599.3767367 + dblp_key: conf/sc/BohannonYDCM25 + venue_name: SC Workshops + pages: 249-258 +- title: Lowering and Runtime Support for Fortran's Multi-Image Parallel Features + using LLVM Flang, PRIF, and Caffeine + authors: + - Dan Bonachea + - Katherine Rasmussen + - Damian W. I. Rouson + - Jean-Didier Pailleux + - Etienne Renault + - Brad Richardson + year: '2025' + doi: 10.1145/3731599.3767480 + url: https://doi.org/10.1145/3731599.3767480 + dblp_key: conf/sc/BonacheaRRPRR25 + venue_name: SC Workshops + pages: 1048-1056 +- title: 'Uno: A One-Stop Solution for Inter- and Intra-Data Center Congestion Control + and Reliable Connectivity' + authors: + - Tommaso Bonato + - Sepehr Abdous + - Abdul Kabbani + - Ahmad Ghalayini + - Nadeen Gebara + - Terry Lam + - Anup Agarwal + - Tiancheng Chen + - Zhuolong Yu + - Konstantin Taranov + - Mahmoud Elhaddad + - Daniele De Sensi + - Soudeh Ghorbani + - Torsten Hoefler + year: '2025' + doi: 10.1145/3712285.3759884 + url: https://doi.org/10.1145/3712285.3759884 + dblp_key: conf/sc/BonatoAKGGLACYT25 + venue_name: SC + pages: 1195-1210 +- title: 'AskHPC: A ChatBot for High Performance Computing User Support' + authors: + - Akhilesh Bondapalli + - Huihuo Zheng + - Oluwaseun T. Ajayi + - Murat Keçeli + - Haritha Siddabathuni Som + - J. Taylor Childers + - Lisa Childers + - Yasaman Ghadar + - Michael E. Papka + - Venkatram Vishwanath + - Rong Ge 0002 + year: '2025' + doi: 10.1145/3731599.3767433 + url: https://doi.org/10.1145/3731599.3767433 + dblp_key: conf/sc/BondapalliZAKSC25 + venue_name: SC Workshops + pages: 727-739 +- title: 'Microcredentials for Open Hardware and HPC Workforce Development: The Openchip + Approach with RISC-V Ecosystem' + authors: + - Kateryna Bondar + - Xavier Aragonès + - Jordi Carrabina + - Elly De Pelecijn + - Antonio Miguel Espinosa + - José Ignacio Gómez + - Francesc Guim 0001 + - Tomàs Margalef + - Juan Carlos Moure + - Luis Piñuel + - Patrick Reynaert + - Ivan Rodero + year: '2025' + doi: 10.1145/3731599.3767383 + url: https://doi.org/10.1145/3731599.3767383 + dblp_key: conf/sc/BondarACPEG0MMP25 + venue_name: SC Workshops + pages: 416-423 +- title: Extending RAJA Parallel Programming Abstractions with Just-In-Time Optimization + authors: + - John Bowen + - Konstantinos Parasyris + - David Beckingsale + - Tal Ben-Nun + - Thomas Stitt + - Giorgis Georgakoudis + year: '2025' + doi: 10.1145/3731599.3767492 + url: https://doi.org/10.1145/3731599.3767492 + dblp_key: conf/sc/BowenPBBSG25 + venue_name: SC Workshops + pages: 1159-1171 +- title: 'Fringe-SGC: Counting Subgraphs with Fringe Vertices' + authors: + - Cameron Bradley + - Ghadeer Ahmed H. Alabandi + - Martin Burtscher + year: '2025' + doi: 10.1145/3712285.3759839 + url: https://doi.org/10.1145/3712285.3759839 + dblp_key: conf/sc/BradleyAB25 + venue_name: SC + pages: 1510-1523 +- title: 'Reproducibility Report for SC25 Paper DRIM-ANN: An Approximate Nearest Neighbor + Search Engine based on Commercial DRAM-PIMs' + authors: + - Sergej Breiter + year: '2025' + doi: 10.1145/3712285.3769441 + url: https://doi.org/10.1145/3712285.3769441 + dblp_key: conf/sc/Breiter25 + venue_name: SC + pages: 2325-2326 +- title: Intelligent Sampling of Extreme-Scale Turbulence Datasets for Accurate and + Efficient Spatiotemporal Model Training + authors: + - Wesley Brewer + - Murali Meena Gopalakrishnan + - Matthias Maiterth + - Aditya Kashi + - Jong Youl Choi + - Pei Zhang + - Stephen Nichols + - Riccardo Balin + - Miles Couchman + - Stephen de Bruyn Kops + - P. K. Yeung + - Daniel Dotson + - Rohini Uma-Vaideswaran + - Sarp Oral + - Feiyi Wang + year: '2025' + doi: 10.1145/3731599.3767340 + url: https://doi.org/10.1145/3731599.3767340 + dblp_key: conf/sc/BrewerGMKCZNBCK25 + venue_name: SC Workshops + pages: 1-10 +- title: 'Reproducibility Report for SC25 Paper MLP-Offload: Multi-Level, Multi-Path + Offloading for LLM Pre-training to Break the GPU Memory Wall' + authors: + - Benjamin Brock + year: '2025' + doi: 10.1145/3712285.3769460 + url: https://doi.org/10.1145/3712285.3769460 + dblp_key: conf/sc/Brock25 + venue_name: SC + pages: 2275-2276 +- title: 'Slicing Is All You Need: Towards A Universal One-Sided Algorithm for Distributed + Matrix Multiplication' + authors: + - Benjamin Brock + - Renato Golin + year: '2025' + doi: 10.1145/3731599.3767504 + url: https://doi.org/10.1145/3731599.3767504 + dblp_key: conf/sc/BrockG25 + venue_name: SC Workshops + pages: 1276-1288 +- title: Reproducibility Report for SC25 Paper Numerical Performance of the Implicitly + Restarted Arnoldi Method in OFP8, Bfloat16, Posit, and Takum Arithmetics + authors: + - Pedro Bruel + year: '2025' + doi: 10.1145/3712285.3769466 + url: https://doi.org/10.1145/3712285.3769466 + dblp_key: conf/sc/Bruel25 + venue_name: SC + pages: '2285' +- title: Characterizing the Performance of Parallel Data-Compression Algorithms across + Compilers and GPUs + authors: + - Brandon Alexander Burtchell + - Martin Burtscher + year: '2025' + doi: 10.1145/3731599.3767369 + url: https://doi.org/10.1145/3731599.3767369 + dblp_key: conf/sc/BurtchellB25 + venue_name: SC Workshops + pages: 269-278 +- title: Building n-Dimensional Trees for Resolution-Based Progressive Compression + authors: + - Brandon Alexander Burtchell + - Martin Burtscher + year: '2025' + doi: 10.1145/3731599.3767373 + url: https://doi.org/10.1145/3731599.3767373 + dblp_key: conf/sc/BurtchellB25a + venue_name: SC Workshops + pages: 307-313 +- title: Dynamic Factor Graphs for Attack Preemption + authors: + - Phuong M. Cao + - Zbigniew T. Kalbarczyk + - Ravishankar K. Iyer + year: '2025' + doi: 10.1145/3731599.3767555 + url: https://doi.org/10.1145/3731599.3767555 + dblp_key: conf/sc/CaoKI25 + venue_name: SC Workshops + pages: 1943-1950 +- title: 'What to Support When You're Compressing: The State of Practice Gaps + and Opportunities for Scientific Data Compression' + authors: + - Franck Cappello + - Robert Underwood + - Yuri Alexeev + - Allison H. Baker + - Ebru Bozdag + - Martin Burtscher + - Kyle Chard + - Sheng Di + - Kyle Gerard Felker + - Paul Christopher O'Grady + - Hanqi Guo 0001 + - Yafan Huang + - Peng Jiang 0004 + - Sian Jin + - Petter Johansson + - Shaomeng Li + - Xin Liang 0001 + - Erik Lindahl + - Peter Lindstrom 0001 + - Zarija Lukic + - Magnus Lundborg + - Danylo Lykov + - Masaru Nagaso + - Kento Sato + - Amarjit Singh + - Seung Woo Son 0001 + - Shihui Song + - William Tang 0002 + - Dingwen Tao + - Jiannan Tian + - Kazutomo Yoshii + - Kai Zhao 0008 + year: '2025' + doi: 10.1145/3712285.3759856 + url: https://doi.org/10.1145/3712285.3759856 + dblp_key: conf/sc/CappelloUABBBCD25 + venue_name: SC + pages: 1966-1979 +- title: 'SIGMo: High-Throughput Batched Subgraph Isomorphism on GPUs for Molecular + Matching' + authors: + - Antonio De Caro + - Gennaro Cordasco + - Federico Ficarelli + - Biagio Cosenza + year: '2025' + doi: 10.1145/3712285.3759782 + url: https://doi.org/10.1145/3712285.3759782 + dblp_key: conf/sc/CaroCFC25 + venue_name: SC + pages: 1524-1538 +- title: Scaling LLM Training Using RDMA over Converged Ethernet + authors: + - Alex Batlle Casellas + - Adrián Pérez Diéguez + - Aleix Torres-Camps + - Harris Teague + - Arnau Padrés Masdemont + - Jordi Ros-Giralt + year: '2025' + doi: 10.1145/3731599.3767453 + url: https://doi.org/10.1145/3731599.3767453 + dblp_key: conf/sc/CasellasDTTMR25 + venue_name: SC Workshops + pages: 886-896 +- title: 'To Stream or Not to Stream: Towards A Quantitative Model for Remote HPC + Processing Decisions' + authors: + - Flavio Castro + - Weijian Zheng + - Joaquin Chung 0001 + - Ian T. Foster + - Raj Kettimuthu + year: '2025' + doi: 10.1145/3731599.3767455 + url: https://doi.org/10.1145/3731599.3767455 + dblp_key: conf/sc/CastroZ0FK25 + venue_name: SC Workshops + pages: 834-840 +- title: Adapting Classic Scheduling Heuristics for Online Execution under Uncertainty + authors: + - Jason Chamorro + - Gabriel Twigg-Ho + - Jared Coleman + - Tainã Coleman + - Bhaskar Krishnamachari + - Mohammadali Khodabandehlou + year: '2025' + doi: 10.1145/3731599.3767581 + url: https://doi.org/10.1145/3731599.3767581 + dblp_key: conf/sc/ChamorroTCCKK25 + venue_name: SC Workshops + pages: 2169-2180 +- title: A Practical Quantum Solver for Multidimensional Partial Differential Equations + authors: + - Manu Chaudhary + - Kareem El-Araby + - Md. Alvir Islam Nobel + - S. M. Ishraq Ul Islam + - Manish Singh + - Sunday Ogundele + - Kieran F. Egan + - Sneha Thomas + - Vincent Vordtriede + - Devon Bontrager + - Serom Kim + - Esam El-Araby + year: '2025' + doi: 10.1145/3731599.3767550 + url: https://doi.org/10.1145/3731599.3767550 + dblp_key: conf/sc/ChaudharyENISOE25 + venue_name: SC Workshops + pages: 1916-1925 +- title: Evaluating HPK for Running Cloud-Native Workloads on Slurm Clusters + authors: + - Antony Chazapis + - Lefteris Vassilakis + - Giannis Petsis + - Manolis Marazakis + - Angelos Bilas + year: '2025' + doi: 10.1145/3731599.3767352 + url: https://doi.org/10.1145/3731599.3767352 + dblp_key: conf/sc/ChazapisVPMB25 + venue_name: SC Workshops + pages: 163-171 +- title: 'PEAK: Cost-Adaptive Profiling in a Heartbeat' + authors: + - Yuheng Chen + - Junjie Li 0003 + - Chun-Yaung Lu + - Yinzhi Wang + year: '2025' + doi: 10.1145/3731599.3767521 + url: https://doi.org/10.1145/3731599.3767521 + dblp_key: conf/sc/Chen0LW25 + venue_name: SC Workshops + pages: 1624-1633 +- title: 'Beyond Guess and Check: Quantifying the Fidelity of Proxy Applications' + authors: + - Si Chen 0004 + - Simon Garcia de Gonzalo + - Omar Aaziz + - Jeanine E. Cook + - Avani Wildani + year: '2025' + doi: 10.1145/3731599.3767700 + url: https://doi.org/10.1145/3731599.3767700 + dblp_key: conf/sc/ChenGACW25 + venue_name: SC Workshops + pages: 1464-1477 +- title: 'DRIM-ANN: An Approximate Nearest Neighbor Search Engine based on Commercial + DRAM-PIMs' + authors: + - Mingkai Chen + - Tianhua Han + - Cheng Liu 0008 + - Shengwen Liang + - Kuai Yu + - Lei Dai + - Ziming Yuan + - Ying Wang 0001 + - Lei Zhang 0008 + - Huawei Li 0001 + - Xiaowei Li 0001 + year: '2025' + doi: 10.1145/3712285.3759801 + url: https://doi.org/10.1145/3712285.3759801 + dblp_key: conf/sc/ChenH0LYDY000025 + venue_name: SC + pages: 820-836 +- title: 'UpANNS: Enhancing Billion-Scale ANNS Efficiency with Real-World PIM Architecture' + authors: + - Sitian Chen + - Amelie Chi Zhou + - Yucheng Shi + - Yusen Li + - Xin Yao + year: '2025' + doi: 10.1145/3712285.3759777 + url: https://doi.org/10.1145/3712285.3759777 + dblp_key: conf/sc/ChenZSLY25 + venue_name: SC + pages: 789-804 +- title: 'MoE-Inference-Bench: Performance Evaluation of Mixture of Expert Large Language + and Vision Models' + authors: + - Krishna Teja Chitty-Venkata + - Sylvia Howland + - Golara Azar + - Daria Soboleva + - Natalia Vassilieva + - Siddhisanket Raskar + - Murali Emani + - Venkatram Vishwanath + year: '2025' + doi: 10.1145/3731599.3767706 + url: https://doi.org/10.1145/3731599.3767706 + dblp_key: conf/sc/Chitty-VenkataH25 + venue_name: SC Workshops + pages: 1502-1511 +- title: Scaling Hybrid Quantum-HPC Applications with the Quantum Framework + authors: + - Srikar Chundury + - Amir Shehata + - Seongmin Kim + - Muralikrishnan Gopalakrishnan Meena + - Chao Lu + - Kalyana C. Gottiparthi + - Eduardo Antonio Coello Pérez + - Frank Mueller 0001 + - In-Saeng Suh + year: '2025' + doi: 10.1145/3731599.3767553 + url: https://doi.org/10.1145/3731599.3767553 + dblp_key: conf/sc/ChundurySKMLGP025 + venue_name: SC Workshops + pages: 1888-1897 +- title: 'Reproducibility Report for SC25 Paper TensorMD: Accelerating Molecular Dynamics + with a High-Performance Machine Learning Interatomic Potential' + authors: + - Minh Chung + year: '2025' + doi: 10.1145/3712285.3769436 + url: https://doi.org/10.1145/3712285.3769436 + dblp_key: conf/sc/Chung25 + venue_name: SC + pages: 2269-2270 +- title: 'Reproducibility Report for SC25 Paper Moment: Co-optimizing Physical Communication + Topology and Data Placement for Multi-GPU Out-of-core GNN Training' + authors: + - Minh Chung + year: '2025' + doi: 10.1145/3712285.3769467 + url: https://doi.org/10.1145/3712285.3769467 + dblp_key: conf/sc/Chung25a + venue_name: SC + pages: '2286' +- title: Reproducibility Report for SC25 Paper High-Performance Branch-Free Algorithms + for Extended-Precision Floating-Point Arithmetic + authors: + - Minh Chung + year: '2025' + doi: 10.1145/3712285.3769454 + url: https://doi.org/10.1145/3712285.3769454 + dblp_key: conf/sc/Chung25b + venue_name: SC + pages: 2304-2305 +- title: 'Reproducibility Report for SC25 Paper ATLAHS: An Application-centric Network + Simulator Toolchain for AI, HPC, and Distributed Storage' + authors: + - Iacopo Colonnelli + year: '2025' + doi: 10.1145/3712285.3769435 + url: https://doi.org/10.1145/3712285.3769435 + dblp_key: conf/sc/Colonnelli25 + venue_name: SC + pages: '2268' +- title: Reproducibility Report for SC25 Paper Bridging the Gap Between Binary and + Source Based Package Management in Spack + authors: + - Iacopo Colonnelli + year: '2025' + doi: 10.1145/3712285.3769448 + url: https://doi.org/10.1145/3712285.3769448 + dblp_key: conf/sc/Colonnelli25a + venue_name: SC + pages: 2316-2317 +- title: A Streaming Collectives Interface Targeting Dataflow Acceleration and HPC + Workloads + authors: + - Nicholas Contini + - Jake Queiser + - Bharath Ramesh 0005 + - Hari Subramoni + - Dhabaleswar K. Panda 0001 + year: '2025' + doi: 10.1145/3712285.3759811 + url: https://doi.org/10.1145/3712285.3759811 + dblp_key: conf/sc/ContiniQ0S025 + venue_name: SC + pages: 1935-1950 +- title: 'XaaS Containers: Performance-Portable Representation With Source and IR + Containers' + authors: + - Marcin Copik + - Eiman Alnuaimi + - Alok Kamatar + - Valérie Hayot-Sasson + - Alberto Madonna + - Todd Gamblin + - Kyle Chard + - Ian T. Foster + - Torsten Hoefler + year: '2025' + doi: 10.1145/3712285.3759868 + url: https://doi.org/10.1145/3712285.3759868 + dblp_key: conf/sc/CopikAKHMGCFH25 + venue_name: SC + pages: 533-555 +- title: Characterizing the Impact of GPU Power Management on an Exascale System + authors: + - Mariana Toledo Costa + - Antigoni Georgiadou + - James B. White + - Bruno Villasenor Alvarez + - Jordà Polo + - Woong Shin + - Philippe Olivier Alexandre Navaux + - Bronson Messer + - Arthur Francisco Lorenzon + year: '2025' + doi: 10.1145/3731599.3767702 + url: https://doi.org/10.1145/3731599.3767702 + dblp_key: conf/sc/CostaGWAPSNML25 + venue_name: SC Workshops + pages: 1524-1533 +- title: 'Story of Two GPUs: Characterizing the Resilience of Hopper H100 and Ampere + A100 GPUs' + authors: + - Shengkun Cui + - Archit Patke + - Hung Nguyen + - Aditya Ranjan + - Ziheng Chen 0006 + - Phuong Cao + - Gregory H. Bauer + - Brett M. Bode + - Catello Di Martino + - Saurabh Jha + - Chandra Narayanaswami + - Daby Sow + - Zbigniew T. Kalbarczyk + - Ravishankar K. Iyer + year: '2025' + doi: 10.1145/3712285.3759821 + url: https://doi.org/10.1145/3712285.3759821 + dblp_key: conf/sc/CuiPNR0CBBMJNSK25 + venue_name: SC + pages: 1145-1164 +- title: 'Wasp: Efficient Asynchronous Single-Source Shortest Path on Multicore Systems + via Work Stealing' + authors: + - Marco D'Antonio + - Son Thai Mai + - Philippas Tsigas + - Hans Vandierendonck + year: '2025' + doi: 10.1145/3712285.3759872 + url: https://doi.org/10.1145/3712285.3759872 + dblp_key: conf/sc/DAntonioMTV25 + venue_name: SC + pages: 2109-2125 +- title: 'FT-Transformer: Resilient and Reliable Transformer with End-to-End Fault + Tolerant Attention' + authors: + - Huangliang Dai + - Shixun Wu + - Jiajun Huang 0001 + - Zizhe Jian + - Yue Zhu + - Haiyang Hu + - Zizhong Chen + year: '2025' + doi: 10.1145/3712285.3759853 + url: https://doi.org/10.1145/3712285.3759853 + dblp_key: conf/sc/DaiW0JZHC25 + venue_name: SC + pages: 1085-1098 +- title: LLM-based Optimization Algorithm Selection for High-Performance Networks + Orchestration + authors: + - Anestis Dalgkitsis + - Cyril Shih-Huan Hsu + - Chrysa Papagianni + - Paola Grosso + - Cees de Laat + year: '2025' + doi: 10.1145/3731599.3767458 + url: https://doi.org/10.1145/3731599.3767458 + dblp_key: conf/sc/DalgkitsisHPGL25 + venue_name: SC Workshops + pages: 854-859 +- title: 'Reproducibility Report for SC25 Paper MANS: Efficient and Portable ANS Encoding + for Multi-Byte Integer Data on CPUs and GPUs' + authors: + - Joshua Hoke Davis + year: '2025' + doi: 10.1145/3712285.3769469 + url: https://doi.org/10.1145/3712285.3769469 + dblp_key: conf/sc/Davis25 + venue_name: SC + pages: 2290-2291 +- title: Weak Scaling of NVSHMEM Applied To Hashed Distributed Structured Data + authors: + - Andrew Davis + - Hans Johansen + - Xinfeng Gao + - Stephen M. Guzik + year: '2025' + doi: 10.1145/3731599.3767506 + url: https://doi.org/10.1145/3731599.3767506 + dblp_key: conf/sc/DavisJGG25 + venue_name: SC Workshops + pages: 1302-1313 +- title: 'Bubble: Towards Scalable Evolving Graph Processing via Mini-Batch Sorting' + authors: + - Long Deng + - Yongkun Li 0001 + - Zaigui Zhang + - Yinlong Xu 0001 + - John C. S. Lui + year: '2025' + doi: 10.1145/3712285.3759897 + url: https://doi.org/10.1145/3712285.3759897 + dblp_key: conf/sc/Deng0ZXL25 + venue_name: SC + pages: 1553-1571 +- title: 'Pretraining LLMs at Scale: Tuning Strategies and Performance Portability' + authors: + - Adrián Pérez Diéguez + - Alex Batlle Casellas + - Aleix Torres-Camps + - Harris Teague + - Jordi Ros-Giralt + year: '2025' + doi: 10.1145/3731599.3767699 + url: https://doi.org/10.1145/3731599.3767699 + dblp_key: conf/sc/DieguezCTTR25 + venue_name: SC Workshops + pages: 1512-1523 +- title: 'BioR5: A Three-Layer Architecture for Biological Reasoning in Scientific + AI' + authors: + - Peng Ding + - Thomas S. Brettin + - Rick Stevens + year: '2025' + doi: 10.1145/3731599.3767400 + url: https://doi.org/10.1145/3731599.3767400 + dblp_key: conf/sc/DingBS25 + venue_name: SC Workshops + pages: 594-601 +- title: 'Redesigning GROMACS Halo Exchange: Improving Strong Scaling with GPU-initiated + NVSHMEM' + authors: + - Mahesh Doijade + - Andrey Alekseenko + - Ania Brown + - Alan Gray + - Szilárd Páll + year: '2025' + doi: 10.1145/3731599.3767508 + url: https://doi.org/10.1145/3731599.3767508 + dblp_key: conf/sc/DoijadeABGP25 + venue_name: SC Workshops + pages: 1314-1329 +- title: Scalable, High-Fidelity Monitoring of Application Communication Patterns + in Vernier + authors: + - Jered Dominguez-Trujillo + - Derek Schafer + - Riley Shipley + - Ryan J. Marshall + - Nicholas H. Bacon + - Maxim Moraru + - Galen M. Shipman + - Anthony Skjellum + - Patrick G. Bridges + year: '2025' + doi: 10.1145/3731599.3767520 + url: https://doi.org/10.1145/3731599.3767520 + dblp_key: conf/sc/Dominguez-Trujillo25 + venue_name: SC Workshops + pages: 1611-1623 +- title: 'eIM: GPU-Accelerated Efficient Influence Maximization in Large-Scale Social + Networks' + authors: + - Jacob Doney + - Xin Huang 0020 + - Chul-Ho Lee + year: '2025' + doi: 10.1145/3731599.3767442 + url: https://doi.org/10.1145/3731599.3767442 + dblp_key: conf/sc/DoneyHL25 + venue_name: SC Workshops + pages: 757-765 +- title: 'RL4Sys: A Lightweight System-driven RL Framework for Drop-in Integration + in System Optimization' + authors: + - Jiaxin Dong + - Md. Hasanur Rashid + - Helen Xu 0001 + - Dong Dai 0001 + year: '2025' + doi: 10.1145/3731599.3767514 + url: https://doi.org/10.1145/3731599.3767514 + dblp_key: conf/sc/DongR0025 + venue_name: SC Workshops + pages: 1406-1414 +- title: Bridging the Gap between Unstructured SpMM and Structured Sparse Tensor Cores + authors: + - Yukang Dong + - Ziyuan Shen + - Wenbin Jiang 0001 + - Zhenghang Liu + - Ye Xu + - Bingyi He + - Ran Zheng + - Hai Jin 0001 + year: '2025' + doi: 10.1145/3712285.3759849 + url: https://doi.org/10.1145/3712285.3759849 + dblp_key: conf/sc/DongS0LXHZ025 + venue_name: SC + pages: 645-660 +- title: Zero-Value Code Specialization via Profile-Guided Control Data Flow Analysis + authors: + - Shaokang Du + - Kelun Lei + - Xin You 0001 + - Hailong Yang 0002 + - Yufan Xu 0001 + - Zhongzhi Luan + - Yi Liu 0013 + - Depei Qian 0002 + year: '2025' + doi: 10.1145/3712285.3759840 + url: https://doi.org/10.1145/3712285.3759840 + dblp_key: conf/sc/DuLYY0L0Q25 + venue_name: SC + pages: 316-330 +- title: 'Trillion Ligands per Day: Performance-Portable Virtual Screening via Compound + Database Optimization and Multi-Target Docking' + authors: + - Xiaohui Duan + - Cheng Shen + - Gaowei Chen + - Shanshan Wu + - Yizhen Wang + - Yizhen Chen + - Qixin Chang + - Qiancheng Xia + - Zekun Yin + - Lin Gan 0001 + - Yibing Shan + - Guangwen Yang 0002 + - Weiguo Liu + - Niu Huang + year: '2025' + doi: 10.1145/3712285.3759833 + url: https://doi.org/10.1145/3712285.3759833 + dblp_key: conf/sc/DuanSCWWCCXYGSY25 + venue_name: SC + pages: 2172-2185 +- title: Simulating Hybrid Analog + RISC-V Systems for HPC Applications + authors: + - Cameron Durbin + - Jacob Flores + - Thomas Weatherly + - Ben Feinberg + year: '2025' + doi: 10.1145/3731599.3767532 + url: https://doi.org/10.1145/3731599.3767532 + dblp_key: conf/sc/DurbinFWF25 + venue_name: SC Workshops + pages: 1723-1728 +- title: 'Compute4Biology: Taking Stock of High Performance Computing Needs for Foundation + Models in Biological Sciences' + authors: + - Pratik Dutta + - Tirthankar Ghosal + year: '2025' + doi: 10.1145/3731599.3767345 + url: https://doi.org/10.1145/3731599.3767345 + dblp_key: conf/sc/DuttaG25 + venue_name: SC Workshops + pages: 45-51 +- title: Error Analysis of Globally Distributed Workflow Management System + authors: + - Sankha Dutta + - Ozgur O. Kilic + - Tatiana Korchuganova + - Paul Nilsson + - Sairam Sri Vatsavai + - Kuan-Chieh Hsu + - David K. Park + - Joseph Boudreau + - Tasnuva Chowdhury + - Shengyu Feng + - Raees Khan + - Jaehyung Kim 0001 + - Scott Klasky + - Tadashi Maeno + - Verena Ingrid Martinez Outschoorn + - Norbert Podhorszki + - Yihui Ren 0001 + - Frédéric Suter + - Wei Yang + - Yiming Yang 0002 + - Shinjae Yoo + - Alexei Klimentov + - Adolfy Hoisie + year: '2025' + doi: 10.1145/3731599.3767461 + url: https://doi.org/10.1145/3731599.3767461 + dblp_key: conf/sc/DuttaKKNVHPBCFK25 + venue_name: SC Workshops + pages: 968-976 +- title: A Query Engine for Scientific Data Exploration using Theory, Simulation, + and Artificial Intelligence Models + authors: + - Abhishek Dwaraki + - Sreenivas Rangan Sukumar + - Christopher D. Rickett + - Clarete Riana Crasta + - Harumi A. Kuno + - Michael Neal + - Pankaj Pandey + - Ryan Yates + - Karlon West + - Amar Gopal Chittiboyina + - Ikhlas A. Khan + - John L. Byrne + - Sekwon Lee + - David Emberson + year: '2025' + doi: 10.1145/3731599.3767350 + url: https://doi.org/10.1145/3731599.3767350 + dblp_key: conf/sc/DwarakiSRCKNPYW25 + venue_name: SC Workshops + pages: 86-95 +- title: 'Tackling the Challenges of Adding Pulse-level Support to a Heterogeneous + HPCQC Software Stack: MQSS Pulse' + authors: + - Jorge Echavarria + - Muhammad Nufail Farooqi + - Amit Devra + - Santana Lujan + - Léo Van Damme + - Hossam Ahmed + - Martín Letras + - Ercüment Kaya + - Adrian Vetter + - Max Werninghaus + - Martin Knudsen + - Felix Rohde + - Albert Frisch + - Eric Mansfield + - Rakhim Davletkaliyev + - Vladimir Kukushkin + - Noora Färkkilä + - Janne Mäntylä + - Nikolas Pomplun + - Andreas Spörl + - Lukas Burgholzer + - Yannick Stade + - Robert Wille + - Laura Brandon Schulz + - Martin Schulz 0001 + year: '2025' + doi: 10.1145/3731599.3767552 + url: https://doi.org/10.1145/3731599.3767552 + dblp_key: conf/sc/EchavarriaFDLDA25 + venue_name: SC Workshops + pages: 1868-1878 +- title: 'AMRaCut: Scalable Partitioning for Adaptive Mesh Refinement' + authors: + - Budvin Edippuliarachchi + - David Van Komen + - Hari Sundar + year: '2025' + doi: 10.1145/3712285.3759863 + url: https://doi.org/10.1145/3712285.3759863 + dblp_key: conf/sc/Edippuliarachchi25 + venue_name: SC + pages: 2094-2108 +- title: 'STELLAR: Storage Tuning Engine Leveraging LLM Autonomous Reasoning for High + Performance Parallel File Systems' + authors: + - Chris Egersdoerfer + - Philip H. Carns + - Shane Snyder + - Robert Ross + - Dong Dai 0001 + year: '2025' + doi: 10.1145/3712285.3759887 + url: https://doi.org/10.1145/3712285.3759887 + dblp_key: conf/sc/EgersdoerferCSR25 + venue_name: SC + pages: 1252-1266 +- title: MPI Collectives with Programmable Smart Switches + authors: + - Thomas Erbesdobler + - Amir Raoofy + - Ehab Saleh + - Josef Weidendorfer + year: '2025' + doi: 10.1145/3731599.3767391 + url: https://doi.org/10.1145/3731599.3767391 + dblp_key: conf/sc/ErbesdoblerRSW25 + venue_name: SC Workshops + pages: 468-478 +- title: 'From Soil to Software: Experience from a STEM Workshop on Smart Plant Care + and Teachable Machines' + authors: + - Anita Esmaeilian + - Kishwar Ahmed + year: '2025' + doi: 10.1145/3731599.3767384 + url: https://doi.org/10.1145/3731599.3767384 + dblp_key: conf/sc/EsmaeilianA25 + venue_name: SC Workshops + pages: 424-432 +- title: 'Reproducibility Report for SC25 Paper MXBLAS: Accelerating 8-bit Deep Learning + with a Unified Micro-Scaled GEMM Library' + authors: + - Roberto R. Expósito + year: '2025' + doi: 10.1145/3712285.3769464 + url: https://doi.org/10.1145/3712285.3769464 + dblp_key: conf/sc/Exposito25 + venue_name: SC + pages: '2282' +- title: 'KVMSR+UDWeave: Extreme-Scaling with Fine-grained Parallelism on the UpDown + Graph Supercomputer' + authors: + - Alexander Fell + - Yuqing Wang + - Tianshuo Su + - Marziyeh Nourian + - Wenyi Wang + - Jose M. Monsalve Diaz + - Andronicus Samsundar Rajasukumar + - Jiya Su + - Ruiqi Xu 0001 + - Rajat Khandelwal + - Tianchi Zhang 0005 + - David F. Gleich + - Yanjing Li + - Hank Hoffmann + - Andrew A. Chien + year: '2025' + doi: 10.1145/3731599.3767499 + url: https://doi.org/10.1145/3731599.3767499 + dblp_key: conf/sc/FellWSNWDRS0K0G25 + venue_name: SC Workshops + pages: 1243-1262 +- title: 'Million-Atom Ab Initio Electron Dynamics: Discontinuous Galerkin Real-Time + Time-Dependent Density Functional Theory' + authors: + - Junwei Feng + - Junshi Chen 0003 + - Xiangyu Zhang + - Junhui Liu + - Xinming Qin + - Lingyun Wan + - Sheng Chen + - Wentiao Wu + - Bingkun Hou + - Yexuan Lin + - Yihong Zhang + - Zechuan Zhang + - Yijun Hu + - Weile Jia + - Hong An + - Jinlong Yang 0003 + - Wei Hu 0006 + year: '2025' + doi: 10.1145/3712285.3759813 + url: https://doi.org/10.1145/3712285.3759813 + dblp_key: conf/sc/FengCZLQWCWHLZZ25 + venue_name: SC + pages: 1874-1887 +- title: Comparing Distributed-Memory Programming Frameworks with Radix Sort + authors: + - Michael P. Ferguson + - Ryan D. Friese + - Shreyas Khandekar + - Matt Drozt + year: '2025' + doi: 10.1145/3731599.3767500 + url: https://doi.org/10.1145/3731599.3767500 + dblp_key: conf/sc/FergusonFKD25 + venue_name: SC Workshops + pages: 1263-1275 +- title: Adapting scientific streaming inference workflows for a deterministic tensor + processing unit + authors: + - Samantha Fowler + - Kazutomo Yoshii + - Antonino Miceli + - Senthil Gnanasekaran + - Tao Zhou + - Nicholas Contini + year: '2025' + doi: 10.1145/3731599.3767588 + url: https://doi.org/10.1145/3731599.3767588 + dblp_key: conf/sc/FowlerYMGZC25 + venue_name: SC Workshops + pages: 2347-2353 +- title: 'Cosmological Hydrodynamics at Exascale: A Trillion-Particle Leap in Capability' + authors: + - Nicholas Frontiere + - J. D. Emberson + - Michael Buehlmann + - Esteban M. Rangel + - Salman Habib 0002 + - Katrin Heitmann + - Patricia Larsen + - Vitali A. Morozov + - Adrian Pope + - Claude-André Faucher-Giguère + - Antigoni Georgiadou + - Damien Lebrun-Grandié + - Andrey Prokopenko + year: '2025' + doi: 10.1145/3712285.3771786 + url: https://doi.org/10.1145/3712285.3771786 + dblp_key: conf/sc/FrontiereEBR0HL25 + venue_name: SC + pages: 25-35 +- title: 'T2-RELION: Task Parallelism, Tensor Core Accelerated RELION for Cryo-EM + 3D Reconstruction' + authors: + - Jiayu Fu + - Jingle Xu + - Lin Gan 0001 + - Tianqi Mao + - Zirong Shen + - Yinuo Wang + - Zeyu Song + - Xiaohui Duan + - Wei Xue 0003 + - Guangwen Yang 0002 + year: '2025' + doi: 10.1145/3712285.3759824 + url: https://doi.org/10.1145/3712285.3759824 + dblp_key: conf/sc/FuXGMSWSD0Y25 + venue_name: SC + pages: 2186-2202 +- title: The Cost of Teaching Operational ML + authors: + - Fraida Fund + - Kate Keahey + - Cody Hammock + - Marc Richardson + - Mark Powers + - Michael Sherman + year: '2025' + doi: 10.1145/3731599.3767385 + url: https://doi.org/10.1145/3731599.3767385 + dblp_key: conf/sc/FundKHRPS25 + venue_name: SC Workshops + pages: 393-400 +- title: Accelerated Spatio-Temporal Bayesian Modeling for Multivariate Gaussian Processes + authors: + - Lisa Gaedke-Merzhäuser + - Vincent Maillou + - Fernando Rodriguez Avellaneda + - Olaf Schenk + - Paula Moraga + - Mathieu Luisier + - Alexandros Nikolaos Ziogas + - Håvard Rue + year: '2025' + doi: 10.1145/3712285.3759832 + url: https://doi.org/10.1145/3712285.3759832 + dblp_key: conf/sc/Gaedke-Merzhauser25 + venue_name: SC + pages: 949-972 +- title: 'TianheEngine: Hierarchy-aware Adaptive Partitioning System for Trillion-scale + Graph Processing' + authors: + - Xinbiao Gan + - Tiejun Li + - Yiqi Wang 0001 + - Qiang Zhang 0053 + - Yongming Yi + - Chunye Gong + - Jie Liu 0002 + - Kai Lu 0001 + year: '2025' + doi: 10.1145/3712285.3759831 + url: https://doi.org/10.1145/3712285.3759831 + dblp_key: conf/sc/GanLW0YGLL25 + venue_name: SC + pages: 1785-1799 +- title: 'X-ray Ptychography at the Edge: Towards Real-Time Feedback for High-Speed + Nanoimaging' + authors: + - Zirui Gao + - Seher Karakuzu + - Dmitri Gavrilov + - Daniel B. Allan + - Adam Thompson + - Denis Leshchev + - Hanfei Yan + year: '2025' + doi: 10.1145/3731599.3767593 + url: https://doi.org/10.1145/3731599.3767593 + dblp_key: conf/sc/GaoKGATLY25 + venue_name: SC Workshops + pages: 2362-2368 +- title: Evaluating Accuracy and Performance Tradeoffs in GPU Accelerated Single Cell + RNA-seq Analysis + authors: + - Cory Gardner + - Seyun Jeong + - Oam Khatavkar + - Aiden Moon + - Qinglei Cao + - Tae-Hyuk Ahn + year: '2025' + doi: 10.1145/3731599.3767378 + url: https://doi.org/10.1145/3731599.3767378 + dblp_key: conf/sc/GardnerJKMCA25 + venue_name: SC Workshops + pages: 349-358 +- title: 'From Edge to HPC: Investigating Cross-Facility Data Streaming Architectures' + authors: + - Anjus George + - Michael J. Brim + - Christopher Zimmer 0001 + - David M. Rogers 0001 + - Sarp Oral + - Zach Mayes + year: '2025' + doi: 10.1145/3731599.3767452 + url: https://doi.org/10.1145/3731599.3767452 + dblp_key: conf/sc/GeorgeB00OM25 + venue_name: SC Workshops + pages: 949-959 +- title: Implementing Network-level QoS at HPC Datacenters to Enable Distributed Scientific + Workflows + authors: + - Anna Giannakou + - Jonathan Skone + - Vinay Sawal + - Ronal Kumar + - Stephen Simms + - Nicholas J. Wright + - Lavanya Ramakrishnan + year: '2025' + doi: 10.1145/3731599.3767450 + url: https://doi.org/10.1145/3731599.3767450 + dblp_key: conf/sc/GiannakouSSKSWR25 + venue_name: SC Workshops + pages: 919-928 +- title: 'Qonductor: A Cloud Orchestrator for Quantum Computing' + authors: + - Emmanouil Giortamis + - Francisco Romão + - Nathaniel Tornow + - Dmitry Lugovoy + - Pramod Bhatotia + year: '2025' + doi: 10.1145/3712285.3759785 + url: https://doi.org/10.1145/3712285.3759785 + dblp_key: conf/sc/GiortamisRTLB25 + venue_name: SC + pages: 728-745 +- title: 'Mojo: MLIR-based Performance-Portable HPC Science Kernels on GPUs for the + Python Ecosystem' + authors: + - William F. Godoy + - Tatiana Melnichenko + - Pedro Valero-Lara + - Wael R. Elwasif + - Philip W. Fackler + - Rafael Ferreira da Silva + - Keita Teranishi + - Jeffrey S. Vetter + year: '2025' + doi: 10.1145/3731599.3767573 + url: https://doi.org/10.1145/3731599.3767573 + dblp_key: conf/sc/GodoyMVEFSTV25 + venue_name: SC Workshops + pages: 2114-2128 +- title: 'Automated MCQA Benchmarking at Scale: Evaluating Reasoning Traces as Retrieval + Sources for Domain Adaptation of Small Language Models' + authors: + - Ozan Gökdemir + - Neil Getty + - Robert Underwood + - Sandeep Madireddy + - Franck Cappello + - Arvind Ramanathan + - Ian T. Foster + - Rick L. Stevens + year: '2025' + doi: 10.1145/3731599.3767410 + url: https://doi.org/10.1145/3731599.3767410 + dblp_key: conf/sc/GokdemirGUMCRFS25 + venue_name: SC Workshops + pages: 545-552 +- title: Stability-preserving Lossy Compression for Large-scale Partial Differential + Equations + authors: + - Qian Gong + - Mark Ainsworth + - Jieyang Chen + - Xin Liang 0001 + - Liangji Zhu + - Ethan Klasky + - Tushar M. Athawale + - Qing Liu 0002 + - Anand Rangarajan 0001 + - Sanjay Ranka + - Scott Klasky + year: '2025' + doi: 10.1145/3712285.3759878 + url: https://doi.org/10.1145/3712285.3759878 + dblp_key: conf/sc/GongAC0ZKAL0RK25 + venue_name: SC + pages: 1992-2005 +- title: Bridging the Gap Between Binary and Source Based Package Management in Spack + authors: + - John Gouwar + - Gregory Becker + - Tamara Dahlgren + - Nathan Hanford + - Arjun Guha + - Todd Gamblin + year: '2025' + doi: 10.1145/3712285.3759791 + url: https://doi.org/10.1145/3712285.3759791 + dblp_key: conf/sc/GouwarBDHGG25 + venue_name: SC + pages: 556-569 +- title: Generating Permutations at Scale + authors: + - Oded Green + - Joe Eaton + - Alok Tripathy + - Corey Nolet + - Justin Luitjens + year: '2025' + doi: 10.1145/3731599.3767436 + url: https://doi.org/10.1145/3731599.3767436 + dblp_key: conf/sc/GreenETNL25 + venue_name: SC Workshops + pages: 766-774 +- title: 'coMtainer: Compilation-assisted HPC Container Images with Enhanced Adaptability' + authors: + - Yuhao Gu + - Haoquan Chen + - Xianjie Chen + - Jiangsu Du + - Zhiguang Chen 0001 + - Nong Xiao 0001 + - Xianwei Zhang 0001 + - Yutong Lu + year: '2025' + doi: 10.1145/3712285.3759790 + url: https://doi.org/10.1145/3712285.3759790 + dblp_key: conf/sc/GuCCD000L25 + venue_name: SC + pages: 586-601 +- title: 'RESILIO : A Scalable and Composable Architecture for Tomographic Reconstruction + Workflows' + authors: + - Amal Gueroudji + - Matthieu Dorier + - Philip H. Carns + - Parth Patel + - Tekin Bicer + - Robert Latham + - Robert B. Ross + - Kyle Chard + - Ian T. Foster + year: '2025' + doi: 10.1145/3731599.3767575 + url: https://doi.org/10.1145/3731599.3767575 + dblp_key: conf/sc/GueroudjiDCPBLR25 + venue_name: SC Workshops + pages: 2281-2292 +- title: Reproducibility Report for SC25 Paper Zero-Value Code Specialization via + Profile-Guided Control Data Flow Analysis + authors: + - Quentin Guilloteau + year: '2025' + doi: 10.1145/3712285.3769455 + url: https://doi.org/10.1145/3712285.3769455 + dblp_key: conf/sc/Guilloteau25 + venue_name: SC + pages: 2300-2303 +- title: 'BLAZE: Exploiting Hybrid Parallelism and Size-customized Kernels to Accelerate + BLASTP on GPUs' + authors: + - Sree Charan Gundabolu + - Mithuna Thottethodi + - T. N. Vijaykumar + year: '2025' + doi: 10.1145/3712285.3759892 + url: https://doi.org/10.1145/3712285.3759892 + dblp_key: conf/sc/GundaboluTV25 + venue_name: SC + pages: 2143-2157 +- title: Deep Learning-Enabled Supercritical Flame Simulation at Detailed Chemistry + and Real-Fluid Accuracy Towards Trillion-Cell Scale + authors: + - Zhuoqiang Guo + - Runze Mao + - Lijun Liu + - Guangming Tan + - Weile Jia + - Zhi X. Chen + year: '2025' + doi: 10.1145/3712285.3759850 + url: https://doi.org/10.1145/3712285.3759850 + dblp_key: conf/sc/GuoMLTJC25 + venue_name: SC + pages: 1888-1900 +- title: A Workflow for Error Analysis for Drug Response Prediction via Statistical + Standardization and Distribution Analysis + authors: + - Jake Gwinn + - Justin M. Wozniak + - Rajeev Jain + - Yitan Zhu + - Alexander Partin + - Thomas S. Brettin + - Rick Stevens + year: '2025' + doi: 10.1145/3731599.3767586 + url: https://doi.org/10.1145/3731599.3767586 + dblp_key: conf/sc/GwinnWJZPBS25 + venue_name: SC Workshops + pages: 2181-2189 +- title: 'Destination Earth: The Climate Change Adaptation Digital Twin' + authors: + - Ioan Hadade + - Daniel Klocke + - Jussi Enkovaara + - Tuomas Lunttila + - Thomas Rackow + - Jan Frederik Engels + - Claudia Frauen + - René Redler + - Jenni Kontkanen + - Thomas Jung + - Dmitry V. Sein + - Irina Sandu + - Balthasar Reuter + - Nils Wedi + - Sebastian Milinski + - Francisco Doblas-Reyes + - Miguel Castrillo + - Mario C. Acosta + - Sergi Girona + - Pekka Manninen + year: '2025' + doi: 10.1145/3712285.3771790 + url: https://doi.org/10.1145/3712285.3771790 + dblp_key: conf/sc/HadadeKELREFRKJ25 + venue_name: SC + pages: 99-110 +- title: Experiences Integrating Database Support into the OLCF Test Harness + authors: + - Nick Hagerty + - Daniel Dietz + year: '2025' + doi: 10.1145/3731599.3767426 + url: https://doi.org/10.1145/3731599.3767426 + dblp_key: conf/sc/HagertyD25 + venue_name: SC Workshops + pages: 662-668 +- title: 'Matrix Is All You Need: Rearchitecting Quantum Chemistry to Scale on AI + Accelerators' + authors: + - Haozhi Han + - Kun Li 0016 + - Fusong Ju + - Qi Li 0039 + - Hong An + - Yifeng Chen + - Yunquan Zhang + - Ting Cao 0003 + - Mao Yang 0004 + year: '2025' + doi: 10.1145/3712285.3759829 + url: https://doi.org/10.1145/3712285.3759829 + dblp_key: conf/sc/Han0JLACZ0025 + venue_name: SC + pages: 2126-2142 +- title: Characterizing Performance, Power, and Energy of AMD CDNA3 GPU Family + authors: + - Bagus Hanindhito + - Bhavesh Patel + year: '2025' + doi: 10.1145/3712285.3759768 + url: https://doi.org/10.1145/3712285.3759768 + dblp_key: conf/sc/HanindhitoP25 + venue_name: SC + pages: 905-934 +- title: 'AERIS: Argonne Earth Systems Model for Reliable and Skillful Predictions' + authors: + - Väinö Hatanpää + - Eugene Ku + - Jason Stock + - Murali Emani + - Sam Foreman + - Chunyong Jung + - Sandeep Madireddy + - Tung Nguyen + - Varuni Sastry + - Ray A. O. Sinurat + - Huihuo Zheng + - Sam Wheeler + - Troy Arcomano + - Venkatram Vishwanath + - Rao Kotamarthi + year: '2025' + doi: 10.1145/3712285.3772094 + url: https://doi.org/10.1145/3712285.3772094 + dblp_key: conf/sc/HatanpaaKSEFJMN25 + venue_name: SC + pages: 72-85 +- title: Run-time Energy-Efficiency Optimization for AI and HPC Workloads + authors: + - Gabriel Hautreux + - Abdoulaye Gamatié + - Gilles Sassatelli + year: '2025' + doi: 10.1145/3731599.3767560 + url: https://doi.org/10.1145/3731599.3767560 + dblp_key: conf/sc/HautreuxGS25 + venue_name: SC Workshops + pages: 1970-1979 +- title: Addressing Reproducibility Challenges in HPC with Continuous Integration + authors: + - Valérie Hayot-Sasson + - Nathaniel Hudson 0001 + - André Bauer 0001 + - Maxime Gonthier + - Ian T. Foster + - Kyle Chard + year: '2025' + doi: 10.1145/3712285.3759874 + url: https://doi.org/10.1145/3712285.3759874 + dblp_key: conf/sc/Hayot-Sasson00G25 + venue_name: SC + pages: 437-457 +- title: 'Dyninst on the RISC-V: Binary Instrumentation in Support of Performance, + Debugging, and Other Tools' + authors: + - Cheng-Hsun Angus He + - Ronak Chauhan + - James A. Kupsch + - Hsuan-Heng Wu + - Barton P. Miller + year: '2025' + doi: 10.1145/3731599.3767527 + url: https://doi.org/10.1145/3731599.3767527 + dblp_key: conf/sc/HeCKWM25 + venue_name: SC Workshops + pages: 1743-1750 +- title: 'StraGCN: GPU-Accelerated Strassen's Sparse-Dense Matrix Multiplication + for Graph Convolutional Network Training' + authors: + - Weidong He + - Haikun Liu + - Zhuohui Duan + - Xiaofei Liao + - Shuhao Zhang 0001 + - Fubing Mao + - Hai Jin 0001 + year: '2025' + doi: 10.1145/3712285.3759826 + url: https://doi.org/10.1145/3712285.3759826 + dblp_key: conf/sc/HeLDL0M025 + venue_name: SC + pages: 631-644 +- title: 'Lessons Learned: Template-Heavy C++ in Production HPC Runtime Systems' + authors: + - Arne Hendricks + year: '2025' + doi: 10.1145/3731599.3767476 + url: https://doi.org/10.1145/3731599.3767476 + dblp_key: conf/sc/Hendricks25 + venue_name: SC Workshops + pages: 1009-1016 +- title: 'Real-Time Bayesian Inference at Extreme Scale: A Digital Twin for Tsunami + Early Warning Applied to the Cascadia Subduction Zone' + authors: + - Stefan Henneking + - Sreeram Venkat + - Veselin Dobrev + - John Camier + - Tzanio V. Kolev + - Milinda Fernando + - Alice-Agnes Gabriel + - Omar Ghattas + year: '2025' + doi: 10.1145/3712285.3771787 + url: https://doi.org/10.1145/3712285.3771787 + dblp_key: conf/sc/HennekingVDCKFG25 + venue_name: SC + pages: 60-71 +- title: Extending the C++ Execution Control Library to Support Dynamic Parallel Runtime + Systems + authors: + - Ian Henriksen + - Jan Ciesko + - Stephen L. Olivier + year: '2025' + doi: 10.1145/3731599.3767536 + url: https://doi.org/10.1145/3731599.3767536 + dblp_key: conf/sc/HenriksenCO25 + venue_name: SC Workshops + pages: 1751-1761 +- title: The First Star-by-star $N$-body/Hydrodynamics Simulation of Our Galaxy Coupling + with a Surrogate Model + authors: + - Keiya Hirashima + - Michiko S. Fujii + - Takayuki R. Saitoh + - Naoto Harada + - Kentaro Nomura + - Kohji Yoshikawa + - Yutaka Hirai + - Tetsuro Asano + - Kana Moriwaki + - Masaki Iwasawa + - Takashi Okamoto + - Junichiro Makino + year: '2025' + doi: 10.1145/3712285.3759866 + url: https://doi.org/10.1145/3712285.3759866 + dblp_key: conf/sc/HirashimaFSHNYH25 + venue_name: SC + pages: 1859-1873 +- title: 'RAPTOR: Practical Numerical Profiling of Scientific Applications' + authors: + - Faveo Hoerold + - Ivan R. Ivanov + - Akash Dhruv + - William S. Moses + - Anshu Dubey + - Mohamed Wahib + - Jens Domke + year: '2025' + doi: 10.1145/3712285.3759810 + url: https://doi.org/10.1145/3712285.3759810 + dblp_key: conf/sc/HoeroldIDMDWD25 + venue_name: SC + pages: 661-680 +- title: 'Aurora Acceptance: A Collaborative Exascale Test Harness' + authors: + - Brian Homerding + - Longfei Gao + - Ben Lenard + - Eric Pershey + - Kevin Harms + - Doug Waldron + - Susan Coghlan + - Bill Allcock + - Ti Leggett + - Balazs Gerofi + - Tom Musta + year: '2025' + doi: 10.1145/3731599.3767425 + url: https://doi.org/10.1145/3731599.3767425 + dblp_key: conf/sc/HomerdingGLPHWC25 + venue_name: SC Workshops + pages: 651-661 +- title: Utilizing Sparsity in the GPU-accelerated Assembly of Schur Complement Matrices + in Domain Decomposition Methods + authors: + - Jakub Homola + - Ondrej Meca + - Lubomír Ríha + - Tomás Brzobohatý + year: '2025' + doi: 10.1145/3712285.3759904 + url: https://doi.org/10.1145/3712285.3759904 + dblp_key: conf/sc/HomolaMRB25 + venue_name: SC + pages: 1464-1476 +- title: Compile-Time QoS Scheme for Deep Learning Inferences + authors: + - Sungin Hong + - Hyunjun Kim + - Hwansoo Han + year: '2025' + doi: 10.1145/3712285.3759846 + url: https://doi.org/10.1145/3712285.3759846 + dblp_key: conf/sc/HongKH25 + venue_name: SC + pages: 1697-1709 +- title: Inverse Design for Generating Initial Conditions in Scientific Simulations + authors: + - Leslie A. Horace + - Christin Whitton + - Vanessa Job + - William M. Jones + - Nathan DeBardeleben + year: '2025' + doi: 10.1145/3731599.3767343 + url: https://doi.org/10.1145/3731599.3767343 + dblp_key: conf/sc/HoraceWJJD25 + venue_name: SC Workshops + pages: 29-36 +- title: Data Management System Analysis for Distributed Computing Workloads + authors: + - Kuan-Chieh Hsu + - Sairam Sri Vatsavai + - Ozgur O. Kilic + - Sankha Dutta + - Yihui Ren 0001 + - David K. Park + - Tatiana Korchuganova + - Joseph Boudreau + - Tasnuva Chowdhury + - Shengyu Feng + - Raees Ahmad Khan + - Jaehyung Kim 0001 + - Norbert Podhorszki + - Scott Klasky + - Tadashi Maeno + - Paul Nilsson + - Verena Ingrid Martinez Outschoorn + - Frédéric Suter + - Wei Yang + - Yiming Yang 0002 + - Shinjae Yoo + - Alexei Klimentov + - Adolfy Hoisie + year: '2025' + doi: 10.1145/3731599.3767370 + url: https://doi.org/10.1145/3731599.3767370 + dblp_key: conf/sc/HsuVKD0PKBCFK0P25 + venue_name: SC Workshops + pages: 279-289 +- title: Modeling and Optimizing Real-Time Telescope Interaction for Multi-wavelength + Observation of Gamma-ray Bursts + authors: + - Ye Htet + - Marion Sudvarg + - Honghao Yang + - Jeremy Buhler + - Roger D. Chamberlain + - James H. Buckley + year: '2025' + doi: 10.1145/3731599.3767475 + url: https://doi.org/10.1145/3731599.3767475 + dblp_key: conf/sc/HtetSYBCB25 + venue_name: SC Workshops + pages: 2161-2168 +- title: 'LiquidGEMM: Hardware-Efficient W4A8 GEMM Kernel for High-Performance LLM + Serving' + authors: + - Huanqi Hu + - Bowen Xiao + - Shixuan Sun + - Jianian Yin + - Zhexi Zhang + - Xiang Luo + - Chengquan Jiang + - Weiqi Xu + - Xiaoying Jia 0005 + - Xin Liu 0086 + - Minyi Guo + year: '2025' + doi: 10.1145/3712285.3759852 + url: https://doi.org/10.1145/3712285.3759852 + dblp_key: conf/sc/HuXSYZLJX0LG25 + venue_name: SC + pages: 1619-1630 +- title: GPU Lossy Compression for HPC Can Be Versatile and Ultra-Fast + authors: + - Yafan Huang + - Sheng Di + - Guanpeng Li + - Franck Cappello + year: '2025' + doi: 10.1145/3712285.3759817 + url: https://doi.org/10.1145/3712285.3759817 + dblp_key: conf/sc/HuangDLC25 + venue_name: SC + pages: 2056-2075 +- title: 'lsCOMP: Efficient Light Source Compression' + authors: + - Yafan Huang + - Sheng Di + - Robert Underwood + - Peco Myint + - Miaoqi Chu + - Guanpeng Li + - Nicholas Schwarz + - Franck Cappello + year: '2025' + doi: 10.1145/3712285.3759814 + url: https://doi.org/10.1145/3712285.3759814 + dblp_key: conf/sc/HuangDUMCLSC25 + venue_name: SC + pages: 2006-2023 +- title: 'Workload Intelligence: Workload-Aware IaaS abstraction for Cloud Efficiency' + authors: + - Lexiang Huang + - Anjaly Parayil + - Jue Zhang + - Xiaoting Qin + - Chetan Bansal + - Jovan Stojkovic + - Pantea Zardoshti + - Pulkit A. Misra + - Eli Cortez + - Raphael Ghelman + - Íñigo Goiri + - Saravan Rajmohan + - Jim Kleewein + - Rodrigo Fonseca + - Timothy Zhu + - Ricardo Bianchini + year: '2025' + doi: 10.1145/3712285.3759848 + url: https://doi.org/10.1145/3712285.3759848 + dblp_key: conf/sc/HuangPZQBSZMCGG25 + venue_name: SC + pages: 2203-2215 +- title: 'HStencil: Matrix-Vector Stencil Computation with Interleaved Outer Product + and MLA' + authors: + - Han Huang + - Jiabin Xie + - Guangnan Feng + - Xianwei Zhang 0001 + - Dan Huang 0001 + - Zhiguang Chen 0001 + - Yutong Lu + year: '2025' + doi: 10.1145/3712285.3759769 + url: https://doi.org/10.1145/3712285.3759769 + dblp_key: conf/sc/HuangXF000L25 + venue_name: SC + pages: 1816-1829 +- title: 'MANS: Efficient and Portable ANS Encoding for Multi-Byte Integer Data on + CPUs and GPUs' + authors: + - Wenjing Huang 0002 + - Jinwu Yang + - Shengquan Yin + - Haoxu Li + - Yida Gu + - Zedong Liu + - Xing Jing + - Zheng Wei + - Shiyuan Fu + - Hao Hu + - Guangming Tan + - Dingwen Tao + year: '2025' + doi: 10.1145/3712285.3759825 + url: https://doi.org/10.1145/3712285.3759825 + dblp_key: conf/sc/HuangYYLGLJWFHT25 + venue_name: SC + pages: 1299-1314 +- title: Using Code Coverage to Assess Feature Gaps in MPI Correctness Tool Classification + Tests + authors: + - Alexander Hück + - Simon Schwitanski + - Tim Jammer + - Joachim Jenke + - Yussur Mustafa Oraji + - Christian H. Bischof + year: '2025' + doi: 10.1145/3731599.3767359 + url: https://doi.org/10.1145/3731599.3767359 + dblp_key: conf/sc/HuckSJJOB25 + venue_name: SC Workshops + pages: 179-187 +- title: Data Race Detection through Vibe Translation + authors: + - Jan Hückelheim + - Vimarsh Sathia + - Siyuan Brant Qian + year: '2025' + doi: 10.1145/3731599.3767363 + url: https://doi.org/10.1145/3731599.3767363 + dblp_key: conf/sc/HuckelheimSQ25 + venue_name: SC Workshops + pages: 198-206 +- title: Numerical Performance of the Implicitly Restarted Arnoldi Method in OFP8, + Bfloat16, Posit, and Takum Arithmetics + authors: + - Laslo Hunhold + - James Quinlan + - Stefan Wesner + year: '2025' + doi: 10.1145/3712285.3759837 + url: https://doi.org/10.1145/3712285.3759837 + dblp_key: conf/sc/HunholdQW25 + venue_name: SC + pages: 681-694 +- title: Optimizing Microgrid Composition for Sustainable Data Centers + authors: + - Julius Irion + - Philipp Wiesner + - Jonathan Bader + - Odej Kao + year: '2025' + doi: 10.1145/3731599.3767562 + url: https://doi.org/10.1145/3731599.3767562 + dblp_key: conf/sc/IrionWBK25 + venue_name: SC Workshops + pages: 1990-1996 +- title: Improving SpGEMM Performance Through Matrix-Reordering and Cluster-wise Computation + authors: + - Abdullah Al Raqibul Islam + - Helen Xu 0001 + - Dong Dai 0001 + - Aydin Buluç + year: '2025' + doi: 10.1145/3712285.3759885 + url: https://doi.org/10.1145/3712285.3759885 + dblp_key: conf/sc/Islam00B25 + venue_name: SC + pages: 1446-1463 +- title: Dynamic Thread Coarsening for CPU and GPU OpenMP Code + authors: + - Ivan R. Ivanov + - Jens Domke + - Toshio Endo + - Johannes Doerfert + year: '2025' + doi: 10.1145/3731599.3767482 + url: https://doi.org/10.1145/3731599.3767482 + dblp_key: conf/sc/IvanovDED25 + venue_name: SC Workshops + pages: 1066-1074 +- title: 'PerfDojo: Automated ML Library Generation for Heterogeneous Architectures' + authors: + - Andrei Ivanov + - Siyuan Shen + - Gioele Gottardo + - Marcin Chrapek + - Afif Boudaoud + - Timo Schneider + - Luca Benini + - Torsten Hoefler + year: '2025' + doi: 10.1145/3712285.3759900 + url: https://doi.org/10.1145/3712285.3759900 + dblp_key: conf/sc/IvanovSGCBSBH25 + venue_name: SC + pages: 137-151 +- title: Evaluating the Efficacy of LLM-Based Reasoning for Multiobjective HPC Job + Scheduling + authors: + - Prachi Jadhav + - Hongwei Jin + - Ewa Deelman + - Prasanna Balaprakash + year: '2025' + doi: 10.1145/3731599.3767584 + url: https://doi.org/10.1145/3731599.3767584 + dblp_key: conf/sc/JadhavJDB25 + venue_name: SC Workshops + pages: 2234-2244 +- title: 'SIREN: Software Identification and Recognition in HPC Systems' + authors: + - Thomas Jakobsche + - Fredrik Robertsén + - Jessica R. Jones + - Utz-Uwe Haus + - Florina M. Ciorba + year: '2025' + doi: 10.1145/3712285.3759873 + url: https://doi.org/10.1145/3712285.3759873 + dblp_key: conf/sc/JakobscheRJHC25 + venue_name: SC + pages: 1742-1754 +- title: 'EMLIO: Minimizing I/O Latency and Energy Consumption for Large-Scale AI + Training' + authors: + - Hasibul Jamil + - Md. S. Q. Zulkar Nine + - Tevfik Kosar + year: '2025' + doi: 10.1145/3731599.3767566 + url: https://doi.org/10.1145/3731599.3767566 + dblp_key: conf/sc/JamilNK25 + venue_name: SC Workshops + pages: 2022-2031 +- title: Lightweight CNN-Based Artifact Reduction for Scientific Error-bounded Lossy + Compression + authors: + - Zizhe Jian + - Pu Jiao + - Bohan Zhang + - Sheng Di + - Xin Liang 0001 + - Guanpeng Li + - Huangliang Dai + - Zizhong Chen + - Franck Cappello + year: '2025' + doi: 10.1145/3731599.3767374 + url: https://doi.org/10.1145/3731599.3767374 + dblp_key: conf/sc/JianJZD0LDCC25 + venue_name: SC Workshops + pages: 314-323 +- title: A Study of Performance Portability of Low-bit Fused Matrix-Vector Multiplication + Kernels in SYCL + authors: + - Zheming Jin + year: '2025' + doi: 10.1145/3731599.3767574 + url: https://doi.org/10.1145/3731599.3767574 + dblp_key: conf/sc/Jin25 + venue_name: SC Workshops + pages: 2129-2136 +- title: 'GridMind: LLMs-Powered Agents for Power System Analysis and Operations' + authors: + - Hongwei Jin + - Kibaek Kim + - Jonghwan Kwon + year: '2025' + doi: 10.1145/3731599.3767409 + url: https://doi.org/10.1145/3731599.3767409 + dblp_key: conf/sc/JinKK25 + venue_name: SC Workshops + pages: 560-568 +- title: Enhancing ChatPORT with CUDA-to-SYCL Kernel Translation Capability + authors: + - Zheming Jin + - Swaroop Pophale + - Keita Teranishi + year: '2025' + doi: 10.1145/3731599.3767398 + url: https://doi.org/10.1145/3731599.3767398 + dblp_key: conf/sc/JinPT25 + venue_name: SC Workshops + pages: 524-533 +- title: 'Bridging Speed and Optimality in Job Scheduling: A Hybrid Ant Colony Optimization + Approach for Distributed Systems' + authors: + - Hongwei Jin + - Pawel Zuk + - Krishnan Raghavan + - Prachi Jadhav + - Aiden Hamade + - Ewa Deelman + - Prasanna Balaprakash + year: '2025' + doi: 10.1145/3731599.3767585 + url: https://doi.org/10.1145/3731599.3767585 + dblp_key: conf/sc/JinZRJHDB25 + venue_name: SC Workshops + pages: 2190-2200 +- title: 'LAMMPS-KOKKOS: Performance Portable Molecular Dynamics Across Exascale Architectures' + authors: + - Anders Johansson + - Evan Weinberg + - Christian Trott + - Megan J. McCarthy + - Stan G. Moore + year: '2025' + doi: 10.1145/3731599.3767498 + url: https://doi.org/10.1145/3731599.3767498 + dblp_key: conf/sc/JohanssonWTMM25 + venue_name: SC Workshops + pages: 1217-1232 +- title: 'HELM: Characterizing Unified Memory Accesses to Improve GPU Performance + under Memory Oversubscription' + authors: + - Nathan Jones + - Tyler N. Allen + - Rong Ge 0002 + year: '2025' + doi: 10.1145/3712285.3759812 + url: https://doi.org/10.1145/3712285.3759812 + dblp_key: conf/sc/JonesAG25 + venue_name: SC + pages: 490-504 +- title: Generating Frequently Asked Questions from Technical Support Tickets using + Large Language Models + authors: + - Christina Joslin + - David Burns + - Fnu Ashish + - Elham Sarbijan + year: '2025' + doi: 10.1145/3731599.3767429 + url: https://doi.org/10.1145/3731599.3767429 + dblp_key: conf/sc/JoslinBAS25 + venue_name: SC Workshops + pages: 715-726 +- title: Scaling Out Chip Interconnect Networks with Implicit Sequence Numbers + authors: + - Giyong Jung + - Saeid Gorgin 0001 + - John Kim 0001 + - Jungrae Kim + year: '2025' + doi: 10.1145/3712285.3759843 + url: https://doi.org/10.1145/3712285.3759843 + dblp_key: conf/sc/Jung0KK25 + venue_name: SC + pages: 1240-1251 +- title: 'Core Hours and Carbon Credits: Incentivizing Sustainability in HPC' + authors: + - Alok Kamatar + - Maxime Gonthier + - Valérie Hayot-Sasson + - André Bauer 0001 + - Marcin Copik + - Raul Castro Fernandez + - Torsten Hoefler + - Kyle Chard + - Ian T. Foster + year: '2025' + doi: 10.1145/3712285.3759858 + url: https://doi.org/10.1145/3712285.3759858 + dblp_key: conf/sc/KamatarGH0CFHCF25 + venue_name: SC + pages: 870-887 +- title: 'NNQS-SCI: Tackling Trillion-Dimensional Hilbert Space with Adaptive Neural + Network Quantum States' + authors: + - Bowen Kan + - Yumeng Zhou + - Daiyou Xie + - Pengyu Zhou + - Yunquan Zhang + - Honghui Shang + year: '2025' + doi: 10.1145/3712285.3759800 + url: https://doi.org/10.1145/3712285.3759800 + dblp_key: conf/sc/KanZXZZS25 + venue_name: SC + pages: 1646-1660 +- title: Towards Enabling Hostile Multi-tenancy in Kubernetes + authors: + - Ali Kanso + - Slava Oks + - Mostafa Elzeiny + - Gurpreet Virdi + year: '2025' + doi: 10.1145/3731599.3767357 + url: https://doi.org/10.1145/3731599.3767357 + dblp_key: conf/sc/KansoOEV25 + venue_name: SC Workshops + pages: 172-178 +- title: Scaling the memory wall using mixed-precision - HPG-MxP on an exascale machine + authors: + - Aditya Kashi + - Nicholson Koukpaizan + - Hao Lu 0001 + - Michael A. Matheson + - Sarp Oral + - Feiyi Wang + year: '2025' + doi: 10.1145/3712285.3759877 + url: https://doi.org/10.1145/3712285.3759877 + dblp_key: conf/sc/KashiK0MOW25 + venue_name: SC + pages: 281-297 +- title: 'Evaluating Trusted Execution Environment Performance for Genome Sequence + Alignment: An AMD SEV Case Study' + authors: + - Robert Keßler + - Lech Nieroda + - Simon Volpert + - Moritz Gräf + - Viktor Achter + - Laslo Hunhold + - Stefan Wesner + year: '2025' + doi: 10.1145/3731599.3767558 + url: https://doi.org/10.1145/3731599.3767558 + dblp_key: conf/sc/KesslerNVGAHW25 + venue_name: SC Workshops + pages: 1951-1958 +- title: 'SDR-RDMA: Software-Defined Reliability Architecture for Planetary Scale + RDMA Communication' + authors: + - Mikhail Khalilov + - Siyuan Shen + - Marcin Chrapek + - Tiancheng Chen + - Kenji Nakano + - Nicola Mazzoletti + - Peter-Jan Gootzen + - Salvatore Di Girolamo + - Rami Nudelman + - Gil Bloch + - Jithin Jose + - Abdul Kabbani + - Sreevatsa Anantharamu + - Jie Zhang + - Konstantin Taranov + - Zhuolong Yu + - Scott Moe + - Mahmoud Elhaddad + - Torsten Hoefler + year: '2025' + doi: 10.1145/3712285.3759902 + url: https://doi.org/10.1145/3712285.3759902 + dblp_key: conf/sc/KhalilovSCCNMGG25 + venue_name: SC + pages: 1223-1239 +- title: Scaling All-to-All Operations Across Emerging Many-Core Supercomputers + authors: + - Shannon Gayle Kinkead + - Jackson Wesley + - Whit Schonbein + - David Debonis + - Matthew G. F. Dosanjh + - Amanda Bienz + year: '2025' + doi: 10.1145/3731599.3767393 + url: https://doi.org/10.1145/3731599.3767393 + dblp_key: conf/sc/KinkeadWSDDB25 + venue_name: SC Workshops + pages: 479-488 +- title: Computing the Full Earth System at 1km Resolution + authors: + - Daniel Klocke + - Claudia Frauen + - Jan Frederik Engels + - Dmitry Alexeev + - René Redler + - Reiner Schnur + - Helmuth Haak + - Luis Kornblueh + - Nils Brüggemann + - Fatemeh Chegini + - Manoel Römmer + - Lars Hoffmann + - Sabine Griessbach + - Mathis Bode + - Jonathan Coles + - Miguel Gila + - William Sawyer + - Alexandru Calotoiu + - Yakup Budanaz + - Pratyai Mazumder + - Marcin Copik + - Benjamin Weber + - Andreas Herten + - Hendryk Bockelmann + - Torsten Hoefler + - Cathy Hohenegger + - Bjorn Stevens + year: '2025' + doi: 10.1145/3712285.3771789 + url: https://doi.org/10.1145/3712285.3771789 + dblp_key: conf/sc/KlockeFEARSHKBC25 + venue_name: SC + pages: 125-136 +- title: 'Reproducibility Report for SC25 Paper FaSTCC: Fast Sparse Tensor Contractions + on CPUs' + authors: + - Marcel Koch + year: '2025' + doi: 10.1145/3712285.3769447 + url: https://doi.org/10.1145/3712285.3769447 + dblp_key: conf/sc/Koch25 + venue_name: SC + pages: '2318' +- title: Is it an HPC Workflow Assistant? Is it a Framework? It's Drona Workflow + Engine + authors: + - Andrii Kryvenko + - Duy Pham + - Marinus Pennings + - Honggao Liu + year: '2025' + doi: 10.1145/3731599.3767431 + url: https://doi.org/10.1145/3731599.3767431 + dblp_key: conf/sc/KryvenkoPPL25 + venue_name: SC Workshops + pages: 705-714 +- title: Teaching Task-Based Parallel Programming with a Runtime Systems-Aware Perspective + authors: + - Vivek Kumar + year: '2025' + doi: 10.1145/3731599.3767387 + url: https://doi.org/10.1145/3731599.3767387 + dblp_key: conf/sc/Kumar25 + venue_name: SC Workshops + pages: 376-383 +- title: 'MPI Communication Performance on AMD MI300A: Microbenchmarks and Applications' + authors: + - Goutham Kalikrishna Reddy Kuncham + - Siyuan Zhang + - Shoaib Mohammad + - Chen-Chun Chen + - Dhabaleswar K. Panda 0001 + year: '2025' + doi: 10.1145/3731599.3767462 + url: https://doi.org/10.1145/3731599.3767462 + dblp_key: conf/sc/KunchamZMC025 + venue_name: SC Workshops + pages: 977-984 +- title: 'TT-LoRA MoE: Using Parameter-Efficient Fine-Tuning and Sparse Mixture-Of-Experts' + authors: + - Pradip Kunwar + - Minh N. Vu + - Maanak Gupta + - Mahmoud Abdelsalam + - Manish Bhattarai + year: '2025' + doi: 10.1145/3712285.3759888 + url: https://doi.org/10.1145/3712285.3759888 + dblp_key: conf/sc/KunwarVGAB25 + venue_name: SC + pages: 1332-1350 +- title: 'xGFabric: Coupling Sensor Networks and HPC Facilities with Private 5G Wireless + Networks for Real-Time Digital Agriculture' + authors: + - Liubov Kurafeeva + - Alan Subedi + - Ryan Hartung + - Michael Fay + - Avhishek Biswas + - Shantenu Jha + - Ozgur O. Kilic + - Chandra Krintz + - André Merzky + - Douglas Thain + - Mehmet C. Vuran + - Rich Wolski + year: '2025' + doi: 10.1145/3731599.3767589 + url: https://doi.org/10.1145/3731599.3767589 + dblp_key: conf/sc/KurafeevaSHFBJK25 + venue_name: SC Workshops + pages: 2317-2327 +- title: Microscopic-Level Mouse Whole Cortex Simulation Composed of 9 Million Biophysical + Neurons and 26 Billion Synapses on the Supercomputer Fugaku + authors: + - Rin Kuriyama + - Kaaya Akira + - Laura Green + - Beatriz Herrera + - Kael Dai + - Mari Iura + - Gilles Gouaillardet + - Asako Terasawa + - Taira Kobayashi + - Jun Igarashi + - Anton Arkhipov + - Tadashi Yamazaki + year: '2025' + doi: 10.1145/3712285.3759819 + url: https://doi.org/10.1145/3712285.3759819 + dblp_key: conf/sc/KuriyamaAGHDIGT25 + venue_name: SC + pages: 2158-2171 +- title: 'RISC-V Vectorization Coverage for HPC: A TSVC-Based Analysis' + authors: + - Hung-Ming Lai + - Pei-Hung Lin + - Maya B. Gokhale + - Ivy Peng + - Hiren D. Patel + - Jenq-Kuen Lee + year: '2025' + doi: 10.1145/3731599.3767535 + url: https://doi.org/10.1145/3731599.3767535 + dblp_key: conf/sc/LaiLGPPL25 + venue_name: SC Workshops + pages: 1676-1683 +- title: A RISC-V Vector Extension for Multi-word Arithmetic + authors: + - Yunhao Lan + - Larry Tang 0003 + - Naifeng Zhang + - Youngjin Eum + - James C. Hoe + - Franz Franchetti + year: '2025' + doi: 10.1145/3731599.3767530 + url: https://doi.org/10.1145/3731599.3767530 + dblp_key: conf/sc/Lan0ZEHF25 + venue_name: SC Workshops + pages: 1684-1693 +- title: Modelling Load Imbalance In Shared Memory Multicore Systems + authors: + - Johannes Langguth + - James D. Trotter + - Xing Cai + year: '2025' + doi: 10.1145/3731599.3767707 + url: https://doi.org/10.1145/3731599.3767707 + dblp_key: conf/sc/LangguthTC25 + venue_name: SC Workshops + pages: 1433-1441 +- title: 'Reproducibility Report for SC25 Paper RAPTOR: Practical Numerical Profiling + of Scientific Applications' + authors: + - Ruben Laso + year: '2025' + doi: 10.1145/3712285.3769445 + url: https://doi.org/10.1145/3712285.3769445 + dblp_key: conf/sc/Laso25 + venue_name: SC + pages: '2321' +- title: Reproducibility Report for SC25 Paper Addressing Reproducibility Challenges + in HPC with Continuous Integration + authors: + - Ruben Laso + year: '2025' + doi: 10.1145/3712285.3769443 + url: https://doi.org/10.1145/3712285.3769443 + dblp_key: conf/sc/Laso25a + venue_name: SC + pages: '2322' +- title: 'Reproducibility Report for SC25 Paper Bine Trees: Enhancing Collective Operations + by Optimizing Communication Locality' + authors: + - Jan Laukemann + year: '2025' + doi: 10.1145/3712285.3769440 + url: https://doi.org/10.1145/3712285.3769440 + dblp_key: conf/sc/Laukemann25 + venue_name: SC + pages: 2327-2328 +- title: Fast Linear Solvers via AI-Tuned Markov Chain Monte Carlo-based Matrix Inversion + authors: + - Anton Lebedev + - Won Kyung Lee + - Soumyadip Ghosh + - Olha Ivanyshyn Yaman + - Vassilis Kalantzis + - Yingdong Lu + - Tomasz Nowicki + - Shashanka Ubaru + - Lior Horesh + - Vassil Alexandrov 0001 + year: '2025' + doi: 10.1145/3731599.3767543 + url: https://doi.org/10.1145/3731599.3767543 + dblp_key: conf/sc/LebedevLGYKLNUH25 + venue_name: SC Workshops + pages: 1800-1807 +- title: Assessing a RISC-V Accelerator for Cross-Section Lookup in Chipyard + authors: + - Andrew Ledbetter + - Kazutomo Yoshii + - John R. Tramm + year: '2025' + doi: 10.1145/3731599.3767526 + url: https://doi.org/10.1145/3731599.3767526 + dblp_key: conf/sc/LedbetterYT25 + venue_name: SC Workshops + pages: 1736-1742 +- title: 'SlimIO: Lightweight I/O Path Design for Write Isolation in FDP-backed In-Memory + Databases' + authors: + - Sangyun Lee + - Sungjin Byeon + - Soon Hwang + - Jaewan Park + - Jooyoung Hwang + - Junyoung Han + - Javier González 0006 + - Awais Khan 0002 + - Youngjae Kim 0001 + year: '2025' + doi: 10.1145/3731599.3767511 + url: https://doi.org/10.1145/3731599.3767511 + dblp_key: conf/sc/LeeBHPHHG0K25 + venue_name: SC Workshops + pages: 1375-1384 +- title: A GPU FFT Wrapper to Co-optimize Floating-Point Precision and Library Selection + via Predictive Error Modeling + authors: + - Julius Lehner + - Eishi Arima + - Martin Schulz 0001 + year: '2025' + doi: 10.1145/3731599.3767703 + url: https://doi.org/10.1145/3731599.3767703 + dblp_key: conf/sc/LehnerA025 + venue_name: SC Workshops + pages: 1534-1543 +- title: Breaking the System Noise Barrier at Exascale + authors: + - Edgar A. León + - Joseph Glenski + - Mark J. Stock + - Kim H. McMahon + - William Loewe + - Clark Snyder + - Larry Kaplan + - Srinath Vadlamani + - Timothy I. Mattox + - Trent D'Hooge + - Brian Behlendorf + - Nathan Hanford + - Ramesh Pankajakshan + - Matthew L. Leininger + year: '2025' + doi: 10.1145/3712285.3759793 + url: https://doi.org/10.1145/3712285.3759793 + dblp_key: conf/sc/LeonGSMLSKVMDBH25 + venue_name: SC + pages: 411-436 +- title: Fine-grained Automated Failure Management for Extreme-Scale GPU Accelerated + Systems + authors: + - Yonatan Levitt + - Richard Barella + - Sam Zeltner + - Thomas Musta + - Lance Cheney + - Gustavo Espinosa + - Olivier Franza + - Balazs Gerofi + year: '2025' + doi: 10.1145/3712285.3759883 + url: https://doi.org/10.1145/3712285.3759883 + dblp_key: conf/sc/LevittBZMCEFG25 + venue_name: SC + pages: 1073-1084 +- title: 'SparStencil: Retargeting Sparse Tensor Cores to Scientific Stencil Computations + via Structured Sparsity Transformation' + authors: + - Qi Li 0039 + - Kun Li 0016 + - Haozhi Han + - Liang Yuan + - Yunquan Zhang + - Yifeng Chen + - Junshi Chen 0003 + - Hong An + - Ting Cao 0003 + - Mao Yang 0004 + year: '2025' + doi: 10.1145/3712285.3759820 + url: https://doi.org/10.1145/3712285.3759820 + dblp_key: conf/sc/Li0HYZCCA0025 + venue_name: SC + pages: 1495-1509 +- title: Reproducibility Report for SC25 Paper Sparsified Preconditioned Conjugate + Gradient Solver on GPUs + authors: + - Sixu Li + year: '2025' + doi: 10.1145/3712285.3769468 + url: https://doi.org/10.1145/3712285.3769468 + dblp_key: conf/sc/Li25 + venue_name: SC + pages: 2287-2289 +- title: 'Diff-MoE: Efficient Batched MoE Inference with Priority-Driven Differential + Expert Caching' + authors: + - Kexin Li + - Wenkan Huang + - Qinggang Wang + - Long Zheng 0003 + - Xiaofei Liao + - Hai Jin 0001 + - Jingling Xue + year: '2025' + doi: 10.1145/3712285.3759903 + url: https://doi.org/10.1145/3712285.3759903 + dblp_key: conf/sc/LiHW0L0X25 + venue_name: SC + pages: 1951-1965 +- title: 'HP-MDR: High-performance and Portable Data Refactoring and Progressive Retrieval + with Advanced GPUs' + authors: + - Yanliang Li + - Wenbo Li + - Qian Gong + - Qing Liu 0002 + - Norbert Podhorszki + - Scott Klasky + - Xin Liang 0001 + - Jieyang Chen + year: '2025' + doi: 10.1145/3712285.3759845 + url: https://doi.org/10.1145/3712285.3759845 + dblp_key: conf/sc/LiLGLPK0C25 + venue_name: SC + pages: 2076-2093 +- title: 'Parallel Data Object Creation: Scalable Metadata Management in Parallel + I/O Library' + authors: + - Youjia Li + - Robert Latham + - Robert B. Ross + - Ankit Agrawal 0001 + - Alok N. Choudhary + - Wei-keng Liao + year: '2025' + doi: 10.1145/3731599.3767512 + url: https://doi.org/10.1145/3731599.3767512 + dblp_key: conf/sc/LiLR0CL25 + venue_name: SC Workshops + pages: 1385-1395 +- title: 'SlimPipe: Memory-Thrifty and Efficient Pipeline Parallelism for Long-Context + LLM Training' + authors: + - Zhouyang Li + - Yuliang Liu + - Wei Zhang + - Tailing Yuan + - Bin Chen + - Chengru Song + year: '2025' + doi: 10.1145/3712285.3759855 + url: https://doi.org/10.1145/3712285.3759855 + dblp_key: conf/sc/LiLZYCS25 + venue_name: SC + pages: 1409-1428 +- title: 'MISA-AKMC : Achieve Kinetic Monte Carlo Simulation of 20 Quadrillion Atoms + on GPU Clusters' + authors: + - Shunde Li + - Zhijie Pan + - Ningming Nie + - Jue Wang 0013 + - He Bai 0005 + - Genshen Chu + - Yan Zeng + - Xinfu He + - Yangang Wang 0002 + - Changjun Hu + - Xuebin Chi + year: '2025' + doi: 10.1145/3712285.3759781 + url: https://doi.org/10.1145/3712285.3759781 + dblp_key: conf/sc/LiPNW0CZHWHC25 + venue_name: SC + pages: 1661-1675 +- title: Optimizing Data Acquisitions in Multi-Robot Systems + authors: + - Yanhao Li + - Zijun Xu + - Xuanjun Wen + - Yanjie Song + - Guancheng Li + - Shu Yin 0001 + year: '2025' + doi: 10.1145/3712285.3759780 + url: https://doi.org/10.1145/3712285.3759780 + dblp_key: conf/sc/LiXWSL025 + venue_name: SC + pages: 837-854 +- title: Generative Latent Diffusion for Efficient Spatiotemporal Data Reduction + authors: + - Xiao Li 0048 + - Liangji Zhu + - Anand Rangarajan 0001 + - Sanjay Ranka + year: '2025' + doi: 10.1145/3712285.3759836 + url: https://doi.org/10.1145/3712285.3759836 + dblp_key: conf/sc/LiZ0R25 + venue_name: SC + pages: 1980-1991 +- title: 'MaverIQ: Fingerprint-Guided Extrapolation and Fragmentation-Aware Layering + for Intent-Based LLM Serving' + authors: + - Dimitrios Liakopoulos + - Prasoon Sinha + - Tianrui Hu + - Myungjin Lee + - Neeraja J. Yadwadkar + year: '2025' + doi: 10.1145/3712285.3759867 + url: https://doi.org/10.1145/3712285.3759867 + dblp_key: conf/sc/LiakopoulosSHLY25 + venue_name: SC + pages: 1676-1696 +- title: 'Reproducibility Report for SC25 Paper XaaS Containers: Performance-Portable + Representation With Source and IR Containers' + authors: + - Joao Vicente Ferreira Lima + year: '2025' + doi: 10.1145/3712285.3769438 + url: https://doi.org/10.1145/3712285.3769438 + dblp_key: conf/sc/Lima25 + venue_name: SC + pages: '2329' +- title: 'COSMOS: Performance Portable Graph Pattern Matching with Domain-Specific + Software Distributed Shared Memory' + authors: + - Zhiheng Lin + - Ke Meng + - Changjie Xu + - Weichen Cao 0002 + - Guangming Tan + year: '2025' + doi: 10.1145/3712285.3759860 + url: https://doi.org/10.1145/3712285.3759860 + dblp_key: conf/sc/LinMX0T25 + venue_name: SC + pages: 1060-1072 +- title: 'Beyond End-to-End: Understanding the Limits of LLMs in Scientific Problem + Solving' + authors: + - Youyuan Liu + - Sheng Di + - Neil Getty + - Tanwi Mallick + - Robert Underwood + - Sian Jin + year: '2025' + doi: 10.1145/3731599.3767405 + url: https://doi.org/10.1145/3731599.3767405 + dblp_key: conf/sc/LiuDGMUJ25 + venue_name: SC Workshops + pages: 588-593 +- title: Assessing Page Reclamation Mechanisms for Linux + authors: + - Shaochang Liu + - Jie Ren 0015 + year: '2025' + doi: 10.1145/3731599.3767537 + url: https://doi.org/10.1145/3731599.3767537 + dblp_key: conf/sc/LiuR25 + venue_name: SC Workshops + pages: 1762-1769 +- title: 'DHAP: Towards Efficient OLAP in a Disaggregated and Heterogeneous Environment' + authors: + - Guangda Liu + - Chenqi Zhang 0002 + - Yizhou Shan + - Hao Feng + - Zeke Wang + - Shixuan Sun + - Minyi Guo + - Jieru Zhao + year: '2025' + doi: 10.1145/3712285.3759786 + url: https://doi.org/10.1145/3712285.3759786 + dblp_key: conf/sc/LiuZSFWSGZ25 + venue_name: SC + pages: 2233-2250 +- title: A Simulation Framework for Workload Management in Hybrid Quantum-HPC Cloud + System + authors: + - Waylon Luo + - Cheng-Chang Lu + - Tong Zhan + - Qiang Guan + year: '2025' + doi: 10.1145/3731599.3767548 + url: https://doi.org/10.1145/3731599.3767548 + dblp_key: conf/sc/LuoLZG25 + venue_name: SC Workshops + pages: 1851-1859 +- title: Sparsified Preconditioned Conjugate Gradient Solver on GPUs + authors: + - Da Ma + - Khalid Ahmad + - Kazem Cheshmi + - Hari Sundar + - Mary W. Hall + year: '2025' + doi: 10.1145/3712285.3759796 + url: https://doi.org/10.1145/3712285.3759796 + dblp_key: conf/sc/MaACSH25 + venue_name: SC + pages: 602-616 +- title: 'LangChain-Parsl: Connect Large Language Model Agents to High Performance + Computing Resource' + authors: + - Heng Ma + - Alexander Brace + - Carlo Siebenschuh + - Ian T. Foster + - Arvind Ramanathan + year: '2025' + doi: 10.1145/3731599.3767349 + url: https://doi.org/10.1145/3731599.3767349 + dblp_key: conf/sc/MaBSFR25 + venue_name: SC Workshops + pages: 78-85 +- title: 'mLR: Scalable Laminography Reconstruction based on Memoization' + authors: + - Bin Ma + - Viktor Nikitin + - Xi Wang 0027 + - Tekin Bicer + - Dong Li 0001 + year: '2025' + doi: 10.1145/3712285.3759805 + url: https://doi.org/10.1145/3712285.3759805 + dblp_key: conf/sc/MaNWB025 + venue_name: SC + pages: 265-280 +- title: Compression Error Sensitivity Analysis for Different Experts in MoE Model + Inference + authors: + - Songkai Ma + - Zhaorui Zhang + - Sheng Di + - Benben Liu + - Xiaodong Yu 0001 + - Xiaoyi Lu 0001 + - Dan Wang 0002 + year: '2025' + doi: 10.1145/3731599.3767377 + url: https://doi.org/10.1145/3731599.3767377 + dblp_key: conf/sc/MaZDL0LW25 + venue_name: SC Workshops + pages: 339-348 +- title: Energy-aware performance portability with OpenMP dynamic variants + authors: + - Ayman Bourramouss el Maach + - Adrian Munera + - Sara Royuela + year: '2025' + doi: 10.1145/3731599.3767495 + url: https://doi.org/10.1145/3731599.3767495 + dblp_key: conf/sc/MaachMR25 + venue_name: SC Workshops + pages: 1183-1195 +- title: Evaluating HPC Scheduling Strategies for Urgent Workloads + authors: + - Ketan Maheshwari + - Anderson Borch + - Jordan Webb + - Brian Etz + - Ross Miller + - Frédéric Suter + - Sarp Oral + - Rafael Ferreira da Silva + year: '2025' + doi: 10.1145/3731599.3767474 + url: https://doi.org/10.1145/3731599.3767474 + dblp_key: conf/sc/MaheshwariBWEMS25 + venue_name: SC Workshops + pages: 2151-2160 +- title: Reproducibility Report for SC25 Paper Optimizing Quantum Circuit Mapping + to Reduce Inter-Module Communications in Distributed Architectures + authors: + - Kurt H. Maier + year: '2025' + doi: 10.1145/3712285.3769463 + url: https://doi.org/10.1145/3712285.3769463 + dblp_key: conf/sc/Maier25 + venue_name: SC + pages: 2280-2281 +- title: 'Reproducibility Report for SC25 Paper C.A.T.S.: Memory and Control Flow + Tracing for Whole-Program Performance Analysis' + authors: + - Kurt H. Maier + year: '2025' + doi: 10.1145/3712285.3769465 + url: https://doi.org/10.1145/3712285.3769465 + dblp_key: conf/sc/Maier25a + venue_name: SC + pages: 2283-2284 +- title: HPC Digital Twins for Evaluating Scheduling Policies, Incentive Structures + and their Impact on Power and Cooling + authors: + - Matthias Maiterth + - Wesley H. Brewer + - Jaya S. Kuruvella + - Arunavo Dey + - Tanzima Z. Islam + - Rashadul Kabir + - Kevin Menear + - Dmitry Duplyakin + - Tapasya Patki + - Terry R. Jones + - Feiyi Wang + year: '2025' + doi: 10.1145/3731599.3767559 + url: https://doi.org/10.1145/3731599.3767559 + dblp_key: conf/sc/MaiterthBKDIKMD25 + venue_name: SC Workshops + pages: 1959-1969 +- title: Porting a Fortran plasma simulation to Exascale on AMD GPUs using both OpenMP + and Kokkos + authors: + - Etienne Malaboeuf + - Kevin Obrejan + - Mathieu Peybernes + - Julien Bigot + - Emily Bourne + - Virginie Grandgirard + year: '2025' + doi: 10.1145/3731599.3768148 + url: https://doi.org/10.1145/3731599.3768148 + dblp_key: conf/sc/MalaboeufOPBBG25 + venue_name: SC Workshops + pages: 2051-2067 +- title: 'First Practical Experiences Integrating Quantum Computers with HPC Resources: + A Case Study With a 20-qubit Superconducting Quantum Computer' + authors: + - Eric Mansfield + - Stefan Seegerer + - Panu T. Vesanen + - Jorge Echavarria + - Muhammad Nufail Farooqi + - Burak Mete + - Laura Brandon Schulz + year: '2025' + doi: 10.1145/3731599.3767551 + url: https://doi.org/10.1145/3731599.3767551 + dblp_key: conf/sc/MansfieldSVEFMS25 + venue_name: SC Workshops + pages: 1842-1850 +- title: An HPC-Inspired Blueprint for a Technology-Agnostic Quantum Middle Layer + authors: + - Stefano Markidis + - Gilbert Netzer + - Luca Pennati + - Ivy Peng + year: '2025' + doi: 10.1145/3731599.3767554 + url: https://doi.org/10.1145/3731599.3767554 + dblp_key: conf/sc/MarkidisNPP25 + venue_name: SC Workshops + pages: 1860-1867 +- title: 'Bridging FPGA and GPU over PCIe: A Low-Latency Communication Path using + AVX-512' + authors: + - Michele Martinelli + - Carlotta Chiarini + - Andrea Biagioni + - Paolo Cretaro + - Ottorino Frezza + - Francesca Lo Cicero + - Alessandro Lonardo + - Pierpaolo Perticaroli + - Francesco Simula + - Luca Pontisso + - Cristian Rossi + - Piero Vicini + year: '2025' + doi: 10.1145/3731599.3767569 + url: https://doi.org/10.1145/3731599.3767569 + dblp_key: conf/sc/MartinelliCBCFC25 + venue_name: SC Workshops + pages: 2068-2076 +- title: Frameworks for Large Language Model Serving in HPC Environments + authors: + - Rohan Marwaha + - Qinren Zhou + - Kastan Day + - Asmita Dabholkar + - Volodymyr V. Kindratenko + year: '2025' + doi: 10.1145/3731599.3767403 + url: https://doi.org/10.1145/3731599.3767403 + dblp_key: conf/sc/MarwahaZDDK25 + venue_name: SC Workshops + pages: 569-574 +- title: 'MLP-Offload: Multi-Level, Multi-Path Offloading for LLM Pre-training to + Break the GPU Memory Wall' + authors: + - Avinash Maurya + - M. Mustafa Rafique + - Franck Cappello + - Bogdan Nicolae + year: '2025' + doi: 10.1145/3712285.3759864 + url: https://doi.org/10.1145/3712285.3759864 + dblp_key: conf/sc/MauryaRCN25 + venue_name: SC + pages: 1381-1394 +- title: Numerical Properties and Scalability of s-Step Preconditioned Conjugate Gradient + Methods + authors: + - Viktoria Mayer + - Wilfried N. Gansterer + year: '2025' + doi: 10.1145/3731599.3767542 + url: https://doi.org/10.1145/3731599.3767542 + dblp_key: conf/sc/MayerG25 + venue_name: SC Workshops + pages: 1779-1789 +- title: Optimizing Network Resilience Using Domain-Specific Hardware Accelerator + for Dynamic Programming + authors: + - Ali Mazloum + - Sergio Elizalde + - Samia Choueiri + - Elie F. Kfoury + - Jose Gomez + - Ali AlSabeh + - Jorge Crichigno + year: '2025' + doi: 10.1145/3731599.3767449 + url: https://doi.org/10.1145/3731599.3767449 + dblp_key: conf/sc/MazloumECKGAC25 + venue_name: SC Workshops + pages: 860-865 +- title: Determining Levels of Detail for Simulators of Parallel and Distributed Computing + Systems via Automated Calibration + authors: + - Jesse McDonald + - Yick Ching Wong + - Kshitij Mehta + - Frédéric Suter + - Rafael Ferreira da Silva + - Loic Pottier + - Ewa Deelman + - Henri Casanova + year: '2025' + doi: 10.1145/3731599.3767698 + url: https://doi.org/10.1145/3731599.3767698 + dblp_key: conf/sc/McDonaldWMSSPDC25 + venue_name: SC Workshops + pages: 1452-1463 +- title: Implementing support for Interactive and AI workloads in a traditional HPC + environment + authors: + - Jay McGlothlin + - Christopher D. Carothers + year: '2025' + doi: 10.1145/3731599.3767473 + url: https://doi.org/10.1145/3731599.3767473 + dblp_key: conf/sc/McGlothlinC25 + venue_name: SC Workshops + pages: 2146-2150 +- title: 'eCounter: Inline Per-IP Network Monitoring at Millisecond Resolution via + eBPF' + authors: + - Xinxin Mei + - Jie Chen 0010 + - Amitoj Singh + - Ilya Baldin + - David Lawrence + year: '2025' + doi: 10.1145/3731599.3767445 + url: https://doi.org/10.1145/3731599.3767445 + dblp_key: conf/sc/MeiCSBL25 + venue_name: SC Workshops + pages: 908-918 +- title: 'ILAN: The Interference- and Locality-Aware NUMA Scheduler' + authors: + - Edvin Mellberg + - Axel Carlsson + - Jing Chen 0038 + - Miquel Pericàs + year: '2025' + doi: 10.1145/3731599.3767701 + url: https://doi.org/10.1145/3731599.3767701 + dblp_key: conf/sc/MellbergCCP25 + venue_name: SC Workshops + pages: 1544-1553 +- title: Energy-Aware HPC Scheduling with LLM-Based Power Prediction + authors: + - Kevin Menear + - Alex Wilkinson + - Tim Dykes + - Utz-Uwe Haus + - Dmitry Duplyakin + year: '2025' + doi: 10.1145/3731599.3767563 + url: https://doi.org/10.1145/3731599.3767563 + dblp_key: conf/sc/MenearWDHD25 + venue_name: SC Workshops + pages: 1997-2006 +- title: Integrating and Characterizing HPC Task Runtime Systems for hybrid AI-HPC + workloads + authors: + - André Merzky + - Mikhail Titov + - Matteo Turilli + - Shantenu Jha + year: '2025' + doi: 10.1145/3731599.3767587 + url: https://doi.org/10.1145/3731599.3767587 + dblp_key: conf/sc/MerzkyTTJ25 + venue_name: SC Workshops + pages: 2245-2256 +- title: 'CAMEO: A Co-design Architecture for Multi-objective Energy System Optimization' + authors: + - Rounak Meyur + - Sam Donald + - Tonya J. Martin + - Thiagarajan Ramachandran + - Sumit Purohit + year: '2025' + doi: 10.1145/3731599.3767576 + url: https://doi.org/10.1145/3731599.3767576 + dblp_key: conf/sc/MeyurDMRP25 + venue_name: SC Workshops + pages: 2201-2212 +- title: Physical System Study on Balancing Interactive and Batch Job Performance + through Oversubscribing Scheduling + authors: + - Shohei Minami + - Toshio Endo + - Akihiro Nomura 0002 + - Hiroki Ohtsuji + - Jun Kato 0007 + - Masahiro Miwa + - Eiji Yoshida + year: '2025' + doi: 10.1145/3731599.3767472 + url: https://doi.org/10.1145/3731599.3767472 + dblp_key: conf/sc/MinamiE0O0MY25 + venue_name: SC Workshops + pages: 2137-2145 +- title: 'Reproducibility Report for SC25 Paper SIGMo: High-Throughput Batched Subgraph + Isomorphism on GPUs for Molecular Matching' + authors: + - Gianluca Mittone + year: '2025' + doi: 10.1145/3712285.3769444 + url: https://doi.org/10.1145/3712285.3769444 + dblp_key: conf/sc/Mittone25 + venue_name: SC + pages: '2274' +- title: Benchmarking the Cerebras Wafer Scale Engine-2 Architecture + authors: + - Takaaki Miyajima + - Leon Fukuoka + year: '2025' + doi: 10.1145/3731599.3767438 + url: https://doi.org/10.1145/3731599.3767438 + dblp_key: conf/sc/MiyajimaF25 + venue_name: SC Workshops + pages: 818-822 +- title: 'Hetis: Serving LLMs in Heterogeneous GPU Clusters with Fine-grained and + Dynamic Parallelism' + authors: + - Zizhao Mo + - Jianxiong Liao + - Huanle Xu + - Zhi Zhou + - Chengzhong Xu 0001 + year: '2025' + doi: 10.1145/3712285.3759784 + url: https://doi.org/10.1145/3712285.3759784 + dblp_key: conf/sc/MoLXZ025 + venue_name: SC + pages: 1710-1724 +- title: 'SENSE in Practice: Quantifying the End-to-End Benefits of Intent-Based Bandwidth + Reservation for Exascale Science Workflows' + authors: + - Inder Monga + - Mazahir Hussain + - Justas Balcas + - Aashay Arora + - Diego Davila + - Buseung Cho + - Xi Yang 0001 + - Cees de Laat + year: '2025' + doi: 10.1145/3731599.3767454 + url: https://doi.org/10.1145/3731599.3767454 + dblp_key: conf/sc/MongaHBADC0L25 + venue_name: SC Workshops + pages: 875-885 +- title: Scalable Hydrodynamics on multiple Field-Programmable Gate Arrays (FPGAs) + authors: + - François-Xavier Mordant + - Charles Prouveur + - Pascal Tremblin + - Nicolas Gac + year: '2025' + doi: 10.1145/3731599.3767545 + url: https://doi.org/10.1145/3731599.3767545 + dblp_key: conf/sc/MordantPTG25 + venue_name: SC Workshops + pages: 1832-1841 +- title: 'Open Composer: A Web-Based Application for Generating and Managing Batch + Jobs on HPC Clusters' + authors: + - Masahiro Nakao + - Keiji Yamamoto + year: '2025' + doi: 10.1145/3731599.3767428 + url: https://doi.org/10.1145/3731599.3767428 + dblp_key: conf/sc/NakaoY25 + venue_name: SC Workshops + pages: 697-704 +- title: Extending THAPI with CXI Hardware Counter Sampling for High Resolution NIC + Telemetry + authors: + - Nathan Nichols + - Thomas Applencourt + year: '2025' + doi: 10.1145/3731599.3767519 + url: https://doi.org/10.1145/3731599.3767519 + dblp_key: conf/sc/NicholsA25 + venue_name: SC Workshops + pages: 1601-1610 +- title: 'PGT-I: Scaling Spatiotemporal GNNs with Memory-Efficient Distributed Training' + authors: + - Seth Ockerman + - Amal Gueroudji + - Tanwi Mallick + - Yixuan He 0001 + - Line Pouchard + - Robert B. Ross + - Shivaram Venkataraman + year: '2025' + doi: 10.1145/3712285.3759880 + url: https://doi.org/10.1145/3712285.3759880 + dblp_key: conf/sc/OckermanGMHPRV25 + venue_name: SC + pages: 217-236 +- title: 'Exploring Distributed Vector Databases Performance on HPC Platforms: A Study + with Qdrant' + authors: + - Seth Ockerman + - Amal Gueroudji + - Song Young Oh + - Robert Underwood + - Nicholas Chia + - Kyle Chard + - Robert B. Ross + - Shivaram Venkataraman + year: '2025' + doi: 10.1145/3731599.3767404 + url: https://doi.org/10.1145/3731599.3767404 + dblp_key: conf/sc/OckermanGOUCCRV25 + venue_name: SC Workshops + pages: 575-581 +- title: 'Hybrid GPU Programming Education with Python and C++: Preferences, Performance + and Common Python Pitfalls' + authors: + - Lena Oden + year: '2025' + doi: 10.1145/3731599.3767379 + url: https://doi.org/10.1145/3731599.3767379 + dblp_key: conf/sc/Oden25 + venue_name: SC Workshops + pages: 359-366 +- title: 'Towards Efficient Load Balancing BFS on GPUs: One Code for AMD, Intel & + Nvidia' + authors: + - Kaan Olgu + - Tobias Kenter + - José L. Núñez-Yáñez + - Simon McIntosh-Smith + - Tom Deakin + year: '2025' + doi: 10.1145/3731599.3767570 + url: https://doi.org/10.1145/3731599.3767570 + dblp_key: conf/sc/OlguKNMD25 + venue_name: SC Workshops + pages: 2077-2087 +- title: Extending MPI Correctness Benchmarking to the Fortran Language + authors: + - Yussur Mustafa Oraji + - Alexander Hück + - Christian H. Bischof + year: '2025' + doi: 10.1145/3731599.3767366 + url: https://doi.org/10.1145/3731599.3767366 + dblp_key: conf/sc/OrajiHB25 + venue_name: SC Workshops + pages: 244-248 +- title: Coupling Static and Dynamic MPI Correctness Tools to Optimize Accuracy and + Overhead + authors: + - Yussur Mustafa Oraji + - Simon Schwitanski + - Semih Burak + - Christian H. Bischof + - Matthias S. Müller + year: '2025' + doi: 10.1145/3731599.3767360 + url: https://doi.org/10.1145/3731599.3767360 + dblp_key: conf/sc/OrajiSBBM25 + venue_name: SC Workshops + pages: 188-197 +- title: 'Reproducibility Report for SC25 Paper MetoHash: A Memory-Efficient and Traffic-Optimized + Hashing Index on Hybrid PMem-DRAM Memories' + authors: + - Alessio Orsino + year: '2025' + doi: 10.1145/3712285.3769459 + url: https://doi.org/10.1145/3712285.3769459 + dblp_key: conf/sc/Orsino25 + venue_name: SC + pages: '2294' +- title: 'Scabbard: LLVM Instrumentation-aided Race Checking in CPU/GPU Unified Memory + for AMD GPUs' + authors: + - Andrew Osterhout + - Ignacio Laguna + - Ganesh Gopalakrishnan + year: '2025' + doi: 10.1145/3731599.3767481 + url: https://doi.org/10.1145/3731599.3767481 + dblp_key: conf/sc/OsterhoutLG25 + venue_name: SC Workshops + pages: 1057-1065 +- title: 'TENSORMD: Accelerating Molecular Dynamics with a High-Performance Machine + Learning Interatomic Potential' + authors: + - Yucheng Ouyang + - Xin Chen 0023 + - Ying Liu 0055 + - Xin Chen 0023 + - Honghui Shang + - Zhenchuan Chen + - Rongfen Lin + - Xingyu Gao 0003 + - Lifang Wang + - Fang Li + - Jiahao Shan + - Haifeng Song 0003 + - Huimin Cui + - Xiaobing Feng 0002 + - Jingling Xue + year: '2025' + doi: 10.1145/3712285.3759844 + url: https://doi.org/10.1145/3712285.3759844 + dblp_key: conf/sc/OuyangC00SCL0WL25 + venue_name: SC + pages: 1631-1645 +- title: Implications of Full-System Modeling for Superconducting Architectures + authors: + - Kunal Pai + - Mahyar Samani + - Anusheel Nand + - Jason Lowe-Power + year: '2025' + doi: 10.1145/3731599.3769278 + url: https://doi.org/10.1145/3731599.3769278 + dblp_key: conf/sc/PaiSNL25 + venue_name: SC Workshops + pages: 1484-1490 +- title: 'ASCRIBE-XR: Extended Reality for Visualization of Scientific Images' + authors: + - Ronald Pandolfi + - Julian Todd + - Jeffrey J. Donatelli + - Daniela Ushizima + year: '2025' + doi: 10.1145/3731599.3767368 + url: https://doi.org/10.1145/3731599.3767368 + dblp_key: conf/sc/PandolfiTDU25 + venue_name: SC Workshops + pages: 259-268 +- title: 'Reproducibility Report for SC25 Paper TurboFNO: High-Performance Fourier + Neural Operator with Fused FFT-GEMM-iFFT on GPU' + authors: + - Arjun Parab + year: '2025' + doi: 10.1145/3712285.3769437 + url: https://doi.org/10.1145/3712285.3769437 + dblp_key: conf/sc/Parab25 + venue_name: SC + pages: '2271' +- title: 'Reproducibility Report for SC25 Paper lsCOMP: Efficient Light Source Compression' + authors: + - Arjun Parab + year: '2025' + doi: 10.1145/3712285.3769456 + url: https://doi.org/10.1145/3712285.3769456 + dblp_key: conf/sc/Parab25a + venue_name: SC + pages: '2297' +- title: 'DoCeph: DPU-Offloaded Messaging in Ceph for Reduced Host CPU Utilization' + authors: + - Kyuli Park + - Sungmin Yoon + - Farid Talibli + - Sungyong Park + - Jae-Hyuck Kwak + - Kimoon Jeong + - Awais Khan 0002 + - Youngjae Kim 0001 + year: '2025' + doi: 10.1145/3731599.3767525 + url: https://doi.org/10.1145/3731599.3767525 + dblp_key: conf/sc/ParkYTPKJ0025 + venue_name: SC Workshops + pages: 1658-1666 +- title: Augmenting Simulated Noisy Quantum Data Collection by Orders of Magnitude + Using Pre-Trajectory Sampling with Batched Execution + authors: + - Taylor Lee Patti + - Thien Nguyen 0001 + - Justin Gage Lietz + - Alex McCaskey + - Brucek Khailany + year: '2025' + doi: 10.1145/3712285.3759871 + url: https://doi.org/10.1145/3712285.3759871 + dblp_key: conf/sc/PattiNLMK25 + venue_name: SC + pages: 762-773 +- title: An Interactive Agentic HPC Tutor for Lesson Planning, Teaching, and Assessment + authors: + - Erik Pautsch + - Mengjiao Han + - Joseph A. Insley + - Janet Knowles + - Victor A. Mateevitsi + - Silvio Rizzi 0001 + - George K. Thiruvathukal + year: '2025' + doi: 10.1145/3731599.3767386 + url: https://doi.org/10.1145/3731599.3767386 + dblp_key: conf/sc/PautschHIKM0T25 + venue_name: SC Workshops + pages: 367-375 +- title: Reproducible Performance Evaluation of OpenMP and SYCL Workloads under Noise + Injection + authors: + - Christoffer Persson + - Mathias Pretot + - Minyu Cui + - Miquel Pericàs + year: '2025' + doi: 10.1145/3731599.3767538 + url: https://doi.org/10.1145/3731599.3767538 + dblp_key: conf/sc/PerssonPCP25 + venue_name: SC Workshops + pages: 1770-1778 +- title: Efficient Embedding Initialization via Dominant Eigenvector Projections + authors: + - Quentin R. Petit + - Chong Li 0003 + - Nahid Emad + - Jack J. Dongarra + year: '2025' + doi: 10.1145/3731599.3767541 + url: https://doi.org/10.1145/3731599.3767541 + dblp_key: conf/sc/Petit0ED25 + venue_name: SC Workshops + pages: 1790-1799 +- title: Parallel Rank-Adaptive Higher Order Orthogonal Iteration + authors: + - João Pinheiro + - Aditya Devarakonda + - Grey Ballard + year: '2025' + doi: 10.1145/3712285.3759865 + url: https://doi.org/10.1145/3712285.3759865 + dblp_key: conf/sc/PinheiroDB25 + venue_name: SC + pages: 1800-1815 +- title: 'Reproducibility Report for SC25 Paper lsCOMP: Efficient Light Source Compression' + authors: + - Vinícius Garcia Pinto + year: '2025' + doi: 10.1145/3712285.3769457 + url: https://doi.org/10.1145/3712285.3769457 + dblp_key: conf/sc/Pinto25 + venue_name: SC + pages: 2298-2299 +- title: Automatic Generation of Mappings for Distributed Fourier Operations + authors: + - Doru-Thom Popovici + - Botao Wu + - John Shalf + - Martin Kong + year: '2025' + doi: 10.1145/3712285.3759869 + url: https://doi.org/10.1145/3712285.3759869 + dblp_key: conf/sc/PopoviciWSK25 + venue_name: SC + pages: 152-166 +- title: 'From Exploration to Explanation: ML-Driven Causal Discovery for Datacenter + Reliability at Scale' + authors: + - Pavana Prakash + - Rolando P. Hong Enriquez + - Sergey Serebryakov + - David Grant + - Wesley Brewer + - Dejan S. Milojicic + year: '2025' + doi: 10.1145/3731599.3767471 + url: https://doi.org/10.1145/3731599.3767471 + dblp_key: conf/sc/PrakashESGBM25 + venue_name: SC Workshops + pages: 997-1002 +- title: From Path-Aware to Application-Aware Source Routing using Traffic Classes + authors: + - Shashwitha Puttaswamy + - Mariam Kiran + year: '2025' + doi: 10.1145/3731599.3768147 + url: https://doi.org/10.1145/3731599.3768147 + dblp_key: conf/sc/PuttaswamyK25 + venue_name: SC Workshops + pages: 841-847 +- title: 'DPAR: High-Performance, Secure, and Scalable Differential Privacy-based + AllReduce' + authors: + - Hao Qi + - Weicong Chen + - Chenghong Wang + - Xiaoyi Lu 0001 + year: '2025' + doi: 10.1145/3712285.3759828 + url: https://doi.org/10.1145/3712285.3759828 + dblp_key: conf/sc/QiCWL25 + venue_name: SC + pages: 1917-1934 +- title: Constraint-Driven Auto-Tuning of GEMM-like Operators for MT-3000 Many-core + Processor + authors: + - Xinxin Qi + - Jianbin Fang + - Peng Zhang 0061 + - Yonggang Che + - Jie Ren 0007 + year: '2025' + doi: 10.1145/3712285.3759898 + url: https://doi.org/10.1145/3712285.3759898 + dblp_key: conf/sc/QiF0C025 + venue_name: SC + pages: 185-199 +- title: Benchmarking Cutting-Edge Scientific Error-Bounded Lossy Compressors on Correlation-Based + Rate-Distortion + authors: + - Ziwei Qiu + - Jinyang Liu 0003 + - Kai Zhao 0008 + - Robert Underwood + - Sheng Di + year: '2025' + doi: 10.1145/3731599.3767375 + url: https://doi.org/10.1145/3731599.3767375 + dblp_key: conf/sc/Qiu00UD25 + venue_name: SC Workshops + pages: 324-331 +- title: 'FaSTCC: Fast Sparse Tensor Contractions on CPUs' + authors: + - Saurabh Raje + - Hunter McCoy + - Atanas Rountev + - Prashant Pandey 0001 + - P. Sadayappan + year: '2025' + doi: 10.1145/3712285.3759841 + url: https://doi.org/10.1145/3712285.3759841 + dblp_key: conf/sc/RajeMR0S25 + venue_name: SC + pages: 617-630 +- title: Reproducibility Report for SC25 Paper GPU Lossy Compression for HPC Can Be + Versatile and Ultra-Fast + authors: + - Thomas Randall + year: '2025' + doi: 10.1145/3712285.3769453 + url: https://doi.org/10.1145/3712285.3769453 + dblp_key: conf/sc/Randall25 + venue_name: SC + pages: '2306' +- title: Towards an Automated Workflow for Floating-Point Analysis of GPU Kernels + authors: + - Esteban Miguel Rangel + - S. John Pennycook + year: '2025' + doi: 10.1145/3731599.3767361 + url: https://doi.org/10.1145/3731599.3767361 + dblp_key: conf/sc/RangelP25 + venue_name: SC Workshops + pages: 217-224 +- title: 'Preserving CUDA Syntax for SYCL Portability: A Thin C++ Abstraction without + Kernel Migration' + authors: + - Esteban Miguel Rangel + - Humza Qureshi + year: '2025' + doi: 10.1145/3731599.3767496 + url: https://doi.org/10.1145/3731599.3767496 + dblp_key: conf/sc/RangelQ25 + venue_name: SC Workshops + pages: 1196-1204 +- title: 'Plexus: Taming Billion-edge Graphs with 3D Parallel Full-graph GNN Training' + authors: + - Aditya K. Ranjan + - Siddharth Singh + - Cunyang Wei + - Abhinav Bhatele + year: '2025' + doi: 10.1145/3712285.3759890 + url: https://doi.org/10.1145/3712285.3759890 + dblp_key: conf/sc/RanjanSWB25 + venue_name: SC + pages: 200-216 +- title: 'Modeling the Carbon Footprint of HPC: The Top 500 and EasyC' + authors: + - Varsha Rao + - Andrew A. Chien + year: '2025' + doi: 10.1145/3731599.3767567 + url: https://doi.org/10.1145/3731599.3767567 + dblp_key: conf/sc/RaoC25 + venue_name: SC Workshops + pages: 2032-2040 +- title: 'Reproducibility Report for SC25 Paper KAMI: Communication-Avoiding General + Matrix Multiplication within a Single GPU' + authors: + - Amir Raoofy + year: '2025' + doi: 10.1145/3712285.3769451 + url: https://doi.org/10.1145/3712285.3769451 + dblp_key: conf/sc/Raoofy25 + venue_name: SC + pages: 2309-2310 +- title: 'On the Performance and Scalability of Cloud Supercomputers: Insights from + Eagle and Reindeer' + authors: + - Amirreza Rastegari + - Prabhat Ram + - Michael F. Ringenburg + year: '2025' + doi: 10.1145/3731599.3767705 + url: https://doi.org/10.1145/3731599.3767705 + dblp_key: conf/sc/RastegariRR25 + venue_name: SC Workshops + pages: 1554-1563 +- title: 'Dori: User Centered HPC for Data Intensive Computing' + authors: + - Georg Rath + year: '2025' + doi: 10.1145/3731599.3767430 + url: https://doi.org/10.1145/3731599.3767430 + dblp_key: conf/sc/Rath25 + venue_name: SC Workshops + pages: 750-756 +- title: 'Multiscale Light-Matter Dynamics in Quantum Materials: From Electrons to + Topological Superlattices' + authors: + - Taufeq Mohammed Razakh + - Thomas Linker + - Ye Luo + - Nariman Piroozan + - Simon John Pennycook + - Nalini Kumar + - Albert Musaelian + - Anders Johansson + - Boris Kozinsky + - Rajiv K. Kalia + - Priya Vashishta + - Fuyuki Shimojo + - Shinnosuke Hattori + - Ken-ichi Nomura + - Aiichiro Nakano + year: '2025' + doi: 10.1145/3712285.3771785 + url: https://doi.org/10.1145/3712285.3771785 + dblp_key: conf/sc/RazakhLLPPKMJKK25 + venue_name: SC + pages: 36-47 +- title: 'ChatEED: An agentic retrieval assistant for accelerator operators' + authors: + - Aaron Zachary Reed + - Claudio Bisegni + - Sandesh Shrestha + - Michelle Huang + - Daniel Ratner + year: '2025' + doi: 10.1145/3731599.3767408 + url: https://doi.org/10.1145/3731599.3767408 + dblp_key: conf/sc/ReedBSHR25 + venue_name: SC Workshops + pages: 602-606 +- title: 'Stackless vs. Stackful Coroutines: A Comparative Study for RDMA-based Asynchronous + Many-Task (AMT) Runtimes' + authors: + - Mia Reitz + - Jonas Posner + year: '2025' + doi: 10.1145/3731599.3767502 + url: https://doi.org/10.1145/3731599.3767502 + dblp_key: conf/sc/ReitzP25 + venue_name: SC Workshops + pages: 1341-1350 +- title: 'Caracal: A GPU-Resident Sparse LU Solver with Lightweight Fine-Grained Scheduling' + authors: + - Jie Ren + - Tingxuan Zhong + - Yuxi Hong 0001 + - Guofeng Feng + - Xincheng Wang + - Weile Jia + - Hatem Ltaief + - David Elliot Keyes + year: '2025' + doi: 10.1145/3712285.3759792 + url: https://doi.org/10.1145/3712285.3759792 + dblp_key: conf/sc/RenZHFWJLK25 + venue_name: SC + pages: 1477-1494 +- title: An MLIR pipeline for offloading Fortran to FPGAs via OpenMP + authors: + - Gabriel Rodriguez-Canal + - David Katz + - Nick Brown 0002 + year: '2025' + doi: 10.1145/3731599.3767485 + url: https://doi.org/10.1145/3731599.3767485 + dblp_key: conf/sc/Rodriguez-Canal25 + venue_name: SC Workshops + pages: 1096-1103 +- title: On the Compressibility of Floating-Point Data in Posit and IEEE-754 Representation + authors: + - Andrew Rodriguez + - Martin Burtscher + year: '2025' + doi: 10.1145/3731599.3767372 + url: https://doi.org/10.1145/3731599.3767372 + dblp_key: conf/sc/RodriguezB25 + venue_name: SC Workshops + pages: 300-306 +- title: 'Agentic AI vs ML-based Autotuning: A Comparative Study for Loop Reordering + Optimization' + authors: + - Miguel Romero Rosas + - Rudolf Eigenmann + - Khaled Ibrahim + year: '2025' + doi: 10.1145/3731599.3767401 + url: https://doi.org/10.1145/3731599.3767401 + dblp_key: conf/sc/RosasEI25 + venue_name: SC Workshops + pages: 553-559 +- title: AI Agents for Enabling Autonomous Experiments at ORNL's HPC and Manufacturing + User Facilities + authors: + - Daniel Rosendo + - Stephen DeWitt + - Renan Souza 0001 + - Phillipe Austria + - Tirthankar Ghosal + - Marshall T. McDonnell + - Ross Miller + - Tyler J. Skluzacek + - James Haley + - Bruno Turcksin + - Jesse McGaha + - Benjamin Mintz + - Feiyi Wang + - Mallikarjun Shankar + - Sarp Oral + - Rafael Ferreira da Silva + year: '2025' + doi: 10.1145/3731599.3767592 + url: https://doi.org/10.1145/3731599.3767592 + dblp_key: conf/sc/RosendoD0AGMMSH25 + venue_name: SC Workshops + pages: 2354-2361 +- title: A Data-Size Adaptive Approach to I/O of Poorly Load Balanced In Situ Data + Extracts + authors: + - Caitlin Ross + - Scott Wittenburg + - Greg Eisenhauer + - Corey Wetterer-Nelson + year: '2025' + doi: 10.1145/3731599.3767466 + url: https://doi.org/10.1145/3731599.3767466 + dblp_key: conf/sc/RossWEW25 + venue_name: SC Workshops + pages: 1003-1008 +- title: 'GreenMix: Energy-Efficient Serverless Computing via Randomized Sketching + on Asymmetric Multi-Cores' + authors: + - Rohan Basu Roy + - Tirthak Patel + - Baolin Li 0001 + - Siddharth Samsi + - Vijay Gadepally + - Devesh Tiwari + year: '2025' + doi: 10.1145/3712285.3759861 + url: https://doi.org/10.1145/3712285.3759861 + dblp_key: conf/sc/RoyP0SGT25 + venue_name: SC + pages: 475-489 +- title: 'FZModules: A Heterogeneous Computing Framework for Customizable Scientific + Data Compression Pipelines' + authors: + - Skyler Ruiter + - Jiannan Tian + - Fengguang Song + year: '2025' + doi: 10.1145/3731599.3767376 + url: https://doi.org/10.1145/3731599.3767376 + dblp_key: conf/sc/RuiterTS25 + venue_name: SC Workshops + pages: 332-338 +- title: Integrating Distributed SQL Query Engines with Object-Based Computational + Storage + authors: + - Junghyun Ryu + - Soon Hwang + - Junhyeok Park 0002 + - Seonghoon Ahn + - Jeoungahn Park + - Jeongjin Lee + - Jinna Yang + - Soonyeal Yang + - Jungki Noh + - Qing Zheng + - Woosuk Chung + - Hoshik Kim + - Youngjae Kim 0001 + year: '2025' + doi: 10.1145/3731599.3767371 + url: https://doi.org/10.1145/3731599.3767371 + dblp_key: conf/sc/RyuH0APLYYNZCK025 + venue_name: SC Workshops + pages: 290-299 +- title: 'Reproducibility Report for SC25 Paper Caracal: A GPU-Resident Sparse LU + Solver with Lightweight Fine-Grained Scheduling' + authors: + - Dogan Sagbili + year: '2025' + doi: 10.1145/3712285.3769470 + url: https://doi.org/10.1145/3712285.3769470 + dblp_key: conf/sc/Sagbili25 + venue_name: SC + pages: 2292-2293 +- title: Complex Parsing for In-Network Acceleration of High-Energy Physics Experiments + authors: + - Bjoern Sagstad + - Nishanth Shyamkumar + - Sophia Chen + - Wesley Robert Ketchum + - Roland Sipos + - James B. Kowalkowski + - Michael Wang 0003 + - Nik Sultana + year: '2025' + doi: 10.1145/3731599.3767451 + url: https://doi.org/10.1145/3731599.3767451 + dblp_key: conf/sc/SagstadSCKSK0S25 + venue_name: SC Workshops + pages: 866-874 +- title: Reproducibility Report for SC25 Paper Ab-initio Quantum Transport with the + GW Approximation, 42, 240 Atoms, and Sustained Exascale Performance + authors: + - Sayef Azad Sakin + year: '2025' + doi: 10.1145/3712285.3769452 + url: https://doi.org/10.1145/3712285.3769452 + dblp_key: conf/sc/Sakin25 + venue_name: SC + pages: 2307-2308 +- title: 'PerfAnalyzer: Revealing Performance Trends using Version Oriented Visual + Analysis of Scientific Software' + authors: + - Sayef Azad Sakin + - James P. Ahrens + year: '2025' + doi: 10.1145/3731599.3769279 + url: https://doi.org/10.1145/3731599.3769279 + dblp_key: conf/sc/SakinA25 + venue_name: SC Workshops + pages: 1491-1495 +- title: 'DAGonStore: Reliable Data Management for Workflows on the Computing Continuum + with DynoStore and DAGonStar' + authors: + - Dante D. Sánchez-Gallegos + - José Luis González Compeán + - Jesús Carretero 0001 + - Raffaele Montella + year: '2025' + doi: 10.1145/3731599.3767579 + url: https://doi.org/10.1145/3731599.3767579 + dblp_key: conf/sc/Sanchez-Gallegos25 + venue_name: SC Workshops + pages: 2213-2224 +- title: 'CASSE: Targeted Threat Modeling for Data Management Libraries' + authors: + - Keegan Sanchez + - Suren Byna + - Zhiqiang Lin 0001 + - David Mattson + year: '2025' + doi: 10.1145/3731599.3767556 + url: https://doi.org/10.1145/3731599.3767556 + dblp_key: conf/sc/SanchezB0M25 + venue_name: SC Workshops + pages: 1934-1942 +- title: 'Overcoming Dynamic I/O Boundaries: a Double-Sided Streaming Methodology + with dispel4py and CAPIO' + authors: + - Marco Edoardo Santimaria + - Rosa Filgueira + - Doriana Medic + - Iacopo Colonnelli + - Marco Aldinucci + year: '2025' + doi: 10.1145/3731599.3767577 + url: https://doi.org/10.1145/3731599.3767577 + dblp_key: conf/sc/SantimariaFMCA25 + venue_name: SC Workshops + pages: 2269-2280 +- title: Exploring Reduced Precision for Deep Learning Activation Functions + authors: + - Epifanio Sarinana + - Christoph Quirin Lauter + - Shirley Moore + year: '2025' + doi: 10.1145/3731599.3767364 + url: https://doi.org/10.1145/3731599.3767364 + dblp_key: conf/sc/SarinanaLM25 + venue_name: SC Workshops + pages: 235-243 +- title: SmartNIC Data Exchange Framework + authors: + - Zackary Savoie + - Anthony Sicoie + - Ryan Eric Grant + year: '2025' + doi: 10.1145/3731599.3767460 + url: https://doi.org/10.1145/3731599.3767460 + dblp_key: conf/sc/SavoieSG25 + venue_name: SC Workshops + pages: 960-967 +- title: 'C.A.T.S.: Memory and Control Flow Tracing for Whole-Program Performance + Analysis' + authors: + - Philipp Schaad + - Tal Ben-Nun + - Torsten Hoefler + year: '2025' + doi: 10.1145/3712285.3759797 + url: https://doi.org/10.1145/3712285.3759797 + dblp_key: conf/sc/SchaadBH25 + venue_name: SC + pages: 331-348 +- title: 'Reproducibility Report for SC25 Paper X-MoE: Enabling Scalable Training + for Emerging Mixture-of-Experts Architectures on HPC Platforms' + authors: + - Joseph Schuchart + year: '2025' + doi: 10.1145/3712285.3769439 + url: https://doi.org/10.1145/3712285.3769439 + dblp_key: conf/sc/Schuchart25 + venue_name: SC + pages: 2272-2273 +- title: Reduction-Aware Directive-Based Programming via Multi-Dimensional Homomorphisms + authors: + - Richard Schulze + - Sergei Gorlatch + - Ari Rasch + year: '2025' + doi: 10.1145/3731599.3767572 + url: https://doi.org/10.1145/3731599.3767572 + dblp_key: conf/sc/SchulzeGR25 + venue_name: SC Workshops + pages: 2100-2113 +- title: Performance-Portable Symbolic Factorization through Common Graph Operations + authors: + - Oguz Selvitopi + - Xiaoye S. Li + - Aydin Buluç + year: '2025' + doi: 10.1145/3731599.3767440 + url: https://doi.org/10.1145/3731599.3767440 + dblp_key: conf/sc/SelvitopiLB25 + venue_name: SC Workshops + pages: 804-812 +- title: 'Bine Trees: Enhancing Collective Operations by Optimizing Communication + Locality' + authors: + - Daniele De Sensi + - Saverio Pasqualoni + - Lorenzo Piarulli + - Tommaso Bonato + - Seydou Ba + - Matteo Turisini + - Jens Domke + - Torsten Hoefler + year: '2025' + doi: 10.1145/3712285.3759835 + url: https://doi.org/10.1145/3712285.3759835 + dblp_key: conf/sc/SensiPPBBTDH25 + venue_name: SC + pages: 1901-1916 +- title: TEGRA - Scaling Up Graph Processing with Disaggregated Computing + authors: + - William Shaddix + - Mahyar Samani + - Jason Lowe-Power + - Venkatesh Akella + year: '2025' + doi: 10.1145/3731599.3767524 + url: https://doi.org/10.1145/3731599.3767524 + dblp_key: conf/sc/ShaddixSLA25 + venue_name: SC Workshops + pages: 1643-1649 +- title: 'DiOMP-Offloading: Toward Portable Distributed Heterogeneous OpenMP' + authors: + - Baodi Shan + - Mauricio Araya-Polo + - Barbara M. Chapman + year: '2025' + doi: 10.1145/3731599.3767505 + url: https://doi.org/10.1145/3731599.3767505 + dblp_key: conf/sc/ShanAC25 + venue_name: SC Workshops + pages: 1289-1301 +- title: Profiling Application-Specific Properties of Irregular Graph Algorithms on + GPUs + authors: + - Bishal Sharma + - Martin Burtscher + year: '2025' + doi: 10.1145/3731599.3767443 + url: https://doi.org/10.1145/3731599.3767443 + dblp_key: conf/sc/SharmaB25 + venue_name: SC Workshops + pages: 784-792 +- title: 'ATLAHS: An Application-centric Network Simulator Toolchain for AI, HPC, + and Distributed Storage' + authors: + - Siyuan Shen + - Tommaso Bonato + - Zhiyi Hu + - Pasquale Jordan + - Tiancheng Chen + - Torsten Hoefler + year: '2025' + doi: 10.1145/3712285.3759838 + url: https://doi.org/10.1145/3712285.3759838 + dblp_key: conf/sc/ShenBHJCH25 + venue_name: SC + pages: 349-367 +- title: 'Moment: Co-optimizing Physical Communication Topology and Data Placement + for Multi-GPU Out-of-core GNN Training' + authors: + - Zuocheng Shi + - Jie Sun 0017 + - Ziyu Song + - Mo Sun 0001 + - Yang Xiao + - Fei Wu 0001 + - Zeke Wang + year: '2025' + doi: 10.1145/3712285.3759788 + url: https://doi.org/10.1145/3712285.3759788 + dblp_key: conf/sc/Shi0S0X0W25 + venue_name: SC + pages: 250-264 +- title: 'Bridging the Gap: User-Centric Energy Monitoring for Policy-Driven Application + Optimization in HPC Data Centers' + authors: + - Woong Shin + - Karl W. Schulz + - Arthur Francisco Lorenzon + - Matthias Maiterth + - Bruno Villasenor Alvarez + - Jordà Polo + - Aditya Kashi + - Hao Lu 0001 + - Nicholson Koukpaizan + - Antigoni Georgiadou + - Matthew R. Norman + - Wael R. Elwasif + - Michael A. Matheson + - Feiyi Wang + - Nicholas Frontiere + - Sarp Oral + - Thomas Beck + - Bronson Messer + year: '2025' + doi: 10.1145/3731599.3767564 + url: https://doi.org/10.1145/3731599.3767564 + dblp_key: conf/sc/ShinSLMAPKLKGNE25 + venue_name: SC Workshops + pages: 2007-2016 +- title: 'The (R)evolution of Scientific Workflows in the Agentic AI Era: Towards + Autonomous Science' + authors: + - Woong Shin + - Renan Souza 0001 + - Daniel Rosendo + - Frédéric Suter + - Feiyi Wang + - Prasanna Balaprakash + - Rafael Ferreira da Silva + year: '2025' + doi: 10.1145/3731599.3767580 + url: https://doi.org/10.1145/3731599.3767580 + dblp_key: conf/sc/ShinSRSWBS25 + venue_name: SC Workshops + pages: 2305-2316 +- title: 'Reproducibility Report for SC25 Paper ThirstyFLOPS: Water Footprint Modeling + and Analysis Toward Sustainable HPC Systems' + authors: + - Shaina Smith + year: '2025' + doi: 10.1145/3712285.3769442 + url: https://doi.org/10.1145/3712285.3769442 + dblp_key: conf/sc/Smith25 + venue_name: SC + pages: 2323-2324 +- title: 'Batch Tiling on Attention: Efficient Mixture of Experts Training on Wafer-Scale + Processors' + authors: + - Daria Soboleva + - Étienne Goffinet + - Hui Zeng + - Sangamesh Ragate + - Elif Albuz + - Natalia Vassilieva + year: '2025' + doi: 10.1145/3731599.3767407 + url: https://doi.org/10.1145/3731599.3767407 + dblp_key: conf/sc/SobolevaGZRAV25 + venue_name: SC Workshops + pages: 540-544 +- title: Usability Evaluation of Cloud for HPC Applications + authors: + - Vanessa V. Sochat + - Daniel Milroy + - Abhik Sarkar + - Aniruddha Marathe + - Tapasya Patki + year: '2025' + doi: 10.1145/3731599.3767353 + url: https://doi.org/10.1145/3731599.3767353 + dblp_key: conf/sc/SochatMSMP25 + venue_name: SC Workshops + pages: 135-150 +- title: State Machine Orchestration of an HPC Workflow in Cloud + authors: + - Vanessa V. Sochat + - Loïc Pottier + - Daniel Milroy + year: '2025' + doi: 10.1145/3731599.3767583 + url: https://doi.org/10.1145/3731599.3767583 + dblp_key: conf/sc/SochatPM25 + venue_name: SC Workshops + pages: 2293-2304 +- title: MPPI - Type safe C++ Datatypes for MPI + authors: + - Mike Söhner + - Christoph Niethammer + year: '2025' + doi: 10.1145/3731599.3767390 + url: https://doi.org/10.1145/3731599.3767390 + dblp_key: conf/sc/SohnerN25 + venue_name: SC Workshops + pages: 439-448 +- title: 'Accelerating Intra-Node GPU Communication: A Performance Model for Multi-Path + Transfers' + authors: + - Amir Hossein Sojoodi + - Mohammad Akbari + - Hamed Sharifian + - Ali Farazdaghi + - Ryan E. Grant + - Ahmad Afsahi + year: '2025' + doi: 10.1145/3731599.3767392 + url: https://doi.org/10.1145/3731599.3767392 + dblp_key: conf/sc/SojoodiASFGA25 + venue_name: SC Workshops + pages: 449-460 +- title: Architecting Tensor Core-Based Reductions for Irregular Molecular Docking + Kernels + authors: + - Leonardo Solis-Vasquez + - Andreas F. Tillack + - Diogo Santos-Martins + - Andreas Koch 0001 + - Stefano Forli + year: '2025' + doi: 10.1145/3731599.3767437 + url: https://doi.org/10.1145/3731599.3767437 + dblp_key: conf/sc/Solis-VasquezTS25 + venue_name: SC Workshops + pages: 793-803 +- title: Securing HDF5 Plugins with Digital Signatures + authors: + - Glenn Song + - Michael Scot Breitenfeld + - Suren Byna + year: '2025' + doi: 10.1145/3731599.3767557 + url: https://doi.org/10.1145/3731599.3767557 + dblp_key: conf/sc/SongBB25 + venue_name: SC Workshops + pages: 1926-1933 +- title: Connected-Component Labeling Using HLS for High-Energy Particle Physics Instruments + authors: + - Nick Song + - Marion Sudvarg + - Roger D. Chamberlain + year: '2025' + doi: 10.1145/3731599.3767413 + url: https://doi.org/10.1145/3731599.3767413 + dblp_key: conf/sc/SongSC25 + venue_name: SC Workshops + pages: 642-650 +- title: 'ASaP: Automatic Software Prefetching for Sparse Tensor Computations in MLIR' + authors: + - Konstantinos Sotiropoulos + - Jonas Skeppstedt + - Per Stenström + year: '2025' + doi: 10.1145/3731599.3767477 + url: https://doi.org/10.1145/3731599.3767477 + dblp_key: conf/sc/SotiropoulosSS25 + venue_name: SC Workshops + pages: 1017-1027 +- title: 'GPU Programming for AI Workflow Development on AWS SageMaker: An Instructional + Approach' + authors: + - Sriram Srinivasan 0001 + - Hamdan Alabsi + - Rand Obeidat + - Nithisha Ponnala + - Azene Zenebe + year: '2025' + doi: 10.1145/3731599.3767381 + url: https://doi.org/10.1145/3731599.3767381 + dblp_key: conf/sc/SrinivasanAOPZ25 + venue_name: SC Workshops + pages: 384-392 +- title: 'Towards Supporting QIR: Steps for Adopting the Quantum Intermediate Representation' + authors: + - Yannick Stade + - Lukas Burgholzer + - Robert Wille + year: '2025' + doi: 10.1145/3731599.3767546 + url: https://doi.org/10.1145/3731599.3767546 + dblp_key: conf/sc/StadeBW25 + venue_name: SC Workshops + pages: 1907-1915 +- title: Experiences of Porting Structured and Unstructured Stencil Applications to + FPGA using SYCL + authors: + - Zadok Storkey + - Steven A. Wright 0001 + - Ian Gray + year: '2025' + doi: 10.1145/3731599.3769276 + url: https://doi.org/10.1145/3731599.3769276 + dblp_key: conf/sc/StorkeyWG25 + venue_name: SC Workshops + pages: 1496-1501 +- title: Engine-Agnostic Model Hot-Swapping for Cost-Effective LLM Inference + authors: + - Radostin Stoyanov + - Viktória Spisaková + - Adrian Reber + - Wesley Armour + - Marcin Copik + - Rodrigo Bruno + year: '2025' + doi: 10.1145/3731599.3767354 + url: https://doi.org/10.1145/3731599.3767354 + dblp_key: conf/sc/StoyanovSRACB25 + venue_name: SC Workshops + pages: 114-125 +- title: A Compute Graph Simulation and Implementation Framework Targeting AMD Versal + AI Engines + authors: + - Jonathan Strobl + - Leonardo Solis-Vasquez + - Yannick Lavan + - Andreas Koch 0001 + year: '2025' + doi: 10.1145/3731599.3767411 + url: https://doi.org/10.1145/3731599.3767411 + dblp_key: conf/sc/StroblSL025 + venue_name: SC Workshops + pages: 624-632 +- title: Performance portable batched linear algebra kernels for transport sweeps + using Kokkos + authors: + - Gabriel Suau + - Thierry Gautier + - Ansar Calloo + - Rémi Baron + - Romain Le Tellier + year: '2025' + doi: 10.1145/3731599.3767491 + url: https://doi.org/10.1145/3731599.3767491 + dblp_key: conf/sc/SuauGCBT25 + venue_name: SC Workshops + pages: 1147-1158 +- title: 'Demystifying the Resilience of Large Language Model Inference: An End-to-End + Perspective' + authors: + - Yu Sun + - Zachary Coalson + - Shiyang Chen 0004 + - Hang Liu 0001 + - Zhao Zhang 0007 + - Sanghyun Hong 0001 + - Bo Fang 0002 + - Lishan Yang 0001 + year: '2025' + doi: 10.1145/3712285.3759803 + url: https://doi.org/10.1145/3712285.3759803 + dblp_key: conf/sc/SunC0L000Y25 + venue_name: SC + pages: 1127-1144 +- title: 'LLMTailor: A Layer-wise Tailoring Tool for Efficient Checkpointing of Large + Language Models' + authors: + - Minqiu Sun + - Xin Huang + - Luanzheng Guo + - Nathan R. Tallent + - Kento Sato + - Dong Dai 0001 + year: '2025' + doi: 10.1145/3731599.3767515 + url: https://doi.org/10.1145/3731599.3767515 + dblp_key: conf/sc/SunHGTS025 + venue_name: SC Workshops + pages: 1366-1374 +- title: 'BurstEngine: An efficient distributed framework for training transformers + On extremely Long sequences of over 1M tokens' + authors: + - Ao Sun + - Weilin Zhao + - Xu Han 0007 + - Cheng Yang 0002 + - Zhiyuan Liu 0001 + - Chuan Shi 0001 + - Maosong Sun 0001 + year: '2025' + doi: 10.1145/3712285.3759802 + url: https://doi.org/10.1145/3712285.3759802 + dblp_key: conf/sc/SunZ0000025 + venue_name: SC + pages: 1429-1445 +- title: 'ModuLair: Streamlining Python Virtual Environment Management for HPC' + authors: + - Surada Suwansathit + - Ananya Adiki + - Gabriel Floreslovo + - Marinus Pennings + - Honggao Liu + year: '2025' + doi: 10.1145/3731599.3767435 + url: https://doi.org/10.1145/3731599.3767435 + dblp_key: conf/sc/SuwansathitAFPL25 + venue_name: SC Workshops + pages: 740-749 +- title: A Nested Krylov Method Using Half-Precision Arithmetic + authors: + - Kengo Suzuki + - Takeshi Iwashita + year: '2025' + doi: 10.1145/3712285.3759807 + url: https://doi.org/10.1145/3712285.3759807 + dblp_key: conf/sc/SuzukiI25 + venue_name: SC + pages: 711-727 +- title: Modular Architecture for High-Performance and Low Overhead Data Transfers + authors: + - Rasman Mubtasim Swargo + - Engin Arslan + - Md. Arifuzzaman + year: '2025' + doi: 10.1145/3731599.3767446 + url: https://doi.org/10.1145/3731599.3767446 + dblp_key: conf/sc/SwargoAA25 + venue_name: SC Workshops + pages: 939-948 +- title: 'Reproducibility Report for SC25 Paper Story of Two GPUs: Characterizing + the Resilience of Hopper H100 and Ampere A100 GPUs' + authors: + - Philippe Swartvagher + year: '2025' + doi: 10.1145/3712285.3769462 + url: https://doi.org/10.1145/3712285.3769462 + dblp_key: conf/sc/Swartvagher25 + venue_name: SC + pages: 2278-2279 +- title: 'Reproducibility Report for SC25 Paper HP-MDR: High-performance and Portable + Data Refactoring and Progressive Retrieval with Advanced GPUs' + authors: + - Philippe Swartvagher + year: '2025' + doi: 10.1145/3712285.3769449 + url: https://doi.org/10.1145/3712285.3769449 + dblp_key: conf/sc/Swartvagher25a + venue_name: SC + pages: 2314-2315 +- title: IzhiRISC-V - a RISC-V-based Processor with Custom ISA Extension for Spiking + Neuron Networks Processing with Izhikevich Neurons + authors: + - Wiktor Jan Szczerek + - Artur Podobas + year: '2025' + doi: 10.1145/3731599.3767529 + url: https://doi.org/10.1145/3731599.3767529 + dblp_key: conf/sc/SzczerekP25 + venue_name: SC Workshops + pages: 1667-1675 +- title: Guiding Application Users via Estimation of Computational Resources for Massively + Parallel Chemistry Computations + authors: + - Tanzila Tabassum + - Omer Subasi + - Ajay Panyala + - Epiya Ebiapia + - Gerald Baumgartner + - Erdal Mutlu + - P. Sadayappan + - Karol Kowalski + year: '2025' + doi: 10.1145/3731599.3767341 + url: https://doi.org/10.1145/3731599.3767341 + dblp_key: conf/sc/TabassumSPEBMSK25 + venue_name: SC Workshops + pages: 11-19 +- title: 'InferA: A Smart Assistant for Cosmological Ensemble Data' + authors: + - Justin Z. Tam + - Pascal Grosset + - Divya Banesh + - Nesar Ramachandra + - Terece L. Turton + - James P. Ahrens + year: '2025' + doi: 10.1145/3731599.3767342 + url: https://doi.org/10.1145/3731599.3767342 + dblp_key: conf/sc/TamGBRTA25 + venue_name: SC Workshops + pages: 20-28 +- title: A Modular, Responsive, and Accessible HPC Dashboard Built upon Open OnDemand + authors: + - Richie Tan + - Guangzhen Jin + year: '2025' + doi: 10.1145/3731599.3767434 + url: https://doi.org/10.1145/3731599.3767434 + dblp_key: conf/sc/TanJ25 + venue_name: SC Workshops + pages: 688-696 +- title: Bridging Performance Portability and Scalability for Plasma Simulations on + Heterogeneous Systems + authors: + - Nigel Phillip Tan + - Scott V. Luedtke + - Michela Taufer + - Brian J. Albright + year: '2025' + doi: 10.1145/3731599.3767493 + url: https://doi.org/10.1145/3731599.3767493 + dblp_key: conf/sc/TanLTA25 + venue_name: SC Workshops + pages: 1172-1182 +- title: 'EQSIM Agent: A Conversational AI for Interactive Exploration of Large-scale + Earthquake Simulation Data' + authors: + - Houjun Tang + - David McCallen + year: '2025' + doi: 10.1145/3731599.3767402 + url: https://doi.org/10.1145/3731599.3767402 + dblp_key: conf/sc/TangM25 + venue_name: SC Workshops + pages: 582-587 +- title: Hardware-Software Co-Design of Iterative Filter-Update Numerical Methods + Using Processing-In-Memory + authors: + - Eric Tang + - Tianyun Zhang + - William Bradford + - Farzana Ahmed Siddique + - James C. Hoe + - Kevin Skadron + - Franz Franchetti + year: '2025' + doi: 10.1145/3731599.3767489 + url: https://doi.org/10.1145/3731599.3767489 + dblp_key: conf/sc/TangZBSHSF25 + venue_name: SC Workshops + pages: 1126-1132 +- title: Quantifying AWS S3 I/O Performance Boundaries Using the Roofline Model + authors: + - Meng Tang + - Zhaobin Zhu + - Luanzheng Guo + - James G. Bandy + - Tim Carlson + - Sarah Neuwirth + - Anthony Kougkas + - Xian-He Sun + - Nathan R. Tallent + year: '2025' + doi: 10.1145/3731599.3767513 + url: https://doi.org/10.1145/3731599.3767513 + dblp_key: conf/sc/TangZGBCNKST25 + venue_name: SC Workshops + pages: 1415-1423 +- title: 'FIRST: Federated Inference Resource Scheduling Toolkit for Scientific AI + Model Access' + authors: + - Aditya Tanikanti + - Benoît Côté + - Yanfei Guo + - Le Chen + - Nicholaus Saint + - Ryan Chard + - Ken Raffenetti + - Rajeev Thakur + - Thomas D. Uram + - Ian T. Foster + - Michael E. Papka + - Venkatram Vishwanath + year: '2025' + doi: 10.1145/3731599.3767346 + url: https://doi.org/10.1145/3731599.3767346 + dblp_key: conf/sc/TanikantiCGCSCR25 + venue_name: SC Workshops + pages: 52-60 +- title: 'Fantastic Hardware Counters and How to Find Them: Automating the Detection + of Noise-Resilient Performance Counters in HPC' + authors: + - Ahmad Tarraf + - Alexander Geiß + - Lukas Fuchs + - Felix Wolf 0001 + year: '2025' + doi: 10.1145/3731599.3767517 + url: https://doi.org/10.1145/3731599.3767517 + dblp_key: conf/sc/TarrafGF025 + venue_name: SC Workshops + pages: 1587-1600 +- title: 'CaRDS: Compiler-aided Remote Data Structures' + authors: + - Brian R. Tauro + - Ian Dougherty + - Kyle C. Hale + year: '2025' + doi: 10.1145/3731599.3767488 + url: https://doi.org/10.1145/3731599.3767488 + dblp_key: conf/sc/TauroDH25 + venue_name: SC Workshops + pages: 1117-1125 +- title: 'EAS-Sim: A Framework and its Methodology for the Co-Design of Multi-Objective, + Energy-Aware Schedulers for AI Clusters' + authors: + - Roblex Nana Tchakoute + - Claude Tadonki + year: '2025' + doi: 10.1145/3731599.3767568 + url: https://doi.org/10.1145/3731599.3767568 + dblp_key: conf/sc/TchakouteT25 + venue_name: SC Workshops + pages: 2041-2050 +- title: 'The MALL is Open: Exploring Shared Caches and Latency in AMD CDNA™ 3 GPUs' + authors: + - Andrew Tee + - Nicholas Curtis + - Noah Wolfe + - Daniel Wong 0001 + year: '2025' + doi: 10.1145/3731599.3767487 + url: https://doi.org/10.1145/3731599.3767487 + dblp_key: conf/sc/TeeCWW25 + venue_name: SC Workshops + pages: 1110-1116 +- title: Orchestrating Quantum-HPC Workflows with Distributed Quantum Circuit Cutting + authors: + - Mar Tejedor + - Berta Casas + - Javier Conejero + - Alba Cervera-Lierta + - Rosa M. Badia + year: '2025' + doi: 10.1145/3731599.3767547 + url: https://doi.org/10.1145/3731599.3767547 + dblp_key: conf/sc/TejedorCCCB25 + venue_name: SC Workshops + pages: 1898-1906 +- title: 'Learning to Schedule: A Supervised Learning Framework for Network-Aware + Scheduling of Data-Intensive Workloads' + authors: + - Sankalpa Timilsina + - Susmit Shannigrahi + year: '2025' + doi: 10.1145/3731599.3767457 + url: https://doi.org/10.1145/3731599.3767457 + dblp_key: conf/sc/TimilsinaS25 + venue_name: SC Workshops + pages: 848-853 +- title: 'CIRE: LLVM Analysis for Floating-Point Rounding Error Affected by Precision + and Optimizations' + authors: + - Tanmay Tirpankar + - Cayden Lund + - Ganesh Gopalakrishnan + year: '2025' + doi: 10.1145/3731599.3767479 + url: https://doi.org/10.1145/3731599.3767479 + dblp_key: conf/sc/TirpankarLG25 + venue_name: SC Workshops + pages: 1039-1047 +- title: 'Seeking Cost-Optimal Infrastructure Size for Distributed Filesystems: A + Ceph Case Study' + authors: + - Niccolò Tosato + - Isac Pasianotto + - Ruggero Lot + - Stefano Cozzini + year: '2025' + doi: 10.1145/3731599.3767427 + url: https://doi.org/10.1145/3731599.3767427 + dblp_key: conf/sc/TosatoPLC25 + venue_name: SC Workshops + pages: 678-687 +- title: 'Reproducibility Report for SC25 Paper Uno: A One-Stop Solution for Inter- + and Intra- Data Center Congestion Control and Reliable Connectivity' + authors: + - Strahinja Trecakov + year: '2025' + doi: 10.1145/3712285.3769434 + url: https://doi.org/10.1145/3712285.3769434 + dblp_key: conf/sc/Trecakov25 + venue_name: SC + pages: 2266-2267 +- title: CPU- and GPU-initiated Communication Strategies for Conjugate Gradient Methods + on Large GPU Clusters + authors: + - James D. Trotter + - Sinan Ekmekçibasi + - Dogan Sagbili + - Johannes Langguth + - Xing Cai + - Didem Unat + year: '2025' + doi: 10.1145/3712285.3759774 + url: https://doi.org/10.1145/3712285.3759774 + dblp_key: conf/sc/TrotterESLCU25 + venue_name: SC + pages: 298-315 +- title: Distributed Cross-Channel Hierarchical Aggregation for Foundation Models + authors: + - Aristeidis Tsaris + - Isaac Lyngaas + - John H. Lagergren + - Mohamed Wahib + - Larry M. York + - Prasanna Balaprakash + - Dan Lu 0001 + - Feiyi Wang + - Xiao Wang 0004 + year: '2025' + doi: 10.1145/3712285.3759870 + url: https://doi.org/10.1145/3712285.3759870 + dblp_key: conf/sc/TsarisLLWYB0WW25 + venue_name: SC + pages: 935-948 +- title: In-Transit Data Transport Strategies for Coupled AI-Simulation Workflow Patterns + authors: + - Harikrishna Tummalapalli + - Riccardo Balin + - Christine M. Simpson + - Andrew Park + - Aymen Alsaadi + - Andrew E. Shao + - Wesley Brewer + - Shantenu Jha + year: '2025' + doi: 10.1145/3731599.3767464 + url: https://doi.org/10.1145/3731599.3767464 + dblp_key: conf/sc/TummalapalliBSP25 + venue_name: SC Workshops + pages: 985-996 +- title: 'OmniFed: A Modular Framework for Configurable Federated Learning from Edge + to HPC' + authors: + - Sahil Tyagi + - Andrei Cozma + - Olivera Kotevska + - Feiyi Wang + year: '2025' + doi: 10.1145/3731599.3767397 + url: https://doi.org/10.1145/3731599.3767397 + dblp_key: conf/sc/TyagiCKW25 + venue_name: SC Workshops + pages: 516-523 +- title: High-Performance and Power-Efficient Emulation of Matrix Multiplication using + INT8 Matrix Engines + authors: + - Yuki Uchino + - Katsuhisa Ozaki + - Toshiyuki Imamura + year: '2025' + doi: 10.1145/3731599.3767539 + url: https://doi.org/10.1145/3731599.3767539 + dblp_key: conf/sc/UchinoOI25 + venue_name: SC Workshops + pages: 1824-1831 +- title: A Peak Performance Model for All-to-all on Hierarchical Systems and Its Applications + authors: + - Rohini Uma-Vaideswaran + - Joshua Romero + - Daniel L. Dotson + - David Appelhans + - P. K. Yeung + year: '2025' + doi: 10.1145/3731599.3767704 + url: https://doi.org/10.1145/3731599.3767704 + dblp_key: conf/sc/Uma-Vaideswaran25 + venue_name: SC Workshops + pages: 1442-1451 +- title: 'ODOS-MPI: HPC-Friendly SmartNIC Offloading of Computation/Communication + Kernels' + authors: + - Muhammad Usman + - Mariano Benito + - Sergio Iserte + - Antonio J. Peña + year: '2025' + doi: 10.1145/3712285.3759808 + url: https://doi.org/10.1145/3712285.3759808 + dblp_key: conf/sc/UsmanBIP25 + venue_name: SC + pages: 1006-1027 +- title: Distributed Sparse Tensor Computations in MLIR + authors: + - Miheer Vaidya + - Shreya Singh + - Devanshu Mantri + - Michael Shannon Eydenberg + - Brian Michael Kelley + - Sivasankaran Rajamanickam + - Atanas Rountev + - P. Sadayappan + year: '2025' + doi: 10.1145/3731599.3767484 + url: https://doi.org/10.1145/3731599.3767484 + dblp_key: conf/sc/VaidyaSMEKRRS25 + venue_name: SC Workshops + pages: 1088-1095 +- title: 'ChatHPC: Building the Foundations for a Productive and Trustworthy AI-Assisted + HPC Ecosystem' + authors: + - Pedro Valero-Lara + - Aaron R. Young + - Jeffrey S. Vetter + - Zheming Jin + - Swaroop Pophale + - Mohammad Alaul Haque Monil + - Keita Teranishi + - William F. Godoy + year: '2025' + doi: 10.1145/3712285.3759787 + url: https://doi.org/10.1145/3712285.3759787 + dblp_key: conf/sc/Valero-LaraYVJP25 + venue_name: SC + pages: 458-474 +- title: Comparing Graph Algorithm Styles on NVIDIA and AMD GPUs + authors: + - Avery Vanausdal + - Martin Burtscher + year: '2025' + doi: 10.1145/3731599.3767444 + url: https://doi.org/10.1145/3731599.3767444 + dblp_key: conf/sc/VanausdalB25 + venue_name: SC Workshops + pages: 813-817 +- title: Post-Variational Quantum Neural Networks on a Hybrid HPC-QC System + authors: + - Maxence Vandromme + - Miwako Tsuji + year: '2025' + doi: 10.1145/3731599.3767540 + url: https://doi.org/10.1145/3731599.3767540 + dblp_key: conf/sc/VandrommeT25 + venue_name: SC Workshops + pages: 1816-1823 +- title: 'MT4G: A Tool for Reliable Auto-Discovery of NVIDIA and AMD GPU Compute and + Memory Topologies' + authors: + - Stepan Vanecek + - Manuel Walter Mußbacher + - Dominik Größler + - Urvij Saroliya + - Martin Schulz 0001 + year: '2025' + doi: 10.1145/3731599.3767518 + url: https://doi.org/10.1145/3731599.3767518 + dblp_key: conf/sc/VanecekMGS025 + venue_name: SC Workshops + pages: 1574-1586 +- title: 'CGSim: A Simulation Framework for Large Scale Distributed Computing Environment' + authors: + - Sairam Sri Vatsavai + - Raees Khan Ahmed + - Kuan-Chieh Hsu + - Ozgur O. Kilic + - Yihui Ren 0001 + - David K. Park + - Paul Nilsson + - Tania Korchuganova + - Sankha Dutta + - Joseph Boudreau + - Tasnuva Chowdhury + - Shengyu Feng + - Fatih Furkan Akman + - Adolfy Hoisie + - Scott Klasky + - Tadashi Maeno + - Verena Ingrid Martinez Outschoorn + - Norbert Podhorszki + - Frédéric Suter + - John Rembrandt Steele + - Wei Yang + - Yiming Yang 0002 + - Shinjae Yoo + - Alexei Klimentov + year: '2025' + doi: 10.1145/3731599.3769277 + url: https://doi.org/10.1145/3731599.3769277 + dblp_key: conf/sc/VatsavaiAHK0PNK25 + venue_name: SC Workshops + pages: 1478-1483 +- title: 'StreamHub: High-performance Managed SciStream as a Service' + authors: + - Seena Vazifedunn + - Flavio Castro + - Rajkumar Kettimuthu + - Ian T. Foster + - Kyle Chard + year: '2025' + doi: 10.1145/3731599.3767459 + url: https://doi.org/10.1145/3731599.3767459 + dblp_key: conf/sc/VazifedunnCKFC25 + venue_name: SC Workshops + pages: 929-938 +- title: 'Scalable Neural Network Training: Distributed Data-Parallel Approaches' + authors: + - Fernando Vázquez-Novoa + - Pedro López 0001 + - José Flich + - Rosa M. Badia + year: '2025' + doi: 10.1145/3731599.3767571 + url: https://doi.org/10.1145/3731599.3767571 + dblp_key: conf/sc/Vazquez-Novoa0F25 + venue_name: SC Workshops + pages: 2088-2099 +- title: 'Reproducibility Report for SC25 Paper STZ: A High Quality and High Speed + Streaming Lossy Compression Framework for Scientific Data' + authors: + - Marc-André Vef + year: '2025' + doi: 10.1145/3712285.3769461 + url: https://doi.org/10.1145/3712285.3769461 + dblp_key: conf/sc/Vef25 + venue_name: SC + pages: '2277' +- title: Mixed-Precision Performance Portability of FFT-Based GPU-Accelerated Algorithms + for Block-Triangular Toeplitz Matrices + authors: + - Sreeram Venkat + - Kasia Swirydowicz + - Noah Wolfe + - Omar Ghattas + year: '2025' + doi: 10.1145/3731599.3767490 + url: https://doi.org/10.1145/3731599.3767490 + dblp_key: conf/sc/VenkatSWG25 + venue_name: SC Workshops + pages: 1133-1146 +- title: Streaming X-ray Detector Data to Remote Facilities Using EJFAT + authors: + - Sinisa Veseli + - John Hammonds + - Steven Henke + - Madeline Miller + - Hannah Parraga + - Ilya Baldin + - Derek Howard + - Yatish Kumar + - Nicholas Schwarz + year: '2025' + doi: 10.1145/3731599.3767591 + url: https://doi.org/10.1145/3731599.3767591 + dblp_key: conf/sc/VeseliHHMPBHKS25 + venue_name: SC Workshops + pages: 2336-2346 +- title: Ab-initio Quantum Transport with the GW Approximation, 42, 240 Atoms, and + Sustained Exascale Performance + authors: + - Nicolas Vetsch + - Alexander Maeder + - Vincent Maillou + - Anders Winka + - Jiang Cao + - Grzegorz Kwasniewski + - Leonard Deuschle + - Torsten Hoefler + - Alexandros Nikolaos Ziogas + - Mathieu Luisier + year: '2025' + doi: 10.1145/3712285.3771784 + url: https://doi.org/10.1145/3712285.3771784 + dblp_key: conf/sc/VetschMMWCKDHZL25 + venue_name: SC + pages: 1-13 +- title: 'SNAcc: An Open-Source Framework for Streaming-based Network-to-Storage Accelerators' + authors: + - David Volz + - Torben Kalkhof + - Andreas Koch 0001 + year: '2025' + doi: 10.1145/3731599.3767412 + url: https://doi.org/10.1145/3731599.3767412 + dblp_key: conf/sc/VolzK025 + venue_name: SC Workshops + pages: 633-641 +- title: Balanced and Elastic End-to-end Training of Dynamic LLMs + authors: + - Mohamed Wahib + - Muhammed Abdullah Soyturk + - Didem Unat + year: '2025' + doi: 10.1145/3712285.3759775 + url: https://doi.org/10.1145/3712285.3759775 + dblp_key: conf/sc/WahibSU25 + venue_name: SC + pages: 1351-1367 +- title: 'KAMI: Communication-Avoiding General Matrix Multiplication within a Single + GPU' + authors: + - Hemeng Wang + - Yang Du 0015 + - Sidu Li + - Xiaowen Tian + - Qingxiao Sun + - Weifeng Liu 0002 + year: '2025' + doi: 10.1145/3712285.3759895 + url: https://doi.org/10.1145/3712285.3759895 + dblp_key: conf/sc/WangDLTSL25 + venue_name: SC + pages: 1572-1589 +- title: 'STZ: A High Quality and High Speed Streaming Lossy Compression Framework + for Scientific Data' + authors: + - Daoce Wang + - Pascal Grosset + - Jesus Pulido + - Jiannan Tian + - Tushar M. Athawale + - Jinda Jia + - Baixi Sun + - Boyuan Zhang 0002 + - Sian Jin + - Kai Zhao 0008 + - James P. Ahrens + - Fengguang Song + year: '2025' + doi: 10.1145/3712285.3759795 + url: https://doi.org/10.1145/3712285.3759795 + dblp_key: conf/sc/WangGPTAJS0J0AS25 + venue_name: SC + pages: 2038-2055 +- title: Rethinking Back Transformation in 2-stage Eigenvalue Decomposition on Heterogeneous + Architectures + authors: + - Hansheng Wang + - Dajun Huang + - Gaoyuan Zou + - Lu Shi + - Xu Jiang 0004 + - Xi Wu 0004 + - Hancong Duan + - Shaoshuai Zhang + year: '2025' + doi: 10.1145/3712285.3759770 + url: https://doi.org/10.1145/3712285.3759770 + dblp_key: conf/sc/WangHZSJWDZ25 + venue_name: SC + pages: 1830-1844 +- title: 'cMPI: Using CXL Memory Sharing for MPI One-Sided and Two-Sided Inter-Node + Communications' + authors: + - Xi Wang 0027 + - Bin Ma + - Jongryool Kim + - Byungil Koh + - Hoshik Kim + - Dong Li 0001 + year: '2025' + doi: 10.1145/3712285.3759816 + url: https://doi.org/10.1145/3712285.3759816 + dblp_key: conf/sc/WangMKKK025 + venue_name: SC + pages: 2216-2232 +- title: 'LLM4FP: LLM-Based Program Generation for Triggering Floating-Point Inconsistencies + Across Compilers' + authors: + - Yutong Wang + - Cindy Rubio-González + year: '2025' + doi: 10.1145/3731599.3767362 + url: https://doi.org/10.1145/3731599.3767362 + dblp_key: conf/sc/WangR25 + venue_name: SC Workshops + pages: 225-234 +- title: 'WAGES: Workload-Aware GPU Sharing System for Energy-Efficient Serverless + LLM Serving' + authors: + - Tianyu Wang + - Gourav Rattihalli + - Aditya Dhakal + - Xulong Tang + - Dejan S. Milojicic + year: '2025' + doi: 10.1145/3731599.3767396 + url: https://doi.org/10.1145/3731599.3767396 + dblp_key: conf/sc/WangRDTM25 + venue_name: SC Workshops + pages: 508-515 +- title: 'MXBLAS: Accelerating 8-bit Deep Learning with a Unified Micro-Scaled GEMM + Library' + authors: + - Weihu Wang + - Yaqi Xia + - Donglin Yang + - Xiaobo Zhou 0002 + - Dazhao Cheng + year: '2025' + doi: 10.1145/3712285.3759809 + url: https://doi.org/10.1145/3712285.3759809 + dblp_key: conf/sc/WangXY0C25 + venue_name: SC + pages: 1590-1603 +- title: Towards Efficient LLM Inference via Collective and Adaptive Speculative Decoding + authors: + - Siqi Wang + - Hailong Yang 0002 + - Xuezhu Wang + - Tongxuan Liu + - Pengbo Wang + - Yufan Xu 0001 + - Xuning Liang + - Kejie Ma + - Tianyu Feng + - Xin You 0001 + - Ruihao Gong + - Rui Wang 0014 + - Zhongzhi Luan + - Yi Liu 0013 + - Depei Qian 0002 + year: '2025' + doi: 10.1145/3712285.3759834 + url: https://doi.org/10.1145/3712285.3759834 + dblp_key: conf/sc/WangYWLW0LMFYG025 + venue_name: SC + pages: 973-990 +- title: An Optimized Generalized Multi-Color Point Implicit Solver for Intel GPUs + using OneAPI ESIMD + authors: + - Joseph Wassell + - Mohammad Zubair + - Aaron Walden + - Gabriel Nastac + - Eric J. Nielsen + - Timothée Ewart + year: '2025' + doi: 10.1145/3731599.3767439 + url: https://doi.org/10.1145/3731599.3767439 + dblp_key: conf/sc/WassellZWNNE25 + venue_name: SC Workshops + pages: 775-783 +- title: 'Reproducibility Report for SC25 Paper RedSan: A Redundant Memory Instruction + Sanitizer for GPU Programs' + authors: + - Volker Weinberg + year: '2025' + doi: 10.1145/3712285.3769446 + url: https://doi.org/10.1145/3712285.3769446 + dblp_key: conf/sc/Weinberg25 + venue_name: SC + pages: 2319-2320 +- title: 'HPC-R1: Characterizing R1-like Large Reasoning Models on HPC' + authors: + - Adam Weingram + - Duo Zhang + - Zhonghao Chen + - Hao Qi + - Xiaoyi Lu 0001 + year: '2025' + doi: 10.1145/3712285.3759827 + url: https://doi.org/10.1145/3712285.3759827 + dblp_key: conf/sc/WeingramZCQL25 + venue_name: SC + pages: 1368-1380 +- title: Rapid Quantum Network Simulation Design with a Path to Scalable Execution + authors: + - Aaron Welch + - Joel A. Dawson + - Mariam Kiran + year: '2025' + doi: 10.1145/3731599.3767456 + url: https://doi.org/10.1145/3731599.3767456 + dblp_key: conf/sc/WelchDK25 + venue_name: SC Workshops + pages: 828-833 +- title: Towards a user-centric HPC-QC environment + authors: + - Aleksander Wennersteen + - Matthieu Moreau + - Aurelien Nober + - Mourad Beji + year: '2025' + doi: 10.1145/3731599.3767549 + url: https://doi.org/10.1145/3731599.3767549 + dblp_key: conf/sc/WennersteenMNB25 + venue_name: SC Workshops + pages: 1879-1887 +- title: Large-Message All-to-All Communication at Frontier Scale + authors: + - James Buford White + year: '2025' + doi: 10.1145/3731599.3767389 + url: https://doi.org/10.1145/3731599.3767389 + dblp_key: conf/sc/White25 + venue_name: SC Workshops + pages: 461-467 +- title: 'Reproducibility Report for SC25 Paper Demystifying the Resilience of Large + Language Model Inference: An End-to-End Perspective' + authors: + - Sandra Wienke + year: '2025' + doi: 10.1145/3712285.3769450 + url: https://doi.org/10.1145/3712285.3769450 + dblp_key: conf/sc/Wienke25 + venue_name: SC + pages: 2311-2313 +- title: Testing and Benchmarking Emerging Supercomputers via the MFC Flow Solver + authors: + - Benjamin Wilfong + - Anand Radhakrishnan + - Henry Le Berre + - Tanush Prathi + - Stephen Abbott + - Spencer H. Bryngelson + year: '2025' + doi: 10.1145/3731599.3767424 + url: https://doi.org/10.1145/3731599.3767424 + dblp_key: conf/sc/WilfongRBPAB25 + venue_name: SC Workshops + pages: 669-677 +- title: 'Simulating many-engine spacecraft: Exceeding 1 quadrillion degrees of freedom + via information geometric regularization' + authors: + - Benjamin Wilfong + - Anand Radhakrishnan + - Henry Le Berre + - Daniel Vickers + - Tanush Prathi + - Nikolaos Tselepidis + - Benedikt Dorschner + - Reuben D. Budiardja + - Brian Cornille + - Stephen Abbott + - Florian Schäfer 0001 + - Spencer H. Bryngelson + year: '2025' + doi: 10.1145/3712285.3771783 + url: https://doi.org/10.1145/3712285.3771783 + dblp_key: conf/sc/WilfongRBVPTDBC25 + venue_name: SC + pages: 14-24 +- title: Network Replay and Consistency Across Testbeds + authors: + - Alexander Wolosewicz + - Vinod Yegneswaran + - Ashish Gehani + - Nik Sultana + year: '2025' + doi: 10.1145/3731599.3767447 + url: https://doi.org/10.1145/3731599.3767447 + dblp_key: conf/sc/WolosewiczYGS25 + venue_name: SC Workshops + pages: 897-907 +- title: 'ACTINA: Adapting Circuit-Switching Techniques for AI Networking Architectures' + authors: + - Zhenguo Wu + - Benjamin Klenk + - Larry Dennison + - Keren Bergman + year: '2025' + doi: 10.1145/3712285.3759842 + url: https://doi.org/10.1145/3712285.3759842 + dblp_key: conf/sc/WuKDB25 + venue_name: SC + pages: 1211-1222 +- title: Boosting Scientific Error-Bounded Lossy Compression through Optimized Synergistic + Lossy-Lossless Orchestration + authors: + - Shixun Wu + - Jinwen Pan + - Jinyang Liu 0003 + - Jiannan Tian + - Ziwei Qiu + - Jiajun Huang 0001 + - Kai Zhao 0008 + - Xin Liang 0001 + - Sheng Di + - Zizhong Chen + - Franck Cappello + year: '2025' + doi: 10.1145/3712285.3759798 + url: https://doi.org/10.1145/3712285.3759798 + dblp_key: conf/sc/WuP0TQ000DCC25 + venue_name: SC + pages: 2024-2037 +- title: 'TurboFNO: High-Performance Fourier Neural Operator with Fused FFT-GEMM-iFFT + on GPU' + authors: + - Shixun Wu + - Yujia Zhai + - Huangliang Dai + - Yue Zhu + - Haiyang Hu + - Zizhong Chen + year: '2025' + doi: 10.1145/3712285.3759772 + url: https://doi.org/10.1145/3712285.3759772 + dblp_key: conf/sc/WuZDZHC25 + venue_name: SC + pages: 991-1005 +- title: '"Offloading" Undergraduate Research to the Graphics Processing + Unit for Acceleration' + authors: + - Bryant M. Wyatt + - Mason Bane + year: '2025' + doi: 10.1145/3731599.3767382 + url: https://doi.org/10.1145/3731599.3767382 + dblp_key: conf/sc/WyattB25 + venue_name: SC Workshops + pages: 433-438 +- title: Reproducibility Report for SC25 Paper CPU- and GPU-initiated Communication + Strategies for Conjugate Gradient Methods on Large GPU Clusters + authors: + - Brian J. N. Wylie + year: '2025' + doi: 10.1145/3712285.3769458 + url: https://doi.org/10.1145/3712285.3769458 + dblp_key: conf/sc/Wylie25 + venue_name: SC + pages: 2295-2296 +- title: Effective Node-Level Anomaly Detection in HPC Systems via Coarse-Grained + Clustering and Fine-Grained Model Sharing + authors: + - Sibo Xia + - Yongqian Sun + - Xijie Pan + - Yuan Yuan 0034 + - Shenglin Zhang + - Shaoyu Hu + - Lei Tao + - Yuqi Li + - Jinghua Feng + year: '2025' + doi: 10.1145/3712285.3759794 + url: https://doi.org/10.1145/3712285.3759794 + dblp_key: conf/sc/XiaSP0ZHTLF25 + venue_name: SC + pages: 1180-1194 +- title: Optimizing Quantum Circuit Mapping to Reduce Inter-Module Communications + in Distributed Architectures + authors: + - Longshan Xu + - Edwin Hsing-Mean Sha + - Xiulin Cui + - Qingfeng Zhuge + year: '2025' + doi: 10.1145/3712285.3759789 + url: https://doi.org/10.1145/3712285.3759789 + dblp_key: conf/sc/XuSCZ25 + venue_name: SC + pages: 774-788 +- title: Kilometer-Scale AI-Powered and Performance-Portable Earth System Model (AP3ESM) + to Achieve Year-Scale Simulation Speed on Heterogeneous Supercomputers + authors: + - Kai Xu + - Maoxue Yu + - Yuhu Chen + - Jie Gao + - Shuang Wang + - Jiaying Song + - Xiaohui Duan + - Junwei Wei + - Jiangfeng Yu + - Hailong Liu 0007 + - Jinrong Jiang + - Yi Zhang 0127 + - Pengfei Lin 0004 + - Tianyi Wang + - Pengfei Wang + - Weipeng Zheng + - Jingwei Xie + - Jiakang Zhang + - Zilu Liu + - Xiaoyu Jin + - Jilin Wei + - Qixin Chang + - Qingxia Lin + - Yanzhi Zhou + - Weiguo Liu + - Wei Xue 0003 + - Yiwen Li + - Haohuan Fu + - Yue Yu 0001 + - Xuebin Chi + - Lixin Wu + year: '2025' + doi: 10.1145/3712285.3771788 + url: https://doi.org/10.1145/3712285.3771788 + dblp_key: conf/sc/XuYCGWSDWYLJZ0W25 + venue_name: SC + pages: 111-124 +- title: 'Graphago: Accelerating SSD-based Graph Processing via Activity-Aware Graph + Preprocessing' + authors: + - Xianghao Xu + - Yucheng Zhang + - Gongxuan Zhang + - Yongli Cheng + - Fang Wang 0001 + year: '2025' + doi: 10.1145/3712285.3759851 + url: https://doi.org/10.1145/3712285.3759851 + dblp_key: conf/sc/XuZZC025 + venue_name: SC + pages: 1539-1552 +- title: Applying Surrogate Modeling to Decouple Data Collection and Analysis from + Simulation for Accelerated In-Situ Analysis + authors: + - Kewei Yan + - Yonghong Yan 0001 + year: '2025' + doi: 10.1145/3731599.3767344 + url: https://doi.org/10.1145/3731599.3767344 + dblp_key: conf/sc/Yan025 + venue_name: SC Workshops + pages: 37-44 +- title: Fast on-demand Memory Mapping for Shared Memory and Disaggregated Systems + authors: + - Yuang Yan + - Ryan E. Grant + year: '2025' + doi: 10.1145/3731599.3767523 + url: https://doi.org/10.1145/3731599.3767523 + dblp_key: conf/sc/YanG25 + venue_name: SC Workshops + pages: 1634-1642 +- title: 'Phoenix: A Refactored I/O Stack for GPU Direct Storage without Phony Buffers' + authors: + - Jianqin Yan + - Shi Qiu 0012 + - Yina Lv + - Yifan Hu + - Hao Chen + - Zhirong Shen + - Xin Yao + - Renhai Chen + - Jiwu Shu + - Gong Zhang 0001 + - Yiming Zhang 0003 + year: '2025' + doi: 10.1145/3712285.3759862 + url: https://doi.org/10.1145/3712285.3759862 + dblp_key: conf/sc/YanQLHCSYCS0025 + venue_name: SC + pages: 1267-1283 +- title: 'LCI: a Lightweight Communication Interface for Efficient Asynchronous Multithreaded + Communication' + authors: + - Jiakun Yan + - Marc Snir + year: '2025' + doi: 10.1145/3712285.3759881 + url: https://doi.org/10.1145/3712285.3759881 + dblp_key: conf/sc/YanS25 + venue_name: SC + pages: 1043-1059 +- title: 'UltraAttn: Efficiently Parallelizing Attention through Hierarchical Context-Tiling' + authors: + - Haoyu Yang + - Zan Zong + - Yuyang Jin 0001 + - Kinman Lei + - Jiaao He + - Qigang Yang + - Jidong Zhai + year: '2025' + doi: 10.1145/3712285.3759894 + url: https://doi.org/10.1145/3712285.3759894 + dblp_key: conf/sc/YangZ0LHYZ25 + venue_name: SC + pages: 1769-1784 +- title: 'AGILE: Lightweight and Efficient Asynchronous GPU-SSD Integration' + authors: + - Zhuoping Yang + - Jinming Zhuang + - Xingzhen Chen + - Alex K. Jones + - Peipei Zhou 0001 + year: '2025' + doi: 10.1145/3712285.3759778 + url: https://doi.org/10.1145/3712285.3759778 + dblp_key: conf/sc/YangZCJ025 + venue_name: SC + pages: 1028-1042 +- title: 'LowDiff: Efficient Frequent Checkpointing via Low-Cost Differential for + High-Performance Distributed Training Systems' + authors: + - Chenxuan Yao + - Feifan Liu + - Yuchong Hu + - Zhengyu Liu + - Xinjue Zheng + - Wenxiang Zhou + year: '2025' + doi: 10.1145/3712285.3759891 + url: https://doi.org/10.1145/3712285.3759891 + dblp_key: conf/sc/YaoLHLZZ25 + venue_name: SC + pages: 1113-1126 +- title: Classification of Three-dimensional Electron Diffraction Data with a Large + Language Model + authors: + - Kazuyuki Yasuda + - Masahito Kumagai + - Masayuki Sato 0001 + - Kazuhiko Komatsu + - Hiroaki Kobayashi + year: '2025' + doi: 10.1145/3731599.3767351 + url: https://doi.org/10.1145/3731599.3767351 + dblp_key: conf/sc/YasudaK0KK25 + venue_name: SC Workshops + pages: 96-103 +- title: Do Large Language Models Speak Scientific Workflows? + authors: + - Orcun Yildiz + - Tom Peterka + year: '2025' + doi: 10.1145/3731599.3767578 + url: https://doi.org/10.1145/3731599.3767578 + dblp_key: conf/sc/YildizP25 + venue_name: SC Workshops + pages: 2225-2233 +- title: 'RingX: Scalable Parallel Attention for Long-Context Learning on HPC' + authors: + - Junqi Yin + - Mijanur Palash + - Mallikarjun Shankar + - Feiyi Wang + year: '2025' + doi: 10.1145/3712285.3759859 + url: https://doi.org/10.1145/3712285.3759859 + dblp_key: conf/sc/YinPSW25 + venue_name: SC + pages: 1395-1408 +- title: 'TaGNN: An Efficient Topology-aware Accelerator for High-performance Dynamic + Graph Neural Network' + authors: + - Hui Yu + - Yu Zhang 0027 + - Ligang He + - Bing Peng + - Jin Zhao 0003 + - Zixiao Wang 0005 + - Hao Qi 0004 + - Hai Jin 0001 + year: '2025' + doi: 10.1145/3712285.3759818 + url: https://doi.org/10.1145/3712285.3759818 + dblp_key: conf/sc/Yu0HPZWQ025 + venue_name: SC + pages: 237-249 +- title: 'MetoHash: A Memory-Efficient and Traffic-Optimized Hashing Index on Hybrid + PMem-DRAM Memories' + authors: + - Zixiang Yu + - Guangyang Deng + - Zhirong Shen + - Qiangsheng Su + - Ronglong Wu + - Xiaoli Wang 0002 + - Quanqing Xu + - Chuanhui Yang + - Zhifeng Bao + year: '2025' + doi: 10.1145/3712285.3759776 + url: https://doi.org/10.1145/3712285.3759776 + dblp_key: conf/sc/YuDSSW0XYB25 + venue_name: SC + pages: 805-819 +- title: 'X-MoE: Enabling Scalable Training for Emerging Mixture-of-Experts Architectures + on HPC Platforms' + authors: + - Yueming Yuan + - Ahan Gupta + - Jianping Li + - Sajal Dash + - Feiyi Wang + - Minjia Zhang + year: '2025' + doi: 10.1145/3712285.3759886 + url: https://doi.org/10.1145/3712285.3759886 + dblp_key: conf/sc/YuanGLDWZ25 + venue_name: SC + pages: 1315-1331 +- title: 'DAS-ILU: A Distributed Asynchronous Parallel ILU Factorization Based on + Domain Decomposition' + authors: + - Fan Yuan + - Shengguo Li + - Xiaojian Yang + - Yunqing Huang + - Hongxia Wang + - Chuanfu Xu + - Dezun Dong + - Tiejun Li + - Jianchun Wang + - Jie Liu 0002 + year: '2025' + doi: 10.1145/3712285.3759882 + url: https://doi.org/10.1145/3712285.3759882 + dblp_key: conf/sc/YuanLYHWXDLWL25 + venue_name: SC + pages: 1845-1858 +- title: 'InferCT: An Efficient and Generalizable Framework to Enable 3D Machine Learning + for Computed Tomography' + authors: + - Austin Yunker + - Weijian Zheng + - Rajkumar Kettimuthu + year: '2025' + doi: 10.1145/3731599.3767348 + url: https://doi.org/10.1145/3731599.3767348 + dblp_key: conf/sc/YunkerZK25 + venue_name: SC Workshops + pages: 71-77 +- title: High-Performance Branch-Free Algorithms for Extended-Precision Floating-Point + Arithmetic + authors: + - David Kai Zhang + - Alex Aiken + year: '2025' + doi: 10.1145/3712285.3759876 + url: https://doi.org/10.1145/3712285.3759876 + dblp_key: conf/sc/ZhangA25 + venue_name: SC + pages: 695-710 +- title: Advancing Quantum Many-Body GW Calculations on Exascale Supercomputing Platforms + authors: + - Benran Zhang + - Daniel Weinberg + - Chih-En Hsu + - Aaron R. Altman + - Yuming Shi + - James B. White + - Derek Vigil-Fowler + - Steven G. Louie + - Jack R. Deslippe + - Felipe H. da Jornada + - Zhenglu Li + - Mauro Del Ben + year: '2025' + doi: 10.1145/3712285.3772093 + url: https://doi.org/10.1145/3712285.3772093 + dblp_key: conf/sc/ZhangWHASWVLDJL25 + venue_name: SC + pages: 48-59 +- title: 'BOER: Enhancing Resource Utilization for Deep Learning Inference with Hybrid + Spatial GPU Sharing' + authors: + - Bowen Zhang + - Yuhang Wang 0012 + - Zhuozhao Li + year: '2025' + doi: 10.1145/3712285.3759857 + url: https://doi.org/10.1145/3712285.3759857 + dblp_key: conf/sc/ZhangWL25 + venue_name: SC + pages: 519-532 +- title: 'HyTiS: Hybrid Tile Scheduling for GPU GEMM with Enhanced Wave Utilization + and Cache Locality' + authors: + - Zheng Zhang 0036 + - Hulin Wang + - Hongming Xu + - Donglin Yang + - Xiaobo Zhou 0002 + - Dazhao Cheng + year: '2025' + doi: 10.1145/3712285.3759771 + url: https://doi.org/10.1145/3712285.3759771 + dblp_key: conf/sc/ZhangWXYZC25 + venue_name: SC + pages: 1604-1618 +- title: 'KDRSolvers: Scalable, Flexible, Task-Oriented Krylov Solvers' + authors: + - David Kai Zhang + - Rohan Yadav + - Alex Aiken + - Fredrik Kjolstad + - Sean Treichler + year: '2025' + doi: 10.1145/3731599.3767501 + url: https://doi.org/10.1145/3731599.3767501 + dblp_key: conf/sc/ZhangYAKT25 + venue_name: SC Workshops + pages: 1351-1365 +- title: 'QDockBank: A dataset for Ligand Docking on Protein Fragments Predicted on + Utility-Level Quantum Computers' + authors: + - Yuqi Zhang + - Yuxin Yang 0001 + - Cheng-Chang Lu + - Weiwen Jiang + - Feixiong Cheng + - Bo Fang 0002 + - Qiang Guan + year: '2025' + doi: 10.1145/3712285.3759799 + url: https://doi.org/10.1145/3712285.3759799 + dblp_key: conf/sc/ZhangYLJC0G25 + venue_name: SC + pages: 746-761 +- title: 'RedSan: A Redundant Memory Instruction Sanitizer for GPU Programs' + authors: + - Yanbo Zhao + - Yueming Hao + - Zecheng Li 0001 + - Shuyin Jiao + - Xu Liu 0001 + - Jiajia Li 0001 + year: '2025' + doi: 10.1145/3712285.3759830 + url: https://doi.org/10.1145/3712285.3759830 + dblp_key: conf/sc/ZhaoHLJL025 + venue_name: SC + pages: 368-382 +- title: Secure In-Storage Execution of VTK Workloads on Modern Parallel NFS Data + Servers + authors: + - Qing Zheng + - Brian Atkinson + - Jason Lee 0004 + - Daoce Wang + - Gary Grider + year: '2025' + doi: 10.1145/3731599.3767510 + url: https://doi.org/10.1145/3731599.3767510 + dblp_key: conf/sc/ZhengA0WG25 + venue_name: SC Workshops + pages: 1424-1432 +- title: Minimizing Power Waste in Heterogenous Computing via Adaptive Uncore Scaling + authors: + - Zhong Zheng + - Seyfal Sultanov + - Michael E. Papka + - Zhiling Lan + year: '2025' + doi: 10.1145/3712285.3759879 + url: https://doi.org/10.1145/3712285.3759879 + dblp_key: conf/sc/ZhengSPL25 + venue_name: SC + pages: 505-518 +- title: Enabling Unstructured Sparse Fine-Tuning and Inference for Foundation Models + on Wafer-Scale Engine + authors: + - Haoyu Zheng + - Yifan Zeng + - Linghao Song + - Murali Emani + - Wenqian Dong + year: '2025' + doi: 10.1145/3731599.3767395 + url: https://doi.org/10.1145/3731599.3767395 + dblp_key: conf/sc/ZhengZSED25 + venue_name: SC Workshops + pages: 500-507 +- title: 'Make Updates Faster: A Fast Multi-Stripe Updates Framework in Erasure-Coded + Storage Clusters' + authors: + - Hai Zhou 0002 + - Dan Feng 0001 + year: '2025' + doi: 10.1145/3712285.3759806 + url: https://doi.org/10.1145/3712285.3759806 + dblp_key: conf/sc/ZhouF25 + venue_name: SC + pages: 2251-2265 +- title: An RDMA-First Object Storage System with SmartNIC Offload + authors: + - Yu Zhu + - Aditya Dhakal + - Pedro Bruel + - Gourav Rattihalli + - Yunming Xiao + - Johann Lombardi + - Dejan S. Milojicic + year: '2025' + doi: 10.1145/3731599.3767522 + url: https://doi.org/10.1145/3731599.3767522 + dblp_key: conf/sc/ZhuDBRXLM25 + venue_name: SC Workshops + pages: 1650-1657 +- title: Proceedings of the International Conference for High Performance Computing, + Networking, Storage and Analysis, SC 2025, St. Louis, MO, USA, November 16-21, + 2025 + authors: [] + year: '2025' + doi: 10.1145/3712285 + url: https://doi.org/10.1145/3712285 + dblp_key: conf/sc/2025 + venue_name: SC + pages: null +- title: Proceedings of the SC '25 Workshops of the International Conference + for High Performance Computing, Networking, Storage and Analysis, SC Workshops + 2025, St Louis, MO, USA, November 16-21, 2025 + authors: [] + year: '2025' + doi: 10.1145/3731599 + url: https://doi.org/10.1145/3731599 + dblp_key: conf/sc/2025w + venue_name: SC Workshops + pages: null diff --git a/site/data/papers/SC-2025-digest.yaml b/site/data/papers/SC-2025-digest.yaml new file mode 100644 index 0000000..961d3d1 --- /dev/null +++ b/site/data/papers/SC-2025-digest.yaml @@ -0,0 +1,235 @@ +venue: SC +year: 2025 +papers: +- title: 'Cosmological Hydrodynamics at Exascale: A Trillion-Particle Leap in Capability' + authors: + - Nicholas Frontiere + - J. D. Emberson + - Michael Buehlmann + - Esteban M. Rangel + - Salman Habib 0002 + - Katrin Heitmann + - Patricia Larsen + - Vitali A. Morozov + - Adrian Pope + - Claude-André Faucher-Giguère + - Antigoni Georgiadou + - Damien Lebrun-Grandié + - Andrey Prokopenko + reason: "Delivers the first trillion-particle cosmological hydrodynamics simulation on exascale hardware, demonstrating sustained petaflop-scale performance on a flagship scientific application." + +- title: Ab-initio Quantum Transport with the GW Approximation, 42, 240 Atoms, and Sustained Exascale Performance + authors: + - Nicolas Vetsch + - Alexander Maeder + - Vincent Maillou + - Anders Winka + - Jiang Cao + - Grzegorz Kwasniewski + - Leonard Deuschle + - Torsten Hoefler + - Alexandros Nikolaos Ziogas + - Mathieu Luisier + reason: "Achieves sustained exascale performance for first-principles quantum transport at 42,240 atoms, establishing a new scale record for the GW many-body perturbation method." + +- title: Kilometer-Scale AI-Powered and Performance-Portable Earth System Model (AP3ESM) to Achieve Year-Scale Simulation Speed on Heterogeneous Supercomputers + authors: + - Kai Xu + - Maoxue Yu + - Yuhu Chen + - Jie Gao + - Shuang Wang + - Jiaying Song + - Xiaohui Duan + - Junwei Wei + - Jiangfeng Yu + - Hailong Liu 0007 + - Jinrong Jiang + - Yi Zhang 0127 + - Pengfei Lin 0004 + - Tianyi Wang + - Pengfei Wang + - Weipeng Zheng + - Jingwei Xie + - Jiakang Zhang + - Zilu Liu + - Xiaoyu Jin + - Jilin Wei + - Qixin Chang + - Qingxia Lin + - Yanzhi Zhou + - Weiguo Liu + - Wei Xue 0003 + - Yiwen Li + - Haohuan Fu + - Yue Yu 0001 + - Xuebin Chi + - Lixin Wu + reason: "Integrates AI acceleration into a kilometer-scale climate model to reach year-scale simulation throughput, showing how ML–physics hybrid approaches can redefine climate modeling at supercomputer scale." + +- title: 'Uno: A One-Stop Solution for Inter- and Intra-Data Center Congestion Control and Reliable Connectivity' + authors: + - Tommaso Bonato + - Sepehr Abdous + - Abdul Kabbani + - Ahmad Ghalayini + - Nadeen Gebara + - Terry Lam + - Anup Agarwal + - Tiancheng Chen + - Zhuolong Yu + - Konstantin Taranov + - Mahmoud Elhaddad + - Daniele De Sensi + - Soudeh Ghorbani + - Torsten Hoefler + reason: "Proposes a unified congestion control and reliable transport architecture spanning intra- and inter-datacenter links, with strong throughput and latency results relevant to AI and HPC clusters." + +- title: 'SDR-RDMA: Software-Defined Reliability Architecture for Planetary Scale RDMA Communication' + authors: + - Mikhail Khalilov + - Siyuan Shen + - Marcin Chrapek + - Tiancheng Chen + - Kenji Nakano + - Nicola Mazzoletti + - Peter-Jan Gootzen + - Salvatore Di Girolamo + - Rami Nudelman + - Gil Bloch + - Jithin Jose + - Abdul Kabbani + - Sreevatsa Anantharamu + - Jie Zhang + - Konstantin Taranov + - Zhuolong Yu + - Scott Moe + - Mahmoud Elhaddad + - Torsten Hoefler + reason: "Introduces software-defined reliability for RDMA at global scale, decoupling reliability policies from hardware to dramatically improve fault tolerance and reconfigurability in large-scale HPC networks." + +- title: 'Bine Trees: Enhancing Collective Operations by Optimizing Communication Locality' + authors: + - Daniele De Sensi + - Saverio Pasqualoni + - Lorenzo Piarulli + - Tommaso Bonato + - Seydou Ba + - Matteo Turisini + - Jens Domke + - Torsten Hoefler + reason: "Presents bine tree topologies for MPI collective operations that exploit communication locality, yielding significant latency and bandwidth improvements over standard binomial trees on modern HPC interconnects." + +- title: 'STELLAR: Storage Tuning Engine Leveraging LLM Autonomous Reasoning for High Performance Parallel File Systems' + authors: + - Chris Egersdoerfer + - Philip H. Carns + - Shane Snyder + - Robert Ross + - Dong Dai 0001 + reason: "Demonstrates that an LLM-driven autonomous reasoning engine can tune parallel file system parameters as effectively as expert hand-tuning, opening a new direction for self-optimizing HPC storage." + +- title: 'Phoenix: A Refactored I/O Stack for GPU Direct Storage without Phony Buffers' + authors: + - Jianqin Yan + - Shi Qiu 0012 + - Yina Lv + - Yifan Hu + - Hao Chen + - Zhirong Shen + - Xin Yao + - Renhai Chen + - Jiwu Shu + - Gong Zhang 0001 + - Yiming Zhang 0003 + reason: "Redesigns the GPU direct storage I/O stack to eliminate staging buffers, achieving large bandwidth gains for GPU-to-SSD transfers critical to LLM training and scientific data workflows." + +- title: Breaking the System Noise Barrier at Exascale + authors: + - Edgar A. León + - Joseph Glenski + - Mark J. Stock + - Kim H. McMahon + - William Loewe + - Clark Snyder + - Larry Kaplan + - Srinath Vadlamani + - Timothy I. Mattox + - Trent D'Hooge + - Brian Behlendorf + - Nathan Hanford + - Ramesh Pankajakshan + - Matthew L. Leininger + reason: "Provides a rigorous characterization and mitigation of OS and hardware noise at exascale, demonstrating measurable improvements in collective communication performance on a real production system." + +- title: 'Story of Two GPUs: Characterizing the Resilience of Hopper H100 and Ampere A100 GPUs' + authors: + - Shengkun Cui + - Archit Patke + - Hung Nguyen + - Aditya Ranjan + - Ziheng Chen 0006 + - Phuong Cao + - Gregory H. Bauer + - Brett M. Bode + - Catello Di Martino + - Saurabh Jha + - Chandra Narayanaswami + - Daby Sow + - Zbigniew T. Kalbarczyk + - Ravishankar K. Iyer + reason: "Delivers the first detailed side-by-side hardware fault-injection study of H100 and A100 GPUs, revealing how architecture changes in Hopper alter error propagation and resilience for HPC and AI workloads." + +- title: Exploring and Mitigating Failure Behavior of Large Language Model Training Workloads in HPC Systems + authors: + - Pengfei Yu 0002 + - Jingjing Gu + - Hao Han + - Dazhong Shen + - Bao Wen + - Yang Liu 0390 + reason: "Characterizes real-world failure modes of large-scale LLM training on HPC clusters and proposes targeted mitigation strategies, providing essential reliability insights for AI infrastructure operators." + +- title: 'XaaS Containers: Performance-Portable Representation With Source and IR Containers' + authors: + - Marcin Copik + - Eiman Alnuaimi + - Alok Kamatar + - Valérie Hayot-Sasson + - Alberto Madonna + - Todd Gamblin + - Kyle Chard + - Ian T. Foster + - Torsten Hoefler + reason: "Proposes source- and IR-level HPC containers that enable performance portability across heterogeneous architectures without recompilation, addressing a key deployment challenge for reproducible HPC software." + +- title: 'cMPI: Using CXL Memory Sharing for MPI One-Sided and Two-Sided Inter-Node Communications' + authors: + - Xi Wang 0027 + - Bin Ma + - Jongryool Kim + - Byungil Koh + - Hoshik Kim + - Dong Li 0001 + reason: "Exploits CXL memory semantics to implement MPI communication primitives with dramatically reduced software overhead, demonstrating a promising path for memory-centric supercomputer interconnects." + +- title: 'X-MoE: Enabling Scalable Training for Emerging Mixture-of-Experts Architectures on HPC Platforms' + authors: + - Yueming Yuan + - Ahan Gupta + - Jianping Li + - Sajal Dash + - Feiyi Wang + - Minjia Zhang + reason: "Addresses the communication and load-balance bottlenecks of sparse Mixture-of-Experts training at scale, achieving efficient utilization of large GPU clusters for next-generation LLM workloads." + +- title: Benchmark-driven Models for Energy Analysis and Attribution of GPU-Accelerated Supercomputing + authors: + - Oscar Antepara + - Zhengji Zhao + - Brian Austin + - Nan Ding 0006 + - Leonid Oliker + - Nicholas J. Wright + - Samuel Williams 0001 + reason: "Develops fine-grained benchmark-driven energy models for GPU supercomputers that attribute power consumption to individual components and workloads, enabling principled energy optimization at the facility level." diff --git a/site/data/papers/SEC-2024-candidates.yaml b/site/data/papers/SEC-2024-candidates.yaml new file mode 100644 index 0000000..6e73588 --- /dev/null +++ b/site/data/papers/SEC-2024-candidates.yaml @@ -0,0 +1,803 @@ +venue: SEC +year: 2024 +source: dblp +count: 66 +papers: +- title: Performance Analysis of Lightweight Container Orchestration Platforms for + Edge-Based IoT Applications + authors: + - Muhammad Usman 0012 + - Simone Ferlin + - Anna Brunström + year: '2024' + doi: 10.1109/SEC62691.2024.00032 + url: https://doi.org/10.1109/SEC62691.2024.00032 + dblp_key: conf/ieeesec/0012FB24 + venue_name: SEC + pages: 321-332 +- title: 'Poster: Reliable 3D Reconstruction for Ad-Hoc Edge Implementations' + authors: + - Md. Nurul Absur + - Swastik Brahma + - Saptarshi Debroy + year: '2024' + doi: 10.1109/SEC62691.2024.00072 + url: https://doi.org/10.1109/SEC62691.2024.00072 + dblp_key: conf/ieeesec/AbsurBD24 + venue_name: SEC + pages: 539-541 +- title: 'CroMA: Enhancing Fault-Resilience of Machine Learning-Coupled IoT Applications' + authors: + - Yousef AlShehri + - Lakshmish Ramaswamy + year: '2024' + doi: 10.1109/SEC62691.2024.00013 + url: https://doi.org/10.1109/SEC62691.2024.00013 + dblp_key: conf/ieeesec/AlShehriR24 + venue_name: SEC + pages: 59-70 +- title: 'Poster: Lagrange-Based Optimized Forwarding Strategy for Information-Centric + Vehicular Networks' + authors: + - Muhammad Nadeem Ali + - Muhammad Imran 0024 + - Ihsan Ullah + - Gökhan Seçinti + - Byung-Seo Kim + year: '2024' + doi: 10.1109/SEC62691.2024.00070 + url: https://doi.org/10.1109/SEC62691.2024.00070 + dblp_key: conf/ieeesec/Ali0USK24 + venue_name: SEC + pages: 533-535 +- title: Detection and Classification of High Energy Cosmic Rays Using TinyML + authors: + - Moez Altayeb + - Marco Zennaro + year: '2024' + doi: 10.1109/SEC62691.2024.00048 + url: https://doi.org/10.1109/SEC62691.2024.00048 + dblp_key: conf/ieeesec/AltayebZ24 + venue_name: SEC + pages: 431-436 +- title: Effects of Geohashing and K-Means Clustering on Uniqueness in a Mobility + Dataset + authors: + - Andrea Artioli + - Luca Bedogni + - Mauro Andreolini + year: '2024' + doi: 10.1109/SEC62691.2024.00042 + url: https://doi.org/10.1109/SEC62691.2024.00042 + dblp_key: conf/ieeesec/ArtioliBA24 + venue_name: SEC + pages: 389-394 +- title: 'Meunik: Rethinking Virtual Machine Memory Resource Management for Unikernel-Based + VMs' + authors: + - Yongshu Bai + - Xin Zhang + - Yifan Zhang 0002 + year: '2024' + doi: 10.1109/SEC62691.2024.00030 + url: https://doi.org/10.1109/SEC62691.2024.00030 + dblp_key: conf/ieeesec/BaiZZ24 + venue_name: SEC + pages: 292-305 +- title: The OODA Loop of Cloudlet-Based Autonomous Drones + authors: + - Mihir Bala + - Aditya Chanana + - Xiangliang Chen + - Qifei Dong + - Thomas Eiszler + - Jingao Xu + - Padmanabhan Pillai + - Mahadev Satyanarayanan + year: '2024' + doi: 10.1109/SEC62691.2024.00022 + url: https://doi.org/10.1109/SEC62691.2024.00022 + dblp_key: conf/ieeesec/BalaCCDEXPS24 + venue_name: SEC + pages: 178-190 +- title: 'SecFePAS: Secure Facial-Expression-Based Pain Assessment with Deep Learning + at the Edge' + authors: + - Kanwal Batool + - Saleem Anwar + - Zoltán Ádám Mann + year: '2024' + doi: 10.1109/SEC62691.2024.00046 + url: https://doi.org/10.1109/SEC62691.2024.00046 + dblp_key: conf/ieeesec/BatoolAM24 + venue_name: SEC + pages: 417-424 +- title: 'Smart Split: Leveraging TinyML and Split Computing for Efficient Edge AI' + authors: + - Fabio Bove + - Luca Bedogni + year: '2024' + doi: 10.1109/SEC62691.2024.00052 + url: https://doi.org/10.1109/SEC62691.2024.00052 + dblp_key: conf/ieeesec/BoveB24 + venue_name: SEC + pages: 456-460 +- title: Where is the Testbed for My Federated Learning Research? + authors: + - Janez Bozic + - Amândio R. Faustino + - Boris Radovic + - Marco Canini + - Veljko Pejovic + year: '2024' + doi: 10.1109/SEC62691.2024.00027 + url: https://doi.org/10.1109/SEC62691.2024.00027 + dblp_key: conf/ieeesec/BozicFRCP24 + venue_name: SEC + pages: 249-264 +- title: 'Smart Mobility Applications Supported by Non-Terrestrial Networks: Addressing + the Need for Low Per-Packet Delays' + authors: + - Armir Bujari + - Mirko Franco + - Salah Eddine Merzougui + - Claudio E. Palazzi + - Lasse B. Schmidt + year: '2024' + doi: 10.1109/SEC62691.2024.00036 + url: https://doi.org/10.1109/SEC62691.2024.00036 + dblp_key: conf/ieeesec/BujariFMPS24 + venue_name: SEC + pages: 352-357 +- title: 'Demo: End-to-End Service Quality Manager for Edge Computing' + authors: + - Jaime Sebastian Burbano + - Eldiyar Zhantileuov + - Mohammad Amin Salimi + - Rolf Schuster + year: '2024' + doi: 10.1109/SEC62691.2024.00059 + url: https://doi.org/10.1109/SEC62691.2024.00059 + dblp_key: conf/ieeesec/BurbanoZSS24 + venue_name: SEC + pages: 505-507 +- title: Integrating Smart Traffic Lights for Enhanced Urban Air Quality in Smart + Cities + authors: + - Giacomo Cabri + - Denny Ciccia + - Manuela Montangero + - Filippo Muzzini + year: '2024' + doi: 10.1109/SEC62691.2024.00037 + url: https://doi.org/10.1109/SEC62691.2024.00037 + dblp_key: conf/ieeesec/CabriCMM24 + venue_name: SEC + pages: 358-363 +- title: 'FedSLO: Towards SLO Guarantee for Federated Computing' + authors: + - Hao Che + - Todd Rosenkrantz + - Xiaoyan Shen + - Hong Jiang 0001 + - Zhijun Wang 0001 + year: '2024' + doi: 10.1109/SEC62691.2024.00058 + url: https://doi.org/10.1109/SEC62691.2024.00058 + dblp_key: conf/ieeesec/CheRS0024 + venue_name: SEC + pages: 498-504 +- title: 'TA-ASF: Attention-Sensitive Token Sampling and Fusing for Visual Transformer + Models on the Edge' + authors: + - Junquan Chen + - Xingzhou Zhang + - Wei Zhou 0011 + - Weisong Shi + year: '2024' + doi: 10.1109/SEC62691.2024.00018 + url: https://doi.org/10.1109/SEC62691.2024.00018 + dblp_key: conf/ieeesec/ChenZ0S24 + venue_name: SEC + pages: 123-134 +- title: Edge-Aware Dual Branch Network for Nucleus Instance Segmentation + authors: + - Junzhou Chen 0002 + - Yanfu Zhang + - Sidi Lu + year: '2024' + doi: 10.1109/SEC62691.2024.00057 + url: https://doi.org/10.1109/SEC62691.2024.00057 + dblp_key: conf/ieeesec/ChenZL24 + venue_name: SEC + pages: 490-497 +- title: Adaptive Frame-Aware Network for Driver Monitoring Systems + authors: + - Khaled Chikh + - Roberto Cavicchioli + year: '2024' + doi: 10.1109/SEC62691.2024.00035 + url: https://doi.org/10.1109/SEC62691.2024.00035 + dblp_key: conf/ieeesec/ChikhC24 + venue_name: SEC + pages: 346-351 +- title: 'DiCE-M: Distributed Code Generation and Execution for Marine Applications + - An Edge-Cloud Approach' + authors: + - Giuseppe Coviello + - Kunal Rao + - Gennaro Mellone + - Ciro Giuseppe De Vita + - Srimat Chakradhar + year: '2024' + doi: 10.1109/SEC62691.2024.00054 + url: https://doi.org/10.1109/SEC62691.2024.00054 + dblp_key: conf/ieeesec/CovielloRMVC24 + venue_name: SEC + pages: 468-475 +- title: 'VideoJam: Self-Balancing Architecture for Live Video Analytics' + authors: + - Youssouph Faye + - Francescomaria Faticanti + - Shubham Jain 0003 + - Francesco Bronzino + year: '2024' + doi: 10.1109/SEC62691.2024.00020 + url: https://doi.org/10.1109/SEC62691.2024.00020 + dblp_key: conf/ieeesec/FayeFJB24 + venue_name: SEC + pages: 149-163 +- title: 'Demo: Edge Federated Learning over a LoRa Mesh Network' + authors: + - Nil Llisterri Giménez + - Felix Freitag + - Leandro Navarro 0001 + - Mennan Selimi + year: '2024' + doi: 10.1109/SEC62691.2024.00061 + url: https://doi.org/10.1109/SEC62691.2024.00061 + dblp_key: conf/ieeesec/GimenezF0S24 + venue_name: SEC + pages: 510-511 +- title: 'Demo: Backdoor Through the Front Door: Demonstrating Security Flaws in the + Eufy Ecosystem' + authors: + - Victor Goeman + - Tom Cordemans + - Dairo de Ruck + - Jorn Lapon + - Vincent Naessens + year: '2024' + doi: 10.1109/SEC62691.2024.00060 + url: https://doi.org/10.1109/SEC62691.2024.00060 + dblp_key: conf/ieeesec/GoemanCRLN24 + venue_name: SEC + pages: 508-509 +- title: 'On Tiny Feature Engineering: Towards an Embedded EMG-Based Hand Gesture + Recognition Model' + authors: + - Andres D. Gomez-Bautista + - Diego Mendez 0001 + - Catalina Alvarado-Rojas + - Iván Fernando Mondragón + - Julián D. Colorado + year: '2024' + doi: 10.1109/SEC62691.2024.00049 + url: https://doi.org/10.1109/SEC62691.2024.00049 + dblp_key: conf/ieeesec/Gomez-Bautista024 + venue_name: SEC + pages: 437-442 +- title: 'EdgeCore: Resource Dependency-Aware Multi-Tenant Orchestration for Mobile + Edge Clouds' + authors: + - Amran Haroon + - Liuyi Jin + - Radu Stoleru + - Maxwell Maurice + - Roger Blalock 0001 + year: '2024' + doi: 10.1109/SEC62691.2024.00009 + url: https://doi.org/10.1109/SEC62691.2024.00009 + dblp_key: conf/ieeesec/HaroonJSM024 + venue_name: SEC + pages: 1-14 +- title: Elastic Execution of Multi-Tenant DNNs on Heterogeneous Edge MPSoCs + authors: + - Soroush Heidari + - Mehdi Ghasemi 0003 + - Young Geun Kim 0001 + - Carole-Jean Wu + - Sarma B. K. Vrudhula + year: '2024' + doi: 10.1109/SEC62691.2024.00029 + url: https://doi.org/10.1109/SEC62691.2024.00029 + dblp_key: conf/ieeesec/Heidari0KWV24 + venue_name: SEC + pages: 279-291 +- title: Are We There Yet? - Use Cases and Requirements for the Industrial Metaverse + authors: + - Florian Heimann + - Oliver Wetter + - Philip Wette + year: '2024' + doi: 10.1109/SEC62691.2024.00044 + url: https://doi.org/10.1109/SEC62691.2024.00044 + dblp_key: conf/ieeesec/HeimannWW24 + venue_name: SEC + pages: 402-409 +- title: 'Poster: Adapting XR Perception Serving for Edge Server Scalability' + authors: + - Jin Heo + - Ada Gavrilovska + year: '2024' + doi: 10.1109/SEC62691.2024.00064 + url: https://doi.org/10.1109/SEC62691.2024.00064 + dblp_key: conf/ieeesec/HeoG24 + venue_name: SEC + pages: 518-520 +- title: 'GT-Craft: A Framework for Fast Prototyping Geospatial-Based Digital Twins + in Unity 3D' + authors: + - Jin Heo + - Thomas David Novlan + - Salam Akoum + - Ada Gavrilovska + year: '2024' + doi: 10.1109/SEC62691.2024.00043 + url: https://doi.org/10.1109/SEC62691.2024.00043 + dblp_key: conf/ieeesec/HeoNAG24 + venue_name: SEC + pages: 395-401 +- title: An Analysis of Network Overhead in Distributed TinyML + authors: + - Ket Hollingsworth + - Sean Nian + - Alan Gutierrez + - Arthi Padmanabhan + year: '2024' + doi: 10.1109/SEC62691.2024.00051 + url: https://doi.org/10.1109/SEC62691.2024.00051 + dblp_key: conf/ieeesec/HollingsworthNG24 + venue_name: SEC + pages: 449-455 +- title: 'Colibri: Efficient Collection of Fine-Grained Resource Metrics Necessary + for Mobile Edge Computing' + authors: + - Ke-Jou Hsu + - Ketan Bhardwaj + - Ada Gavrilovska + year: '2024' + doi: 10.1109/SEC62691.2024.00011 + url: https://doi.org/10.1109/SEC62691.2024.00011 + dblp_key: conf/ieeesec/HsuBG24 + venue_name: SEC + pages: 29-44 +- title: Low-Energy On-Device Personalization for MCUs + authors: + - Yushan Huang + - Ranya Aloufi + - Xavier F. Cadet + - Yuchen Zhao + - Payam M. Barnaghi + - Hamed Haddadi + year: '2024' + doi: 10.1109/SEC62691.2024.00012 + url: https://doi.org/10.1109/SEC62691.2024.00012 + dblp_key: conf/ieeesec/HuangACZBH24 + venue_name: SEC + pages: 45-58 +- title: 'Seer: A Framework for Optimizing Traffic Camera Placement and Deep Learning + Inference at the Edge for Vehicle Path Reconstruction' + authors: + - Siddhant Jain + - Kunal Jain + - Arun Ravindran + - Suresh Purini + year: '2024' + doi: 10.1109/SEC62691.2024.00033 + url: https://doi.org/10.1109/SEC62691.2024.00033 + dblp_key: conf/ieeesec/JainJRP24 + venue_name: SEC + pages: 333-345 +- title: 'Poster: Multimodal Data Analytics and Machine Learning for Software-Defined + Vehicles' + authors: + - Benjamin Kämä + - Ella Peltonen + year: '2024' + doi: 10.1109/SEC62691.2024.00074 + url: https://doi.org/10.1109/SEC62691.2024.00074 + dblp_key: conf/ieeesec/KamaP24 + venue_name: SEC + pages: 545-547 +- title: Developing a Self-Explanatory Transformer + authors: + - Rasha Karakchi + - Ryan Karbowniczak + year: '2024' + doi: 10.1109/SEC62691.2024.00066 + url: https://doi.org/10.1109/SEC62691.2024.00066 + dblp_key: conf/ieeesec/KarakchiK24 + venue_name: SEC + pages: 523-525 +- title: 'Poster: Energy-Aware Partitioning for Edge AI' + authors: + - Dewant Katare + - Mengying Zhou + - Yang Chen 0001 + - Marijn Janssen + - Aaron Yi Ding + year: '2024' + doi: 10.1109/SEC62691.2024.00067 + url: https://doi.org/10.1109/SEC62691.2024.00067 + dblp_key: conf/ieeesec/KatareZ0JD24 + venue_name: SEC + pages: 526-527 +- title: 'Camera: Churn-Tolerant Mutual Exclusion for the Edge' + authors: + - Aman Khinvasara + - Indranil Gupta + year: '2024' + doi: 10.1109/SEC62691.2024.00014 + url: https://doi.org/10.1109/SEC62691.2024.00014 + dblp_key: conf/ieeesec/KhinvasaraG24 + venue_name: SEC + pages: 71-83 +- title: Characterizing and Modeling AI-Driven Animal Ecology Studies at the Edge + authors: + - Jenna Kline + - Austin O'Quinn + - Tanya Y. Berger-Wolf + - Christopher Stewart + year: '2024' + doi: 10.1109/SEC62691.2024.00025 + url: https://doi.org/10.1109/SEC62691.2024.00025 + dblp_key: conf/ieeesec/KlineOBS24 + venue_name: SEC + pages: 220-233 +- title: 'Hierarchical Inference at the Edge: A Batch Processing Approach' + authors: + - Afroditi Letsioue + - Vishnu Narayanan Moothedath + - Adarsh Prasad Behera + - Jaya Prakash Champatie + - James Gross + year: '2024' + doi: 10.1109/SEC62691.2024.00055 + url: https://doi.org/10.1109/SEC62691.2024.00055 + dblp_key: conf/ieeesec/LetsioueMBCG24 + venue_name: SEC + pages: 476-482 +- title: 'Poster: Clipped Quantization and Huffman Coding for Efficient Secure Transfer + in Federated Learning' + authors: + - Seung-Ho Lim + - Min Choi + - Ki-Woong Park + year: '2024' + doi: 10.1109/SEC62691.2024.00065 + url: https://doi.org/10.1109/SEC62691.2024.00065 + dblp_key: conf/ieeesec/LimCP24 + venue_name: SEC + pages: 521-522 +- title: 'Poster: Robust Edge-Based Detection of Bot Attacks Through Federated Learning' + authors: + - Javier Martínez Llamas + - Davy Preuveneers + - Wouter Joosen + year: '2024' + doi: 10.1109/SEC62691.2024.00073 + url: https://doi.org/10.1109/SEC62691.2024.00073 + dblp_key: conf/ieeesec/LlamasPJ24 + venue_name: SEC + pages: 542-544 +- title: An Efficient Data Transmission Framework for Connected Vehicles + authors: + - Yichen Luo + - Yongtao Yao + - Junzhou Chen 0002 + - Sidi Lu + - Weisong Shi + year: '2024' + doi: 10.1109/SEC62691.2024.00031 + url: https://doi.org/10.1109/SEC62691.2024.00031 + dblp_key: conf/ieeesec/LuoYCLS24 + venue_name: SEC + pages: 306-320 +- title: 'Falcon: Live Reconfiguration for Stateful Stream Processing on the Edge' + authors: + - Pritish Mishra + - Nelson Bore + - Brian Ramprasad + - Myles Thiessen + - Moshe Gabel + - Alexandre Da Silva Veith + - Oana Balmau + - Eyal de Lara + year: '2024' + doi: 10.1109/SEC62691.2024.00026 + url: https://doi.org/10.1109/SEC62691.2024.00026 + dblp_key: conf/ieeesec/MishraBRTGVBL24 + venue_name: SEC + pages: 234-248 +- title: Accurate and Ubiquitous Floor Identification at the Edge using a Single Cell + Tower + authors: + - Sherif Mostafa + - Moustafa Youssef 0001 + - Khaled A. Harras + year: '2024' + doi: 10.1109/SEC62691.2024.00024 + url: https://doi.org/10.1109/SEC62691.2024.00024 + dblp_key: conf/ieeesec/Mostafa0H24 + venue_name: SEC + pages: 206-219 +- title: 'Demo: Emulation Platform to Build Digital Twins of Edge Computing Environments' + authors: + - Urwah Muslim + - Stephan Recker + year: '2024' + doi: 10.1109/SEC62691.2024.00062 + url: https://doi.org/10.1109/SEC62691.2024.00062 + dblp_key: conf/ieeesec/MuslimR24 + venue_name: SEC + pages: 512-514 +- title: 'Poster: Feasibility of Runtime-Neutral Wasm Instrumentation for Edge-Cloud + Workload Handover' + authors: + - Yuki Nakata + - Katsuya Matsubara + year: '2024' + doi: 10.1109/SEC62691.2024.00068 + url: https://doi.org/10.1109/SEC62691.2024.00068 + dblp_key: conf/ieeesec/NakataM24 + venue_name: SEC + pages: 528-530 +- title: 'Smart Path Planner: Enhancing Personalized Navigation and Environmental + Awareness' + authors: + - Rini Apriyanti Purba + - Neri Riccardo + - Luca Bedogni + year: '2024' + doi: 10.1109/SEC62691.2024.00039 + url: https://doi.org/10.1109/SEC62691.2024.00039 + dblp_key: conf/ieeesec/PurbaRB24 + venue_name: SEC + pages: 370-375 +- title: 'HyperDrive: Scheduling Serverless Functions in the Edge-Cloud-Space 3D Continuum' + authors: + - Thomas W. Pusztai + - Cynthia Marcelino + - Stefan Nastic + year: '2024' + doi: 10.1109/SEC62691.2024.00028 + url: https://doi.org/10.1109/SEC62691.2024.00028 + dblp_key: conf/ieeesec/PusztaiMN24 + venue_name: SEC + pages: 265-278 +- title: Optimizing Edge Offloading Decisions for Object Detection + authors: + - Jiaming Qiu + - Ruiqi Wang + - Brooks Hu + - Roch Guérin + - Chenyang Lu 0001 + year: '2024' + doi: 10.1109/SEC62691.2024.00021 + url: https://doi.org/10.1109/SEC62691.2024.00021 + dblp_key: conf/ieeesec/QiuWHG024 + venue_name: SEC + pages: 164-177 +- title: 'EcoEdgeInfer: Dynamically Optimizing Latency and Sustainability for Inference + on Edge Devices' + authors: + - Sri Pramodh Rachuri + - Nazeer Shaik + - Mehul Choksi + - Anshul Gandhi + year: '2024' + doi: 10.1109/SEC62691.2024.00023 + url: https://doi.org/10.1109/SEC62691.2024.00023 + dblp_key: conf/ieeesec/RachuriSCG24 + venue_name: SEC + pages: 191-205 +- title: 'Righteous: Automatic Right-Sizing for Complex Edge Deployments' + authors: + - Aniruddha Rakshit + - Salil Reddy + - Rajiv Ramnath + - Anish Arora + - Jayson Boubin + year: '2024' + doi: 10.1109/SEC62691.2024.00010 + url: https://doi.org/10.1109/SEC62691.2024.00010 + dblp_key: conf/ieeesec/RakshitRRAB24 + venue_name: SEC + pages: 15-28 +- title: Exploring Human and Artificial Attention Mechanisms in Driving Scenarios + authors: + - Martin Rechberger + - Daniel Kraus + - Peter Priller + - Olga Saukh + year: '2024' + doi: 10.1109/SEC62691.2024.00038 + url: https://doi.org/10.1109/SEC62691.2024.00038 + dblp_key: conf/ieeesec/RechbergerKPS24 + venue_name: SEC + pages: 364-369 +- title: Towards a Distributed Data Mesh Model for the IoT-Edge-Cloud Continuum in + Smart Cities + authors: + - Enrico Rossini + - Nicola Bicocchi + - Natalia Selini Hadjidimitriou + - Marcello Pietri + - Marco Picone + - Marco Mamei + year: '2024' + doi: 10.1109/SEC62691.2024.00041 + url: https://doi.org/10.1109/SEC62691.2024.00041 + dblp_key: conf/ieeesec/RossiniBHPPM24 + venue_name: SEC + pages: 383-388 +- title: 'Tiny, Distributed, and Eco-Optimized: Proposal of Design Guidelines for + Environmentally Friendly ML Devices' + authors: + - David J. Cuartielles Ruiz + - Attila Géczy + - Vincent Grennerat + - Pascal Xavier + year: '2024' + doi: 10.1109/SEC62691.2024.00050 + url: https://doi.org/10.1109/SEC62691.2024.00050 + dblp_key: conf/ieeesec/RuizGGX24 + venue_name: SEC + pages: 443-448 +- title: Enabling Accurate and Timely Prognostics for Aircraft Turbofan Engines + authors: + - Philippa Scroggins + - Sidi Lu + year: '2024' + doi: 10.1109/SEC62691.2024.00040 + url: https://doi.org/10.1109/SEC62691.2024.00040 + dblp_key: conf/ieeesec/ScrogginsL24 + venue_name: SEC + pages: 376-382 +- title: An Accurate and Efficient Clustered Federated Learning for Mobile Edge Devices + authors: + - Sudipta Saha Shubha + - Haiying Shen + year: '2024' + doi: 10.1109/SEC62691.2024.00017 + url: https://doi.org/10.1109/SEC62691.2024.00017 + dblp_key: conf/ieeesec/ShubhaS24 + venue_name: SEC + pages: 110-122 +- title: 'OVIDA: Orchestrator for Video Analytics on Disaggregated Architecture' + authors: + - Manavjeet Singh + - Sri Pramodh Rachuri + - Bryan Bo Cao + - Abhinav Sharma + - Venkata Bhumireddy + - Francesco Bronzino + - Samir R. Das + - Anshul Gandhi + - Shubham Jain 0003 + year: '2024' + doi: 10.1109/SEC62691.2024.00019 + url: https://doi.org/10.1109/SEC62691.2024.00019 + dblp_key: conf/ieeesec/SinghRCSBBDGJ24 + venue_name: SEC + pages: 135-148 +- title: A Comparison Between Classical and Quantum Machine Learning for Mobile App + Traffic Classification + authors: + - Vincenzo Spadari + - Idio Guarino + - Domenico Ciuonzo + - Antonio Pescapè + year: '2024' + doi: 10.1109/SEC62691.2024.00053 + url: https://doi.org/10.1109/SEC62691.2024.00053 + dblp_key: conf/ieeesec/SpadariGCP24 + venue_name: SEC + pages: 461-467 +- title: Stress-Testing USB Accelerators for Efficient Edge Inference + authors: + - Alexander Van Der Staay + - Raphael Fischer 0001 + - Sebastian Buschjäger + year: '2024' + doi: 10.1109/SEC62691.2024.00015 + url: https://doi.org/10.1109/SEC62691.2024.00015 + dblp_key: conf/ieeesec/Staay0B24 + venue_name: SEC + pages: 1-14 +- title: 'Beyond Federated Learning: Survival-Critical Machine Learning' + authors: + - Eric Sturzinger + - Mahadev Satyanarayanan + year: '2024' + doi: 10.1109/SEC62691.2024.00056 + url: https://doi.org/10.1109/SEC62691.2024.00056 + dblp_key: conf/ieeesec/SturzingerS24 + venue_name: SEC + pages: 483-489 +- title: 'FusedInf: Efficient Swapping of DNN Models for On-Demand Serverless Inference + Services on the Edge' + authors: + - Sifat Ut Taki + - Arthi Padmanabhan + - Spyridon Mastorakis + year: '2024' + doi: 10.1109/SEC62691.2024.00016 + url: https://doi.org/10.1109/SEC62691.2024.00016 + dblp_key: conf/ieeesec/TakiPM24 + venue_name: SEC + pages: 98-109 +- title: 'Poster: Implementing Data Reduction at the Middle Point on the Computing + Continuum' + authors: + - Yusuke Tanimura + year: '2024' + doi: 10.1109/SEC62691.2024.00069 + url: https://doi.org/10.1109/SEC62691.2024.00069 + dblp_key: conf/ieeesec/Tanimura24 + venue_name: SEC + pages: 531-532 +- title: 'Demo: Spiderweb - Reliability of AI on the Edge, Effects of Hardware Disturbances + on Machine Learning Software' + authors: + - Jens Vankeirsbilck + - Jeroen Boydens + year: '2024' + doi: 10.1109/SEC62691.2024.00063 + url: https://doi.org/10.1109/SEC62691.2024.00063 + dblp_key: conf/ieeesec/VankeirsbilckB24 + venue_name: SEC + pages: 515-517 +- title: 'Poster: LiDAR Utilisation for Enhanced Vehicle Capabilities' + authors: + - Aleksi Vuorinen + - Ella Peltonen + year: '2024' + doi: 10.1109/SEC62691.2024.00071 + url: https://doi.org/10.1109/SEC62691.2024.00071 + dblp_key: conf/ieeesec/VuorinenP24 + venue_name: SEC + pages: 536-538 +- title: Intent-Driven Data Falsification Attack on Collaborative IoT-Edge Environments + authors: + - Shima Yousefi + - Shameek Bhattacharjee + - Saptarshi Debroy + year: '2024' + doi: 10.1109/SEC62691.2024.00047 + url: https://doi.org/10.1109/SEC62691.2024.00047 + dblp_key: conf/ieeesec/YousefiBD24 + venue_name: SEC + pages: 425-430 +- title: Privacy Protection in WiFi Sensing via CSI Fuzzing + authors: + - Tianyang Zhang + - Bozhong Yu + - Yaxiong Xie + - Huanle Zhang + year: '2024' + doi: 10.1109/SEC62691.2024.00045 + url: https://doi.org/10.1109/SEC62691.2024.00045 + dblp_key: conf/ieeesec/ZhangYXZ24 + venue_name: SEC + pages: 410-416 +- title: IEEE/ACM Symposium on Edge Computing, SEC 2024, Rome, Italy, December 4-7, + 2024 + authors: [] + year: '2024' + doi: 10.1109/SEC62691.2024 + url: https://doi.org/10.1109/SEC62691.2024 + dblp_key: conf/ieeesec/2024 + venue_name: SEC + pages: null diff --git a/site/data/papers/SEC-2024-digest.yaml b/site/data/papers/SEC-2024-digest.yaml new file mode 100644 index 0000000..4bfa176 --- /dev/null +++ b/site/data/papers/SEC-2024-digest.yaml @@ -0,0 +1,56 @@ +venue: SEC +year: 2024 +papers: +- title: 'EdgeCore: Resource Dependency-Aware Multi-Tenant Orchestration for Mobile + Edge Clouds' + authors: + - Amran Haroon + reason: "Introduces a multi-tenant edge orchestration system that captures resource dependencies across co-located workloads, demonstrating significant improvements in task completion latency and resource utilization." +- title: 'Righteous: Automatic Right-Sizing for Complex Edge Deployments' + authors: + - Aniruddha Rakshit + reason: "Presents an automated right-sizing framework for edge deployments that dynamically adjusts resource allocations to match workload demands without manual intervention." +- title: 'Colibri: Efficient Collection of Fine-Grained Resource Metrics Necessary + for Mobile Edge Computing' + authors: + - Ke-Jou Hsu + reason: "Proposes a low-overhead monitoring system for collecting fine-grained resource metrics at the edge, enabling more accurate profiling for MEC scheduling decisions." +- title: 'HyperDrive: Scheduling Serverless Functions in the Edge-Cloud-Space 3D Continuum' + authors: + - Thomas W. Pusztai + reason: "Extends serverless scheduling across a three-dimensional edge-cloud-space continuum, addressing latency and resource constraints introduced by satellite and terrestrial tiers." +- title: 'Falcon: Live Reconfiguration for Stateful Stream Processing on the Edge' + authors: + - Pritish Mishra + reason: "Enables live, low-disruption reconfiguration of stateful stream processing pipelines at the edge, minimizing downtime during topology changes." +- title: 'FusedInf: Efficient Swapping of DNN Models for On-Demand Serverless Inference + Services on the Edge' + authors: + - Sifat Ut Taki + reason: "Reduces cold-start latency for serverless DNN inference at the edge by fusing model loading with active inference through selective layer swapping." +- title: 'EcoEdgeInfer: Dynamically Optimizing Latency and Sustainability for Inference + on Edge Devices' + authors: + - Sri Pramodh Rachuri + reason: "Co-optimizes inference latency and energy sustainability on edge devices by dynamically trading off accuracy and hardware utilization under carbon-aware constraints." +- title: Elastic Execution of Multi-Tenant DNNs on Heterogeneous Edge MPSoCs + authors: + - Soroush Heidari + reason: "Demonstrates elastic, interference-aware co-execution of multiple DNNs across heterogeneous processing elements in edge MPSoCs to maximize throughput and fairness." +- title: Optimizing Edge Offloading Decisions for Object Detection + authors: + - Jiaming Qiu + reason: "Formulates and solves an online offloading decision problem for object detection that jointly minimizes latency and energy consumption under variable network conditions." +- title: 'VideoJam: Self-Balancing Architecture for Live Video Analytics' + authors: + - Youssouph Faye + reason: "Proposes a self-balancing edge architecture for live video analytics that dynamically redistributes pipeline stages to prevent bottlenecks under fluctuating camera workloads." +- title: 'OVIDA: Orchestrator for Video Analytics on Disaggregated Architecture' + authors: + - Manavjeet Singh + reason: "Designs an orchestration layer for disaggregated edge hardware that places and migrates video analytics microservices to exploit spatial locality and heterogeneous accelerators." +- title: 'TA-ASF: Attention-Sensitive Token Sampling and Fusing for Visual Transformer + Models on the Edge' + authors: + - Junquan Chen + reason: "Accelerates Vision Transformer inference at the edge by pruning and fusing attention tokens based on saliency, achieving accuracy-efficiency trade-offs suitable for resource-constrained devices." diff --git a/site/data/papers/SEC-2025-candidates.yaml b/site/data/papers/SEC-2025-candidates.yaml new file mode 100644 index 0000000..1565af4 --- /dev/null +++ b/site/data/papers/SEC-2025-candidates.yaml @@ -0,0 +1,1071 @@ +venue: SEC +year: 2025 +source: dblp +count: 82 +papers: +- title: mmWave Testbed for Data Collection and Model Sharing in Contactless Concentration + Monitoring System + authors: + - Xiaonan Guo 0003 + - Yuan Ge + - Yi Wei + - Wenrui Zhao + - Yucheng Xie + - Yan Wang 0003 + - Jerry Cheng + - Yingying Chen 0001 + year: '2025' + doi: 10.1145/3769102.3774706 + url: https://doi.org/10.1145/3769102.3774706 + dblp_key: conf/ieeesec/0003GWZX0C025 + venue_name: SEC + pages: 56:1-56:2 +- title: 'eFlight: RL Scheme for Autonomous Drones to Efficiently Fly through Obstacles' + authors: + - Yihan Xu 0003 + - Chuan-Bi Lin + - Cong Wang 0015 + - Wen Zhang + - Ziqian (Cecilia) Dong + - Roberto Rojas-Cessa + year: '2025' + doi: 10.1145/3769102.3774246 + url: https://doi.org/10.1145/3769102.3774246 + dblp_key: conf/ieeesec/0003LWZDR25 + venue_name: SEC + pages: 46:1-46:6 +- title: 'lm-Meter: Unveiling Runtime Inference Latency for On-Device Language Models' + authors: + - Haoxin Wang 0003 + - Xiaolong Tu + - Hongyu Ke + - Huirong Chai + - Dawei Chen + - Kyungtae Han + year: '2025' + doi: 10.1145/3769102.3770614 + url: https://doi.org/10.1145/3769102.3770614 + dblp_key: conf/ieeesec/0003TKCCH25 + venue_name: SEC + pages: 17:1-17:17 +- title: Enhancing Efficiency in Multidevice Federated Learning through Data Selection + authors: + - Fan Mo 0004 + - Mohammad Malekzadeh + - Soumyajit Chatterjee + - Fahim Kawsar + - Akhil Mathur + year: '2025' + doi: 10.1145/3769102.3770628 + url: https://doi.org/10.1145/3769102.3770628 + dblp_key: conf/ieeesec/0004MCKM25 + venue_name: SEC + pages: 2:1-2:14 +- title: 'Poster: "Semantic-Guided Skip Sampling and Soft Edge Compression for + Real-Time Edge-Based Traffic Video Analytics"' + authors: + - Deng Pan 0010 + - Timothy Wood 0001 + - Samer Hamdar + year: '2025' + doi: 10.1145/3769102.3774381 + url: https://doi.org/10.1145/3769102.3774381 + dblp_key: conf/ieeesec/00100H25 + venue_name: SEC + pages: 39:1-39:3 +- title: 'Poster: Deadline-aware Serverless SLAs for the Multi-tenant Edge' + authors: + - Emil Abbasov + - Gabriel Parmer + year: '2025' + doi: 10.1145/3769102.3774379 + url: https://doi.org/10.1145/3769102.3774379 + dblp_key: conf/ieeesec/AbbasovP25 + venue_name: SEC + pages: 37:1-37:3 +- title: Toward Design of a Scalable Federated Unlearning Framework for Trustworthy + Edge Intelligence + authors: + - Haitham Y. Adarbah + - Kewei Sha + - Afzel Noore + year: '2025' + doi: 10.1145/3769102.3774631 + url: https://doi.org/10.1145/3769102.3774631 + dblp_key: conf/ieeesec/AdarbahSN25 + venue_name: SEC + pages: 65:1-65:6 +- title: 'Warping the Edge: Enabling Instant Mobility for Stateful Applications over + 5G and Beyond' + authors: + - Mukhtiar Ahmad + - Faaiq Bilal + - Mutahar Ali + - Syed Muhammad Nawazish Ali + - Amir Salman + - Shazer Ali + - Fawad Ahmad 0002 + - Zafar Ayyub Qazi + year: '2025' + doi: 10.1145/3769102.3770610 + url: https://doi.org/10.1145/3769102.3770610 + dblp_key: conf/ieeesec/AhmadBAASA0Q25 + venue_name: SEC + pages: 25:1-25:18 +- title: Evaluating the Impact of Network Latency on the Teleoperation of Autonomous + Vehicles + authors: + - Mustafa Alsolami + - Arpan Bhattacharjee + - Weisong Shi + year: '2025' + doi: 10.1145/3769102.3774640 + url: https://doi.org/10.1145/3769102.3774640 + dblp_key: conf/ieeesec/AlsolamiBS25 + venue_name: SEC + pages: 74:1-74:7 +- title: 'RepVal: A Skeleton-based Validation System for Functional Fitness Repetition + on Edge Devices' + authors: + - Lucas Alves + - Fan Li + - Lanyu Xu + year: '2025' + doi: 10.1145/3769102.3774242 + url: https://doi.org/10.1145/3769102.3774242 + dblp_key: conf/ieeesec/AlvesLX25 + venue_name: SEC + pages: 60:1-60:8 +- title: 'EdgeSynapse: Towards Leaky-Spike Transmission for Sustainable Edge Sensing' + authors: + - Atakan Aral + year: '2025' + doi: 10.1145/3769102.3774704 + url: https://doi.org/10.1145/3769102.3774704 + dblp_key: conf/ieeesec/Aral25 + venue_name: SEC + pages: 54:1-54:5 +- title: 'Demo: Edge Manageability Framework - Scalable, Secure Infrastructure Management + for Edge AI' + authors: + - Scott Baker + - Beatriz Palmeiro + year: '2025' + doi: 10.1145/3769102.3774376 + url: https://doi.org/10.1145/3769102.3774376 + dblp_key: conf/ieeesec/BakerP25 + venue_name: SEC + pages: 29:1-29:3 +- title: Safeguarding Privacy in Edge Speech Understanding with Tiny Foundation Models + authors: + - Afsara Benazir + - Felix Xiaozhu Lin + year: '2025' + doi: 10.1145/3769102.3770609 + url: https://doi.org/10.1145/3769102.3770609 + dblp_key: conf/ieeesec/BenazirL25 + venue_name: SEC + pages: 6:1-6:17 +- title: Edge-Enabled Scalable Routing via Graph Neural Network Pruning and Metaheuristic + Optimization + authors: + - Subrahmanya Chandra Bhamidipati + - William Echols + - Jesus Lopez Olivares + - Kenzie Markley + - Sharan Srinivas + - Prasad Calyam + year: '2025' + doi: 10.1145/3769102.3774243 + url: https://doi.org/10.1145/3769102.3774243 + dblp_key: conf/ieeesec/BhamidipatiEOMS25 + venue_name: SEC + pages: 61:1-61:6 +- title: Drone-Based Standardized Environmental and Usage Assessment of Parks and + Trails + authors: + - Arpan Bhattacharjee + - Matthew Saponaro + - Weisong Shi + year: '2025' + doi: 10.1145/3769102.3774249 + url: https://doi.org/10.1145/3769102.3774249 + dblp_key: conf/ieeesec/BhattacharjeeSS25 + venue_name: SEC + pages: 49:1-49:6 +- title: Performance Evaluation of Whisper-Series Speech Transcription Models on Raspberry + Pi + authors: + - Yue Cao 0007 + year: '2025' + doi: 10.1145/3769102.3774244 + url: https://doi.org/10.1145/3769102.3774244 + dblp_key: conf/ieeesec/Cao25 + venue_name: SEC + pages: 59:1-59:7 +- title: A Cost-Aware Hierarchical Cascade for Anomaly Detection at the Edge in Connected + Vehicles + authors: + - Cheng-Hsun Chang + - Adarsh Prasad Behera + - Sophia Zhang Pettersson + - James Gross + year: '2025' + doi: 10.1145/3769102.3774634 + url: https://doi.org/10.1145/3769102.3774634 + dblp_key: conf/ieeesec/ChangBPG25 + venue_name: SEC + pages: 68:1-68:8 +- title: 'FedDES: Discrete Event Based Performance Simulation for Federated Learning + Systems' + authors: + - Zhonghao Chen + - Weicong Chen + - Duo Zhang + - Kibaek Kim + - Guanpeng Li + - Sheng Di + - Xiaoyi Lu 0001 + year: '2025' + doi: 10.1145/3769102.3770613 + url: https://doi.org/10.1145/3769102.3770613 + dblp_key: conf/ieeesec/ChenCZKLD025 + venue_name: SEC + pages: 1:1-1:16 +- title: Open-Vocabulary Object Detection with Driving-Aware Multi-Scale Feature Fusion + for Autonomous Driving + authors: + - Tianyang Chen + - Yongtao Yao + - H. Peter Hofstee + - Weisong Shi + year: '2025' + doi: 10.1145/3769102.3774632 + url: https://doi.org/10.1145/3769102.3774632 + dblp_key: conf/ieeesec/ChenYHS25 + venue_name: SEC + pages: 66:1-66:6 +- title: 'Poster: Hybrid Monitoring for Side-Channel Security in Edge SoCs' + authors: + - Nishant Chinnasami + - Rye Stahle-Smith + - Rasha Karakchi + year: '2025' + doi: 10.1145/3769102.3774377 + url: https://doi.org/10.1145/3769102.3774377 + dblp_key: conf/ieeesec/ChinnasamiSK25 + venue_name: SEC + pages: 35:1-35:4 +- title: 'fReeLoaders: An IoT Ecosystem for Real-Time Deadline-Driven Task Scheduling + using Reinforcement Learning' + authors: + - Marshall Clyburn + - Nabeel Nasir + - Md Fazlay Rabbi Masum Billah + - Victor Ariel Leal Sobral + - Jiechao Gao + - Fateme Nikseresht + - Brad Campbell + year: '2025' + doi: 10.1145/3769102.3770617 + url: https://doi.org/10.1145/3769102.3770617 + dblp_key: conf/ieeesec/ClyburnNBSGNC25 + venue_name: SEC + pages: 16:1-16:8 +- title: 'Poster: An Edge-to-Cloud Framework for Vigilance-Adaptive Drones' + authors: + - Penelope Covey + - Jenna Kline + - Christopher Stewart + year: '2025' + doi: 10.1145/3769102.3774384 + url: https://doi.org/10.1145/3769102.3774384 + dblp_key: conf/ieeesec/CoveyKS25 + venue_name: SEC + pages: 42:1-42:3 +- title: 'Siamese: Stealing Fine-Tuned Visual Foundation Models via Diversified Prompting' + authors: + - Madhureeta Das + - Gaurav Bagwe + - Miao Pan + - Kaichen Yang + - Xiaoyong (Brian) Yuan + - Lan Zhang 0005 + year: '2025' + doi: 10.1145/3769102.3774434 + url: https://doi.org/10.1145/3769102.3774434 + dblp_key: conf/ieeesec/DasBPYYZ25 + venue_name: SEC + pages: 79:1-79:7 +- title: A Distributed Framework for Privacy-Enhanced Vision Transformers on the Edge + authors: + - Zihao Ding + - Mufeng Zhu + - Zhongze Tang + - Sheng Wei 0001 + - Yao Liu 0001 + year: '2025' + doi: 10.1145/3769102.3772714 + url: https://doi.org/10.1145/3769102.3772714 + dblp_key: conf/ieeesec/DingZT0025 + venue_name: SEC + pages: 8:1-8:16 +- title: Does Accurate Real-Time AI Need Edge Offload? + authors: + - Qifei Dong + - Jingao Xu + - Padmanabhan Pillai + - Mahadev Satyanarayanan + year: '2025' + doi: 10.1145/3769102.3770616 + url: https://doi.org/10.1145/3769102.3770616 + dblp_key: conf/ieeesec/DongXPS25 + venue_name: SEC + pages: 20:1-20:18 +- title: Exploring Transferability of Adversarial Examples from Resource-Constrained + Devices + authors: + - Houchao Gan + - Shima Yousefi + - Saptarshi Debroy + year: '2025' + doi: 10.1145/3769102.3774432 + url: https://doi.org/10.1145/3769102.3774432 + dblp_key: conf/ieeesec/GanYD25 + venue_name: SEC + pages: 77:1-77:6 +- title: 'RAI Overblock Dataset (ROD): A GAN-Based Synthetic Data Generation Approach + for Evaluating Overblocking in Responsible AI Systems' + authors: + - Nahid Farhady Ghalaty + - Abhilasha Bhargav-Spantzel + year: '2025' + doi: 10.1145/3769102.3774436 + url: https://doi.org/10.1145/3769102.3774436 + dblp_key: conf/ieeesec/GhalatyB25 + venue_name: SEC + pages: 80:1-80:5 +- title: 'Demo: CLOUD-D RF - Cloud-based Distributed Spectrum Sensing with Heterogeneous + Hardware Testbed' + authors: + - Rami Ghaleb + - Jason Cox + - Joseph Risi + - Alyse M. Jones + year: '2025' + doi: 10.1145/3769102.3774385 + url: https://doi.org/10.1145/3769102.3774385 + dblp_key: conf/ieeesec/GhalebCRJ25 + venue_name: SEC + pages: 30:1-30:3 +- title: 'Seeing Patterns Differently: Topological Geometry for Anomaly Detection + in Multivariate Time Series' + authors: + - Kanchon Gharami + - Humayra Tasnim + - M. Ilhan Akbas + - Shafika Showkat Moni + year: '2025' + doi: 10.1145/3769102.3774431 + url: https://doi.org/10.1145/3769102.3774431 + dblp_key: conf/ieeesec/GharamiTAM25 + venue_name: SEC + pages: 76:1-76:6 +- title: 'Real-Time Video Analytics for Urban Safety: Deployment over Edge and End + Devices' + authors: + - Mahshid Ghasemi + - Yongjie Fu + - Xinyu Ouyang + - Peiran Wang + - Mehmet Kerem Türkcan + - Jhonatan Tavori + - Sofia Kleisarchaki + - Thomas Calmant + - Levent Gürgen + - Zoran Kostic + - Xuan Sharon Di + - Gil Zussman + - Javad Ghaderi + year: '2025' + doi: 10.1145/3769102.3770618 + url: https://doi.org/10.1145/3769102.3770618 + dblp_key: conf/ieeesec/GhasemiFOWTTKCG25 + venue_name: SEC + pages: 14:1-14:17 +- title: 'Demo: Real-Time Video Analytics for Urban Safety, Deployment over Edge and + End Devices' + authors: + - Mahshid Ghasemi + - Yongjie Fu + - Xinyu Ouyang + - Peiran Wang + - Mehmet Kerem Türkcan + - Jhonatan Tavori + - Sofia Kleisarchaki + - Thomas Calmant + - Levent Gürgen + - Zoran Kostic + - Xuan Sharon Di + - Gil Zussman + - Javad Ghaderi + year: '2025' + doi: 10.1145/3769102.3774387 + url: https://doi.org/10.1145/3769102.3774387 + dblp_key: conf/ieeesec/GhasemiFOWTTKCG25a + venue_name: SEC + pages: 32:1-32:3 +- title: 'Adaptive Edge Intelligence for Intersection Safety: Real-Time Dilemma Zone + Management via DV-EISOS' + authors: + - Luyang Gong + - Hung-Min Hsu + - Wei Sun + - Yinhai Wang + year: '2025' + doi: 10.1145/3769102.3774635 + url: https://doi.org/10.1145/3769102.3774635 + dblp_key: conf/ieeesec/GongHSW25 + venue_name: SEC + pages: 69:1-69:7 +- title: 'Demo: Honeycomb-Structured Helmet with Embedded EEG System' + authors: + - Qianhao Han + year: '2025' + doi: 10.1145/3769102.3774371 + url: https://doi.org/10.1145/3769102.3774371 + dblp_key: conf/ieeesec/Han25 + venue_name: SEC + pages: 27:1-27:3 +- title: 'ForestRAG-AR: An AR and RAG Framework for Context-Aware Silviculture Assistance' + authors: + - Md Mehedi Hasan + - Bishakha Rani Biswas + - Xueyu Hou + - Yongjie Guan + year: '2025' + doi: 10.1145/3769102.3774894 + url: https://doi.org/10.1145/3769102.3774894 + dblp_key: conf/ieeesec/HasanBHG25 + venue_name: SEC + pages: 64:1-64:6 +- title: Re-programmable Device Authentication Using Wearable Vibration Sensing Testbeds + authors: + - Bofan He + - Jerry Cheng + - Yan Wang 0003 + - Zixiao Wang 0005 + - Tianming Zhao 0001 + - Hao Wan + year: '2025' + doi: 10.1145/3769102.3774709 + url: https://doi.org/10.1145/3769102.3774709 + dblp_key: conf/ieeesec/HeC0WZW25 + venue_name: SEC + pages: 51:1-51:2 +- title: Communication-aware Diffusion Models for Multi-Agent Trajectory Forecasting + in Connected and Autonomous Vehicles + authors: + - Jingyi He + - Kehua Chen + - Bingzhang Wang + - Yinhai Wang + year: '2025' + doi: 10.1145/3769102.3774636 + url: https://doi.org/10.1145/3769102.3774636 + dblp_key: conf/ieeesec/HeCWW25 + venue_name: SEC + pages: 70:1-70:7 +- title: Uncertainty-Aware RL-Based Scheduling of Multi-DNN Workloads on Edge MPSoCs + authors: + - Soroush Heidari + - Mehdi Ghasemi 0003 + - Sarma Vrudhula + year: '2025' + doi: 10.1145/3769102.3770621 + url: https://doi.org/10.1145/3769102.3770621 + dblp_key: conf/ieeesec/Heidari0V25 + venue_name: SEC + pages: 11:1-11:16 +- title: 'Demo: Flexible Edge Server Selection with Diverse Metrics via Telco APIs' + authors: + - Akira Ito + - Masanori Itoh + - Toru Furusawa + - Mitsuhiro Ono + - Takuro Sakai + - Yoshisato Fukatsu + year: '2025' + doi: 10.1145/3769102.3774373 + url: https://doi.org/10.1145/3769102.3774373 + dblp_key: conf/ieeesec/ItoIFOSF25 + venue_name: SEC + pages: 28:1-28:3 +- title: Robust Point Cloud Recognition Model Sharing + authors: + - Qiufan Ji + - Lin Wang 0025 + - Cong Shi 0004 + - Shengshan Hu + - Yingying Chen 0001 + - Lichao Sun 0001 + year: '2025' + doi: 10.1145/3769102.3774759 + url: https://doi.org/10.1145/3769102.3774759 + dblp_key: conf/ieeesec/Ji00H0025 + venue_name: SEC + pages: 57:1-57:3 +- title: 'Elastoformer: Enabling Dynamic Adaptivity via Elastic Model Transformation' + authors: + - Sudaksh Kalra + - Dolly Sapra + year: '2025' + doi: 10.1145/3769102.3770612 + url: https://doi.org/10.1145/3769102.3770612 + dblp_key: conf/ieeesec/KalraS25 + venue_name: SEC + pages: 10:1-10:14 +- title: 'TinyBEV: Compact Temporal Fusion for Multi-View 3D Perception' + authors: + - Hongyu Ke + - Jack Morris + - Yongkang Liu 0005 + - Satoshi Kitai + - Kentaro Oguchi 0001 + - Yi Ding 0041 + - Haoxin Wang 0003 + year: '2025' + doi: 10.1145/3769102.3774633 + url: https://doi.org/10.1145/3769102.3774633 + dblp_key: conf/ieeesec/KeM0K00025 + venue_name: SEC + pages: 67:1-67:6 +- title: Edge-Native, Behavior-Adaptive Drone System for Wildlife Monitoring + authors: + - Jenna Kline + - Rugved Katole + - Tanya Y. Berger-Wolf + - Christopher Stewart + year: '2025' + doi: 10.1145/3769102.3774245 + url: https://doi.org/10.1145/3769102.3774245 + dblp_key: conf/ieeesec/KlineKBS25 + venue_name: SEC + pages: 45:1-45:9 +- title: 'Poster: An Edge-Native Approach to Behavior-Adaptive Navigation in Drone + Systems' + authors: + - Jenna Kline + - Rugved Katole + - Christopher Stewart + year: '2025' + doi: 10.1145/3769102.3774372 + url: https://doi.org/10.1145/3769102.3774372 + dblp_key: conf/ieeesec/KlineKS25 + venue_name: SEC + pages: 44:1-44:3 +- title: Efficient SAR Vessel Detection for FPGA-Based On-Satellite Sensing + authors: + - Colin Laganier + - Liam Fletcher + - Elim Kwan + - Richard Walters + - Victoria Nockles + year: '2025' + doi: 10.1145/3769102.3772713 + url: https://doi.org/10.1145/3769102.3772713 + dblp_key: conf/ieeesec/LaganierFKWN25 + venue_name: SEC + pages: 22:1-22:17 +- title: Exploring LLM-based Assistants with Smart Glasses for the Visually Impaired + authors: + - Zhe-Yu Lee + - Yuan-Chun Sun + - Yee-Nam Wong + - Cheng-Hsin Hsu + year: '2025' + doi: 10.1145/3769102.3774892 + url: https://doi.org/10.1145/3769102.3774892 + dblp_key: conf/ieeesec/LeeSWH25 + venue_name: SEC + pages: 62:1-62:8 +- title: 'ARMBench: Benchmarking Adversarial Robustness of Multitask Perception in + Autonomous Driving' + authors: + - Yunge Li + - Yuhong Liu 0003 + - Lanyu Xu + year: '2025' + doi: 10.1145/3769102.3770607 + url: https://doi.org/10.1145/3769102.3770607 + dblp_key: conf/ieeesec/Li0X25 + venue_name: SEC + pages: 12:1-12:16 +- title: An Edge-Based Reinforcement Learning Approach for Augmented Reality Apps + in Dynamic Contexts + authors: + - Ze Li + - Marco Brocanelli + year: '2025' + doi: 10.1145/3769102.3770627 + url: https://doi.org/10.1145/3769102.3770627 + dblp_key: conf/ieeesec/LiB25 + venue_name: SEC + pages: 24:1-24:16 +- title: Mobile Edge Testbed for Driving Behavior Data Collection and Cognitive Impairment + Analysis + authors: + - Honglu Li + - Bin Han + - Cong Shi 0004 + - Yan Wang 0003 + - Tammy Chung + - Yingying Chen 0001 + year: '2025' + doi: 10.1145/3769102.3774708 + url: https://doi.org/10.1145/3769102.3774708 + dblp_key: conf/ieeesec/LiH00C025 + venue_name: SEC + pages: 52:1-52:2 +- title: 'SLED: A Speculative LLM Decoding Framework for Efficient Edge Serving' + authors: + - Xiangchen Li + - Dimitrios Spatharakis + - Saeid Ghafouri + - Jiakun Fan + - Hans Vandierendonck + - Deepu John + - Bo Ji 0001 + - Dimitrios S. Nikolopoulos + year: '2025' + doi: 10.1145/3769102.3770608 + url: https://doi.org/10.1145/3769102.3770608 + dblp_key: conf/ieeesec/LiSGFVJ0N25 + venue_name: SEC + pages: 26:1-26:8 +- title: 'SledgeScale: Load-Aware Dispatch and Deadline-Driven Scheduling for Scalable, + Dense Serverless Computing in Edge Data Centers' + authors: + - Xiaosu Lyu + - Emil Abbasov + - Sean McBride + - Gabriel Parmer + - Timothy Wood 0001 + year: '2025' + doi: 10.1145/3769102.3770623 + url: https://doi.org/10.1145/3769102.3770623 + dblp_key: conf/ieeesec/LyuAMP025 + venue_name: SEC + pages: 15:1-15:17 +- title: 'Onboard Decisions and Cloud-Scale LLM Planning: Split Reasoning and Collaborative + Intelligence for Autonomous Driving' + authors: + - Meng Ma + - Shuyang Li + - Kaicong Huang + - Talha Azfar + - Naigang Wang + - Ruimin Ke + year: '2025' + doi: 10.1145/3769102.3774637 + url: https://doi.org/10.1145/3769102.3774637 + dblp_key: conf/ieeesec/MaLHAWK25 + venue_name: SEC + pages: 71:1-71:7 +- title: 'EcoLearn: Optimizing the Carbon Footprint of Federated Learning' + authors: + - Talha Mehboob + - Noman Bashir + - Jesus Omaña Iglesias + - Michael Zink + - David Irwin 0001 + year: '2025' + doi: 10.1145/3769102.3770625 + url: https://doi.org/10.1145/3769102.3770625 + dblp_key: conf/ieeesec/MehboobBIZ025 + venue_name: SEC + pages: 4:1-4:16 +- title: 'E2AR: An Energy-Efficient Augmented Reality Framework for Collaborative + Multi-Drone Systems' + authors: + - Mozhgan Navardi + - Edward Humes + - Tinoosh Mohsenin + year: '2025' + doi: 10.1145/3769102.3774247 + url: https://doi.org/10.1145/3769102.3774247 + dblp_key: conf/ieeesec/NavardiHM25 + venue_name: SEC + pages: 47:1-47:7 +- title: 'Poster: RepuChainFL: A Blockchain-based Trustworthy Federated Learning System + for VEC' + authors: + - Muhammad Naveed + - Wenjia Li + year: '2025' + doi: 10.1145/3769102.3774382 + url: https://doi.org/10.1145/3769102.3774382 + dblp_key: conf/ieeesec/NaveedL25 + venue_name: SEC + pages: 40:1-40:3 +- title: Adaptive Federated Distillation with Dual-LoRA for Personalized Representation + Learning + authors: + - Duy Phuong Nguyen + - Chianing Wang + - Ali Jannesari + year: '2025' + doi: 10.1145/3769102.3770624 + url: https://doi.org/10.1145/3769102.3770624 + dblp_key: conf/ieeesec/NguyenWJ25 + venue_name: SEC + pages: 3:1-3:16 +- title: 'Demo: Generate Optimized Edge Stacks with the Edge Microvisor Toolkit & + OS Image Composer' + authors: + - Beatriz Palmeiro + - Mats Agerstam + year: '2025' + doi: 10.1145/3769102.3774374 + url: https://doi.org/10.1145/3769102.3774374 + dblp_key: conf/ieeesec/PalmeiroA25 + venue_name: SEC + pages: 33:1-33:3 +- title: 'Poster: Managing Heterogeneity in Far-Edge AI' + authors: + - Vedant Patil + - Christopher Stewart + year: '2025' + doi: 10.1145/3769102.3774383 + url: https://doi.org/10.1145/3769102.3774383 + dblp_key: conf/ieeesec/PatilS25 + venue_name: SEC + pages: 41:1-41:3 +- title: 'Poster: Leveraging Geo-Spatiality in Geo-Distributed Vector Databases' + authors: + - Victor Pineda + - Niv Dayan + - Eyal de Lara + year: '2025' + doi: 10.1145/3769102.3774388 + url: https://doi.org/10.1145/3769102.3774388 + dblp_key: conf/ieeesec/PinedaDL25 + venue_name: SEC + pages: 43:1-43:3 +- title: 'Context-Aware Perception: VLM-Augmented All-Weather Detection for Autonomous + Driving' + authors: + - Johora Akter Polin + - Yichen Luo + - Sidi Lu + year: '2025' + doi: 10.1145/3769102.3774638 + url: https://doi.org/10.1145/3769102.3774638 + dblp_key: conf/ieeesec/PolinLL25 + venue_name: SEC + pages: 72:1-72:7 +- title: 'Poster: Beacon: Interpretable Land-Use Classification for Edge AIoT via + Information Lattice Learning' + authors: + - Jeremy Lynn Reed + - Gabriel Ferrer + - Turgay Korkmaz + - Ali Saman Tosun + year: '2025' + doi: 10.1145/3769102.3774380 + url: https://doi.org/10.1145/3769102.3774380 + dblp_key: conf/ieeesec/ReedFKT25 + venue_name: SEC + pages: 38:1-38:3 +- title: 'Bayes-Split-Edge: Bayesian Optimization for Constrained Collaborative Inference + in Wireless Edge Systems' + authors: + - Fatemeh Zahra Safaeipour + - Jacob Chakareski + - Morteza Hashemi + year: '2025' + doi: 10.1145/3769102.3770629 + url: https://doi.org/10.1145/3769102.3770629 + dblp_key: conf/ieeesec/SafaeipourCH25 + venue_name: SEC + pages: 19:1-19:13 +- title: LLM-Driven Auto Configuration for Transient IoT Device Collaboration + authors: + - Hetvi Shastri + - Walid A. Hanafy + - Li Wu + - David Irwin 0001 + - Mani Srivastava 0001 + - Prashant J. Shenoy + year: '2025' + doi: 10.1145/3769102.3770619 + url: https://doi.org/10.1145/3769102.3770619 + dblp_key: conf/ieeesec/ShastriHW00S25 + venue_name: SEC + pages: 7:1-7:17 +- title: Reinforcement Learning-Guided Large Language Model Fine-Tuning for Privacy-Preserving + Text Rewriting + authors: + - Zhan Shi + - Yefeng Yuan + - Liang Cheng + - Yuhong Liu 0003 + year: '2025' + doi: 10.1145/3769102.3774433 + url: https://doi.org/10.1145/3769102.3774433 + dblp_key: conf/ieeesec/ShiYC025 + venue_name: SEC + pages: 78:1-78:7 +- title: 'DroEdgeEM: A Drone-Edge Collaborative Emulation Platform for Emerging Situation-aware + Applications' + authors: + - Summit Shrestha + - Rit Muliashia + - Rohit Rao + - Anirudh Sarma + - Alan Nussbaum + - Myungjin Lee + - Umakishore Ramachandran + year: '2025' + doi: 10.1145/3769102.3774248 + url: https://doi.org/10.1145/3769102.3774248 + dblp_key: conf/ieeesec/ShresthaMRSNLR25 + venue_name: SEC + pages: 48:1-48:8 +- title: A Metal Sensing and Biometric-based Tracking System + authors: + - Guanqun Song + - Yan Li 0048 + - Ting Zhu 0001 + year: '2025' + doi: 10.1145/3769102.3770620 + url: https://doi.org/10.1145/3769102.3770620 + dblp_key: conf/ieeesec/SongLZ25 + venue_name: SEC + pages: 23:1-23:17 +- title: 'SEEB-GPU: Early-Exit Aware Scheduling and Batching for Edge GPU Inference' + authors: + - Srinivasan Subramaniyan + - Rudra Joshi + - Xiaorui Wang + - Marco Brocanelli + year: '2025' + doi: 10.1145/3769102.3772715 + url: https://doi.org/10.1145/3769102.3772715 + dblp_key: conf/ieeesec/SubramaniyanJWB25 + venue_name: SEC + pages: 9:1-9:16 +- title: Centralized Traffic Engineering for Networked Farm Applications + authors: + - Ammar Tahir + - Yueshen Li + - Jianli Jin + - Daniel Moon + - Changxin Zhang + - Aganze Mihigo + - Muhammad Taimoor Tariq + - Deepak Vasisht + - Radhika Mittal + year: '2025' + doi: 10.1145/3769102.3770615 + url: https://doi.org/10.1145/3769102.3770615 + dblp_key: conf/ieeesec/TahirLJMZMTVM25 + venue_name: SEC + pages: 21:1-21:16 +- title: 'Poster: A Lightweight Pruning for Mitigating Neural Network Backdoor on + Edge' + authors: + - Gabriel Wolff Taveira + - Zijian Zhang + - Zhen Zeng + - Zhongshu Gu + year: '2025' + doi: 10.1145/3769102.3774378 + url: https://doi.org/10.1145/3769102.3774378 + dblp_key: conf/ieeesec/TaveiraZZG25 + venue_name: SEC + pages: 36:1-36:3 +- title: 'PlatformX: An End-to-End Transferable Platform for Energy-Efficient Neural + Architecture Search' + authors: + - Xiaolong Tu + - Dawei Chen + - Kyungtae Han + - Onur Altintas + - Haoxin Wang 0003 + year: '2025' + doi: 10.1145/3769102.3770622 + url: https://doi.org/10.1145/3769102.3770622 + dblp_key: conf/ieeesec/TuCHA025 + venue_name: SEC + pages: 5:1-5:16 +- title: Edge-Deployable LLMs for Autonomous Vehicle Intelligence + authors: + - Ishparsh Uprety + - Xinghui Zhao + year: '2025' + doi: 10.1145/3769102.3774639 + url: https://doi.org/10.1145/3769102.3774639 + dblp_key: conf/ieeesec/UpretyZ25 + venue_name: SEC + pages: 73:1-73:7 +- title: How Heavy is the Edge? Resource Utilization of Edge Generative AI on Distributed + AI Infrastructure + authors: + - Liang Wu + - Zhen Zeng + - Zhongshu Gu + - Pengxia Wu + year: '2025' + doi: 10.1145/3769102.3774241 + url: https://doi.org/10.1145/3769102.3774241 + dblp_key: conf/ieeesec/WuZGW25 + venue_name: SEC + pages: 58:1-58:6 +- title: Exploring Cross-Environment modeling and Robustness in Palm-based User Authentication + using mmWave Testbed + authors: + - Yucheng Xie + - Xiaonan Guo 0003 + - Yan Wang 0003 + - Jerry Cheng + - Tianfang Zhang + - Yingying Chen 0001 + - Yuan Ge + - Yi Wei + year: '2025' + doi: 10.1145/3769102.3774705 + url: https://doi.org/10.1145/3769102.3774705 + dblp_key: conf/ieeesec/Xie00CZ0GW25 + venue_name: SEC + pages: 55:1-55:2 +- title: VR Testbed-based Blood Pressure Privacy Leakage Analysis + authors: + - Zhengkun Ye + - Ahmed Tanvir Mahdad + - Yan Wang 0003 + - Cong Shi 0004 + - Yingying Chen 0001 + - Nitesh Saxena + year: '2025' + doi: 10.1145/3769102.3774707 + url: https://doi.org/10.1145/3769102.3774707 + dblp_key: conf/ieeesec/YeM000S25 + venue_name: SEC + pages: 53:1-53:2 +- title: 'ImmersiveSlicing: An O-RAN Cross-Layer Reinforcement Learning Framework + for Low-Latency Immersive Applications' + authors: + - Mingrui Yin + - Sohom Sen + - Zhihao Ren + - Xiaoyu Fang + - Yongjie Guan + - Tao Han 0002 + - Nirwan Ansari + year: '2025' + doi: 10.1145/3769102.3774893 + url: https://doi.org/10.1145/3769102.3774893 + dblp_key: conf/ieeesec/YinSRFGHA25 + venue_name: SEC + pages: 63:1-63:6 +- title: Passive Vital Sign Monitoring via Facial Vibrations Extracted from AR/VR + Vibration Sensing Based Testbed + authors: + - Tianfang Zhang + - Cong Shi 0004 + - Payton Walker + - Zhengkun Ye + - Yan Wang 0003 + - Nitesh Saxena + - Yingying Chen 0001 + year: '2025' + doi: 10.1145/3769102.3774760 + url: https://doi.org/10.1145/3769102.3774760 + dblp_key: conf/ieeesec/Zhang0WY0S025 + venue_name: SEC + pages: 50:1-50:2 +- title: Training-Free Late Fusion across Geometry and BEV for Edge-Deployable LiDAR-Camera + 3D Perception + authors: + - Yixuan Zhang + - Sidi Lu + year: '2025' + doi: 10.1145/3769102.3774641 + url: https://doi.org/10.1145/3769102.3774641 + dblp_key: conf/ieeesec/ZhangL25 + venue_name: SEC + pages: 75:1-75:7 +- title: Saliency-Guided Lightweight Backdoor Defense for Edge Intelligence + authors: + - Zijian Zhang + - Liang Wu + - Zhen Zeng + - Zhongshu Gu + year: '2025' + doi: 10.1145/3769102.3774437 + url: https://doi.org/10.1145/3769102.3774437 + dblp_key: conf/ieeesec/ZhangWZG25 + venue_name: SEC + pages: 81:1-81:6 +- title: 'Demo: ELENNA - End-to-end Latency and Energy-aware Neural Network Partitioning + Allocation in Edge Computing' + authors: + - Eldiyar Zhantileuov + - Suhrut R. Heroorkar + - Jaime Sebastian Burbano + - Ali Kadhum Idrees + - Rolf Schuster + year: '2025' + doi: 10.1145/3769102.3774375 + url: https://doi.org/10.1145/3769102.3774375 + dblp_key: conf/ieeesec/ZhantileuovHBIS25 + venue_name: SEC + pages: 34:1-34:3 +- title: Energy-efficient DNN Dividing Technique for Latency Optimization in Dynamic + Mobile Edge Networks + authors: + - Eldiyar Zhantileuov + - Ali Kadhum Idrees + - Suhrut Rajendra Heroorkar + - Rolf Schuster + year: '2025' + doi: 10.1145/3769102.3770626 + url: https://doi.org/10.1145/3769102.3770626 + dblp_key: conf/ieeesec/ZhantileuovIHS25 + venue_name: SEC + pages: 18:1-18:11 +- title: 'Demo: EDGE-DC: Decentralized Edge Resource Sharing with Autonomous Clusters + Using a Local Control Layer' + authors: + - Xiaotian Zhou + - Dipankar Raychaudhuri + year: '2025' + doi: 10.1145/3769102.3774386 + url: https://doi.org/10.1145/3769102.3774386 + dblp_key: conf/ieeesec/ZhouR25 + venue_name: SEC + pages: 31:1-31:3 +- title: 'FrameScope: Temporal Data Valuation for Stream Active Learning in Autonomous + Vehicle Systems' + authors: + - Yuheng Zhu + - Man-Ki Yoon + year: '2025' + doi: 10.1145/3769102.3770611 + url: https://doi.org/10.1145/3769102.3770611 + dblp_key: conf/ieeesec/ZhuY25 + venue_name: SEC + pages: 13:1-13:15 +- title: Proceedings of the Tenth ACM/IEEE Symposium on Edge Computing, SEC 2025, + the Hilton Arlington National Landing, Arlington, VA, USA, December 3-6, 2025 + authors: + - Bo Han 0001 + - Christopher C. Stewart + - Prashant J. Shenoy + year: '2025' + doi: 10.1145/3769102 + url: https://doi.org/10.1145/3769102 + dblp_key: conf/ieeesec/2025 + venue_name: SEC + pages: null diff --git a/site/data/papers/SEC-2025-digest.yaml b/site/data/papers/SEC-2025-digest.yaml new file mode 100644 index 0000000..ef75996 --- /dev/null +++ b/site/data/papers/SEC-2025-digest.yaml @@ -0,0 +1,57 @@ +venue: SEC +year: 2025 +papers: +- title: 'lm-Meter: Unveiling Runtime Inference Latency for On-Device Language Models' + authors: + - Haoxin Wang 0003 + reason: "Provides the first detailed runtime profiling framework for on-device LLM inference, revealing key latency bottlenecks across diverse edge hardware configurations." +- title: 'SLED: A Speculative LLM Decoding Framework for Efficient Edge Serving' + authors: + - Xiangchen Li + reason: "Adapts speculative decoding to edge serving constraints, reducing LLM token generation latency while respecting the tight memory and compute budgets of edge nodes." +- title: 'SledgeScale: Load-Aware Dispatch and Deadline-Driven Scheduling for Scalable, + Dense Serverless Computing in Edge Data Centers' + authors: + - Xiaosu Lyu + reason: "Introduces a load-aware dispatch and deadline-driven scheduler for dense serverless edge data centers, demonstrating substantial SLA compliance improvements over baseline policies." +- title: 'Warping the Edge: Enabling Instant Mobility for Stateful Applications over + 5G and Beyond' + authors: + - Mukhtiar Ahmad + reason: "Achieves near-instantaneous stateful application migration across 5G edge nodes by combining memory snapshotting with network-layer forwarding continuity." +- title: Uncertainty-Aware RL-Based Scheduling of Multi-DNN Workloads on Edge MPSoCs + authors: + - Soroush Heidari + reason: "Uses uncertainty-aware reinforcement learning to schedule concurrent DNN workloads on heterogeneous edge MPSoCs, reducing deadline misses under dynamic arrival patterns." +- title: 'SEEB-GPU: Early-Exit Aware Scheduling and Batching for Edge GPU Inference' + authors: + - Srinivasan Subramaniyan + reason: "Exploits early-exit branching in DNN inference to build an adaptive batching and scheduling policy for edge GPUs that cuts average latency without sacrificing throughput." +- title: 'Elastoformer: Enabling Dynamic Adaptivity via Elastic Model Transformation' + authors: + - Sudaksh Kalra + reason: "Proposes elastic transformer transformations that resize model capacity at runtime to match available edge resources, enabling continuous inference under fluctuating conditions." +- title: 'PlatformX: An End-to-End Transferable Platform for Energy-Efficient Neural + Architecture Search' + authors: + - Xiaolong Tu + reason: "Presents a transferable NAS platform that searches for energy-efficient DNN architectures deployable across heterogeneous edge targets with minimal re-search overhead." +- title: 'Bayes-Split-Edge: Bayesian Optimization for Constrained Collaborative Inference + in Wireless Edge Systems' + authors: + - Fatemeh Zahra Safaeipour + reason: "Applies Bayesian optimization to find optimal split points for collaborative inference in wireless edge systems, accounting for dynamic channel and computation constraints." +- title: Energy-efficient DNN Dividing Technique for Latency Optimization in Dynamic + Mobile Edge Networks + authors: + - Eldiyar Zhantileuov + reason: "Develops a DNN partitioning strategy for mobile edge networks that minimizes end-to-end latency while satisfying energy budgets under time-varying link conditions." +- title: LLM-Driven Auto Configuration for Transient IoT Device Collaboration + authors: + - Hetvi Shastri + reason: "Leverages LLMs to automate the configuration of transient IoT device coalitions, reducing manual setup overhead and adapting collaboration policies to changing device membership." +- title: 'fReeLoaders: An IoT Ecosystem for Real-Time Deadline-Driven Task Scheduling + using Reinforcement Learning' + authors: + - Marshall Clyburn + reason: "Builds a reinforcement-learning scheduler for IoT ecosystems that meets real-time task deadlines by exploiting opportunistic idle capacity across heterogeneous edge devices." diff --git a/site/data/papers/SOSP-2024-candidates.yaml b/site/data/papers/SOSP-2024-candidates.yaml new file mode 100644 index 0000000..0743b0b --- /dev/null +++ b/site/data/papers/SOSP-2024-candidates.yaml @@ -0,0 +1,660 @@ +venue: SOSP +year: 2024 +source: dblp +count: 44 +papers: +- title: 'Verus: A Practical Foundation for Systems Verification' + authors: + - Andrea Lattuada 0001 + - Travis Hance + - Jay Bosamiya + - Matthias Brun 0002 + - Chanhee Cho + - Hayley LeBlanc + - Pranav Srinivasan + - Reto Achermann + - Tej Chajed + - Chris Hawblitzel + - Jon Howell + - Jacob R. Lorch + - Oded Padon + - Bryan Parno + year: '2024' + doi: 10.1145/3694715.3695952 + url: https://doi.org/10.1145/3694715.3695952 + dblp_key: conf/sosp/0001HB0CLSACHHL24 + venue_name: SOSP + pages: 438-454 +- title: 'Sesame: Practical End-to-End Privacy Compliance with Policy Containers and + Privacy Regions' + authors: + - Kinan Dak Albab + - Artem Agvanian + - Allen Aby + - Corinn Tiffany + - Alexander Portland + - Sarah Ridley + - Malte Schwarzkopf + year: '2024' + doi: 10.1145/3694715.3695984 + url: https://doi.org/10.1145/3694715.3695984 + dblp_key: conf/sosp/AlbabAATPRS24 + venue_name: SOSP + pages: 709-725 +- title: 'Modular Verification of Secure and Leakage-Free Systems: From Application + Specification to Circuit-Level Implementation' + authors: + - Anish Athalye + - Henry Corrigan-Gibbs + - M. Frans Kaashoek + - Joseph Tassarotti + - Nickolai Zeldovich + year: '2024' + doi: 10.1145/3694715.3695956 + url: https://doi.org/10.1145/3694715.3695956 + dblp_key: conf/sosp/AthalyeCKTZ24 + venue_name: SOSP + pages: 655-672 +- title: Practical Verification of System-Software Components Written in Standard + C + authors: + - Can Cebeci + - Yong-Hao Zou + - Diyu Zhou + - George Candea + - Clément Pit-Claudel + year: '2024' + doi: 10.1145/3694715.3695980 + url: https://doi.org/10.1145/3694715.3695980 + dblp_key: conf/sosp/CebeciZZCP24 + venue_name: SOSP + pages: 455-472 +- title: Reducing Energy Bloat in Large Model Training + authors: + - Jae-Won Chung + - Yile Gu + - Insu Jang + - Luoxi Meng + - Nikhil Bansal 0001 + - Mosharaf Chowdhury + year: '2024' + doi: 10.1145/3694715.3695970 + url: https://doi.org/10.1145/3694715.3695970 + dblp_key: conf/sosp/ChungGJM0C24 + venue_name: SOSP + pages: 144-159 +- title: 'Dirigent: Lightweight Serverless Orchestration' + authors: + - Lazar Cvetkovic + - François Costa + - Mihajlo Djokic + - Michal Friedman 0001 + - Ana Klimovic + year: '2024' + doi: 10.1145/3694715.3695966 + url: https://doi.org/10.1145/3694715.3695966 + dblp_key: conf/sosp/CvetkovicCD0K24 + venue_name: SOSP + pages: 369-384 +- title: 'Apparate: Rethinking Early Exits to Tame Latency-Throughput Tensions in + ML Serving' + authors: + - Yinwei Dai + - Rui Pan 0003 + - Anand P. Iyer + - Kai Li 0001 + - Ravi Netravali + year: '2024' + doi: 10.1145/3694715.3695963 + url: https://doi.org/10.1145/3694715.3695963 + dblp_key: conf/sosp/DaiPILN24 + venue_name: SOSP + pages: 607-623 +- title: 'NOPE: Strengthening domain authentication with succinct proofs' + authors: + - Zachary DeStefano + - Jeff J. Ma + - Joseph Bonneau + - Michael Walfish + year: '2024' + doi: 10.1145/3694715.3695962 + url: https://doi.org/10.1145/3694715.3695962 + dblp_key: conf/sosp/DeStefanoMBW24 + venue_name: SOSP + pages: 673-692 +- title: DNS Congestion Control in Adversarial Settings + authors: + - Huayi Duan + - Jihye Kim 0008 + - Marc Wyss + - Adrian Perrig + year: '2024' + doi: 10.1145/3694715.3695982 + url: https://doi.org/10.1145/3694715.3695982 + dblp_key: conf/sosp/DuanKWP24 + venue_name: SOSP + pages: 726-747 +- title: Fast, Flexible, and Practical Kernel Extensions + authors: + - Kumar Kartikeya Dwivedi + - Rishabh R. Iyer + - Sanidhya Kashyap + year: '2024' + doi: 10.1145/3694715.3695950 + url: https://doi.org/10.1145/3694715.3695950 + dblp_key: conf/sosp/DwivediIK24 + venue_name: SOSP + pages: 249-264 +- title: 'ReCycle: Resilient Training of Large DNNs using Pipeline Adaptation' + authors: + - Swapnil Gandhi + - Mark Zhao + - Athinagoras Skiadopoulos + - Christos Kozyrakis + year: '2024' + doi: 10.1145/3694715.3695960 + url: https://doi.org/10.1145/3694715.3695960 + dblp_key: conf/sosp/GandhiZSK24 + venue_name: SOSP + pages: 211-228 +- title: Enabling Parallelism Hot Switching for Efficient Training of Large Language + Models + authors: + - Hao Ge + - Fangcheng Fu + - Haoyang Li 0017 + - Xuanyu Wang + - Sheng Lin + - Yujie Wang + - Xiaonan Nie + - Hailin Zhang 0004 + - Xupeng Miao + - Bin Cui 0001 + year: '2024' + doi: 10.1145/3694715.3695969 + url: https://doi.org/10.1145/3694715.3695969 + dblp_key: conf/sosp/GeFLWLWN0M024 + venue_name: SOSP + pages: 178-194 +- title: 'Autobahn: Seamless high speed BFT' + authors: + - Neil Giridharan + - Florian Suri-Payer + - Ittai Abraham + - Lorenzo Alvisi + - Natacha Crooks + year: '2024' + doi: 10.1145/3694715.3695942 + url: https://doi.org/10.1145/3694715.3695942 + dblp_key: conf/sosp/GiridharanSAAC24 + venue_name: SOSP + pages: 1-23 +- title: 'Caribou: Fine-Grained Geospatial Shifting of Serverless Applications for + Sustainability' + authors: + - Viktor Urban Gsteiger + - Pin Hong (Daniel) Long + - Yiran (Jerry) Sun + - Parshan Javanrood + - Mohammad Shahrad + year: '2024' + doi: 10.1145/3694715.3695954 + url: https://doi.org/10.1145/3694715.3695954 + dblp_key: conf/sosp/GsteigerLSJS24 + venue_name: SOSP + pages: 403-420 +- title: 'VPRI: Efficient I/O Page Fault Handling via Software-Hardware Co-Design + for IaaS Clouds' + authors: + - Kaijie Guo + - Dingji Li + - Ben Luo + - Yibin Shen + - Kaihuan Peng + - Ning Luo 0003 + - Shengdong Dai + - Chen Liang + - Jianming Song + - Hang Yang + - Xiantao Zhang + - Zeyu Mi + year: '2024' + doi: 10.1145/3694715.3695957 + url: https://doi.org/10.1145/3694715.3695957 + dblp_key: conf/sosp/GuoLLSPLDLSYZM24 + venue_name: SOSP + pages: 541-557 +- title: 'Aceso: Achieving Efficient Fault Tolerance in Memory-Disaggregated Key-Value + Stores' + authors: + - Zhisheng Hu + - Pengfei Zuo + - Yizou Chen + - Chao Wang 0125 + - Junliang Hu + - Ming-Chang Yang + year: '2024' + doi: 10.1145/3694715.3695951 + url: https://doi.org/10.1145/3694715.3695951 + dblp_key: conf/sosp/HuZCWHY24 + venue_name: SOSP + pages: 127-143 +- title: 'TrEnv: Transparently Share Serverless Execution Environments Across Different + Functions and Nodes' + authors: + - Jialiang Huang + - Mingxing Zhang + - Teng Ma 0006 + - Zheng Liu + - Sixing Lin + - Kang Chen + - Jinlei Jiang + - Xia Liao + - Yingdi Shan + - Ning Zhang + - Mengting Lu + - Tao Ma 0006 + - Haifeng Gong + - YongWei Wu 0001 + year: '2024' + doi: 10.1145/3694715.3695967 + url: https://doi.org/10.1145/3694715.3695967 + dblp_key: conf/sosp/HuangZMLLCJLSZL24 + venue_name: SOSP + pages: 421-437 +- title: Improving DNN Inference Throughput Using Practical, Per-Input Compute Adaptation + authors: + - Anand Padmanabha Iyer + - Mingyu Guan + - Yinwei Dai + - Rui Pan 0003 + - Swapnil Gandhi + - Ravi Netravali + year: '2024' + doi: 10.1145/3694715.3695978 + url: https://doi.org/10.1145/3694715.3695978 + dblp_key: conf/sosp/IyerGDPGN24 + venue_name: SOSP + pages: 624-639 +- title: 'OZZ: Identifying Kernel Out-of-Order Concurrency Bugs with In-Vivo Memory + Access Reordering' + authors: + - Dae R. Jeong + - Yewon Choi + - Byoungyoung Lee + - Insik Shin + - Youngjin Kwon + year: '2024' + doi: 10.1145/3694715.3695944 + url: https://doi.org/10.1145/3694715.3695944 + dblp_key: conf/sosp/JeongCLSK24 + venue_name: SOSP + pages: 229-248 +- title: 'Skyloft: A General High-Efficient Scheduling Framework in User Space' + authors: + - Yuekai Jia + - Kaifu Tian + - Yuyang You + - Yu Chen 0004 + - Kang Chen + year: '2024' + doi: 10.1145/3694715.3695973 + url: https://doi.org/10.1145/3694715.3695973 + dblp_key: conf/sosp/JiaTY0C24 + venue_name: SOSP + pages: 265-279 +- title: 'Morph: Efficient File-Lifetime Redundancy Management for Cluster File Systems' + authors: + - Timothy Kim + - Sanjith Athlur + - Saurabh Kadekodi + - Francisco Maturana + - Dax Delvira + - Arif Merchant + - Gregory R. Ganger + - K. V. Rashmi + year: '2024' + doi: 10.1145/3694715.3695981 + url: https://doi.org/10.1145/3694715.3695981 + dblp_key: conf/sosp/KimAKMDMGR24 + venue_name: SOSP + pages: 330-346 +- title: Fast Core Scheduling with Userspace Process Abstraction + authors: + - Jiazhen Lin + - Youmin Chen + - Shiwei Gao + - Youyou Lu + year: '2024' + doi: 10.1145/3694715.3695976 + url: https://doi.org/10.1145/3694715.3695976 + dblp_key: conf/sosp/LinCGL24 + venue_name: SOSP + pages: 280-295 +- title: Uncovering Nested Data Parallelism and Data Reuse in DNN Computation with + FractalTensor + authors: + - Siran Liu + - Chengxiang Qi + - Ying Cao + - Chao Yang 0002 + - Weifang Hu + - Xuanhua Shi + - Fan Yang 0024 + - Mao Yang 0004 + year: '2024' + doi: 10.1145/3694715.3695961 + url: https://doi.org/10.1145/3694715.3695961 + dblp_key: conf/sosp/LiuQC0HS0Y24 + venue_name: SOSP + pages: 160-177 +- title: Scaling Deep Learning Computation over the Inter-Core Connected Intelligence + Processor with T10 + authors: + - Yiqi Liu + - Yuqi Xue + - Yu Cheng + - Lingxiao Ma + - Ziming Miao + - Jilong Xue + - Jian Huang 0006 + year: '2024' + doi: 10.1145/3694715.3695955 + url: https://doi.org/10.1145/3694715.3695955 + dblp_key: conf/sosp/LiuXCMMX024 + venue_name: SOSP + pages: 505-521 +- title: 'LazyLog: A New Shared Log Abstraction for Low-Latency Applications' + authors: + - Xuhao Luo + - Shreesha G. Bhat + - Jiyu Hu + - Ramnatthan Alagappan + - Aishwarya Ganesan + year: '2024' + doi: 10.1145/3694715.3695983 + url: https://doi.org/10.1145/3694715.3695983 + dblp_key: conf/sosp/LuoBHAG24 + venue_name: SOSP + pages: 296-312 +- title: 'CHIME: A Cache-Efficient and High-Performance Hybrid Index on Disaggregated + Memory' + authors: + - Xuchuan Luo + - Jiacheng Shen + - Pengfei Zuo + - Xin Wang 0002 + - Michael R. Lyu + - Yangfan Zhou 0002 + year: '2024' + doi: 10.1145/3694715.3695959 + url: https://doi.org/10.1145/3694715.3695959 + dblp_key: conf/sosp/LuoSZ0LZ24 + venue_name: SOSP + pages: 110-126 +- title: 'SWARM: Replicating Shared Disaggregated-Memory Data in No Time' + authors: + - Antoine Murat + - Clément Burgelin + - Athanasios Xygkis + - Igor Zablotchi + - Marcos Kawazoe Aguilera + - Rachid Guerraoui + year: '2024' + doi: 10.1145/3694715.3695945 + url: https://doi.org/10.1145/3694715.3695945 + dblp_key: conf/sosp/MuratBXZAG24 + venue_name: SOSP + pages: 24-45 +- title: Efficient Reproduction of Fault-Induced Failures in Distributed Systems with + Feedback-Driven Fault Injection + authors: + - Jia Pan + - Haoze Wu + - Tanakorn Leesatapornwongsa + - Suman Nath + - Peng Huang 0005 + year: '2024' + doi: 10.1145/3694715.3695979 + url: https://doi.org/10.1145/3694715.3695979 + dblp_key: conf/sosp/PanWLN024 + venue_name: SOSP + pages: 46-62 +- title: Reducing Cross-Cloud/Region Costs with the Auto-Configuring MACARON Cache + authors: + - Hojin Park + - Ziyue Qiu + - Gregory R. Ganger + - George Amvrosiadis + year: '2024' + doi: 10.1145/3694715.3695972 + url: https://doi.org/10.1145/3694715.3695972 + dblp_key: conf/sosp/ParkQGA24 + venue_name: SOSP + pages: 347-368 +- title: 'SilvanForge: A Schedule-Guided Retargetable Compiler for Decision Tree Inference' + authors: + - Ashwin Prasad + - Sampath Rajendra + - Kaushik Rajan + - R. Govindarajan + - Uday Bondhugula + year: '2024' + doi: 10.1145/3694715.3695958 + url: https://doi.org/10.1145/3694715.3695958 + dblp_key: conf/sosp/PrasadRRGB24 + venue_name: SOSP + pages: 488-504 +- title: Unearthing Semantic Checks for Cloud Infrastructure-as-Code Programs + authors: + - Yiming Qiu 0001 + - Patrick Tser Jern Kon + - Ryan Beckett + - Ang Chen 0001 + year: '2024' + doi: 10.1145/3694715.3695974 + url: https://doi.org/10.1145/3694715.3695974 + dblp_key: conf/sosp/QiuKB024 + venue_name: SOSP + pages: 574-589 +- title: 'vSoC: Efficient Virtual System-on-Chip on Heterogeneous Hardware' + authors: + - Jiaxing Qiu + - Zijie Zhou + - Yang Li 0092 + - Zhenhua Li 0001 + - Feng Qian 0001 + - Hao Lin 0005 + - Di Gao + - Haitao Su + - Xin Miao + - Yunhao Liu 0001 + - Tianyin Xu + year: '2024' + doi: 10.1145/3694715.3695946 + url: https://doi.org/10.1145/3694715.3695946 + dblp_key: conf/sosp/QiuZL00LGSMLX24 + venue_name: SOSP + pages: 558-573 +- title: Fast & Safe IO Memory Protection + authors: + - Benny Rubin + - Saksham Agarwal + - Qizhe Cai + - Rachit Agarwal 0001 + year: '2024' + doi: 10.1145/3694715.3695943 + url: https://doi.org/10.1145/3694715.3695943 + dblp_key: conf/sosp/RubinAC024 + venue_name: SOSP + pages: 95-109 +- title: 'Icarus: Trustworthy Just-In-Time Compilers with Symbolic Meta-Execution' + authors: + - Naomi Smith + - Abhishek Sharma 0017 + - John Renner + - David Thien + - Fraser Brown + - Hovav Shacham + - Ranjit Jhala + - Deian Stefan + year: '2024' + doi: 10.1145/3694715.3695949 + url: https://doi.org/10.1145/3694715.3695949 + dblp_key: conf/sosp/SmithSRTBSJS24 + venue_name: SOSP + pages: 473-487 +- title: 'PowerInfer: Fast Large Language Model Serving with a Consumer-grade GPU' + authors: + - Yixin Song + - Zeyu Mi + - Haotong Xie + - Haibo Chen 0001 + year: '2024' + doi: 10.1145/3694715.3695964 + url: https://doi.org/10.1145/3694715.3695964 + dblp_key: conf/sosp/SongMX024 + venue_name: SOSP + pages: 590-606 +- title: If At First You Don't Succeed, Try, Try, Again...? Insights and LLM-informed + Tooling for Detecting Retry Bugs in Software Systems + authors: + - Bogdan Alexandru Stoica + - Utsav Sethi + - Yiming Su + - Cyrus Zhou + - Shan Lu 0001 + - Jonathan Mace + - Madanlal Musuvathi + - Suman Nath + year: '2024' + doi: 10.1145/3694715.3695971 + url: https://doi.org/10.1145/3694715.3695971 + dblp_key: conf/sosp/StoicaSSZ0MMN24 + venue_name: SOSP + pages: 63-78 +- title: Unifying serverless and microservice workloads with SigmaOS + authors: + - Ariel Szekely + - Adam Belay + - Robert Morris 0005 + - M. Frans Kaashoek + year: '2024' + doi: 10.1145/3694715.3695947 + url: https://doi.org/10.1145/3694715.3695947 + dblp_key: conf/sosp/SzekelyBMK24 + venue_name: SOSP + pages: 385-402 +- title: 'Cookie Monster: Efficient On-Device Budgeting for Differentially-Private + Ad-Measurement Systems' + authors: + - Pierre Tholoniat + - Kelly Kostopoulou + - Peter McNeely + - Prabhpreet Singh Sodhi + - Anirudh Varanasi + - Benjamin Case + - Asaf Cidon + - Roxana Geambasu + - Mathias Lécuyer + year: '2024' + doi: 10.1145/3694715.3695965 + url: https://doi.org/10.1145/3694715.3695965 + dblp_key: conf/sosp/TholoniatKMSVCC24 + venue_name: SOSP + pages: 693-708 +- title: 'Tiered Memory Management: Access Latency is the Key!' + authors: + - Midhul Vuppalapati + - Rachit Agarwal 0001 + year: '2024' + doi: 10.1145/3694715.3695968 + url: https://doi.org/10.1145/3694715.3695968 + dblp_key: conf/sosp/Vuppalapati024 + venue_name: SOSP + pages: 79-94 +- title: 'Tenplex: Dynamic Parallelism for Deep Learning using Parallelizable Tensor + Collections' + authors: + - Marcel Wagenländer + - Guo Li + - Bo Zhao 0019 + - Luo Mai + - Peter R. Pietzuch + year: '2024' + doi: 10.1145/3694715.3695975 + url: https://doi.org/10.1145/3694715.3695975 + dblp_key: conf/sosp/WagenlanderL0MP24 + venue_name: SOSP + pages: 195-210 +- title: 'LoongServe: Efficiently Serving Long-Context Large Language Models with + Elastic Sequence Parallelism' + authors: + - Bingyang Wu + - Shengyu Liu + - Yinmin Zhong + - Peng Sun 0006 + - Xuanzhe Liu + - Xin Jin 0008 + year: '2024' + doi: 10.1145/3694715.3695948 + url: https://doi.org/10.1145/3694715.3695948 + dblp_key: conf/sosp/WuLZ0L024 + venue_name: SOSP + pages: 640-654 +- title: 'BIZA: Design of Self-Governing Block-Interface ZNS AFA for Endurance and + Performance' + authors: + - Shushu Yi + - Shaocong Sun + - Li Peng + - Yingbo Sun + - Ming-Chang Yang + - Zhichao Cao 0002 + - Qiao Li 0001 + - Myoungsoo Jung + - Ke Zhou 0001 + - Jie Zhang 0048 + year: '2024' + doi: 10.1145/3694715.3695953 + url: https://doi.org/10.1145/3694715.3695953 + dblp_key: conf/sosp/YiSPSYCLJZ024 + venue_name: SOSP + pages: 313-329 +- title: 'FBDetect: Catching Tiny Performance Regressions at Hyperscale through In-Production + Monitoring' + authors: + - Dong Young Yoon + - Yang Wang 0009 + - Miao Yu 0023 + - Elvis Huang + - Juan Ignacio Jones + - Abhinay Kukkadapu + - Osman Kocas + - Jonathan Wiepert + - Kapil Goenka + - Sherry Chen + - Yanjun Lin + - Zhihui Huang + - Jocelyn Kong + - Michael Chow + - Chunqiang Tang + year: '2024' + doi: 10.1145/3694715.3695977 + url: https://doi.org/10.1145/3694715.3695977 + dblp_key: conf/sosp/Yoon0YHJKKWGCLH24 + venue_name: SOSP + pages: 522-540 +- title: Proceedings of the ACM SIGOPS 30th Symposium on Operating Systems Principles, + SOSP 2024, Austin, TX, USA, November 4-6, 2024 + authors: + - Emmett Witchel + - Christopher J. Rossbach + - Andrea C. Arpaci-Dusseau + - Kimberly Keeton + year: '2024' + doi: 10.1145/3694715 + url: https://doi.org/10.1145/3694715 + dblp_key: conf/sosp/2024 + venue_name: SOSP + pages: null diff --git a/site/data/papers/SOSP-2024-digest.yaml b/site/data/papers/SOSP-2024-digest.yaml new file mode 100644 index 0000000..c1f8a58 --- /dev/null +++ b/site/data/papers/SOSP-2024-digest.yaml @@ -0,0 +1,70 @@ +venue: SOSP +year: 2024 +date: "2024-11-05" +tags: [operating-systems, distributed-systems, storage, cloud, formal-verification, ml-systems, security, serverless] + +selected: + - dblp_key: "conf/sosp/0001HB0CLSACHHL24" + title: "Verus: A Practical Foundation for Systems Verification" + tldr: "Verus is a Rust-based verification framework that makes formal proofs of low-level systems code tractable at scale, covering memory safety, functional correctness, and concurrency." + why_notable: "Formal verification of real systems code has long been impractical; Verus closes the usability gap by integrating SMT-based proofs directly into a systems programming language, making it the most broadly applicable verification tool for the OS community to date." + + - dblp_key: "conf/sosp/AthalyeCKTZ24" + title: "Modular Verification of Secure and Leakage-Free Systems: From Application Specification to Circuit-Level Implementation" + tldr: "A modular verification methodology lets developers prove end-to-end that a system leaks no sensitive information, bridging the gap from high-level spec all the way to circuit-level hardware behavior." + why_notable: "Side-channel leakage across abstraction layers is notoriously hard to reason about; this work provides a principled, mechanized framework to do so, setting a new bar for hardware-software co-verification of secure systems." + + - dblp_key: "conf/sosp/GiridharanSAAC24" + title: "Autobahn: Seamless high speed BFT" + tldr: "Autobahn is a BFT consensus protocol that achieves high throughput under normal operation while seamlessly falling back to a slow path during faults, eliminating the throughput cliff common in prior BFT designs." + why_notable: "Byzantine fault-tolerant systems have historically traded peak performance for safety margins; Autobahn's seamless transition between fast and slow paths closes that gap and is likely to influence the next generation of production BFT deployments." + + - dblp_key: "conf/sosp/DwivediIK24" + title: "Fast, Flexible, and Practical Kernel Extensions" + tldr: "A new kernel extension framework surpasses eBPF's safety and flexibility constraints by using a combination of ahead-of-time compilation and a lean verification layer, enabling complex kernel extensions with near-native performance." + why_notable: "eBPF has become ubiquitous for in-kernel programmability, but its verifier fundamentally limits expressiveness; this work re-examines those trade-offs and offers a path toward richer, safer kernel extensions with broad applicability to networking, tracing, and storage." + + - dblp_key: "conf/sosp/Vuppalapati024" + title: "Tiered Memory Management: Access Latency is the Key!" + tldr: "A principled tiered-memory manager that tracks per-page access latency rather than access frequency achieves substantially better performance for modern workloads on heterogeneous DRAM/CXL/NVM memory hierarchies." + why_notable: "As CXL-attached memory becomes mainstream, frequency-based page migration policies inherited from NUMA systems are increasingly inadequate; this paper reframes the problem around latency and provides a practical, deployable design." + + - dblp_key: "conf/sosp/RubinAC024" + title: "Fast & Safe IO Memory Protection" + tldr: "A hardware-software co-design eliminates the performance overhead of IOMMU-based DMA isolation by allowing safe, fine-grained IO memory protection without full page-table walks on the critical path." + why_notable: "DMA attacks remain a real threat yet IOMMU protection is widely disabled in production because of latency costs; this work makes protection affordable and is directly relevant to cloud, NIC, and storage subsystem designers." + + - dblp_key: "conf/sosp/MuratBXZAG24" + title: "SWARM: Replicating Shared Disaggregated-Memory Data in No Time" + tldr: "SWARM replicates data in disaggregated-memory clusters with near-zero latency overhead by exploiting one-sided RDMA operations and a carefully designed protocol that avoids coordination on the read path." + why_notable: "Disaggregated memory is an emerging data-center architecture; providing fault tolerance without sacrificing its key latency advantage is an open problem, and SWARM's approach is both novel and practically relevant." + + - dblp_key: "conf/sosp/KimAKMDMGR24" + title: "Morph: Efficient File-Lifetime Redundancy Management for Cluster File Systems" + tldr: "Morph dynamically transitions files through redundancy schemes (replication → erasure coding) based on observed file age and access patterns, substantially reducing storage overhead in large-scale cluster file systems." + why_notable: "Static redundancy policies waste significant capacity in practice; Morph's lifecycle-aware approach is validated at Google scale and provides a compelling template for storage systems serving diverse workloads." + + - dblp_key: "conf/sosp/SongMX024" + title: "PowerInfer: Fast Large Language Model Serving with a Consumer-grade GPU" + tldr: "PowerInfer exploits the activation sparsity of LLMs to partition computation between a consumer GPU and CPU, achieving high inference throughput without data-center hardware." + why_notable: "Democratizing LLM inference beyond cloud hardware is a pressing systems challenge; PowerInfer's sparsity-aware approach delivers surprising performance on commodity hardware and has already influenced a wave of follow-on work." + + - dblp_key: "conf/sosp/WuLZ0L024" + title: "LoongServe: Efficiently Serving Long-Context Large Language Models with Elastic Sequence Parallelism" + tldr: "LoongServe introduces elastic sequence parallelism that dynamically adjusts the number of workers handling each long-context request to minimize GPU idle time and satisfy latency SLOs." + why_notable: "Long-context inference strains fixed parallelism strategies, creating severe resource fragmentation; LoongServe's elasticity primitive addresses this gap and is directly applicable to production LLM serving infrastructure." + + - dblp_key: "conf/sosp/SzekelyBMK24" + title: "Unifying serverless and microservice workloads with SigmaOS" + tldr: "SigmaOS is an OS-level abstraction that treats serverless functions and microservices as first-class, interchangeable computational units, simplifying resource management and improving utilization for mixed workloads." + why_notable: "The artificial split between serverless and microservice programming models imposes significant operational complexity; SigmaOS's unified abstraction from the MIT systems group offers a clean architectural answer with demonstrated performance gains." + + - dblp_key: "conf/sosp/TholoniatKMSVCC24" + title: "Cookie Monster: Efficient On-Device Budgeting for Differentially-Private Ad-Measurement Systems" + tldr: "Cookie Monster implements practical on-device differential-privacy budget management for ad attribution, showing that strong privacy guarantees can be enforced locally without destroying ad-measurement utility." + why_notable: "Browser vendors are actively replacing third-party cookies with privacy-preserving attribution APIs; this paper provides rigorous analysis of the privacy-utility trade-off and offers deployable techniques relevant to both industry standards and future OS-level privacy primitives." + + - dblp_key: "conf/sosp/PanWLN024" + title: "Efficient Reproduction of Fault-Induced Failures in Distributed Systems with Feedback-Driven Fault Injection" + tldr: "A feedback-guided fault injection framework automatically reproduces complex distributed-system failures triggered by rare fault combinations, dramatically reducing the manual effort needed to diagnose and fix them." + why_notable: "Fault-induced failures in distributed systems are notoriously hard to reproduce; the paper's closed-loop search strategy is a methodological advance for reliability testing and is likely to influence both academic research and industrial chaos-engineering tools." diff --git a/site/data/papers/SOSP-2025-candidates.yaml b/site/data/papers/SOSP-2025-candidates.yaml new file mode 100644 index 0000000..8bb0e8b --- /dev/null +++ b/site/data/papers/SOSP-2025-candidates.yaml @@ -0,0 +1,1110 @@ +venue: SOSP +year: 2025 +source: dblp +count: 67 +papers: +- title: 'DCP: Addressing Input Dynamism In Long-Context Training via Dynamic Context + Parallelism' + authors: + - Chenyu Jiang 0002 + - Zhenkun Cai + - Ye Tian + - Zhen Jia 0001 + - Yida Wang 0003 + - Chuan Wu 0001 + year: '2025' + doi: 10.1145/3731569.3764849 + url: https://doi.org/10.1145/3731569.3764849 + dblp_key: conf/sosp/0002CT00025 + venue_name: SOSP + pages: 221-236 +- title: Fast End-to-End Performance Simulation of Accelerated Hardware-Software Stacks + authors: + - Jiacheng Ma 0002 + - Jonas Kaufmann + - Emilien Guandalino + - Rishabh R. Iyer + - Thomas Bourgeat + - George Candea + year: '2025' + doi: 10.1145/3731569.3764825 + url: https://doi.org/10.1145/3731569.3764825 + dblp_key: conf/sosp/0002KGIBC25 + venue_name: SOSP + pages: 341-358 +- title: 'eBPF Misbehavior Detection: Fuzzing with a Specification-Based Oracle' + authors: + - Tao Lyu 0004 + - Kumar Kartikeya Dwivedi + - Thomas Bourgeat + - Mathias Payer + - Meng Xu 0001 + - Sanidhya Kashyap + year: '2025' + doi: 10.1145/3731569.3764797 + url: https://doi.org/10.1145/3731569.3764797 + dblp_key: conf/sosp/0004DBP0K25 + venue_name: SOSP + pages: 701-718 +- title: 'Aeolia: A Fast and Secure Userspace Interrupt-Based Storage Stack' + authors: + - Chuandong Li 0004 + - Ran Yi 0004 + - Zonghao Zhang + - Jing Liu 0074 + - Changwoo Min + - Jie Zhang 0048 + - Yingwei Luo + - Xiaolin Wang 0001 + - Zhenlin Wang 0003 + - Diyu Zhou + year: '2025' + doi: 10.1145/3731569.3764816 + url: https://doi.org/10.1145/3731569.3764816 + dblp_key: conf/sosp/0004YZLMZLWWZ25 + venue_name: SOSP + pages: 479-495 +- title: Managing Scalable Direct Storage Accesses for GPUs with GoFS + authors: + - Shaobo Li 0005 + - Yirui Eric Zhou + - Yuqi Xue + - Yuan Xu + - Jian Huang 0006 + year: '2025' + doi: 10.1145/3731569.3764857 + url: https://doi.org/10.1145/3731569.3764857 + dblp_key: conf/sosp/0005ZXX025 + venue_name: SOSP + pages: 979-995 +- title: 'Fawkes: Finding Data Durability Bugs in DBMSs via Recovered Data State Verification' + authors: + - Zhiyong Wu 0010 + - Jie Liang 0006 + - Jingzhou Fu + - Wenqian Deng + - Yu Jiang 0001 + year: '2025' + doi: 10.1145/3731569.3764841 + url: https://doi.org/10.1145/3731569.3764841 + dblp_key: conf/sosp/00100FD025 + venue_name: SOSP + pages: 670-684 +- title: 'CHERIoT RTOS: An OS for Fine-Grained Memory-Safe Compartments on Low-Cost + Embedded Devices' + authors: + - Saar Amar + - Tony Chen + - David Chisnall + - Nathaniel Wesley Filardo + - Ben Laurie + - Hugo Lefeuvre + - Kunyan Liu + - Simon W. Moore + - Robert Norton-Wright + - Margo I. Seltzer + - Yucong Tao + - Robert N. M. Watson + - Hongyan Xia + year: '2025' + doi: 10.1145/3731569.3764844 + url: https://doi.org/10.1145/3731569.3764844 + dblp_key: conf/sosp/AmarCCFLLLMNSTW25 + venue_name: SOSP + pages: 67-84 +- title: 'ORQ: Complex Analytics on Private Data with Strong Security Guarantees' + authors: + - Eli Baum + - Sam Buxbaum + - Nitin Mathai + - Muhammad Faisal 0001 + - Vasiliki Kalavri + - Mayank Varia + - John Liagouris + year: '2025' + doi: 10.1145/3731569.3764833 + url: https://doi.org/10.1145/3731569.3764833 + dblp_key: conf/sosp/BaumBM0KVL25 + venue_name: SOSP + pages: 802-833 +- title: The Design and Implementation of a Virtual Firmware Monitor + authors: + - Charly Castes + - François Costa + - Neelu S. Kalani + - Timothy Roscoe + - Nate Foster + - Thomas Bourgeat + - Edouard Bugnion + year: '2025' + doi: 10.1145/3731569.3764826 + url: https://doi.org/10.1145/3731569.3764826 + dblp_key: conf/sosp/CastesCKRFBB25 + venue_name: SOSP + pages: 85-100 +- title: 'Atmosphere: Practical Verified Kernels with Rust and Verus' + authors: + - Xiangdong Chen + - Zhaofeng Li 0004 + - Jerry Zhang + - Vikram Narayanan + - Anton Burtsev + year: '2025' + doi: 10.1145/3731569.3764821 + url: https://doi.org/10.1145/3731569.3764821 + dblp_key: conf/sosp/Chen0ZNB25 + venue_name: SOSP + pages: 752-767 +- title: Characterizing Mobile SoC for Accelerating Heterogeneous LLM Inference + authors: + - Le Chen + - Dahu Feng + - Erhu Feng + - Yingrui Wang + - Rong Zhao + - Yubin Xia + - Pinjie Xu + - Haibo Chen 0001 + year: '2025' + doi: 10.1145/3731569.3764808 + url: https://doi.org/10.1145/3731569.3764808 + dblp_key: conf/sosp/ChenFFWZXX025 + venue_name: SOSP + pages: 359-374 +- title: Rearchitecting the Thread Model of In-Memory Key-Value Stores with μTPS + authors: + - Youmin Chen + - Jiwu Shu + - Yanyan Shen + - Linpeng Huang + - Hong Mei 0001 + year: '2025' + doi: 10.1145/3731569.3764794 + url: https://doi.org/10.1145/3731569.3764794 + dblp_key: conf/sosp/ChenSSH025 + venue_name: SOSP + pages: 1099-1114 +- title: 'KTransformers: Unleashing the Full Potential of CPU/GPU Hybrid Inference + for MoE Models' + authors: + - Hongtao Chen + - Weiyu Xie + - Boxin Zhang + - Jingqi Tang + - Jiahao Wang + - Jianwei Dong + - Shaoyuan Chen + - Ziwei Yuan + - Chen Lin + - Chengyu Qiu + - Yuening Zhu + - Qingliang Ou + - Jiaqi Liao + - Xianglin Chen + - Zhiyuan Ai + - Yongwei Wu 0001 + - Mingxing Zhang + year: '2025' + doi: 10.1145/3731569.3764843 + url: https://doi.org/10.1145/3731569.3764843 + dblp_key: conf/sosp/ChenXZTWDCYLQZO25 + venue_name: SOSP + pages: 1014-1029 +- title: 'Proto: A Guided Journey through Modern OS Construction' + authors: + - Wonkyo Choe + - Rongxiang Wang + - Afsara Benazir + - Felix Xiaozhu Lin + year: '2025' + doi: 10.1145/3731569.3764811 + url: https://doi.org/10.1145/3731569.3764811 + dblp_key: conf/sosp/ChoeWBL25 + venue_name: SOSP + pages: 50-66 +- title: 'LithOS: An Operating System for Efficient Machine Learning on GPUs' + authors: + - Patrick H. Coppock + - Brian Zhang + - Eliot H. Solomon + - Vasilis Kypriotis + - Leon Yang + - Bikash Sharma + - Dan Schatzberg + - Todd C. Mowry + - Dimitrios Skarlatos 0002 + year: '2025' + doi: 10.1145/3731569.3764818 + url: https://doi.org/10.1145/3731569.3764818 + dblp_key: conf/sosp/CoppockZSKYSSM025 + venue_name: SOSP + pages: 1-17 +- title: 'Mycroft: Tracing Dependencies in Collective Communication Towards Reliable + LLM Training' + authors: + - Yangtao Deng + - Lei Zhang + - Qinlong Wang + - Xiaoyun Zhi + - Xinlei Zhang + - Zhuo Jiang + - Haohan Xu + - Lei Wang + - Zuquan Song + - Gaohong Liu + - Yang Bai + - Shuguang Wang + - Wencong Xiao + - Jianxi Ye + - Minlan Yu + - Hong Xu 0001 + year: '2025' + doi: 10.1145/3731569.3764848 + url: https://doi.org/10.1145/3731569.3764848 + dblp_key: conf/sosp/DengZWZZJXWSLBW25 + venue_name: SOSP + pages: 254-269 +- title: 'Tai Chi: A General High-Efficiency Scheduling Framework for SmartNICs in + Hyperscale Clouds' + authors: + - Bang Di + - Yun Xu + - Kaijie Guo + - Yibin Shen + - Yu Li + - Sanchuan Cheng + - Hao Zheng + - Fudong Qiu + - Xiaokang Hu + - Naixuan Guan + - Dongdong Huang + - Jinhu Li + - Yi Wang + - Yifang Yang + - Jintao Li + - Hang Yang + - Chen Liang + - Yilong Lv + - Zikang Chen + - Zhenwei Lu + - Xiaohan Ma + - Jiesheng Wu + year: '2025' + doi: 10.1145/3731569.3764851 + url: https://doi.org/10.1145/3731569.3764851 + dblp_key: conf/sosp/DiXGSLCZQHGHLWY25 + venue_name: SOSP + pages: 892-906 +- title: 'PrefillOnly: An Inference Engine for Prefill-only Workloads in Large Language + Model Applications' + authors: + - Kuntai Du + - Bowen Wang 0016 + - Chen Zhang 0001 + - Yiming Cheng + - Qing Lan + - Hejian Sang + - Yihua Cheng + - Jiayi Yao + - Xiaoxuan Liu + - Yifan Qiao 0002 + - Ion Stoica + - Junchen Jiang + year: '2025' + doi: 10.1145/3731569.3764834 + url: https://doi.org/10.1145/3731569.3764834 + dblp_key: conf/sosp/DuWZCLSCYLQSJ25 + venue_name: SOSP + pages: 399-414 +- title: 'Tiga: Accelerating Geo-Distributed Transactions with Synchronized Clocks' + authors: + - Jinkun Geng + - Shuai Mu 0001 + - Anirudh Sivaraman + - Balaji Prabhakar + year: '2025' + doi: 10.1145/3731569.3764854 + url: https://doi.org/10.1145/3731569.3764854 + dblp_key: conf/sosp/GengMSP25 + venue_name: SOSP + pages: 555-571 +- title: 'Pie: A Programmable Serving System for Emerging LLM Applications' + authors: + - In Gim + - Zhiyao Ma + - SeungSeob Lee + - Lin Zhong 0001 + year: '2025' + doi: 10.1145/3731569.3764814 + url: https://doi.org/10.1145/3731569.3764814 + dblp_key: conf/sosp/GimML025 + venue_name: SOSP + pages: 415-430 +- title: 'Mercury: Unlocking Multi-GPU Operator Optimization for LLMs via Remote Memory + Scheduling' + authors: + - Yue Guan 0003 + - Xinwei Qiang + - Zaifeng Pan + - Daniels Johnson + - Yuanwei Fang + - Keren Zhou 0001 + - Yuke Wang + - Wanlu Li + - Yufei Ding 0001 + - Adnan Aziz + year: '2025' + doi: 10.1145/3731569.3764798 + url: https://doi.org/10.1145/3731569.3764798 + dblp_key: conf/sosp/GuanQPJF0WL0A25 + venue_name: SOSP + pages: 1046-1061 +- title: How to Copy Memory? Coordinated Asynchronous Copy as a First-Class OS Service + authors: + - Jingkai He + - Yunpeng Dong + - Dong Du 0003 + - Mo Zou + - Zhitai Yu + - Yuxin Ren 0001 + - Ning Jia 0004 + - Yubin Xia + - Haibo Chen 0001 + year: '2025' + doi: 10.1145/3731569.3764800 + url: https://doi.org/10.1145/3731569.3764800 + dblp_key: conf/sosp/HeD0ZY0JX025 + venue_name: SOSP + pages: 1062-1081 +- title: 'Demeter: A Scalable and Elastic Tiered Memory Solution for Virtualized Cloud + via Guest Delegation' + authors: + - Junliang Hu + - Zhisheng Hu + - Chun-Feng Wu + - Ming-Chang Yang + year: '2025' + doi: 10.1145/3731569.3764801 + url: https://doi.org/10.1145/3731569.3764801 + dblp_key: conf/sosp/HuHWY25 + venue_name: SOSP + pages: 169-185 +- title: 'HedraRAG: Co-Optimizing Generation and Retrieval for Heterogeneous RAG Workflows' + authors: + - Zhengding Hu + - Vibha Murthy + - Zaifeng Pan + - Wanlu Li + - Xiaoyi Fang + - Yufei Ding 0001 + - Yuke Wang + year: '2025' + doi: 10.1145/3731569.3764806 + url: https://doi.org/10.1145/3731569.3764806 + dblp_key: conf/sosp/HuMPLF0W25 + venue_name: SOSP + pages: 623-638 +- title: Mitigating Application Resource Overload with Targeted Task Cancellation + authors: + - Yigong Hu + - Zeyin Zhang + - Yicheng Liu + - Yile Gu + - Shuangyu Lei + - Baris Kasikci + - Peng Huang 0005 + year: '2025' + doi: 10.1145/3731569.3764835 + url: https://doi.org/10.1145/3731569.3764835 + dblp_key: conf/sosp/HuZLGLKH25 + venue_name: SOSP + pages: 270-285 +- title: 'WASIT: Deep and Continuous Differential Testing of WebAssembly System Interface + Implementations' + authors: + - Yage Hu + - Wen Zhang + - Botang Xiao + - Qingchen Kong + - Boyang Yi + - Suxin Ji + - Songlan Wang + - Wenwen Wang 0001 + year: '2025' + doi: 10.1145/3731569.3764819 + url: https://doi.org/10.1145/3731569.3764819 + dblp_key: conf/sosp/HuZXKYJW025 + venue_name: SOSP + pages: 719-735 +- title: 'Analyzing and Enhancing ArckFS: An Anecdotal Example of Benefits of Artifact + Evaluation' + authors: + - Jonguk Jeon + - Subeen Park + - Sanidhya Kashyap + - Sudarsun Kannan + - Diyu Zhou + - Jeehoon Kang + year: '2025' + doi: 10.1145/3731569.3768291 + url: https://doi.org/10.1145/3731569.3768291 + dblp_key: conf/sosp/JeonPKKZK25 + venue_name: SOSP + pages: 1149-1157 +- title: Optimistic Recovery for High-Availability Software via Partial Process State + Preservation + authors: + - Yuzhuo Jing + - Yuqi Mai + - Angting Cai + - Yi Chen + - Wanning He + - Xiaoyang Qian + - Peter M. Chen + - Peng Huang 0005 + year: '2025' + doi: 10.1145/3731569.3764858 + url: https://doi.org/10.1145/3731569.3764858 + dblp_key: conf/sosp/JingMCCHQCH25 + venue_name: SOSP + pages: 305-321 +- title: Running Consistent Applications Closer to Users with Radical for Lower Latency + authors: + - Nicolaas Kaashoek + - Oleg Aleksandrovich Golev + - Austin T. Li + - Amit Levy 0001 + - Wyatt Lloyd + year: '2025' + doi: 10.1145/3731569.3764831 + url: https://doi.org/10.1145/3731569.3764831 + dblp_key: conf/sosp/KaashoekGLLL25 + venue_name: SOSP + pages: 962-978 +- title: Scalable Address Spaces using Concurrent Interval Skiplist + authors: + - Tae Woo Kim + - Youngjin Kwon + - Jeehoon Kang + year: '2025' + doi: 10.1145/3731569.3764807 + url: https://doi.org/10.1145/3731569.3764807 + dblp_key: conf/sosp/KimKK25 + venue_name: SOSP + pages: 1131-1148 +- title: 'μFork: Supporting POSIX fork Within a Single-Address-Space OS' + authors: + - John Alistair Kressel + - Hugo Lefeuvre + - Pierre Olivier + year: '2025' + doi: 10.1145/3731569.3764809 + url: https://doi.org/10.1145/3731569.3764809 + dblp_key: conf/sosp/KresselLO25 + venue_name: SOSP + pages: 18-35 +- title: Unlocking True Elasticity for the Cloud-Native Era with Dandelion + authors: + - Tom Kuchler + - Pinghe Li + - Yazhuo Zhang + - Lazar Cvetkovic + - Boris Goranov + - Tobias Stocker + - Leon Thomm + - Simone Kalbermatter + - Tim Notter + - Andrea Lattuada 0001 + - Ana Klimovic + year: '2025' + doi: 10.1145/3731569.3764803 + url: https://doi.org/10.1145/3731569.3764803 + dblp_key: conf/sosp/KuchlerLZCGSTKN25 + venue_name: SOSP + pages: 944-961 +- title: 'FlexGuard: Fast Mutual Exclusion Independent of Subscription' + authors: + - Victor Laforet + - Sanidhya Kashyap + - Calin Iorgulescu + - Julia Lawall + - Jean-Pierre Lozi + year: '2025' + doi: 10.1145/3731569.3764852 + url: https://doi.org/10.1145/3731569.3764852 + dblp_key: conf/sosp/LaforetKILL25 + venue_name: SOSP + pages: 1115-1130 +- title: 'Spirit: Fair Allocation of Interdependent Resources in Remote Memory Systems' + authors: + - SeungSeob Lee + - Jachym Putta + - Ziming Mao + - Anurag Khandelwal + year: '2025' + doi: 10.1145/3731569.3764805 + url: https://doi.org/10.1145/3731569.3764805 + dblp_key: conf/sosp/LeePMK25 + venue_name: SOSP + pages: 120-135 +- title: 'Mantle: Efficient Hierarchical Metadata Management for Cloud Object Storage + Services' + authors: + - Jiahao Li + - Biao Cao + - Jielong Jian + - Cheng Li 0001 + - Sen Han + - Yiduo Wang 0002 + - Yufei Wu 0011 + - Kang Chen + - Zhihui Yin + - Qiushi Chen + - Jiwei Xiong + - Jie Zhao 0020 + - Fengyuan Liu + - Yan Xing + - Liguo Duan + - Miao Yu 0029 + - Ran Zheng + - Feng Wu 0001 + - Xianjun Meng + year: '2025' + doi: 10.1145/3731569.3764824 + url: https://doi.org/10.1145/3731569.3764824 + dblp_key: conf/sosp/LiCJ0H00CYCXZLX25 + venue_name: SOSP + pages: 928-943 +- title: 'Orthrus: Efficient and Timely Detection of Silent User Data Corruption in + the Cloud with Resource-Adaptive Computation Validation' + authors: + - Chenxiao Liu + - Zhenting Zhu + - Quanxi Li + - Yanwen Xia + - Yifan Qiao 0002 + - Xiangyun Deng + - Youyou Lu + - Tao Xie 0001 + - Huimin Cui + - Zidong Du + - Harry Xu 0001 + - Chenxi Wang 0005 + year: '2025' + doi: 10.1145/3731569.3764832 + url: https://doi.org/10.1145/3731569.3764832 + dblp_key: conf/sosp/LiuZLXQDL0CD0W25 + venue_name: SOSP + pages: 286-304 +- title: 'TrainVerify: Equivalence-Based Verification for Distributed LLM Training' + authors: + - Yunchi Lu + - Youshan Miao + - Cheng Tan 0005 + - Peng Huang 0005 + - Yi Zhu + - Xian Zhang 0001 + - Fan Yang 0024 + year: '2025' + doi: 10.1145/3731569.3764850 + url: https://doi.org/10.1145/3731569.3764850 + dblp_key: conf/sosp/LuM00Z0025 + venue_name: SOSP + pages: 237-253 +- title: 'Ghost in the Android Shell: Pragmatic Test-oracle Specification of a Production + Hypervisor' + authors: + - Kayvan Memarian + - Ben Simner + - David Kaloper-Mersinjak + - Thibaut Pérami + - Peter Sewell + year: '2025' + doi: 10.1145/3731569.3764817 + url: https://doi.org/10.1145/3731569.3764817 + dblp_key: conf/sosp/MemarianSKPS25 + venue_name: SOSP + pages: 685-700 +- title: 'TRIP: Coercion-resistant Registration for E-Voting with Verifiability and + Usability in Votegral' + authors: + - Louis-Henri Merino + - Simone Colombo 0002 + - Rene Reyes + - Alaleh Azhir + - Shailesh Mishra + - Pasindu Tennage + - Mohammad Amin Raeisi + - Haoqian Zhang + - Jeff R. Allen + - Bernhard Tellenbach + - Vero Estrada-Galiñanes + - Bryan Ford + year: '2025' + doi: 10.1145/3731569.3764837 + url: https://doi.org/10.1145/3731569.3764837 + dblp_key: conf/sosp/Merino0RAMTRZAT25 + venue_name: SOSP + pages: 834-874 +- title: 'Scalable Far Memory: Balancing Faults and Evictions' + authors: + - Yueyang Pan + - Yash Lala + - Musa Unal + - Yujie Ren + - SeungSeob Lee + - Abhishek Bhattacharjee + - Anurag Khandelwal + - Sanidhya Kashyap + year: '2025' + doi: 10.1145/3731569.3764842 + url: https://doi.org/10.1145/3731569.3764842 + dblp_key: conf/sosp/PanLURLBKK25 + venue_name: SOSP + pages: 136-152 +- title: Device-Assisted Live Migration of RDMA Devices + authors: + - Artem Y. Polyakov + - Gal Shalom + - Asaf Schwartz + - Aviad Yehezkel + - Omri Ben David + - Omri Kahalon + - Ariel Shahar + - Liran Liss + year: '2025' + doi: 10.1145/3731569.3764795 + url: https://doi.org/10.1145/3731569.3764795 + dblp_key: conf/sosp/PolyakovSSYDKSL25 + venue_name: SOSP + pages: 153-168 +- title: 'Moirai: Optimizing Placement of Data and Compute in Hybrid Clouds' + authors: + - Ziyue Qiu + - Hojin Park + - Jing Zhao + - Yu-Kai Wang + - Arnav Balyan + - Gurmeet Singh + - Yangjun Zhang + - Suqiang (Jack) Song + - Gregory R. Ganger + - George Amvrosiadis + year: '2025' + doi: 10.1145/3731569.3764802 + url: https://doi.org/10.1145/3731569.3764802 + dblp_key: conf/sosp/QiuPZWBSZSGA25 + venue_name: SOSP + pages: 875-891 +- title: 'Coyote v2: Raising the Level of Abstraction for Data Center FPGAs' + authors: + - Benjamin Ramhorst + - Dario Korolija + - Maximilian Jakob Heer + - Jonas Dann + - Luhao Liu + - Gustavo Alonso + year: '2025' + doi: 10.1145/3731569.3764845 + url: https://doi.org/10.1145/3731569.3764845 + dblp_key: conf/sosp/RamhorstKHDLA25 + venue_name: SOSP + pages: 639-654 +- title: 'METIS: Fast Quality-Aware RAG Systems with Configuration Adaptation' + authors: + - Siddhant Ray + - Rui Pan 0003 + - Zhuohan Gu + - Kuntai Du + - Shaoting Feng + - Ganesh Ananthanarayanan + - Ravi Netravali + - Junchen Jiang + year: '2025' + doi: 10.1145/3731569.3764855 + url: https://doi.org/10.1145/3731569.3764855 + dblp_key: conf/sosp/Ray0GDFANJ25 + venue_name: SOSP + pages: 606-622 +- title: 'TickTock: Verified Isolation in a Production Embedded OS' + authors: + - Vivien Rindisbacher + - Evan Johnson 0001 + - Nico Lehmann + - Tyler Potyondy + - Pat Pannuto + - Stefan Savage + - Deian Stefan + - Ranjit Jhala + year: '2025' + doi: 10.1145/3731569.3764856 + url: https://doi.org/10.1145/3731569.3764856 + dblp_key: conf/sosp/Rindisbacher0LP25 + venue_name: SOSP + pages: 786-801 +- title: 'Tock: From Research To Securing 10 Million Computers' + authors: + - Leon Schuermann + - Brad Campbell + - Branden Ghena + - Philip Alexander Levis + - Amit Levy 0001 + - Pat Pannuto + year: '2025' + doi: 10.1145/3731569.3764828 + url: https://doi.org/10.1145/3731569.3764828 + dblp_key: conf/sosp/SchuermannCGLLP25 + venue_name: SOSP + pages: 36-49 +- title: 'Tempo: Compiled Dynamic Deep Learning with Symbolic Dependence Graphs' + authors: + - Pedro F. Silvestre + - Peter R. Pietzuch + year: '2025' + doi: 10.1145/3731569.3764840 + url: https://doi.org/10.1145/3731569.3764840 + dblp_key: conf/sosp/SilvestreP25 + venue_name: SOSP + pages: 572-588 +- title: 'Loom: Efficient Capture and Querying of High-Frequency Telemetry' + authors: + - Franco Solleza + - Shihang Li + - William Sun + - Richard Tang + - Malte Schwarzkopf + - Andrew Crotty + - David Cohen + - Nesime Tatbul + - Stan Zdonik + year: '2025' + doi: 10.1145/3731569.3764853 + url: https://doi.org/10.1145/3731569.3764853 + dblp_key: conf/sosp/SollezaLSTSCCTZ25 + venue_name: SOSP + pages: 512-528 +- title: 'Sailor: Automating Distributed Training over Dynamic, Heterogeneous, and + Geo-distributed Clusters' + authors: + - Foteini Strati + - Zhendong Zhang 0004 + - George Manos + - Ixeia Sánchez Périz + - Qinghao Hu 0004 + - Tiancheng Chen + - Berk Buzcu + - Song Han 0003 + - Pamela Delgado + - Ana Klimovic + year: '2025' + doi: 10.1145/3731569.3764839 + url: https://doi.org/10.1145/3731569.3764839 + dblp_key: conf/sosp/StratiZMP0CB0DK25 + venue_name: SOSP + pages: 204-220 +- title: 'COpter: Efficient Large-Scale Resource-Allocation via Continual Optimization' + authors: + - Suhas Jayaram Subramanya + - Don Kurian Dennis + - Virginia Smith + - Gregory R. Ganger + year: '2025' + doi: 10.1145/3731569.3764846 + url: https://doi.org/10.1145/3731569.3764846 + dblp_key: conf/sosp/SubramanyaDSG25 + venue_name: SOSP + pages: 322-340 +- title: 'Prove It to the Kernel: Precise Extension Analysis via Proof-Guided Abstraction + Refinement' + authors: + - Hao Sun 0021 + - Zhendong Su 0001 + year: '2025' + doi: 10.1145/3731569.3764796 + url: https://doi.org/10.1145/3731569.3764796 + dblp_key: conf/sosp/Sun025 + venue_name: SOSP + pages: 736-751 +- title: 'Pesto: Cooking up High Performance BFT Queries' + authors: + - Florian Suri-Payer + - Neil Giridharan + - Liam Arzola + - Shir Cohen + - Lorenzo Alvisi + - Natacha Crooks + year: '2025' + doi: 10.1145/3731569.3764799 + url: https://doi.org/10.1145/3731569.3764799 + dblp_key: conf/sosp/Suri-PayerGACAC25 + venue_name: SOSP + pages: 529-554 +- title: Robust LLM Training Infrastructure at ByteDance + authors: + - Borui Wan + - Gaohong Liu + - Zuquan Song + - Jun Wang + - Yun Zhang + - Guangming Sheng + - Shuguang Wang + - Houmin Wei + - Chenyuan Wang + - Weiqiang Lou + - Xi Yang + - Mofan Zhang + - Kaihua Jiang + - Cheng Ren + - Xiaoyun Zhi + - Menghan Yu + - Zhe Nan + - Zhuolin Zheng + - Baoquan Zhong + - Qinlong Wang + - Huan Yu + - Jinxin Chi + - Wang Zhang + - Yuhan Li + - Zixian Du + - Sida Zhao + - Yongqiang Zhang + - Jingzhe Tang + - Zherui Liu + - Chuan Wu + - Yanghua Peng + - Haibin Lin + - Wencong Xiao + - Xin Liu + - Liang Xiang + year: '2025' + doi: 10.1145/3731569.3764838 + url: https://doi.org/10.1145/3731569.3764838 + dblp_key: conf/sosp/WanLSWZSWWWLYZJ25 + venue_name: SOSP + pages: 186-203 +- title: 'PhoenixOS: Concurrent OS-level GPU Checkpoint and Restore with Validated + Speculation' + authors: + - Xingda Wei + - Zhuobin Huang + - Tianle Sun + - Yingyi Hao + - Rong Chen 0001 + - Mingcong Han + - Jinyu Gu 0001 + - Haibo Chen 0001 + year: '2025' + doi: 10.1145/3731569.3764813 + url: https://doi.org/10.1145/3731569.3764813 + dblp_key: conf/sosp/WeiHSH0H0025 + venue_name: SOSP + pages: 996-1013 +- title: 'Aegaeon: Effective GPU Pooling for Concurrent LLM Serving on the Market' + authors: + - Yuxing Xiang + - Xue Li 0024 + - Kun Qian 0004 + - Yufan Yang + - Diwen Zhu + - Wenyuan Yu + - Ennan Zhai + - Xuanzhe Liu + - Xin Jin 0008 + - Jingren Zhou 0001 + year: '2025' + doi: 10.1145/3731569.3764815 + url: https://doi.org/10.1145/3731569.3764815 + dblp_key: conf/sosp/Xiang0QYZYZL0025 + venue_name: SOSP + pages: 1030-1045 +- title: 'KNighter: Transforming Static Analysis with LLM-Synthesized Checkers' + authors: + - Chenyuan Yang + - Zijie Zhao + - Zichen Xie + - Haoyu Li + - Lingming Zhang 0001 + year: '2025' + doi: 10.1145/3731569.3764827 + url: https://doi.org/10.1145/3731569.3764827 + dblp_key: conf/sosp/YangZXLZ25 + venue_name: SOSP + pages: 655-669 +- title: 'SAND: A New Programming Abstraction for Video-based Deep Learning' + authors: + - Juncheol Ye + - Seungkook Lee + - Hwijoon Lim + - Jihyuk Lee + - Uitaek Hong + - Youngjin Kwon + - Dongsu Han + year: '2025' + doi: 10.1145/3731569.3764847 + url: https://doi.org/10.1145/3731569.3764847 + dblp_key: conf/sosp/YeLLLHKH25 + venue_name: SOSP + pages: 589-605 +- title: 'IC-Cache: Efficient Large Language Model Serving via In-context Caching' + authors: + - Yifan Yu + - Yu Gan 0002 + - Nikhil Sarda + - Lillian Tsai + - Jiaming Shen + - Yanqi Zhou + - Arvind Krishnamurthy + - Fan Lai 0001 + - Hank Levy + - David E. Culler + year: '2025' + doi: 10.1145/3731569.3764829 + url: https://doi.org/10.1145/3731569.3764829 + dblp_key: conf/sosp/YuGSTSZK0LC25 + venue_name: SOSP + pages: 375-398 +- title: 'Quilt: Resource-aware Merging of Serverless Workflows' + authors: + - Yuxuan Zhang + - Sebastian Angel + year: '2025' + doi: 10.1145/3731569.3764830 + url: https://doi.org/10.1145/3731569.3764830 + dblp_key: conf/sosp/ZhangA25 + venue_name: SOSP + pages: 907-927 +- title: 'Jenga: Effective Memory Management for Serving LLM with Heterogeneity' + authors: + - Chen Zhang 0001 + - Kuntai Du + - Shu Liu + - Woosuk Kwon + - Xiangxi Mo + - Yufeng Wang + - Xiaoxuan Liu + - Kaichao You + - Zhuohan Li 0001 + - Mingsheng Long + - Jidong Zhai + - Joseph Gonzalez 0001 + - Ion Stoica + year: '2025' + doi: 10.1145/3731569.3764823 + url: https://doi.org/10.1145/3731569.3764823 + dblp_key: conf/sosp/ZhangDLKMWLYLLZ25 + venue_name: SOSP + pages: 446-461 +- title: 'DiffKV: Differentiated Memory Management for Large Language Models with + Parallel KV Compaction' + authors: + - Yanqi Zhang + - Yuwei Hu + - Runyuan Zhao + - John C. S. Lui + - Haibo Chen 0001 + year: '2025' + doi: 10.1145/3731569.3764810 + url: https://doi.org/10.1145/3731569.3764810 + dblp_key: conf/sosp/ZhangHZLC25 + venue_name: SOSP + pages: 431-445 +- title: 'CortenMM: Efficient Memory Management with Strong Correctness Guarantees' + authors: + - Junyang Zhang + - Xiangcan Xu + - Yong-Hao Zou + - Zhe Tang + - Xinyi Wan 0001 + - Kang Hu + - Siyuan Wang + - Wenbo Xu + - Di Wang 0017 + - Hao Chen 0023 + - Lin Huang 0005 + - Shoumeng Yan + - Yuval Tamir + - Yingwei Luo + - Xiaolin Wang 0001 + - Huashan Yu + - Zhenlin Wang 0003 + - Hongliang Tian + - Diyu Zhou + year: '2025' + doi: 10.1145/3731569.3764836 + url: https://doi.org/10.1145/3731569.3764836 + dblp_key: conf/sosp/ZhangXZTWHWXW0H25 + venue_name: SOSP + pages: 1082-1098 +- title: 'AutoMan: Facilitating Verified Distributed Systems Development Through Automatic + Code Generation and Manual Optimizations' + authors: + - Zihao Zhang + - Ti Zhou + - Christa Jenkins + - Omar Chowdhury + - Shuai Mu 0001 + year: '2025' + doi: 10.1145/3731569.3764822 + url: https://doi.org/10.1145/3731569.3764822 + dblp_key: conf/sosp/ZhangZJC025 + venue_name: SOSP + pages: 768-785 +- title: 'Oasis: Pooling PCIe Devices Over CXL to Boost Utilization' + authors: + - Yuhong Zhong + - Daniel S. Berger + - Pantea Zardoshti + - Enrique Saurez + - Jacob Nelson 0001 + - Dan R. K. Ports + - Antonis Psistakis + - Joshua Fried + - Asaf Cidon + year: '2025' + doi: 10.1145/3731569.3764812 + url: https://doi.org/10.1145/3731569.3764812 + dblp_key: conf/sosp/ZhongBZS0PPFC25 + venue_name: SOSP + pages: 101-119 +- title: 'Sleeping with One Eye Open: Fast, Sustainable Storage with Sandman' + authors: + - Yanbo Zhou + - Erci Xu + - Anisa Su + - Jim Harris + - Adam Manzanares + - Steven Swanson + year: '2025' + doi: 10.1145/3731569.3764804 + url: https://doi.org/10.1145/3731569.3764804 + dblp_key: conf/sosp/ZhouXSHMS25 + venue_name: SOSP + pages: 496-511 +- title: 'cache_ext: Customizing the Page Cache with eBPF' + authors: + - Tal Zussman + - Ioannis Zarkadas + - Jeremy Carin + - Andrew Cheng + - Hubertus Franke + - Jonas Pfefferle + - Asaf Cidon + year: '2025' + doi: 10.1145/3731569.3764820 + url: https://doi.org/10.1145/3731569.3764820 + dblp_key: conf/sosp/ZussmanZCCFPC25 + venue_name: SOSP + pages: 462-478 +- title: Proceedings of the ACM SIGOPS 31st Symposium on Operating Systems Principles, + SOSP 2025, Lotte Hotel World, Seoul, Republic of Korea, October 13-16, 2025 + authors: + - Youjip Won + - Youngjin Kwon + - Ding Yuan 0004 + - Rebecca Isaacs + year: '2025' + doi: 10.1145/3731569 + url: https://doi.org/10.1145/3731569 + dblp_key: conf/sosp/2025 + venue_name: SOSP + pages: null diff --git a/site/data/papers/SOSP-2025-digest.yaml b/site/data/papers/SOSP-2025-digest.yaml new file mode 100644 index 0000000..d526f49 --- /dev/null +++ b/site/data/papers/SOSP-2025-digest.yaml @@ -0,0 +1,163 @@ +venue: SOSP +year: 2025 +papers: +- title: 'LithOS: An Operating System for Efficient Machine Learning on GPUs' + authors: + - Patrick H. Coppock + - Brian Zhang + - Eliot H. Solomon + - Vasilis Kypriotis + - Leon Yang + - Bikash Sharma + - Dan Schatzberg + - Todd C. Mowry + - Dimitrios Skarlatos 0002 + reason: "Designs a dedicated OS for GPU ML workloads, rethinking scheduling and resource management at the kernel level for accelerator-centric computing." + +- title: 'CHERIoT RTOS: An OS for Fine-Grained Memory-Safe Compartments on Low-Cost + Embedded Devices' + authors: + - Saar Amar + - Tony Chen + - David Chisnall + - Nathaniel Wesley Filardo + - Ben Laurie + - Hugo Lefeuvre + - Kunyan Liu + - Simon W. Moore + - Robert Norton-Wright + - Margo I. Seltzer + - Yucong Tao + - Robert N. M. Watson + - Hongyan Xia + reason: "Demonstrates hardware-capability-based fine-grained memory safety and compartmentalisation on constrained embedded devices, setting a new bar for secure IoT OSes." + +- title: 'Atmosphere: Practical Verified Kernels with Rust and Verus' + authors: + - Xiangdong Chen + - Zhaofeng Li 0004 + - Jerry Zhang + - Vikram Narayanan + - Anton Burtsev + reason: "Shows that practical kernel verification is achievable using Rust and the Verus verifier, bridging the gap between formal methods and production OS development." + +- title: 'TickTock: Verified Isolation in a Production Embedded OS' + authors: + - Vivien Rindisbacher + - Evan Johnson 0001 + - Nico Lehmann + - Tyler Potyondy + - Pat Pannuto + - Stefan Savage + - Deian Stefan + - Ranjit Jhala + reason: "Delivers machine-checked proofs of isolation properties for a real embedded OS, providing strong security guarantees without sacrificing production deployability." + +- title: 'μFork: Supporting POSIX fork Within a Single-Address-Space OS' + authors: + - John Alistair Kressel + - Hugo Lefeuvre + - Pierre Olivier + reason: "Reconciles the POSIX fork abstraction with unikernel/single-address-space designs, addressing a long-standing compatibility obstacle for library OS deployments." + +- title: Scalable Address Spaces using Concurrent Interval Skiplist + authors: + - Tae Woo Kim + - Youngjin Kwon + - Jeehoon Kang + reason: "Tackles the fundamental kernel scalability problem of virtual memory area management by replacing the VMA red-black tree with a concurrent interval skiplist, yielding significant mmap/munmap throughput gains." + +- title: 'cache_ext: Customizing the Page Cache with eBPF' + authors: + - Tal Zussman + - Ioannis Zarkadas + - Jeremy Carin + - Andrew Cheng + - Hubertus Franke + - Jonas Pfefferle + - Asaf Cidon + reason: "Extends the eBPF programmability model to the OS page cache, enabling application-specific caching policies without kernel modifications." + +- title: 'Aeolia: A Fast and Secure Userspace Interrupt-Based Storage Stack' + authors: + - Chuandong Li 0004 + - Ran Yi 0004 + - Zonghao Zhang + - Jing Liu 0074 + - Changwoo Min + - Jie Zhang 0048 + - Yingwei Luo + - Xiaolin Wang 0001 + - Zhenlin Wang 0003 + - Diyu Zhou + reason: "Redesigns the storage I/O path around userspace interrupts, achieving high throughput and low latency while preserving strong isolation properties." + +- title: 'Sleeping with One Eye Open: Fast, Sustainable Storage with Sandman' + authors: + - Yanbo Zhou + - Erci Xu + - Anisa Su + - Jim Harris + - Adam Manzanares + - Steven Swanson + reason: "Introduces a storage system that aggressively power-gates flash devices while maintaining low latency, addressing sustainability concerns for large-scale storage deployments." + +- title: 'Oasis: Pooling PCIe Devices Over CXL to Boost Utilization' + authors: + - Yuhong Zhong + - Daniel S. Berger + - Pantea Zardoshti + - Enrique Saurez + - Jacob Nelson 0001 + - Dan R. K. Ports + - Antonis Psistakis + - Joshua Fried + - Asaf Cidon + reason: "Exploits CXL interconnects to pool PCIe devices across servers, significantly improving device utilisation and laying groundwork for memory-semantic datacenter architectures." + +- title: 'Scalable Far Memory: Balancing Faults and Evictions' + authors: + - Yueyang Pan + - Yash Lala + - Musa Unal + - Yujie Ren + - SeungSeob Lee + - Abhishek Bhattacharjee + - Anurag Khandelwal + - Sanidhya Kashyap + reason: "Provides a rigorous analysis of the fault-vs-eviction trade-off in far-memory systems and proposes mechanisms that scale to production datacenter workloads." + +- title: 'Tiga: Accelerating Geo-Distributed Transactions with Synchronized Clocks' + authors: + - Jinkun Geng + - Shuai Mu 0001 + - Anirudh Sivaraman + - Balaji Prabhakar + reason: "Exploits hardware clock synchronisation to cut coordination overhead in geo-distributed transactions, achieving latency close to the theoretical network minimum." + +- title: 'Pesto: Cooking up High Performance BFT Queries' + authors: + - Florian Suri-Payer + - Neil Giridharan + - Liam Arzola + - Shir Cohen + - Lorenzo Alvisi + - Natacha Crooks + reason: "Advances Byzantine fault-tolerant systems by separating the query path from consensus, enabling high-throughput reads without weakening safety guarantees." + +- title: 'Orthrus: Efficient and Timely Detection of Silent User Data Corruption in + the Cloud with Resource-Adaptive Computation Validation' + authors: + - Chenxiao Liu + - Zhenting Zhu + - Quanxi Li + - Yanwen Xia + - Yifan Qiao 0002 + - Xiangyun Deng + - Youyou Lu + - Tao Xie 0001 + - Huimin Cui + - Zidong Du + - Harry Xu 0001 + - Chenxi Wang 0005 + reason: "Detects silent data corruption at cloud scale using resource-adaptive redundant computation, addressing a critical and hard-to-diagnose reliability threat in hyperscale infrastructure." diff --git a/site/data/papers/SoCC-2024-candidates.yaml b/site/data/papers/SoCC-2024-candidates.yaml new file mode 100644 index 0000000..564043c --- /dev/null +++ b/site/data/papers/SoCC-2024-candidates.yaml @@ -0,0 +1,914 @@ +venue: SoCC +year: 2024 +source: dblp +count: 64 +papers: +- title: 'SQLStateGuard: Statement-Level SQL Injection Defense Based on Learning-Driven + Middleware' + authors: + - Xin Liu 0050 + - Yuanyuan Huang + - Tianyi Wang + - Song Li 0006 + - Weina Niu + - Jun Shen 0001 + - Qingguo Zhou + - Xiaokang Zhou + year: '2024' + doi: 10.1145/3698038.3698569 + url: https://doi.org/10.1145/3698038.3698569 + dblp_key: conf/cloud/0050HW0N0ZZ24 + venue_name: SoCC + pages: 69-82 +- title: 'Inshrinkerator: Compressing Deep Learning Training Checkpoints via Dynamic + Quantization' + authors: + - Amey Agrawal + - Sameer Reddy + - Satwik Bhattamishra + - Venkata Prabhakara Sarath Nookala + - Vidushi Vashishth + - Kexin Rong 0001 + - Alexey Tumanov + year: '2024' + doi: 10.1145/3698038.3698553 + url: https://doi.org/10.1145/3698038.3698553 + dblp_key: conf/cloud/AgrawalRBNV0T24 + venue_name: SoCC + pages: 1012-1031 +- title: 'The Sunk Carbon Fallacy: Rethinking Carbon Footprint Metrics for Effective + Carbon-Aware Scheduling' + authors: + - Noman Bashir + - Varun Gohil + - Anagha Belavadi Subramanya + - Mohammad Shahrad + - David Irwin 0001 + - Elsa Olivetti + - Christina Delimitrou + year: '2024' + doi: 10.1145/3698038.3698542 + url: https://doi.org/10.1145/3698038.3698542 + dblp_key: conf/cloud/BashirGSSIOD24 + venue_name: SoCC + pages: 542-551 +- title: 'Krios: Scheduling Abstractions and Mechanisms for Enabling a LEO Compute + Cloud' + authors: + - Vaibhav Bhosale + - Ada Gavrilovska + - Ketan Bhardwaj + year: '2024' + doi: 10.1145/3698038.3698566 + url: https://doi.org/10.1145/3698038.3698566 + dblp_key: conf/cloud/BhosaleGB24 + venue_name: SoCC + pages: 322-340 +- title: Securing a Multiprocessor KVM Hypervisor with Rust + authors: + - Yu-Hsun Chiang + - Wei-Lin Chang + - Shih-Wei Li + - Jan-Ting Tu + year: '2024' + doi: 10.1145/3698038.3698562 + url: https://doi.org/10.1145/3698038.3698562 + dblp_key: conf/cloud/ChiangCLT24 + venue_name: SoCC + pages: 650-667 +- title: 'Process-as-a-Service: Unifying Elastic and Stateful Clouds with Serverless + Processes' + authors: + - Marcin Copik + - Alexandru Calotoiu + - Gyorgy Réthy + - Roman Böhringer + - Rodrigo Bruno + - Torsten Hoefler + year: '2024' + doi: 10.1145/3698038.3698567 + url: https://doi.org/10.1145/3698038.3698567 + dblp_key: conf/cloud/CopikCRBBH24 + venue_name: SoCC + pages: 223-242 +- title: 'MoEsaic: Shared Mixture of Experts' + authors: + - Umesh Deshpande + - Travis Janssen + - Mudhakar Srivatsa + - Swaminathan Sundararaman + year: '2024' + doi: 10.1145/3698038.3698521 + url: https://doi.org/10.1145/3698038.3698521 + dblp_key: conf/cloud/DeshpandeJSS24 + venue_name: SoCC + pages: 434-442 +- title: 'Forecasting Algorithms for Intelligent Resource Scaling: An Experimental + Analysis' + authors: + - Yanlei Diao + - Dominik Horn + - Andreas Kipf + - Oleksandr Shchur + - Ines Benito + - Wenjian Dong + - Davide Pagano + - Pascal Pfeil + - Vikram Nathan + - Balakrishnan Narayanaswamy + - Tim Kraska + year: '2024' + doi: 10.1145/3698038.3698564 + url: https://doi.org/10.1145/3698038.3698564 + dblp_key: conf/cloud/DiaoHKSBDPPNNK24 + venue_name: SoCC + pages: 126-143 +- title: 'H2C-Dedup: Reducing I/O and GC Amplification for QLC SSDs from the Deduplication + Metadata Perspective' + authors: + - Yunsheng Dong + - Boju Chen + - Yanqi Pan + - Xiangyu Zou + - Wen Xia + year: '2024' + doi: 10.1145/3698038.3698507 + url: https://doi.org/10.1145/3698038.3698507 + dblp_key: conf/cloud/DongCPZX24 + venue_name: SoCC + pages: 704-719 +- title: Distributed Training of Large Language Models on AWS Trainium + authors: + - Xinwei Fu + - Zhen Zhang 0063 + - Haozheng Fan + - Guangtai Huang + - Mohammad El-Shabani + - Randy Huang + - Rahul Solanki + - Fei Wu + - Ron Diamant + - Yida Wang 0003 + year: '2024' + doi: 10.1145/3698038.3698535 + url: https://doi.org/10.1145/3698038.3698535 + dblp_key: conf/cloud/FuZFHEHSWD024 + venue_name: SoCC + pages: 961-976 +- title: Dynamic Idle Resource Leasing To Safely Oversubscribe Capacity At Meta + authors: + - Nishant Gupta + - Iyswarya Narayanan + - Shivam Handa + - Sayak Chakraborti + - Pankit Thapar + - Baohua Shan + - Ariel Rao + - Yuanlai Liu + - Pengyuan Wang + - Yuqing Wu + - Qingyi Gao + - Chris Chao-Chun Cheng + - Sihan You + - Louis Huang + - Jingyuan Fan + - Kenny Yu + - Kevin Lin + - Tengfei Mu + - Parth Malani + - Haiying Wang + - Trey Lu + - Peter Zhang + year: '2024' + doi: 10.1145/3698038.3698537 + url: https://doi.org/10.1145/3698038.3698537 + dblp_key: conf/cloud/GuptaNHCTSRLWWG24 + venue_name: SoCC + pages: 792-810 +- title: 'Byways: High-Performance, Isolated Network Functions for Multi-Tenant Cloud + Servers' + authors: + - Xinyu Han + - Yuan Gao 0041 + - Gabriel Parmer + - Timothy Wood 0001 + year: '2024' + doi: 10.1145/3698038.3698547 + url: https://doi.org/10.1145/3698038.3698547 + dblp_key: conf/cloud/HanGP024 + venue_name: SoCC + pages: 811-829 +- title: 'KACE: Kernel-Aware Colocation for Efficient GPU Spatial Sharing' + authors: + - Bing-Shiun Han + - Tathagata Paul + - Zhenhua Liu 0002 + - Anshul Gandhi + year: '2024' + doi: 10.1145/3698038.3698555 + url: https://doi.org/10.1145/3698038.3698555 + dblp_key: conf/cloud/HanP0G24 + venue_name: SoCC + pages: 460-469 +- title: 'AutoBurst: Autoscaling Burstable Instances for Cost-effective Latency SLOs' + authors: + - Rubaba Hasan + - Timothy Zhu + - Bhuvan Urgaonkar + year: '2024' + doi: 10.1145/3698038.3698530 + url: https://doi.org/10.1145/3698038.3698530 + dblp_key: conf/cloud/HasanZU24 + venue_name: SoCC + pages: 243-258 +- title: 'INS: Identifying and Mitigating Performance Interference in Clouds via Interference-Sensitive + Paths' + authors: + - Ziwei Huang 0003 + - Mengyao Xie + - Shibo Tang + - Zihao Chang + - Zhicheng Yao + - Yungang Bao + - Sa Wang + year: '2024' + doi: 10.1145/3698038.3698508 + url: https://doi.org/10.1145/3698038.3698508 + dblp_key: conf/cloud/HuangXTCYBW24 + venue_name: SoCC + pages: 380-397 +- title: 'Memory Management in Complex Join Queries: A Re-evaluation Study' + authors: + - Shiva Jahangiri + - Michael J. Carey 0001 + - Johann-Christoph Freytag + year: '2024' + doi: 10.1145/3698038.3698565 + url: https://doi.org/10.1145/3698038.3698565 + dblp_key: conf/cloud/Jahangiri0F24 + venue_name: SoCC + pages: 933-942 +- title: 'SmartGraph: A Framework for Graph Processing in Computational Storage' + authors: + - Soheil Khadirsharbiyani + - Nima Elyasi + - Armin Haj Aboutalebi + - Chun-Yi Liu 0002 + - Changho Choi + - Mahmut Taylan Kandemir + year: '2024' + doi: 10.1145/3698038.3698538 + url: https://doi.org/10.1145/3698038.3698538 + dblp_key: conf/cloud/Khadirsharbiyani24 + venue_name: SoCC + pages: 737-754 +- title: 'FedCaSe: Enhancing Federated Learning with Heterogeneity-aware Caching and + Scheduling' + authors: + - Redwan Ibne Seraj Khan + - Arnab K. Paul + - Yue Cheng 0001 + - Xun Steve Jian + - Ali Raza Butt + year: '2024' + doi: 10.1145/3698038.3698559 + url: https://doi.org/10.1145/3698038.3698559 + dblp_key: conf/cloud/KhanP0JB24 + venue_name: SoCC + pages: 52-68 +- title: 'Zero-SAD: Zero-Shot Learning Using Synthetic Abnormal Data for Abnormal + Behavior Detection on Private Cloud' + authors: + - Jae-Seok Kim + - Joonho Seo + - SeonJin Hwang + - Jin-Myeong Shin + - Yoon-Ho Choi + year: '2024' + doi: 10.1145/3698038.3698533 + url: https://doi.org/10.1145/3698038.3698533 + dblp_key: conf/cloud/KimSHSC24 + venue_name: SoCC + pages: 111-125 +- title: Occam's Razor for Distributed Protocols + authors: + - Ziliang Lai + - Fan Cui + - Hua Fan 0002 + - Eric Lo 0001 + - Wenchao Zhou + - Feifei Li 0001 + year: '2024' + doi: 10.1145/3698038.3698514 + url: https://doi.org/10.1145/3698038.3698514 + dblp_key: conf/cloud/LaiC00Z024 + venue_name: SoCC + pages: 618-636 +- title: 'Snapipeline: Accelerating Snapshot Startup for FaaS Containers' + authors: + - Yuqiao Lan + - Xiaohui Peng 0002 + - Yifan Wang 0005 + year: '2024' + doi: 10.1145/3698038.3698513 + url: https://doi.org/10.1145/3698038.3698513 + dblp_key: conf/cloud/LanPW24 + venue_name: SoCC + pages: 144-159 +- title: Streamlining Cloud-Native Application Development and Deployment with Robust + Encapsulation + authors: + - Pawissanutt Lertpongrujikorn + - Hai Duc Nguyen 0005 + - Mohsen Amini Salehi + year: '2024' + doi: 10.1145/3698038.3698552 + url: https://doi.org/10.1145/3698038.3698552 + dblp_key: conf/cloud/Lertpongrujikorn24 + venue_name: SoCC + pages: 847-865 +- title: Near-Lossless Gradient Compression for Data-Parallel Distributed DNN Training + authors: + - Xue Li 0024 + - Cheng Guo 0007 + - Kun Qian 0004 + - Menghao Zhang 0001 + - Mengyu Yang + - Mingwei Xu 0001 + year: '2024' + doi: 10.1145/3698038.3698541 + url: https://doi.org/10.1145/3698038.3698541 + dblp_key: conf/cloud/LiGQ0YX24 + venue_name: SoCC + pages: 977-994 +- title: Rethinking State Management in Actor Systems for Cloud-Native Applications + authors: + - Yijian Liu + - Rodrigo Laigner + - Yongluan Zhou + year: '2024' + doi: 10.1145/3698038.3698540 + url: https://doi.org/10.1145/3698038.3698540 + dblp_key: conf/cloud/LiuLZ24 + venue_name: SoCC + pages: 898-914 +- title: 'Kale: Elastic GPU Scheduling for Online DL Model Training' + authors: + - Ziyang Liu + - Renyu Yang + - Jin Ouyang + - Weihan Jiang + - Tianyu Ye + - Menghao Zhang 0001 + - Sui Huang + - Jiaming Huang + - Chengru Song + - Di Zhang 0026 + - Tianyu Wo + - Chunming Hu + year: '2024' + doi: 10.1145/3698038.3698532 + url: https://doi.org/10.1145/3698038.3698532 + dblp_key: conf/cloud/LiuYOJY0HHSZWH24 + venue_name: SoCC + pages: 36-51 +- title: 'ByteMQ: A Cloud-native Streaming Data Layer in ByteDance' + authors: + - Yancan Mao + - Ruohang Yin + - Liyuan Lei + - Peng Ye + - Shengfu Zou + - Shizheng Tang + - Yunzhe Guo + - Ye Yuan + - Xiaochen Yu + - Bo Wan 0004 + - Yunfei Gong + - Changli Gao + - Guanghui Zhang + - Jian Shen + - Rui Shi + - Richard T. B. Ma + year: '2024' + doi: 10.1145/3698038.3698536 + url: https://doi.org/10.1145/3698038.3698536 + dblp_key: conf/cloud/MaoYLYZTGYYWGGZ24 + venue_name: SoCC + pages: 774-791 +- title: 'uIO: Lightweight and Extensible Unikernels' + authors: + - Masanori Misono + - Peter Okelmann + - Charalampos Mainas + - Pramod Bhatotia + year: '2024' + doi: 10.1145/3698038.3698518 + url: https://doi.org/10.1145/3698038.3698518 + dblp_key: conf/cloud/MisonoOMB24 + venue_name: SoCC + pages: 580-599 +- title: 'FAAStloop: Optimizing Loop-Based Applications for Serverless Computing' + authors: + - Shruti Mohanty + - Vivek M. Bhasi + - Myungjun Son + - Mahmut Taylan Kandemir + - Chita R. Das + year: '2024' + doi: 10.1145/3698038.3698560 + url: https://doi.org/10.1145/3698038.3698560 + dblp_key: conf/cloud/MohantyBSKD24 + venue_name: SoCC + pages: 943-960 +- title: 'CDN-Shifter: Leveraging Spatial Workload Shifting to Decarbonize Content + Delivery Networks' + authors: + - Jorge Murillo + - Walid A. Hanafy + - David Irwin 0001 + - Ramesh K. Sitaraman + - Prashant J. Shenoy + year: '2024' + doi: 10.1145/3698038.3698516 + url: https://doi.org/10.1145/3698038.3698516 + dblp_key: conf/cloud/MurilloHISS24 + venue_name: SoCC + pages: 505-521 +- title: Towards Swap-Free, Continuous Ballooning for Fast, Cloud-Based Virtual Machine + Migrations + authors: + - Kevin Alarcón Negy + - Tycho Nightingale + - Hakim Weatherspoon + - Zhiming Shen + year: '2024' + doi: 10.1145/3698038.3698543 + url: https://doi.org/10.1145/3698038.3698543 + dblp_key: conf/cloud/NegyNWS24 + venue_name: SoCC + pages: 269-283 +- title: 'TailClipper: Reducing Tail Response Time of Distributed Services Through + System-Wide Scheduling' + authors: + - Nathan Ng 0002 + - Abel Souza + - Ahmed Ali-Eldin + - David Irwin 0001 + - Don Towsley + - Prashant J. Shenoy + year: '2024' + doi: 10.1145/3698038.3698554 + url: https://doi.org/10.1145/3698038.3698554 + dblp_key: conf/cloud/NgSAITS24 + venue_name: SoCC + pages: 398-414 +- title: 'SURE: Secure Unikernels Make Serverless Computing Rapid and Efficient' + authors: + - Federico Parola + - Shixiong Qi + - Anvaya B. Narappa + - K. K. Ramakrishnan + - Fulvio Risso + year: '2024' + doi: 10.1145/3698038.3698558 + url: https://doi.org/10.1145/3698038.3698558 + dblp_key: conf/cloud/ParolaQNRR24 + venue_name: SoCC + pages: 668-688 +- title: Queue Management for SLO-Oriented Large Language Model Serving + authors: + - Archit Patke + - Dhemath Reddy + - Saurabh Jha + - Haoran Qiu + - Christian Pinto + - Chandra Narayanaswami + - Zbigniew Kalbarczyk + - Ravishankar K. Iyer + year: '2024' + doi: 10.1145/3698038.3698523 + url: https://doi.org/10.1145/3698038.3698523 + dblp_key: conf/cloud/PatkeRJQPNKI24 + venue_name: SoCC + pages: 18-35 +- title: 'InferCool: Enhancing AI Inference Cooling through Transparent, Non-Intrusive + Task Reassignment' + authors: + - Qiangyu Pei + - Lin Wang 0015 + - Dong Zhang + - Bingheng Yan + - Chen Yu 0003 + - Fangming Liu + year: '2024' + doi: 10.1145/3698038.3698556 + url: https://doi.org/10.1145/3698038.3698556 + dblp_key: conf/cloud/PeiWZY0L24 + venue_name: SoCC + pages: 487-504 +- title: Accelerating Transfer Learning with Near-Data Computation on Cloud Object + Stores + authors: + - Diana Petrescu + - Arsany Guirguis + - Do Le Quoc + - Javier Picorel + - Rachid Guerraoui + - Florin Dinu + year: '2024' + doi: 10.1145/3698038.3698549 + url: https://doi.org/10.1145/3698038.3698549 + dblp_key: conf/cloud/PetrescuGQPGD24 + venue_name: SoCC + pages: 995-1011 +- title: 'Komet: A Serverless Platform for Low-Earth Orbit Edge Services' + authors: + - Tobias Pfandzelter + - David Bermbach + year: '2024' + doi: 10.1145/3698038.3698517 + url: https://doi.org/10.1145/3698038.3698517 + dblp_key: conf/cloud/PfandzelterB24 + venue_name: SoCC + pages: 866-882 +- title: The Hidden Carbon Footprint of Serverless Computing + authors: + - Rohan Basu Roy + - Raghavendra Kanakagiri + - Yankai Jiang 0002 + - Devesh Tiwari + year: '2024' + doi: 10.1145/3698038.3698546 + url: https://doi.org/10.1145/3698038.3698546 + dblp_key: conf/cloud/RoyK0T24 + venue_name: SoCC + pages: 570-579 +- title: Is It Time To Put Cold Starts In The Deep Freeze? + authors: + - Carlos Segarra + - Ivan Durev + - Peter R. Pietzuch + year: '2024' + doi: 10.1145/3698038.3698527 + url: https://doi.org/10.1145/3698038.3698527 + dblp_key: conf/cloud/SegarraDP24 + venue_name: SoCC + pages: 259-268 +- title: 'Rethinking the Networking Stack for Serverless Environments: A Sidecar Approach' + authors: + - Vishwanath Seshagiri + - Abhinav Gupta + - Vahab Jabrayilov + - Avani Wildani + - Kostis Kaffes + year: '2024' + doi: 10.1145/3698038.3698561 + url: https://doi.org/10.1145/3698038.3698561 + dblp_key: conf/cloud/SeshagiriGJWK24 + venue_name: SoCC + pages: 213-222 +- title: Accountable Carbon Footprints and Energy Profiling For Serverless Functions + authors: + - Prateek Sharma 0001 + - Alexander Fuerst + year: '2024' + doi: 10.1145/3698038.3698531 + url: https://doi.org/10.1145/3698038.3698531 + dblp_key: conf/cloud/SharmaF24 + venue_name: SoCC + pages: 522-541 +- title: 'Building AI Agents for Autonomous Clouds: Challenges and Design Principles' + authors: + - Manish Shetty + - Yinfang Chen + - Gagan Somashekar + - Minghua Ma + - Yogesh Simmhan + - Xuchao Zhang + - Jonathan Mace + - Dax Vandevoorde + - Pedro Henrique B. Las-Casas + - Shachee Mishra Gupta + - Suman Nath + - Chetan Bansal + - Saravan Rajmohan + year: '2024' + doi: 10.1145/3698038.3698525 + url: https://doi.org/10.1145/3698038.3698525 + dblp_key: conf/cloud/ShettyCSMSZMVLG24 + venue_name: SoCC + pages: 99-110 +- title: 'ParaGAN: A Scalable Distributed Training Framework for Generative Adversarial + Networks' + authors: + - Ziji Shi + - Jialin Li 0001 + - Yang You 0001 + year: '2024' + doi: 10.1145/3698038.3698563 + url: https://doi.org/10.1145/3698038.3698563 + dblp_key: conf/cloud/ShiL024 + venue_name: SoCC + pages: 1032-1044 +- title: Cloud-native Workflow Scheduling using a Hybrid Priority Rule, Dynamic Resource + Allocation, and Dynamic Task Partition + authors: + - Jungeun Shin + - Diana Arroyo + - Asser N. Tantawi + - Chen Wang 0039 + - Alaa Youssef + - Rakesh Nagi + year: '2024' + doi: 10.1145/3698038.3698551 + url: https://doi.org/10.1145/3698038.3698551 + dblp_key: conf/cloud/ShinAT0YN24 + venue_name: SoCC + pages: 830-846 +- title: 'Vista: Machine Learning based Database Performance Troubleshooting Framework + in Amazon RDS' + authors: + - Vikramank Y. Singh + - Zhao Song 0001 + - Balakrishnan (Murali) Narayanaswamy + - Kapil Eknath Vaidya + - Tim Kraska + year: '2024' + doi: 10.1145/3698038.3698519 + url: https://doi.org/10.1145/3698038.3698519 + dblp_key: conf/cloud/SinghSNVK24 + venue_name: SoCC + pages: 83-98 +- title: A Data Optimizer for Region-Aware Self-describing Files in Scientific Computing + authors: + - Yanjie Song + - Tianyuan Wu + - Yuanhao Li + - Guancheng Li + - Yuchen Liu + - Shu Yin 0001 + - Wei Xue 0003 + - Junchao Wang + year: '2024' + doi: 10.1145/3698038.3698526 + url: https://doi.org/10.1145/3698038.3698526 + dblp_key: conf/cloud/SongWLLL0XW24 + venue_name: SoCC + pages: 883-897 +- title: 'Demystifying the Fight Against Complexity: A Comprehensive Study of Live + Debugging Activities in Production Cloud Systems' + authors: + - P. C. Sruthi + - Zinan Guo + - Deming Chu + - Zhengyan Chen + - Yongle Zhang 0007 + year: '2024' + doi: 10.1145/3698038.3698568 + url: https://doi.org/10.1145/3698038.3698568 + dblp_key: conf/cloud/SruthiGCCZ24 + venue_name: SoCC + pages: 341-360 +- title: 'Pre-Warming is Not Enough: Accelerating Serverless Inference With Opportunistic + Pre-Loading' + authors: + - Yifan Sui + - Hanfei Yu + - Yitao Hu + - Jianxun Li + - Hao Wang 0022 + year: '2024' + doi: 10.1145/3698038.3698509 + url: https://doi.org/10.1145/3698038.3698509 + dblp_key: conf/cloud/SuiYHLW24 + venue_name: SoCC + pages: 178-195 +- title: Exploring the Efficiency of Renewable Energy-based Modular Data Centers at + Scale + authors: + - Jinghan Sun + - Zibo Gong + - Anup Agarwal + - Shadi A. Noghabi + - Ranveer Chandra + - Marc Snir + - Jian Huang 0006 + year: '2024' + doi: 10.1145/3698038.3698544 + url: https://doi.org/10.1145/3698038.3698544 + dblp_key: conf/cloud/SunGANCS024 + venue_name: SoCC + pages: 552-569 +- title: 'PCLive: Pipelined Restoration of Application Containers for Reduced Service + Downtime' + authors: + - Shiv Bhushan Tripathi + - Debadatta Mishra + year: '2024' + doi: 10.1145/3698038.3698545 + url: https://doi.org/10.1145/3698038.3698545 + dblp_key: conf/cloud/TripathiM24 + venue_name: SoCC + pages: 284-301 +- title: Scheduling for Reduced Tail Task Latencies in Highly Utilized Datacenters + authors: + - Smita Vijayakumar + - Anil Madhavapeddy + - Evangelia Kalyvianaki + year: '2024' + doi: 10.1145/3698038.3698522 + url: https://doi.org/10.1145/3698038.3698522 + dblp_key: conf/cloud/VijayakumarMK24 + venue_name: SoCC + pages: 302-321 +- title: 'Hops: Fine-grained heterogeneous sensing, efficient and fair Deep Learning + cluster scheduling system' + authors: + - Qinghe Wang + - Futian Wang + - Xinwei Zheng + year: '2024' + doi: 10.1145/3698038.3698515 + url: https://doi.org/10.1145/3698038.3698515 + dblp_key: conf/cloud/WangWZ24 + venue_name: SoCC + pages: 1-17 +- title: 'En4S: Enabling SLOs in Serverless Storage Systems' + authors: + - Minghao Xie + - Chen Qian 0001 + - Heiner Litz + year: '2024' + doi: 10.1145/3698038.3698529 + url: https://doi.org/10.1145/3698038.3698529 + dblp_key: conf/cloud/Xie0L24 + venue_name: SoCC + pages: 160-177 +- title: 'VWeiST: A Scalable and Efficient Proof-of-Stake Blockchain Consensus' + authors: + - Hang Xiong + - Cheng Qu + - Jing Li 0047 + year: '2024' + doi: 10.1145/3698038.3698550 + url: https://doi.org/10.1145/3698038.3698550 + dblp_key: conf/cloud/XiongQL24 + venue_name: SoCC + pages: 637-649 +- title: 'ConMonitor: Lightweight Container Protection with Virtualization and VM + Functions' + authors: + - Shaowen Xu + - Qihang Zhou + - Zhicong Zhang + - Xiaoqi Jia + - Donglin Liu + - Heqing Huang 0001 + - Haichao Du + - Zhenyu Song + year: '2024' + doi: 10.1145/3698038.3698520 + url: https://doi.org/10.1145/3698038.3698520 + dblp_key: conf/cloud/XuZZJLHDS24 + venue_name: SoCC + pages: 755-773 +- title: On-demand and Parallel Checkpoint/Restore for GPU Applications + authors: + - Yanning Yang + - Dong Du 0003 + - Haitao Song 0001 + - Yubin Xia + year: '2024' + doi: 10.1145/3698038.3698510 + url: https://doi.org/10.1145/3698038.3698510 + dblp_key: conf/cloud/Yang00X24 + venue_name: SoCC + pages: 415-433 +- title: 'IncBoost: Scaling Incremental Graph Processing for Edge Deletions and Weight + Updates' + authors: + - Xizhe Yin + - Zhijia Zhao 0001 + - Rajiv Gupta 0001 + year: '2024' + doi: 10.1145/3698038.3698524 + url: https://doi.org/10.1145/3698038.3698524 + dblp_key: conf/cloud/Yin0024 + venue_name: SoCC + pages: 915-932 +- title: 'Racos: Improving Erasure Coding State Machine Replication using Leaderless + Consensus' + authors: + - Jonathan Zarnstorff + - Lucas Lebow + - Christopher Siems + - Dillon Remuck + - Colin Ruiz + - Lewis Tseng + year: '2024' + doi: 10.1145/3698038.3698511 + url: https://doi.org/10.1145/3698038.3698511 + dblp_key: conf/cloud/ZarnstorffLSRRT24 + venue_name: SoCC + pages: 600-617 +- title: 'RomeFS: A CXL-SSD Aware File System Exploiting Synergy of Memory-Block Dual + Paths' + authors: + - Yekang Zhan + - Haichuan Hu + - Xiangrui Yang 0001 + - Shaohua Wang + - Qiang Cao 0001 + - Hong Jiang 0001 + - Jie Yao 0001 + year: '2024' + doi: 10.1145/3698038.3698539 + url: https://doi.org/10.1145/3698038.3698539 + dblp_key: conf/cloud/ZhanHYWCJY24 + venue_name: SoCC + pages: 720-736 +- title: 'Faascale: Scaling MicroVM Vertically for Serverless Computing with Memory + Elasticity' + authors: + - Xinmin Zhang + - Qiang He 0001 + - Hao Fan 0006 + - Song Wu 0001 + year: '2024' + doi: 10.1145/3698038.3698512 + url: https://doi.org/10.1145/3698038.3698512 + dblp_key: conf/cloud/ZhangH0024 + venue_name: SoCC + pages: 196-212 +- title: 'Deoxys: A Causal Inference Engine for Unhealthy Node Mitigation in Large-scale + Cloud Infrastructure' + authors: + - Chaoyun Zhang + - Randolph Yao + - Si Qin + - Ze Li 0005 + - Shekhar Agrawal + - Binit R. Mishra + - Tri Tran + - Minghua Ma + - Qingwei Lin + - Murali Chintalapati + - Dongmei Zhang 0001 + year: '2024' + doi: 10.1145/3698038.3698534 + url: https://doi.org/10.1145/3698038.3698534 + dblp_key: conf/cloud/ZhangYQLAMTMLC024 + venue_name: SoCC + pages: 361-379 +- title: 'TianMen: a DPU-based storage network offloading structure for disaggregated + datacenters' + authors: + - Weiyue Zhao + - Jingya Wu + - Wenyan Lu + - Xiaowei Li 0001 + - Guihai Yan + year: '2024' + doi: 10.1145/3698038.3698528 + url: https://doi.org/10.1145/3698038.3698528 + dblp_key: conf/cloud/ZhaoWL0Y24 + venue_name: SoCC + pages: 689-703 +- title: 'FaPES: Enabling Efficient Elastic Scaling for Serverless Machine Learning + Platforms' + authors: + - Xiaoyang Zhao 0005 + - Siran Yang + - Jiamang Wang + - Lansong Diao + - Lin Qu + - Chuan Wu 0001 + year: '2024' + doi: 10.1145/3698038.3698548 + url: https://doi.org/10.1145/3698038.3698548 + dblp_key: conf/cloud/ZhaoYWDQ024 + venue_name: SoCC + pages: 443-459 +- title: 'Pack: Towards Communication-Efficient Homomorphic Encryption in Federated + Learning' + authors: + - Zeyuan Zuo + - Ningxin Su + - Baochun Li + - Teng Zhang + year: '2024' + doi: 10.1145/3698038.3698557 + url: https://doi.org/10.1145/3698038.3698557 + dblp_key: conf/cloud/ZuoSLZ24 + venue_name: SoCC + pages: 470-486 +- title: Proceedings of the 2024 ACM Symposium on Cloud Computing, SoCC 2024, Redmond, + WA, USA, November 20-22, 2024 + authors: [] + year: '2024' + doi: 10.1145/3698038 + url: https://doi.org/10.1145/3698038 + dblp_key: conf/cloud/2024 + venue_name: SoCC + pages: null diff --git a/site/data/papers/SoCC-2024-digest.yaml b/site/data/papers/SoCC-2024-digest.yaml new file mode 100644 index 0000000..d1e4353 --- /dev/null +++ b/site/data/papers/SoCC-2024-digest.yaml @@ -0,0 +1,65 @@ +venue: SoCC +year: 2024 +date: "2024-11-01" +tags: [cloud-computing, distributed-systems] + +selected: + - dblp_key: "conf/cloud/PatkeRJQPNKI24" + title: "Queue Management for SLO-Oriented Large Language Model Serving" + tldr: "A queue management framework that enforces latency SLOs for LLM serving by dynamically routing and prioritizing requests across heterogeneous inference capacity." + why_notable: "As LLM deployments move into production clouds, meeting strict time-to-first-token and total latency SLOs becomes critical; this work directly addresses that gap with a practical, deployable solution. It is one of the first papers to treat LLM serving as a cloud SLO-management problem rather than a pure model-optimization problem." + + - dblp_key: "conf/cloud/LiuYOJY0HHSZWH24" + title: "Kale: Elastic GPU Scheduling for Online DL Model Training" + tldr: "Kale elastically resizes GPU allocations for online DL training jobs in response to real-time resource pressure, improving cluster utilization without violating training progress guarantees." + why_notable: "Elastic GPU scheduling is an unsolved pain point in shared ML clusters; Kale's ability to dynamically shrink and expand jobs without checkpointing overhead is directly applicable to production training infrastructure at hyperscalers." + + - dblp_key: "conf/cloud/WangWZ24" + title: "Hops: Fine-grained heterogeneous sensing, efficient and fair Deep Learning cluster scheduling system" + tldr: "Hops uses fine-grained, heterogeneity-aware GPU sensing to make scheduling decisions that are simultaneously efficient and fair across diverse DL workloads." + why_notable: "Hardware heterogeneity in GPU clusters is the norm, not the exception; Hops provides a principled framework for exploiting that diversity, making it immediately relevant to operators of mixed-generation GPU fleets." + + - dblp_key: "conf/cloud/CopikCRBBH24" + title: "Process-as-a-Service: Unifying Elastic and Stateful Clouds with Serverless Processes" + tldr: "PraaS introduces a long-lived, stateful serverless process abstraction that bridges the gap between ephemeral FaaS functions and persistent cloud VMs." + why_notable: "Statelessness is the central limitation of today's FaaS platforms; this paper proposes a well-grounded new programming model that could reshape how developers think about serverless, backed by implementation and evaluation at scale." + + - dblp_key: "conf/cloud/ZhaoYWDQ024" + title: "FaPES: Enabling Efficient Elastic Scaling for Serverless Machine Learning Platforms" + tldr: "FaPES achieves fast, fine-grained vertical and horizontal scaling of serverless ML serving pods by decoupling memory provisioning from compute allocation." + why_notable: "Elastic scaling for ML inference is a key cost driver in cloud ML platforms; FaPES demonstrates sub-second scaling decisions that reduce both cold-start overhead and resource waste, with results from a production deployment." + + - dblp_key: "conf/cloud/ZhangH0024" + title: "Faascale: Scaling MicroVM Vertically for Serverless Computing with Memory Elasticity" + tldr: "Faascale enables runtime vertical memory scaling of Firecracker microVMs for serverless functions, eliminating the need to restart or pre-provision fixed memory sizes." + why_notable: "Memory over-provisioning is a major cost inefficiency in serverless platforms; Faascale's live memory elasticity directly reduces waste while maintaining the isolation guarantees of microVM-based FaaS." + + - dblp_key: "conf/cloud/HasanZU24" + title: "AutoBurst: Autoscaling Burstable Instances for Cost-effective Latency SLOs" + tldr: "AutoBurst exploits burstable cloud instance types and their CPU credit mechanics to autoscale services at lower cost while still meeting tail-latency SLOs." + why_notable: "Burstable instances are widely available on all major clouds yet poorly understood for SLO-sensitive workloads; this paper provides a rigorous autoscaling policy that unlocks significant cost savings without sacrificing latency guarantees." + + - dblp_key: "conf/cloud/GuptaNHCTSRLWWG24" + title: "Dynamic Idle Resource Leasing To Safely Oversubscribe Capacity At Meta" + tldr: "Meta's production system dynamically lends idle reserved-capacity to opportunistic workloads, recovering stranded compute while ensuring low-latency eviction when owners reclaim resources." + why_notable: "This industry paper provides rare visibility into hyperscale capacity management at Meta's scale, demonstrating that safe oversubscription can recover tens of percent of otherwise idle datacenter capacity." + + - dblp_key: "conf/cloud/DiaoHKSBDPPNNK24" + title: "Forecasting Algorithms for Intelligent Resource Scaling: An Experimental Analysis" + tldr: "A comprehensive empirical study comparing classical and learned forecasting algorithms for cloud autoscaling, yielding concrete guidelines on when each approach wins." + why_notable: "Autoscaling relies heavily on workload forecasting, yet practitioners lack principled guidance on algorithm choice; this work from the MIT/AWS group fills that gap with rigorous experimentation across real-world cloud traces." + + - dblp_key: "conf/cloud/SinghSNVK24" + title: "Vista: Machine Learning based Database Performance Troubleshooting Framework in Amazon RDS" + tldr: "Vista is a production ML framework deployed in Amazon RDS that automatically diagnoses performance regressions by correlating database metrics with causal performance models." + why_notable: "Database performance debugging at cloud scale is labor-intensive and error-prone; Vista's deployment in RDS demonstrates how ML-driven root-cause analysis can reduce mean-time-to-resolution for thousands of customer instances." + + - dblp_key: "conf/cloud/AgrawalRBNV0T24" + title: "Inshrinkerator: Compressing Deep Learning Training Checkpoints via Dynamic Quantization" + tldr: "Inshrinkerator applies dynamic quantization to DL training checkpoints at save time, reducing checkpoint sizes by up to 4x with negligible impact on training convergence." + why_notable: "Checkpoint storage and I/O are significant costs in large-scale distributed training; this work provides a transparent, easy-to-adopt compression layer that can be retrofitted into existing training pipelines." + + - dblp_key: "conf/cloud/BashirGSSIOD24" + title: "The Sunk Carbon Fallacy: Rethinking Carbon Footprint Metrics for Effective Carbon-Aware Scheduling" + tldr: "The paper argues that conventional carbon metrics misattribute embodied (manufacturing) carbon as a fixed sunk cost, and proposes revised metrics that make carbon-aware scheduling decisions more accurate and actionable." + why_notable: "Carbon-aware cloud scheduling is an emerging priority, but flawed metrics can lead to counterproductive decisions; this work from the Delimitrou and Irwin groups provides a conceptual correction with broad implications for green cloud policy and tooling." diff --git a/site/data/papers/SoCC-2025-candidates.yaml b/site/data/papers/SoCC-2025-candidates.yaml new file mode 100644 index 0000000..4c08e03 --- /dev/null +++ b/site/data/papers/SoCC-2025-candidates.yaml @@ -0,0 +1,952 @@ +venue: SoCC +year: 2025 +source: dblp +count: 68 +papers: +- title: 'Water Footprint of Datacenter Applications: Methodological Implications + of Manufacturing, Operational, and Decommissioning Phases' + authors: + - Amit Samanta 0001 + - Yankai Jiang 0002 + - Ryan Stutsman + - Rohan Basu Roy + year: '2025' + doi: 10.1145/3772052.3772216 + url: https://doi.org/10.1145/3772052.3772216 + dblp_key: conf/cloud/00010SR25 + venue_name: SoCC + pages: 102-110 +- title: 'GridGreen: Integrating Serverless Computing in HPC Systems for Performance + and Sustainability' + authors: + - Amit Samanta 0001 + - Ryan Stutsman + - Rohan Basu Roy + year: '2025' + doi: 10.1145/3772052.3772241 + url: https://doi.org/10.1145/3772052.3772241 + dblp_key: conf/cloud/0001SR25 + venue_name: SoCC + pages: 388-401 +- title: 'DyOrc: Efficient Serving of Dynamic Machine Learning Workflows' + authors: + - Shiwei Zhang 0002 + - Lansong Diao + - Zisheng Meng + - Siyu Wang 0006 + - Wei Lin 0016 + - Chuan Wu 0001 + year: '2025' + doi: 10.1145/3772052.3772218 + url: https://doi.org/10.1145/3772052.3772218 + dblp_key: conf/cloud/0002DMW0025 + venue_name: SoCC + pages: 111-124 +- title: 'Oneiros: KV Cache Optimization through Parameter Remapping for Multi-tenant + LLM Serving' + authors: + - Ruihao Li 0002 + - Shagnik Pal + - Vineeth Narayan Pullu + - Prasoon Sinha + - Jeeho Ryoo + - Lizy K. John + - Neeraja J. Yadwadkar + year: '2025' + doi: 10.1145/3772052.3772215 + url: https://doi.org/10.1145/3772052.3772215 + dblp_key: conf/cloud/0002PPSRJY25 + venue_name: SoCC + pages: 88-101 +- title: '10Cache: Heterogeneous Resource-Aware Tensor Caching and Migration for LLM + Training' + authors: + - Sabiha Afroz + - Redwan Ibne Seraj Khan + - Hadeel Albahar + - Jingoo Han + - Ali Raza Butt + year: '2025' + doi: 10.1145/3772052.3772236 + url: https://doi.org/10.1145/3772052.3772236 + dblp_key: conf/cloud/AfrozKAHB25 + venue_name: SoCC + pages: 320-333 +- title: 'FedDance: Efficient Participant Selection for Federated Learning in Highly + Dynamic Environments' + authors: + - Yuanhang Chen + - Xiaosong Chen + - Wenyan Chen 0001 + - Huanle Xu + year: '2025' + doi: 10.1145/3772052.3772252 + url: https://doi.org/10.1145/3772052.3772252 + dblp_key: conf/cloud/ChenC0X25 + venue_name: SoCC + pages: 521-534 +- title: 'ParaLog: Consistent Host-side Logging for Parallel Checkpoints' + authors: + - Steven W. D. Chien + - Kento Sato + - Artur Podobas + - Niclas Jansson + - Stefano Markidis + - Michio Honda + year: '2025' + doi: 10.1145/3772052.3772212 + url: https://doi.org/10.1145/3772052.3772212 + dblp_key: conf/cloud/ChienSPJMH25 + venue_name: SoCC + pages: 59-73 +- title: Towards a Lightweight Sidecar-based Service Mesh for Serverless + authors: + - Lazar Cvetkovic + - Ana Klimovic + year: '2025' + doi: 10.1145/3772052.3772210 + url: https://doi.org/10.1145/3772052.3772210 + dblp_key: conf/cloud/CvetkovicK25 + venue_name: SoCC + pages: 860-866 +- title: 'FLASH: Fast Linked AF_XDP Sockets for High Performance Network Function + Chains' + authors: + - Debojeet Das + - Kevin Prafull Baua + - Aditya Kansara + - Arghyadip Chakraborty + - Dheeraj Kurukunda + - Mythili Vutukuru + - Purushottam Kulkarni + year: '2025' + doi: 10.1145/3772052.3772258 + url: https://doi.org/10.1145/3772052.3772258 + dblp_key: conf/cloud/DasBKCKVK25 + venue_name: SoCC + pages: 571-584 +- title: Hybrid Learning and Optimization-Based Dynamic Scheduling for DL Workloads + on Heterogeneous GPU Clusters + authors: + - Shruti Dongare + - Redwan Ibne Seraj Khan + - Hadeel Albahar + - Nannan Zhao + - Diego Meléndez-Maita + - Ali Raza Butt + year: '2025' + doi: 10.1145/3772052.3772257 + url: https://doi.org/10.1145/3772052.3772257 + dblp_key: conf/cloud/DongareKAZMB25 + venue_name: SoCC + pages: 557-570 +- title: Understanding GPU Resource Interference One Level Deeper + authors: + - Paul Elvinger + - Foteini Strati + - Natalie Enright Jerger + - Ana Klimovic + year: '2025' + doi: 10.1145/3772052.3772270 + url: https://doi.org/10.1145/3772052.3772270 + dblp_key: conf/cloud/ElvingerSJK25 + venue_name: SoCC + pages: 687-694 +- title: 'Memory Matters: Load-Time Deduplication for Unikernels' + authors: + - Gaulthier Gain + - Benoit Knott + - Cyril Soldani + - Laurent Mathy + year: '2025' + doi: 10.1145/3772052.3772247 + url: https://doi.org/10.1145/3772052.3772247 + dblp_key: conf/cloud/GainKSM25 + venue_name: SoCC + pages: 464-478 +- title: 'PnM: Efficient Intra-Datacenter Calls Packing for Large Conferencing Services' + authors: + - Rohan Gandhi + - Ankur Mallick + year: '2025' + doi: 10.1145/3772052.3772224 + url: https://doi.org/10.1145/3772052.3772224 + dblp_key: conf/cloud/GandhiM25 + venue_name: SoCC + pages: 183-195 +- title: 'DuoAdmit: Dual-Layer Cache Admission for Load-Balancing Hybrid-Redundancy + Block Storage' + authors: + - Xiaojun Guo + - Guangjie Xing + - Hua Wang 0008 + - Ke Zhou 0001 + - Ming Xie + - Fenqiang Yang + - Min Fu + - Bin Xu + - Jianying Hu + - Guangchao Yang + year: '2025' + doi: 10.1145/3772052.3772223 + url: https://doi.org/10.1145/3772052.3772223 + dblp_key: conf/cloud/GuoX00XYFXHY25 + venue_name: SoCC + pages: 170-182 +- title: 'Symbiosis: Multi-Adapter Inference and Fine-Tuning' + authors: + - Saransh Gupta + - Umesh Deshpande + - Travis Janssen + - Swaminathan Sundararaman + year: '2025' + doi: 10.1145/3772052.3772230 + url: https://doi.org/10.1145/3772052.3772230 + dblp_key: conf/cloud/GuptaDJS25 + venue_name: SoCC + pages: 776-789 +- title: 'Orcas: A DAG-based Consensus Approach with Linear Communication Overhead' + authors: + - Yi Hua + - Xiulong Liu 0001 + - Hao Xu 0025 + - Chenyu Zhang + - Gaowei Shi + - Keqiu Li + - Muhammad Shahzad 0001 + - Guyue (Grace) Liu + year: '2025' + doi: 10.1145/3772052.3772238 + url: https://doi.org/10.1145/3772052.3772238 + dblp_key: conf/cloud/HuaLXZSL0L25 + venue_name: SoCC + pages: 348-360 +- title: Cost-Efficient Cloud Infrastructure with Hugepage-aware Memory Deduplication + authors: + - Ruizhe Huang + - Xinyu Wang 0043 + - Zhida An + - Hanwen Lei + - Peng Jiang 0007 + - Ziqi Zhang + - Ding Li 0001 + - Yao Guo 0001 + - Xiangqun Chen + - Yuntao Liu + - Kang Zhou + - Yuxin Ren 0001 + - Ning Jia 0004 + - Xinwei Hu + year: '2025' + doi: 10.1145/3772052.3772232 + url: https://doi.org/10.1145/3772052.3772232 + dblp_key: conf/cloud/HuangWAL0Z00CLZ25 + venue_name: SoCC + pages: 269-282 +- title: 'AdaSpec: Adaptive Speculative Decoding for Fast, SLO-Aware Large Language + Model Serving' + authors: + - Kaiyu Huang + - Hao Wu 0032 + - Zhubo Shi + - Han Zou + - Minchen Yu + - Qingjiang Shi + year: '2025' + doi: 10.1145/3772052.3772239 + url: https://doi.org/10.1145/3772052.3772239 + dblp_key: conf/cloud/HuangWSZYS25 + venue_name: SoCC + pages: 361-374 +- title: 'Hydra: Virtualized Multi-Language Runtime for High-Density Serverless Platforms' + authors: + - Serhii Ivanenko + - Vasyl Lanko + - Rudi Horn + - Vojin Jovanovic + - Rodrigo Bruno + year: '2025' + doi: 10.1145/3772052.3772267 + url: https://doi.org/10.1145/3772052.3772267 + dblp_key: conf/cloud/IvanenkoLHJB25 + venue_name: SoCC + pages: 644-658 +- title: Spatio-Temporal Resource Control for Cloud-Native GPU Provisioning + authors: + - Hyeon-Jun Jang + - Sang-Jae Kim + - Weikuan Yu + - Hyun-Wook Jin + year: '2025' + doi: 10.1145/3772052.3772271 + url: https://doi.org/10.1145/3772052.3772271 + dblp_key: conf/cloud/JangKYJ25 + venue_name: SoCC + pages: 695-707 +- title: 'PerfMon: Performance Monitoring of Host Network Stack' + authors: + - Ranjitha K. + - Ankit Sharma + - Malsawmsanga Sailo + - Arun Siddardha + - Amrit Kumar 0008 + - Praveen Tammana + - Pravein Govindan Kannan + - Priyanka Naik + year: '2025' + doi: 10.1145/3772052.3772244 + url: https://doi.org/10.1145/3772052.3772244 + dblp_key: conf/cloud/KSSS0TKN25 + venue_name: SoCC + pages: 430-442 +- title: Balancing Fairness and Performance in Multi-User Spark Workloads with Dynamic + Scheduling + authors: + - Davis Kazemaks + - Laurens Versluis + - Burcu Kulahcioglu Ozkan + - Jérémie Decouchant + year: '2025' + doi: 10.1145/3772052.3772214 + url: https://doi.org/10.1145/3772052.3772214 + dblp_key: conf/cloud/KazemaksVOD25 + venue_name: SoCC + pages: 867-880 +- title: 'Funky: Cloud-Native FPGA Virtualization and Orchestration' + authors: + - Atsushi Koshiba + - Charalampos Mainas + - Pramod Bhatotia + year: '2025' + doi: 10.1145/3772052.3772226 + url: https://doi.org/10.1145/3772052.3772226 + dblp_key: conf/cloud/KoshibaMB25 + venue_name: SoCC + pages: 209-224 +- title: 'Revisiting State Machine Replication in Practice: Lessons from Building + an etcd-inspired System' + authors: + - Lucas Lebow + - Mason Dunkle + - Christopher Siems + - Jonathan Zarnstorff + - Lewis Tseng + year: '2025' + doi: 10.1145/3772052.3772246 + url: https://doi.org/10.1145/3772052.3772246 + dblp_key: conf/cloud/LebowDSZT25 + venue_name: SoCC + pages: 456-463 +- title: 'CoRe: Collaborative Replica Scheduling for Large-Scale Cloud Database Services' + authors: + - Hongyu Lei + - Shiyu Di + - Chunhua Li 0002 + - Ke Zhou 0001 + - Ming Xie + - Fenqiang Yang + - Jianping Zhu + - Xiang Li + - Kezhou Yan + year: '2025' + doi: 10.1145/3772052.3772248 + url: https://doi.org/10.1145/3772052.3772248 + dblp_key: conf/cloud/LeiD0ZXYZLY25 + venue_name: SoCC + pages: 479-492 +- title: 'REEF: Energy-Efficient, Application-QoS-Aware Thread Processing in Oversubscribed + Server Environments' + authors: + - Ning Li 0010 + - Hong Jiang 0001 + - Hao Che + - Zhijun Wang 0001 + year: '2025' + doi: 10.1145/3772052.3772269 + url: https://doi.org/10.1145/3772052.3772269 + dblp_key: conf/cloud/Li0C025 + venue_name: SoCC + pages: 673-686 +- title: 'DFUSE: Strongly Consistent Write-Back Kernel Caching for Distributed Userspace + File Systems' + authors: + - Haoyu Li + - Jingkai Fu + - Qing Li 0002 + - Windsor Hsu + - Asaf Cidon + year: '2025' + doi: 10.1145/3772052.3772208 + url: https://doi.org/10.1145/3772052.3772208 + dblp_key: conf/cloud/LiFLHC25 + venue_name: SoCC + pages: 16-28 +- title: Cloud-Native Digital Twin Orchestration for Real-Time Decision Optimization + Using Fuzzy Constraints and Reinforcement Learning + authors: + - David Li + - Angela Li + year: '2025' + doi: 10.1145/3772052.3772222 + url: https://doi.org/10.1145/3772052.3772222 + dblp_key: conf/cloud/LiL25 + venue_name: SoCC + pages: 163-169 +- title: 'WDP: Mitigating Interference in CPU Sharing Through Wake-up Delay Driven + Preemption for QoS-aware Co-location' + authors: + - Yaoxuan Li + - Pu Pang + - Yecheng Yang + - Quan Chen 0002 + - Zhengxuan Yan + - Guoyao Xu + - Guodong Yang + - Liping Zhang 0013 + - Minyi Guo + year: '2025' + doi: 10.1145/3772052.3772231 + url: https://doi.org/10.1145/3772052.3772231 + dblp_key: conf/cloud/LiPY0YXY0G25 + venue_name: SoCC + pages: 255-268 +- title: 'From Bottleneck to Breakthrough: Optimizing Scheduling for Hyperscale Containerized + Clusters' + authors: + - Bing Li + - Yuquan Ren + - Xinyi Song + - Zhilei Liu + - Cong Xu + - Jingyuan Zhang + - Caixue Lin + - Wu Xiang + - Rui Shi + year: '2025' + doi: 10.1145/3772052.3772240 + url: https://doi.org/10.1145/3772052.3772240 + dblp_key: conf/cloud/LiRSLXZLXS25 + venue_name: SoCC + pages: 375-387 +- title: 'FedLTA: A Federated Long-Tail Alignment Framework via Global Class Anchors' + authors: + - Yuzi Li + - Zhigang Wang + - Qinghua Zhang + - Junfeng Zhao 0005 + year: '2025' + doi: 10.1145/3772052.3772259 + url: https://doi.org/10.1145/3772052.3772259 + dblp_key: conf/cloud/LiWZ025 + venue_name: SoCC + pages: 722-734 +- title: 'Middlebox: Unlocking Datacenter Growth and Grid Decarbonization' + authors: + - Liuzixuan Lin + - Andrew A. Chien + year: '2025' + doi: 10.1145/3772052.3772220 + url: https://doi.org/10.1145/3772052.3772220 + dblp_key: conf/cloud/LinC25 + venue_name: SoCC + pages: 134-148 +- title: 'Understanding Diffusion Model Serving in Production: A Top-Down Analysis + of Workload, Scheduling, and Resource Efficiency' + authors: + - Yanying Lin + - Shuaipeng Wu + - Shutian Luo + - Hong Xu 0001 + - Haiying Shen + - Chong Ma + - Min Shen + - Le Chen + - Chengzhong Xu 0001 + - Lin Qu + - Kejiang Ye + year: '2025' + doi: 10.1145/3772052.3772206 + url: https://doi.org/10.1145/3772052.3772206 + dblp_key: conf/cloud/LinWL0SMSC0QY25 + venue_name: SoCC + pages: 1-15 +- title: 'DRAM Failure Prediction with Correctable Error Spatial Patterns: A Hybrid + Learning Approach' + authors: + - Lei Liu + - Yinling Zhang + year: '2025' + doi: 10.1145/3772052.3772234 + url: https://doi.org/10.1145/3772052.3772234 + dblp_key: conf/cloud/LiuZ25 + venue_name: SoCC + pages: 299-306 +- title: Multiplexed Heterogeneous LLM Serving via Stage-Aligned Parallelism + authors: + - Tao Luo + - Kelvin K. W. Ng + - Zhen Ping Khor + - Sidharth Sankhe + - Boon Thau Loo + - Vincent Liu 0001 + year: '2025' + doi: 10.1145/3772052.3772207 + url: https://doi.org/10.1145/3772052.3772207 + dblp_key: conf/cloud/LuoNKSL025 + venue_name: SoCC + pages: 735-747 +- title: Accelerating Distributed Filesystem Metadata Service via Decoupling Directory + Semantics from Metadata Indexing + authors: + - Wenhao Lv + - Hao Guo + - Qing Wang 0031 + - Youyou Lu + - Jiwu Shu + year: '2025' + doi: 10.1145/3772052.3772237 + url: https://doi.org/10.1145/3772052.3772237 + dblp_key: conf/cloud/LvG0LS25 + venue_name: SoCC + pages: 334-347 +- title: Confidential Analytics with Scylla + authors: + - Shamiek Mangipudi + - Pavel Chuprikov + - Gerald Prendi + - Patrick Eugster + year: '2025' + doi: 10.1145/3772052.3772209 + url: https://doi.org/10.1145/3772052.3772209 + dblp_key: conf/cloud/MangipudiCPE25 + venue_name: SoCC + pages: 29-44 +- title: A Bootstrapping Technique for Reducing the Costs of Machine Learning Models + for Predicting Execution Times in IaaS Clouds + authors: + - Romolo Marotta + - Gabriele Russo Russo + - Francesco Quaglia + - Pierangelo di Sanzo + year: '2025' + doi: 10.1145/3772052.3772251 + url: https://doi.org/10.1145/3772052.3772251 + dblp_key: conf/cloud/MarottaRQS25 + venue_name: SoCC + pages: 790-802 +- title: 'PowerTrip: Exploiting Federated Heterogeneous Datacenter Power for Distributed + ML Training' + authors: + - Talha Mehboob + - Luanzheng Guo + - Nathan R. Tallent + - Michael Zink + - David Irwin 0001 + year: '2025' + doi: 10.1145/3772052.3772228 + url: https://doi.org/10.1145/3772052.3772228 + dblp_key: conf/cloud/MehboobGTZI25 + venue_name: SoCC + pages: 762-775 +- title: The case for synchronous distributed protocols in public clouds + authors: + - Nenad Milosevic + - Robert Soulé + - Fernando Pedone + year: '2025' + doi: 10.1145/3772052.3772260 + url: https://doi.org/10.1145/3772052.3772260 + dblp_key: conf/cloud/MilosevicSP25 + venue_name: SoCC + pages: 585-599 +- title: 'THORN-ML: Transparent Hardware Offloaded Resilient Networks for RDMA based + Distributed ML Workloads' + authors: + - Maziyar Nazari + - Daniel Noland + - Giulio Sidoretti + - Erika Hunhoff + - Tamara Silbergleit Lehman + - Eric Keller + year: '2025' + doi: 10.1145/3772052.3772225 + url: https://doi.org/10.1145/3772052.3772225 + dblp_key: conf/cloud/NazariNSHLK25 + venue_name: SoCC + pages: 196-208 +- title: 'Serverless Elasticsearch: the Architecture Transformation from Stateful + to Stateless' + authors: + - Iraklis Psaroudakis + - Pooya Salehi + - Jason Bryan + - Francisco Fernández Castaño + - Brendan Cully + - Ankita Kumar + - Henning Andersen + - Thomas Repantis + year: '2025' + doi: 10.1145/3772052.3772245 + url: https://doi.org/10.1145/3772052.3772245 + dblp_key: conf/cloud/PsaroudakisSBCC25 + venue_name: SoCC + pages: 443-455 +- title: 'Valet: Efficient Data Placement on Modern SSDs' + authors: + - Devashish R. Purandare + - Peter Alvaro + - Avani Wildani + - Darrell D. E. Long + - Ethan L. Miller + year: '2025' + doi: 10.1145/3772052.3772256 + url: https://doi.org/10.1145/3772052.3772256 + dblp_key: conf/cloud/PurandareAWLM25 + venue_name: SoCC + pages: 543-556 +- title: 'ModServe: Modality- and Stage-Aware Resource Disaggregation for Scalable + Multimodal Model Serving' + authors: + - Haoran Qiu + - Anish Biswas + - Zihan Zhao + - Jayashree Mohan + - Alind Khare + - Esha Choukse + - Íñigo Goiri + - Zeyu Zhang 0005 + - Haiying Shen + - Chetan Bansal + - Ramachandran Ramjee + - Rodrigo Fonseca + year: '2025' + doi: 10.1145/3772052.3772254 + url: https://doi.org/10.1145/3772052.3772254 + dblp_key: conf/cloud/QiuBZMKCG0SBRF25 + venue_name: SoCC + pages: 817-830 +- title: 'Nano-consensus: Ultra-fast, Quorum-less Coordination on the Wire' + authors: + - Davide Rovelli + - Christian Faerber + - Graham McKenzie + - Ali Pahlevan + - Sina Darabi + - Patrick Jahnke + - Patrick Eugster + year: '2025' + doi: 10.1145/3772052.3772268 + url: https://doi.org/10.1145/3772052.3772268 + dblp_key: conf/cloud/RovelliFMPDJE25 + venue_name: SoCC + pages: 659-672 +- title: 'CPU-Limits kill Performance: Time to rethink Resource Control' + authors: + - Chirag C. Shetty + - Sarthak Chakraborty + - Hubertus Franke + - Larisa Shwartz + - Chandra Narayanaswami + - Indranil Gupta + - Saurabh Jha + year: '2025' + doi: 10.1145/3772052.3772219 + url: https://doi.org/10.1145/3772052.3772219 + dblp_key: conf/cloud/ShettyCFSNGJ25 + venue_name: SoCC + pages: 125-133 +- title: 'CIS: Checkpointed Inference for Data Drift-Resilient Model Serving at Edge + Servers' + authors: + - Sudipta Saha Shubha + - Haiying Shen + - Ganesh Ananthanarayanan + year: '2025' + doi: 10.1145/3772052.3772261 + url: https://doi.org/10.1145/3772052.3772261 + dblp_key: conf/cloud/ShubhaSA25 + venue_name: SoCC + pages: 600-613 +- title: 'ALAP: Intent-Based Serverless Computing via Delayed Decision-Making' + authors: + - Prasoon Sinha + - Kostis Kaffes + - Neeraja J. Yadwadkar + year: '2025' + doi: 10.1145/3772052.3772262 + url: https://doi.org/10.1145/3772052.3772262 + dblp_key: conf/cloud/SinhaKY25 + venue_name: SoCC + pages: 831-846 +- title: A Fast, Efficient, and Strongly-Consistent Object Store + authors: + - Shuwen Sun + - Isaac Khor + - Ji-Yong Shin + - Peter Desnoyers + year: '2025' + doi: 10.1145/3772052.3772272 + url: https://doi.org/10.1145/3772052.3772272 + dblp_key: conf/cloud/SunKSD25 + venue_name: SoCC + pages: 708-721 +- title: Scalable and Fault-Tolerant Storage and File System Services with Non-Blocking + Synchronization for Private Clouds + authors: + - Mincheol Sung + - Ruslan Nikolaev 0001 + - Binoy Ravindran + year: '2025' + doi: 10.1145/3772052.3772235 + url: https://doi.org/10.1145/3772052.3772235 + dblp_key: conf/cloud/Sung0R25 + venue_name: SoCC + pages: 307-319 +- title: 'Metis: A Non-Clairvoyant, Workflow-Aware OS Scheduler for Serverless Applications' + authors: + - Wenda Tang + - Yanan Yang + - Jie Wu 0001 + year: '2025' + doi: 10.1145/3772052.3772221 + url: https://doi.org/10.1145/3772052.3772221 + dblp_key: conf/cloud/TangY025 + venue_name: SoCC + pages: 149-162 +- title: Multi-Agent Reinforcement Learning with Serverless Computing + authors: + - Rui Wei + - Hanfei Yu + - Xikang Song + - Jian Li 0008 + - Devesh Tiwari + - Ying Mao 0001 + - Hao Wang 0022 + year: '2025' + doi: 10.1145/3772052.3772227 + url: https://doi.org/10.1145/3772052.3772227 + dblp_key: conf/cloud/WeiYS0T0025 + venue_name: SoCC + pages: 225-239 +- title: Scheduling Cloud VMs on Variable Capacity Datacenters + authors: + - Rajini Wijayawardana + - Andrew A. Chien + year: '2025' + doi: 10.1145/3772052.3772250 + url: https://doi.org/10.1145/3772052.3772250 + dblp_key: conf/cloud/WijayawardanaC25 + venue_name: SoCC + pages: 507-520 +- title: 'SneakPeek: Data-Aware Model Selection and Scheduling for Inference Serving + on the Edge' + authors: + - Joel Wolfrath + - Daniel Frink + - Abhishek Chandra + year: '2025' + doi: 10.1145/3772052.3772217 + url: https://doi.org/10.1145/3772052.3772217 + dblp_key: conf/cloud/WolfrathFC25 + venue_name: SoCC + pages: 748-761 +- title: Defragmentation Scheduling with Deep Reinforcement Learning in Shared GPU + Clusters + authors: + - Qingfu Wu + - Pengfei Chen 0002 + - Yilun Wang 0001 + year: '2025' + doi: 10.1145/3772052.3772242 + url: https://doi.org/10.1145/3772052.3772242 + dblp_key: conf/cloud/Wu0025 + venue_name: SoCC + pages: 402-415 +- title: 'FailLite: Failure-Resilient Model Serving for Resource-Constrained Edge + Environments' + authors: + - Li Wu + - Walid A. Hanafy + - Tarek F. Abdelzaher + - David Irwin 0001 + - Jesse Milzman + - Prashant J. Shenoy + year: '2025' + doi: 10.1145/3772052.3772243 + url: https://doi.org/10.1145/3772052.3772243 + dblp_key: conf/cloud/WuHA0MS25 + venue_name: SoCC + pages: 416-429 +- title: Rethinking Tiered Memory Management in Cloud Data Centers + authors: + - Tong Xing 0002 + - Jiaxun Yang + - Javier Picorel + - Antonio Barbalace + year: '2025' + doi: 10.1145/3772052.3772213 + url: https://doi.org/10.1145/3772052.3772213 + dblp_key: conf/cloud/XingYPB25 + venue_name: SoCC + pages: 74-87 +- title: 'VLCs: Managing Parallelism with Virtualized Libraries' + authors: + - Yineng Yan + - William Ruys + - Hochan Lee + - Ian Henriksen + - Arthur Michener Peters + - Sean Stephens + - Bozhi You + - Henrique Fingler + - Martin Burtscher + - Milos Gligoric 0001 + - Keshav Pingali + - Mattan Erez + - George Biros + - Christopher J. Rossbach + year: '2025' + doi: 10.1145/3772052.3772265 + url: https://doi.org/10.1145/3772052.3772265 + dblp_key: conf/cloud/YanRLHPSYFB0PEB25 + venue_name: SoCC + pages: 629-643 +- title: 'FaaSGNN: Enabling Memory Efficient and Low Latency GNN Inference Services + with Serverless Computing' + authors: + - Yuzhuo Yang + - Kaihua Fu + - Quan Chen 0002 + - Deze Zeng + - Shuo Quan + - Jie Wu 0001 + - Minyi Guo + year: '2025' + doi: 10.1145/3772052.3772253 + url: https://doi.org/10.1145/3772052.3772253 + dblp_key: conf/cloud/YangFCZQ0G25 + venue_name: SoCC + pages: 803-816 +- title: Offloading Cloud-Native Infrastructure with XpuPod + authors: + - Bicheng Yang + - Jingkai He + - Dong Du 0003 + - Yubin Xia + - Haibo Chen 0001 + year: '2025' + doi: 10.1145/3772052.3772211 + url: https://doi.org/10.1145/3772052.3772211 + dblp_key: conf/cloud/YangH0X025 + venue_name: SoCC + pages: 45-58 +- title: 'ZipBatch: Multi-Tenant GPU Batching with Dual-Resource Regulation' + authors: + - Haoxuan Yu + - Sheng Yao 0006 + - Wei Wang 0030 + year: '2025' + doi: 10.1145/3772052.3772229 + url: https://doi.org/10.1145/3772052.3772229 + dblp_key: conf/cloud/YuY025 + venue_name: SoCC + pages: 240-254 +- title: 'Snap & Replay: A new way to analyze uarch-scale performance bottlenecks + for ML accelerators' + authors: + - Ioannis Zarkadas + - Amanda Tomlinson + - Asaf Cidon + - Baris Kasikci + - Ofir Weisse + year: '2025' + doi: 10.1145/3772052.3772233 + url: https://doi.org/10.1145/3772052.3772233 + dblp_key: conf/cloud/ZarkadasTCKW25 + venue_name: SoCC + pages: 283-298 +- title: 'CoMPI: Coordinated Model Merging and Parallel Inference at Edge' + authors: + - Shuang Zeng + - Haitao Zhang + - Zezhong Yan + year: '2025' + doi: 10.1145/3772052.3772249 + url: https://doi.org/10.1145/3772052.3772249 + dblp_key: conf/cloud/ZengZY25 + venue_name: SoCC + pages: 493-506 +- title: 'BLAFS: A Bloat-Aware Container File System' + authors: + - Huaifeng Zhang + - Mohannad Alhanahnah + - Philipp Leitner 0001 + - Ahmed Ali-Eldin + year: '2025' + doi: 10.1145/3772052.3772263 + url: https://doi.org/10.1145/3772052.3772263 + dblp_key: conf/cloud/ZhangA0A25 + venue_name: SoCC + pages: 614-628 +- title: Rethinking Web Cache Design for the AI Era + authors: + - Yazhuo Zhang + - Jinqing Cai + - Avani Wildani + - Ana Klimovic + year: '2025' + doi: 10.1145/3772052.3772255 + url: https://doi.org/10.1145/3772052.3772255 + dblp_key: conf/cloud/ZhangCWK25 + venue_name: SoCC + pages: 535-542 +- title: 'Cauchy: A Cost-Efficient LLM Serving System through Adaptive Heterogeneous + Deployment' + authors: + - Yihui Zhang + - Han Shen + - Renyu Yang + - Di Tian + - Yuxi Luo + - Menghao Zhang 0001 + - Li Li 0029 + - Chunming Hu + - Tianyu Wo + - Chengru Song + - Jin Ouyang + year: '2025' + doi: 10.1145/3772052.3772264 + url: https://doi.org/10.1145/3772052.3772264 + dblp_key: conf/cloud/ZhangSYTL00HWSO25 + venue_name: SoCC + pages: 881-893 +- title: 'Cuckoo: Deadline-Aware Job Packing on Heterogeneous GPUs for DL Model Training' + authors: + - Yuzheng Zhang + - Renyu Yang + - Junhong Liu + - Weihan Jiang + - Tianyu Ye + - Yiqiao Liao + - Penghao Zhang + - Tiezi Zhang + - Kun Shang + - Tianyu Wo + - Chunming Hu + - Chengru Song + - Jin Ouyang + year: '2025' + doi: 10.1145/3772052.3772266 + url: https://doi.org/10.1145/3772052.3772266 + dblp_key: conf/cloud/ZhangYLJYLZZSWH25 + venue_name: SoCC + pages: 847-859 +- title: Proceedings of the 2025 ACM Symposium on Cloud Computing, SoCC 2025, Online, + USA, November 19-21, 2025 + authors: [] + year: '2025' + doi: 10.1145/3772052 + url: https://doi.org/10.1145/3772052 + dblp_key: conf/cloud/2025 + venue_name: SoCC + pages: null diff --git a/site/data/papers/SoCC-2025-digest.yaml b/site/data/papers/SoCC-2025-digest.yaml new file mode 100644 index 0000000..100c69b --- /dev/null +++ b/site/data/papers/SoCC-2025-digest.yaml @@ -0,0 +1,143 @@ +venue: SoCC +year: 2025 +papers: +- title: 'From Bottleneck to Breakthrough: Optimizing Scheduling for Hyperscale Containerized + Clusters' + authors: + - Bing Li + - Yuquan Ren + - Xinyi Song + - Zhilei Liu + - Cong Xu + - Jingyuan Zhang + - Caixue Lin + - Wu Xiang + - Rui Shi + reason: "Documents production-scale scheduling improvements at a hyperscale cloud provider, demonstrating how targeted optimizations reduce scheduling tail latency and increase cluster utilization in real containerized workloads." +- title: 'CPU-Limits kill Performance: Time to rethink Resource Control' + authors: + - Chirag C. Shetty + - Sarthak Chakraborty + - Hubertus Franke + - Larisa Shwartz + - Chandra Narayanaswami + - Indranil Gupta + - Saurabh Jha + reason: "Challenges the conventional use of CPU cgroup limits in cloud environments, showing through production evidence that CFS bandwidth throttling degrades application QoS and proposing a rethink of resource control abstractions." +- title: Rethinking Tiered Memory Management in Cloud Data Centers + authors: + - Tong Xing 0002 + - Jiaxun Yang + - Javier Picorel + - Antonio Barbalace + reason: "Proposes a novel tiered memory management framework for cloud data centers that improves performance by rethinking the placement and migration policies across DRAM and CXL/NVM tiers." +- title: Cost-Efficient Cloud Infrastructure with Hugepage-aware Memory Deduplication + authors: + - Ruizhe Huang + - Xinyu Wang 0043 + - Zhida An + - Hanwen Lei + - Peng Jiang 0007 + - Ziqi Zhang + - Ding Li 0001 + - Yao Guo 0001 + - Xiangqun Chen + - Yuntao Liu + - Kang Zhou + - Yuxin Ren 0001 + - Ning Jia 0004 + - Xinwei Hu + reason: "Deploys hugepage-aware memory deduplication in a large production cloud, achieving significant memory savings without the performance regressions that plague conventional THP-based deduplication." +- title: 'ALAP: Intent-Based Serverless Computing via Delayed Decision-Making' + authors: + - Prasoon Sinha + - Kostis Kaffes + - Neeraja J. Yadwadkar + reason: "Introduces an intent-based programming model for serverless that defers scheduling decisions until runtime context is available, improving resource efficiency and SLO attainment over eager placement strategies." +- title: 'Hydra: Virtualized Multi-Language Runtime for High-Density Serverless Platforms' + authors: + - Serhii Ivanenko + - Vasyl Lanko + - Rudi Horn + - Vojin Jovanovic + - Rodrigo Bruno + reason: "Presents a virtualized runtime that multiplexes multiple language environments within a single sandbox, enabling higher function density and faster cold starts on serverless platforms." +- title: 'Serverless Elasticsearch: the Architecture Transformation from Stateful to + Stateless' + authors: + - Iraklis Psaroudakis + - Pooya Salehi + - Jason Bryan + - Francisco Fernández Castaño + - Brendan Cully + - Ankita Kumar + - Henning Andersen + - Thomas Repantis + reason: "Describes Elastic's production migration of Elasticsearch to a serverless, stateless architecture, sharing engineering lessons on decoupling compute from state at cloud scale." +- title: 'DFUSE: Strongly Consistent Write-Back Kernel Caching for Distributed Userspace + File Systems' + authors: + - Haoyu Li + - Jingkai Fu + - Qing Li 0002 + - Windsor Hsu + - Asaf Cidon + reason: "Closes a long-standing gap in FUSE-based distributed file systems by enabling strongly consistent write-back caching in the kernel, significantly improving throughput without sacrificing correctness." +- title: Accelerating Distributed Filesystem Metadata Service via Decoupling Directory + Semantics from Metadata Indexing + authors: + - Wenhao Lv + - Hao Guo + - Qing Wang 0031 + - Youyou Lu + - Jiwu Shu + reason: "Achieves scalable distributed filesystem metadata by separating directory namespace semantics from the underlying index structure, reducing contention and improving throughput for large-scale cloud storage." +- title: 'Valet: Efficient Data Placement on Modern SSDs' + authors: + - Devashish R. Purandare + - Peter Alvaro + - Avani Wildani + - Darrell D. E. Long + - Ethan L. Miller + reason: "Exploits fine-grained internal SSD geometry to make smarter data placement decisions, yielding measurable I/O performance gains without changes to the host storage stack." +- title: 'Understanding Diffusion Model Serving in Production: A Top-Down Analysis + of Workload, Scheduling, and Resource Efficiency' + authors: + - Yanying Lin + - Shuaipeng Wu + - Shutian Luo + - Hong Xu 0001 + - Haiying Shen + - Chong Ma + - Min Shen + - Le Chen + - Chengzhong Xu 0001 + - Lin Qu + - Kejiang Ye + reason: "Provides the first comprehensive production characterization of diffusion model inference workloads, revealing unique scheduling and resource efficiency challenges distinct from LLM serving." +- title: 'ModServe: Modality- and Stage-Aware Resource Disaggregation for Scalable + Multimodal Model Serving' + authors: + - Haoran Qiu + - Anish Biswas + - Zihan Zhao + - Jayashree Mohan + - Alind Khare + - Esha Choukse + - Íñigo Goiri + - Zeyu Zhang 0005 + - Haiying Shen + - Chetan Bansal + - Ramachandran Ramjee + - Rodrigo Fonseca + reason: "Disaggregates compute resources per modality and pipeline stage for multimodal inference, with a Microsoft production deployment showing improved GPU utilization and latency over monolithic serving." +- title: 'THORN-ML: Transparent Hardware Offloaded Resilient Networks for RDMA based + Distributed ML Workloads' + authors: + - Maziyar Nazari + - Daniel Noland + - Giulio Sidoretti + - Erika Hunhoff + - Tamara Silbergleit Lehman + - Eric Keller + reason: "Offloads RDMA fault detection and recovery to programmable network hardware, making distributed ML training resilient to network failures without modifying the training framework or incurring software overhead." diff --git a/site/data/papers/TC-2024-candidates.yaml b/site/data/papers/TC-2024-candidates.yaml new file mode 100644 index 0000000..0687ce2 --- /dev/null +++ b/site/data/papers/TC-2024-candidates.yaml @@ -0,0 +1,2800 @@ +venue: TC +year: 2024 +source: dblp +count: 199 +papers: +- title: Achieving DRAM-Like PCM by Trading Off Capacity for Latency + authors: + - Irina Alam + - Puneet Gupta 0001 + year: '2024' + doi: 10.1109/TC.2024.3355779 + url: https://doi.org/10.1109/TC.2024.3355779 + dblp_key: journals/tc/AlamG24 + venue_name: IEEE Trans. Computers + pages: 1180-1189 +- title: Design, Implementation and Evaluation of a New Variable Latency Integer Division + Scheme + authors: + - Marco Angioli + - Marcello Barbirotta + - Abdallah Cheikh + - Antonio Mastrandrea + - Francesco Menichelli + - Saeid Jamili + - Mauro Olivieri + year: '2024' + doi: 10.1109/TC.2024.3386060 + url: https://doi.org/10.1109/TC.2024.3386060 + dblp_key: journals/tc/AngioliBCMMJO24 + venue_name: IEEE Trans. Computers + pages: 1767-1779 +- title: DBMS-Assisted Live Migration of Virtual Machines + authors: + - Kota Asanuma + - Hiroshi Yamada + year: '2024' + doi: 10.1109/TC.2023.3329943 + url: https://doi.org/10.1109/TC.2023.3329943 + dblp_key: journals/tc/AsanumaY24 + venue_name: IEEE Trans. Computers + pages: 380-393 +- title: Hardware Implementation of Unsigned Approximate Hybrid Square Rooters for + Error-Resilient Applications + authors: + - Lalit Bandil + - Bal Chand Nagar + year: '2024' + doi: 10.1109/TC.2024.3457731 + url: https://doi.org/10.1109/TC.2024.3457731 + dblp_key: journals/tc/BandilN24 + venue_name: IEEE Trans. Computers + pages: 2734-2746 +- title: 'Analysis and Mitigation of Shared Resource Contention on Heterogeneous Multicore: + An Industrial Case Study' + authors: + - Michael Garrett Bechtel + - Heechul Yun + year: '2024' + doi: 10.1109/TC.2024.3386059 + url: https://doi.org/10.1109/TC.2024.3386059 + dblp_key: journals/tc/BechtelY24 + venue_name: IEEE Trans. Computers + pages: 1753-1766 +- title: A High-Performance, Energy-Efficient Modular DMA Engine Architecture + authors: + - Thomas Benz + - Michael Rogenmoser + - Paul Scheffler + - Samuel Riedel + - Alessandro Ottaviano + - Andreas Kurth + - Torsten Hoefler + - Luca Benini + year: '2024' + doi: 10.1109/TC.2023.3329930 + url: https://doi.org/10.1109/TC.2023.3329930 + dblp_key: journals/tc/BenzRSROKHB24 + venue_name: IEEE Trans. Computers + pages: 263-277 +- title: 'GateKeeper-GPU: Fast and Accurate Pre-Alignment Filtering in Short Read + Mapping' + authors: + - Zülal Bingöl + - Mohammed Alser + - Onur Mutlu + - Ozcan Ozturk 0001 + - Can Alkan + year: '2024' + doi: 10.1109/TC.2024.3365931 + url: https://doi.org/10.1109/TC.2024.3365931 + dblp_key: journals/tc/BingolAMOA24 + venue_name: IEEE Trans. Computers + pages: 1206-1218 +- title: 'SplitDB: Closing the Performance Gap for LSM-Tree-Based Key-Value Stores' + authors: + - Miao Cai 0001 + - Xuzhen Jiang + - Junru Shen + - Baoliu Ye + year: '2024' + doi: 10.1109/TC.2023.3326982 + url: https://doi.org/10.1109/TC.2023.3326982 + dblp_key: journals/tc/CaiJSY24 + venue_name: IEEE Trans. Computers + pages: 206-220 +- title: 'Incendio: Priority-Based Scheduling for Alleviating Cold Start in Serverless + Computing' + authors: + - Xinquan Cai + - Qianlong Sang + - Chuang Hu + - Yili Gong + - Kun Suo + - Xiaobo Zhou 0002 + - Dazhao Cheng + year: '2024' + doi: 10.1109/TC.2024.3386063 + url: https://doi.org/10.1109/TC.2024.3386063 + dblp_key: journals/tc/CaiSHGSZC24 + venue_name: IEEE Trans. Computers + pages: 1780-1794 +- title: 'COALA: A Compiler-Assisted Adaptive Library Routines Allocation Framework + for Heterogeneous Systems' + authors: + - Qinyun Cai + - Guanghua Tan + - Wangdong Yang + - Xianhao He + - Yuwei Yan + - Keqin Li 0001 + - Kenli Li 0001 + year: '2024' + doi: 10.1109/TC.2024.3385269 + url: https://doi.org/10.1109/TC.2024.3385269 + dblp_key: journals/tc/CaiTYHYLL24 + venue_name: IEEE Trans. Computers + pages: 1724-1737 +- title: Scheduling Inputs in Early Exit Neural Networks + authors: + - Giuliano Casale + - Manuel Roveri + year: '2024' + doi: 10.1109/TC.2023.3333189 + url: https://doi.org/10.1109/TC.2023.3333189 + dblp_key: journals/tc/CasaleR24 + venue_name: IEEE Trans. Computers + pages: 451-465 +- title: 'NDSTRNG: Non-Deterministic Sampling-Based True Random Number Generator on + SoC FPGA Systems' + authors: + - Yucong Chen + - Yanshan Tian + - Rui Zhou 0005 + - Diego Martínez-Castro + - Deke Guo + - Qingguo Zhou + year: '2024' + doi: 10.1109/TC.2024.3365955 + url: https://doi.org/10.1109/TC.2024.3365955 + dblp_key: journals/tc/ChenTZMGZ24 + venue_name: IEEE Trans. Computers + pages: 1313-1326 +- title: RISC-V Custom Instructions of Elementary Functions for IoT Endpoint Devices + authors: + - Yuxing Chen 0001 + - Xinrui Wang + - Suwen Song + - Lang Feng 0001 + - Zhongfeng Wang 0001 + year: '2024' + doi: 10.1109/TC.2023.3336174 + url: https://doi.org/10.1109/TC.2023.3336174 + dblp_key: journals/tc/ChenWSFW24 + venue_name: IEEE Trans. Computers + pages: 523-535 +- title: Deep Learning Acceleration Optimization of Stress Boundary Value Problem + Solvers + authors: + - Yongsheng Chen + - Zhuowei Wang 0001 + - Xiaoyu Song + - Zhe Yan + - Lianglun Cheng + year: '2024' + doi: 10.1109/TC.2024.3441828 + url: https://doi.org/10.1109/TC.2024.3441828 + dblp_key: journals/tc/ChenWSYC24 + venue_name: IEEE Trans. Computers + pages: 2844-2854 +- title: 'TIE: Fast Experiment-Driven ML-Based Configuration Tuning for In-Memory + Data Analytics' + authors: + - Chao Chen 0022 + - Jinhan Xin + - Zhibin Yu 0001 + year: '2024' + doi: 10.1109/TC.2024.3365937 + url: https://doi.org/10.1109/TC.2024.3365937 + dblp_key: journals/tc/ChenXY24 + venue_name: IEEE Trans. Computers + pages: 1233-1247 +- title: A Combined Trend Virtual Machine Consolidation Strategy for Cloud Data Centers + authors: + - Yuxuan Chen + - Zhen Zhang 0017 + - Yuhui Deng + - Geyong Min + - Lin Cui 0001 + year: '2024' + doi: 10.1109/TC.2024.3416734 + url: https://doi.org/10.1109/TC.2024.3416734 + dblp_key: journals/tc/ChenZDMC24 + venue_name: IEEE Trans. Computers + pages: 2150-2164 +- title: Statistical Higher-Order Correlation Attacks Against Code-Based Masking + authors: + - Wei Cheng 0003 + - Jingdian Ming + - Sylvain Guilley + - Jean-Luc Danger + year: '2024' + doi: 10.1109/TC.2024.3424208 + url: https://doi.org/10.1109/TC.2024.3424208 + dblp_key: journals/tc/ChengMGD24 + venue_name: IEEE Trans. Computers + pages: 2364-2377 +- title: Stochastic Circuits for Computing Weighted Ratio With Applications to Multiclass + Bayesian Inference Machine + authors: + - Shao-I Chu + - Chi-Long Wu + - Tzu-Heng Chien + - Bing-Hong Liu + - Tu N. Nguyen 0001 + year: '2024' + doi: 10.1109/TC.2023.3329998 + url: https://doi.org/10.1109/TC.2023.3329998 + dblp_key: journals/tc/ChuWCLN24 + venue_name: IEEE Trans. Computers + pages: 621-630 +- title: A Secure and Decentralized DLaaS Platform for Edge Resource Scheduling Against + Adversarial Attacks + authors: + - Laizhong Cui + - Ziteng Chen + - Shu Yang 0002 + - Ruiyu Chen + - Zhong Ming 0001 + year: '2024' + doi: 10.1109/TC.2021.3074806 + url: https://doi.org/10.1109/TC.2021.3074806 + dblp_key: journals/tc/CuiCYCM24 + venue_name: IEEE Trans. Computers + pages: 631-644 +- title: User-Distribution-Aware Federated Learning for Efficient Communication and + Fast Inference + authors: + - Yangguang Cui + - Zhixing Zhang + - Nuo Wang + - Liying Li 0002 + - Chunwei Chang + - Tongquan Wei + year: '2024' + doi: 10.1109/TC.2023.3327513 + url: https://doi.org/10.1109/TC.2023.3327513 + dblp_key: journals/tc/CuiZWLCW24 + venue_name: IEEE Trans. Computers + pages: 1004-1018 +- title: Multi-Objective Hardware-Mapping Co-Optimisation for Multi-DNN Workloads + on Chiplet-Based Accelerators + authors: + - Abhijit Das 0002 + - Enrico Russo 0002 + - Maurizio Palesi + year: '2024' + doi: 10.1109/TC.2024.3386067 + url: https://doi.org/10.1109/TC.2024.3386067 + dblp_key: journals/tc/DasRP24 + venue_name: IEEE Trans. Computers + pages: 1883-1898 +- title: 'FutureDID: A Fully Decentralized Identity System With Multi-Party Verification' + authors: + - Haotian Deng + - Jinwen Liang + - Chuan Zhang 0003 + - Ximeng Liu + - Liehuang Zhu + - Song Guo 0001 + year: '2024' + doi: 10.1109/TC.2024.3398509 + url: https://doi.org/10.1109/TC.2024.3398509 + dblp_key: journals/tc/DengLZLZG24 + venue_name: IEEE Trans. Computers + pages: 2051-2065 +- title: The Design of a Lossless Deduplication Scheme to Eliminate Fine-Grained Redundancy + for JPEG Image Storage Systems + authors: + - Cai Deng + - Xiangyu Zou + - Qi Chen + - Bo Tang 0016 + - Wen Xia + year: '2024' + doi: 10.1109/TC.2024.3363456 + url: https://doi.org/10.1109/TC.2024.3363456 + dblp_key: journals/tc/DengZCTX24 + venue_name: IEEE Trans. Computers + pages: 1385-1399 +- title: Breaking the DECT Standard Cipher With Lower Time Cost + authors: + - Lin Ding 0001 + - Zhengting Li + - Ziyu Guan + - Xinhai Wang + - Zheng Wu + year: '2024' + doi: 10.1109/TC.2024.3365943 + url: https://doi.org/10.1109/TC.2024.3365943 + dblp_key: journals/tc/DingLGWW24 + venue_name: IEEE Trans. Computers + pages: 1290-1299 +- title: Enabling Reliable Memory-Mapped I/O With Auto-Snapshot for Persistent Memory + Systems + authors: + - Bo Ding 0002 + - Wei Tong 0001 + - Yu Hua 0001 + - Zhangyu Chen + - Xueliang Wei + - Dan Feng 0001 + year: '2024' + doi: 10.1109/TC.2024.3416683 + url: https://doi.org/10.1109/TC.2024.3416683 + dblp_key: journals/tc/DingTHCWF24 + venue_name: IEEE Trans. Computers + pages: 2290-2304 +- title: 'SCARF: Securing Chips With a Robust Framework Against Fabrication-Time Hardware + Trojans' + authors: + - Mohammad Eslami + - Tara Ghasempouri + - Samuel Pagliarini + year: '2024' + doi: 10.1109/TC.2024.3449082 + url: https://doi.org/10.1109/TC.2024.3449082 + dblp_key: journals/tc/EslamiGP24 + venue_name: IEEE Trans. Computers + pages: 2761-2775 +- title: $\mathcal{O}(n)$O(n) Key-Value Sort With Active Compute Memory + authors: + - Pouya Esmaili-Dokht + - Miquel Guiot + - Petar Radojkovic + - Xavier Martorell + - Eduard Ayguadé + - Jesús Labarta + - Jason Adlard + - Paolo Amato + - Marco Sforzin + year: '2024' + doi: 10.1109/TC.2024.3371773 + url: https://doi.org/10.1109/TC.2024.3371773 + dblp_key: journals/tc/EsmailiDokhtGRMALAAS24 + venue_name: IEEE Trans. Computers + pages: 1341-1356 +- title: Efficient Fault-Tolerant Path Embedding for 3D Torus Network Using Locally + Faulty Blocks + authors: + - Weibei Fan + - Fu Xiao 0001 + - Mengjie Lv + - Lei Han + - Shui Yu 0001 + year: '2024' + doi: 10.1109/TC.2024.3416695 + url: https://doi.org/10.1109/TC.2024.3416695 + dblp_key: journals/tc/FanXLHY24 + venue_name: IEEE Trans. Computers + pages: 2305-2319 +- title: Tensor Recurrent Neural Network With Differential Privacy + authors: + - Jun Feng 0007 + - Laurence T. Yang + - Bocheng Ren + - Deqing Zou + - Mianxiong Dong + - Shunli Zhang 0003 + year: '2024' + doi: 10.1109/TC.2023.3236868 + url: https://doi.org/10.1109/TC.2023.3236868 + dblp_key: journals/tc/FengYRZDZ24 + venue_name: IEEE Trans. Computers + pages: 683-693 +- title: Enhancing Graph Random Walk Acceleration via Efficient Dataflow and Hybrid + Memory Architecture + authors: + - Yingxue Gao + - Teng Wang + - Lei Gong 0003 + - Chao Wang 0003 + - Yiqing Hu + - Yi Yang + - Zhongming Liu + - Xi Li 0003 + - Xuehai Zhou + year: '2024' + doi: 10.1109/TC.2023.3347674 + url: https://doi.org/10.1109/TC.2023.3347674 + dblp_key: journals/tc/GaoWGWHYLLZ24 + venue_name: IEEE Trans. Computers + pages: 887-901 +- title: 'UniSched: A Unified Scheduler for Deep Learning Training Jobs With Different + User Demands' + authors: + - Wei Gao 0064 + - Zhisheng Ye 0002 + - Peng Sun 0006 + - Tianwei Zhang 0004 + - Yonggang Wen 0001 + year: '2024' + doi: 10.1109/TC.2024.3371794 + url: https://doi.org/10.1109/TC.2024.3371794 + dblp_key: journals/tc/GaoYSZW24 + venue_name: IEEE Trans. Computers + pages: 1500-1515 +- title: 'Juliet: A Configurable Processor for Computing on Encrypted Data' + authors: + - Charles Gouert + - Dimitris Mouris + - Nektarios Georgios Tsoutsos + year: '2024' + doi: 10.1109/TC.2024.3416752 + url: https://doi.org/10.1109/TC.2024.3416752 + dblp_key: journals/tc/GouertMT24 + venue_name: IEEE Trans. Computers + pages: 2335-2349 +- title: 'Ada-WL: An Adaptive Wear-Leveling Aware Data Migration Approach for Flexible + SSD Array Scaling in Clusters' + authors: + - Yunfei Gu + - Linhui Liu + - Chentao Wu + - Jie Li 0002 + - Minyi Guo + year: '2024' + doi: 10.1109/TC.2024.3398493 + url: https://doi.org/10.1109/TC.2024.3398493 + dblp_key: journals/tc/GuLWLG24 + venue_name: IEEE Trans. Computers + pages: 1967-1982 +- title: Split-Radix Based Compact Hardware Architecture for CRYSTALS-Kyber + authors: + - Wenbo Guo 0009 + - Shuguo Li + year: '2024' + doi: 10.1109/TC.2023.3320040 + url: https://doi.org/10.1109/TC.2023.3320040 + dblp_key: journals/tc/GuoL24 + venue_name: IEEE Trans. Computers + pages: 97-108 +- title: Accelerating Sparse DNNs Based on Tiled GEMM + authors: + - Cong Guo 0003 + - Fengchen Xue + - Jingwen Leng + - Yuxian Qiu + - Yue Guan 0003 + - Weihao Cui + - Quan Chen 0002 + - Minyi Guo + year: '2024' + doi: 10.1109/TC.2024.3365942 + url: https://doi.org/10.1109/TC.2024.3365942 + dblp_key: journals/tc/GuoXLQGCCG24 + venue_name: IEEE Trans. Computers + pages: 1275-1289 +- title: 'BFT-DSN: A Byzantine Fault-Tolerant Decentralized Storage Network' + authors: + - Hechuan Guo + - Minghui Xu 0001 + - Jiahao Zhang 0003 + - Chunchi Liu + - Rajiv Ranjan 0001 + - Dongxiao Yu + - Xiuzhen Cheng + year: '2024' + doi: 10.1109/TC.2024.3365953 + url: https://doi.org/10.1109/TC.2024.3365953 + dblp_key: journals/tc/GuoXZLRYC24 + venue_name: IEEE Trans. Computers + pages: 1300-1312 +- title: 'Xvpfloat: RISC-V ISA Extension for Variable Extended Precision Floating + Point Computation' + authors: + - Eric Guthmuller + - César Fuguet + - Andrea Bocco + - Jérôme Fereyre + - Riccardo Alidori + - Ihsane Tahir + - Yves Durand + year: '2024' + doi: 10.1109/TC.2024.3383964 + url: https://doi.org/10.1109/TC.2024.3383964 + dblp_key: journals/tc/GuthmullerFBFATD24 + venue_name: IEEE Trans. Computers + pages: 1683-1697 +- title: Decoder Reduction Approximation Scheme for Booth Multipliers + authors: + - Muhammad Hamis Haider + - Hao Zhang 0041 + - Seok-Bum Ko + year: '2024' + doi: 10.1109/TC.2023.3343093 + url: https://doi.org/10.1109/TC.2023.3343093 + dblp_key: journals/tc/HaiderZK24 + venue_name: IEEE Trans. Computers + pages: 735-746 +- title: 'ReDas: A Lightweight Architecture for Supporting Fine-Grained Reshaping + and Multiple Dataflows on Systolic Array' + authors: + - Meng Han + - Liang Wang 0020 + - Limin Xiao + - Tianhao Cai + - Zeyu Wang + - Xiangrong Xu 0002 + - Chenhao Zhang + year: '2024' + doi: 10.1109/TC.2024.3398500 + url: https://doi.org/10.1109/TC.2024.3398500 + dblp_key: journals/tc/HanWXCWXZ24 + venue_name: IEEE Trans. Computers + pages: 1997-2011 +- title: Unified Digit Selection for Radix-4 Recurrence Division and Square Root + authors: + - David M. Harris + - James E. Stine + - Milos D. Ercegovac + - Alberto Nannarelli + - Katherine Parry + - Cedar Turek + year: '2024' + doi: 10.1109/TC.2023.3305760 + url: https://doi.org/10.1109/TC.2023.3305760 + dblp_key: journals/tc/HarrisSENPT24 + venue_name: IEEE Trans. Computers + pages: 292-300 +- title: Trading Aggregate Statistics Over Private Internet of Things Data + authors: + - Zaobo He + - Zhipeng Cai 0001 + year: '2024' + doi: 10.1109/TC.2023.3331816 + url: https://doi.org/10.1109/TC.2023.3331816 + dblp_key: journals/tc/HeC24 + venue_name: IEEE Trans. Computers + pages: 394-407 +- title: Energy-Efficient Exposed Datapath Architecture With a RISC-V Instruction + Set Mode + authors: + - Kari Hepola + - Joonas Multanen + - Pekka Jääskeläinen + year: '2024' + doi: 10.1109/TC.2023.3337313 + url: https://doi.org/10.1109/TC.2023.3337313 + dblp_key: journals/tc/HepolaMJ24 + venue_name: IEEE Trans. Computers + pages: 560-573 +- title: 'CBANA: A Lightweight, Efficient, and Flexible Cache Behavior Analysis Framework' + authors: + - Qilin Hu + - Yan Ding 0004 + - Chubo Liu + - Keqin Li 0001 + - Kenli Li 0001 + - Albert Y. Zomaya + year: '2024' + doi: 10.1109/TC.2024.3416747 + url: https://doi.org/10.1109/TC.2024.3416747 + dblp_key: journals/tc/HuDLLLZ24 + venue_name: IEEE Trans. Computers + pages: 2262-2274 +- title: Multi-Source Information Fusion Based DLaaS for Traffic Flow Prediction + authors: + - Hexuan Hu 0001 + - Zhen-Zhou Lin + - Qiang Hu + - Ye Zhang 0010 + - Wei Wei 0006 + - Wei Wang 0077 + year: '2024' + doi: 10.1109/TC.2023.3236902 + url: https://doi.org/10.1109/TC.2023.3236902 + dblp_key: journals/tc/HuLHZWW24 + venue_name: IEEE Trans. Computers + pages: 994-1003 +- title: 'LMChain: An Efficient Load-Migratable Beacon-Based Sharding Blockchain System' + authors: + - Dengcheng Hu + - Jianrong Wang + - Xiulong Liu 0001 + - Qi Li 0030 + - Keqiu Li + year: '2024' + doi: 10.1109/TC.2024.3404057 + url: https://doi.org/10.1109/TC.2024.3404057 + dblp_key: journals/tc/HuWLLL24 + venue_name: IEEE Trans. Computers + pages: 2178-2191 +- title: 'vKernel: Enhancing Container Isolation via Private Code and Data' + authors: + - Hang Huang + - Honglei Wang + - Jia Rao + - Song Wu 0001 + - Hao Fan 0006 + - Chen Yu 0003 + - Hai Jin 0001 + - Kun Suo + - Lisong Pan + year: '2024' + doi: 10.1109/TC.2024.3383988 + url: https://doi.org/10.1109/TC.2024.3383988 + dblp_key: journals/tc/HuangWRWFYJSP24 + venue_name: IEEE Trans. Computers + pages: 1711-1723 +- title: Multi-Grained Trace Collection, Analysis, and Management of Diverse Container + Images + authors: + - Zhuo Huang + - Qi Zhang 0009 + - Hao Fan 0006 + - Song Wu 0001 + - Chen Yu 0003 + - Hai Jin 0001 + - Jun Deng + - Jing Gu + - Zhimin Tang + year: '2024' + doi: 10.1109/TC.2024.3383966 + url: https://doi.org/10.1109/TC.2024.3383966 + dblp_key: journals/tc/HuangZFWYJDGT24 + venue_name: IEEE Trans. Computers + pages: 1698-1710 +- title: Distributed Multihop Task Offloading in Massive Heterogeneous IoT Systems + authors: + - Wenjie Huang + - Zhiwei Zhao + - Geyong Min + - Jiajun Chen + year: '2024' + doi: 10.1109/TC.2024.3355767 + url: https://doi.org/10.1109/TC.2024.3355767 + dblp_key: journals/tc/HuangZMC24 + venue_name: IEEE Trans. Computers + pages: 1126-1137 +- title: Component Dependencies Based Network-on-Chip Test + authors: + - Letian Huang + - Tianjin Zhao + - Ziren Wang + - Junkai Zhan + - Junshi Wang + - Xiaohang Wang 0001 + year: '2024' + doi: 10.1109/TC.2024.3457732 + url: https://doi.org/10.1109/TC.2024.3457732 + dblp_key: journals/tc/HuangZWZWW24 + venue_name: IEEE Trans. Computers + pages: 2805-2816 +- title: Adaptive SAT Modeling for Optimal Pattern Retargeting in IEEE 1687 Networks + authors: + - Abrar A. Ibrahim + - Ahmed M. Y. Ibrahim + - M. Watheq El-Kharashi + - Mona Safar + year: '2024' + doi: 10.1109/TC.2023.3336198 + url: https://doi.org/10.1109/TC.2023.3336198 + dblp_key: journals/tc/IbrahimIES24 + venue_name: IEEE Trans. Computers + pages: 536-547 +- title: Zero and Narrow-Width Value-Aware Compression for Quantized Convolutional + Neural Networks + authors: + - Myeongjae Jang + - Jinkwon Kim + - Haejin Nam + - Soontae Kim + year: '2024' + doi: 10.1109/TC.2023.3315051 + url: https://doi.org/10.1109/TC.2023.3315051 + dblp_key: journals/tc/JangKNK24 + venue_name: IEEE Trans. Computers + pages: 249-262 +- title: Toward Finding S-Box Circuits With Optimal Multiplicative Complexity + authors: + - Yongjin Jeon + - Seungjun Baek 0002 + - Jongsung Kim + year: '2024' + doi: 10.1109/TC.2024.3398507 + url: https://doi.org/10.1109/TC.2024.3398507 + dblp_key: journals/tc/JeonBK24 + venue_name: IEEE Trans. Computers + pages: 2036-2050 +- title: A Secure and Robust Knowledge Transfer Framework via Stratified-Causality + Distribution Adjustment in Intelligent Collaborative Services + authors: + - Ju Jia + - Siqi Ma + - Lina Wang 0001 + - Yang Liu 0003 + - Robert H. Deng + year: '2024' + doi: 10.1109/TC.2023.3318403 + url: https://doi.org/10.1109/TC.2023.3318403 + dblp_key: journals/tc/JiaMWLD24 + venue_name: IEEE Trans. Computers + pages: 58-72 +- title: Effective Huge Page Strategies for TLB Miss Reduction in Nested Virtualization + authors: + - Weiwei Jia 0001 + - Jiyuan Zhang 0003 + - Jianchen Shan + - Xiaoning Ding + year: '2024' + doi: 10.1109/TC.2024.3398498 + url: https://doi.org/10.1109/TC.2024.3398498 + dblp_key: journals/tc/JiaZSD24 + venue_name: IEEE Trans. Computers + pages: 1983-1996 +- title: 'Hybrid-Memcached: A Novel Approach for Memcached Persistence Optimization + With Hybrid Memory' + authors: + - Zhang Jiang + - Xianduo Li + - Tianxiang Peng + - Haoran Li 0014 + - Jingxuan Hong + - Jin Zhang 0003 + - Xiaoli Gong + year: '2024' + doi: 10.1109/TC.2024.3385279 + url: https://doi.org/10.1109/TC.2024.3385279 + dblp_key: journals/tc/JiangLPLHZG24 + venue_name: IEEE Trans. Computers + pages: 1866-1874 +- title: 'FAWA: Fast Adversarial Watermark Attack' + authors: + - Hao Jiang 0010 + - Jintao Yang + - Guang Hua 0001 + - Lixia Li + - Ying Wang + - Shenghui Tu + - Song Xia + year: '2024' + doi: 10.1109/TC.2021.3065172 + url: https://doi.org/10.1109/TC.2021.3065172 + dblp_key: journals/tc/JiangYHLWTX24 + venue_name: IEEE Trans. Computers + pages: 301-313 +- title: A Secure and Flexible Blockchain-Based Offline Payment Protocol + authors: + - Wanqing Jie + - Wangjie Qiu + - Arthur Sandor Voundi Koe + - Jianhong Li + - Yin Wang + - Yaqi Wu + - Jin Li 0002 + year: '2024' + doi: 10.1109/TC.2023.3331823 + url: https://doi.org/10.1109/TC.2023.3331823 + dblp_key: journals/tc/JieQKLWWL24 + venue_name: IEEE Trans. Computers + pages: 408-421 +- title: Highly Evasive Targeted Bit-Trojan on Deep Neural Networks + authors: + - Lingxin Jin + - Wei Jiang 0016 + - Jinyu Zhan + - Xiangyu Wen 0001 + year: '2024' + doi: 10.1109/TC.2024.3416705 + url: https://doi.org/10.1109/TC.2024.3416705 + dblp_key: journals/tc/JinJZW24 + venue_name: IEEE Trans. Computers + pages: 2350-2363 +- title: 'MMDataLoader: Reusing Preprocessed Data Among Concurrent Model Training + Tasks' + authors: + - Hai Jin 0001 + - Zhanyang Zhu + - Ligang He + - Yuhao Li + - Yusheng Hua + - Xuanhua Shi + year: '2024' + doi: 10.1109/TC.2023.3336161 + url: https://doi.org/10.1109/TC.2023.3336161 + dblp_key: journals/tc/JinZHLHS24 + venue_name: IEEE Trans. Computers + pages: 510-522 +- title: 'ToEx: Accelerating Generation Stage of Transformer-Based Language Models + via Token-Adaptive Early Exit' + authors: + - Myeonggu Kang + - Junyoung Park + - Hyein Shin + - Jaekang Shin + - Lee-Sup Kim + year: '2024' + doi: 10.1109/TC.2024.3404051 + url: https://doi.org/10.1109/TC.2024.3404051 + dblp_key: journals/tc/KangPSSK24 + venue_name: IEEE Trans. Computers + pages: 2248-2261 +- title: 'Editorial: EiC Farewell and Introduction of new EiC' + authors: + - Avinash Karanth + year: '2024' + doi: 10.1109/TC.2023.3341528 + url: https://doi.org/10.1109/TC.2023.3341528 + dblp_key: journals/tc/Karanth24 + venue_name: IEEE Trans. Computers + pages: 1-2 +- title: 'SimBU: Self-Similarity-Based Hybrid Binary-Unary Computing for Nonlinear + Functions' + authors: + - Alireza Khataei + - Gaurav Singh 0008 + - Kia Bazargan + year: '2024' + doi: 10.1109/TC.2024.3398512 + url: https://doi.org/10.1109/TC.2024.3398512 + dblp_key: journals/tc/KhataeiSB24 + venue_name: IEEE Trans. Computers + pages: 2192-2205 +- title: General Bootstrapping Approach for RLWE-Based Homomorphic Encryption + authors: + - Andrey Kim + - Maxim Deryabin + - Jieun Eom + - Rakyong Choi + - Yongwoo Lee 0002 + - Whan Ghang + - Donghoon Yoo + year: '2024' + doi: 10.1109/TC.2023.3318405 + url: https://doi.org/10.1109/TC.2023.3318405 + dblp_key: journals/tc/KimDECLGY24 + venue_name: IEEE Trans. Computers + pages: 86-96 +- title: ADC-Free ReRAM-Based In-Situ Accelerator for Energy-Efficient Binary Neural + Networks + authors: + - Hyeonuk Kim + - Youngbeom Jung + - Lee-Sup Kim + year: '2024' + doi: 10.1109/TC.2022.3224800 + url: https://doi.org/10.1109/TC.2022.3224800 + dblp_key: journals/tc/KimJK24 + venue_name: IEEE Trans. Computers + pages: 353-365 +- title: Uniformity and Independence of H3 Hash Functions for Bloom Filters + authors: + - Furkan Koltuk + - Ece Güran Schmidt + year: '2024' + doi: 10.1109/TC.2024.3398426 + url: https://doi.org/10.1109/TC.2024.3398426 + dblp_key: journals/tc/KoltukS24 + venue_name: IEEE Trans. Computers + pages: 1913-1923 +- title: Randomize the Running Function When It Is Disclosed + authors: + - YongGang Li + - Yu Bao + - Yeh-Ching Chung + year: '2024' + doi: 10.1109/TC.2024.3371776 + url: https://doi.org/10.1109/TC.2024.3371776 + dblp_key: journals/tc/LiBC24 + venue_name: IEEE Trans. Computers + pages: 1516-1530 +- title: Distributed Program Deployment for Resource-Aware Programmable Switches + authors: + - Fuliang Li + - Songlin Chen + - Xingxin Jia + - Chengxi Gao + - Pengfei Wang 0013 + - Xingwei Wang 0001 + - Jiannong Cao 0001 + year: '2024' + doi: 10.1109/TC.2024.3355786 + url: https://doi.org/10.1109/TC.2024.3355786 + dblp_key: journals/tc/LiCJGWWC24 + venue_name: IEEE Trans. Computers + pages: 1357-1370 +- title: Mobility-Aware Utility Maximization in Digital Twin-Enabled Serverless Edge + Computing + authors: + - Jing Li 0093 + - Song Guo 0001 + - Weifa Liang + - Jianping Wang 0001 + - Quan Chen 0003 + - Wenchao Xu 0001 + - Kang Wei 0004 + - Xiaohua Jia + year: '2024' + doi: 10.1109/TC.2024.3388897 + url: https://doi.org/10.1109/TC.2024.3388897 + dblp_key: journals/tc/LiGLWCXWJ24 + venue_name: IEEE Trans. Computers + pages: 1837-1851 +- title: 'Prefender: A Prefetching Defender Against Cache Side Channel Attacks as + a Pretender' + authors: + - Luyi Li + - Jiayi Huang 0001 + - Lang Feng 0001 + - Zhongfeng Wang 0001 + year: '2024' + doi: 10.1109/TC.2024.3377891 + url: https://doi.org/10.1109/TC.2024.3377891 + dblp_key: journals/tc/LiHFW24 + venue_name: IEEE Trans. Computers + pages: 1457-1471 +- title: 'CoDA: A Co-Design Framework for Versatile and Efficient Attention Accelerators' + authors: + - Wenjie Li 0003 + - Aokun Hu + - Ningyi Xu + - Guanghui He 0002 + year: '2024' + doi: 10.1109/TC.2024.3398488 + url: https://doi.org/10.1109/TC.2024.3398488 + dblp_key: journals/tc/LiHXH24 + venue_name: IEEE Trans. Computers + pages: 1924-1938 +- title: Quantum Support Vector Machine for Classifying Noisy Data + authors: + - Jiaye Li 0001 + - Yangding Li + - Jiagang Song + - Jian Zhang 0048 + - Shichao Zhang 0001 + year: '2024' + doi: 10.1109/TC.2024.3416619 + url: https://doi.org/10.1109/TC.2024.3416619 + dblp_key: journals/tc/LiLSZZ24 + venue_name: IEEE Trans. Computers + pages: 2233-2247 +- title: Online Container Scheduling With Fast Function Startup and Low Memory Cost + in Edge Computing + authors: + - Zhenzheng Li + - Jiong Lou + - Jianfei Wu + - Jianxiong Guo + - Zhiqing Tang + - Ping Shen + - Weijia Jia 0001 + - Wei Zhao 0001 + year: '2024' + doi: 10.1109/TC.2024.3441836 + url: https://doi.org/10.1109/TC.2024.3441836 + dblp_key: journals/tc/LiLWGTSJZ24 + venue_name: IEEE Trans. Computers + pages: 2747-2760 +- title: 'HASP: Hierarchical Asynchronous Parallelism for Multi-NN Tasks' + authors: + - Hongyi Li + - Songchen Ma + - Taoyi Wang + - Weihao Zhang + - Guanrui Wang + - Chenhang Song + - Huanyu Qu + - Junfeng Lin + - Cheng Ma + - Jing Pei + - Rong Zhao + year: '2024' + doi: 10.1109/TC.2023.3329937 + url: https://doi.org/10.1109/TC.2023.3329937 + dblp_key: journals/tc/LiMWZWSQLMPZ24 + venue_name: IEEE Trans. Computers + pages: 366-379 +- title: A Dynamic Adaptive Framework for Practical Byzantine Fault Tolerance Consensus + Protocol in the Internet of Things + authors: + - Chunpei Li + - Wangjie Qiu + - Xianxian Li + - Chen Liu 0039 + - Zhiming Zheng 0001 + year: '2024' + doi: 10.1109/TC.2024.3377921 + url: https://doi.org/10.1109/TC.2024.3377921 + dblp_key: journals/tc/LiQLLZ24 + venue_name: IEEE Trans. Computers + pages: 1669-1682 +- title: 'NDRec: A Near-Data Processing System for Training Large-Scale Recommendation + Models' + authors: + - Shiyu Li 0001 + - Yitu Wang + - Edward Hanson + - Andrew Chang + - Yang-Seok Ki + - Hai Li 0001 + - Yiran Chen 0001 + year: '2024' + doi: 10.1109/TC.2024.3365939 + url: https://doi.org/10.1109/TC.2024.3365939 + dblp_key: journals/tc/LiWHCKLC24 + venue_name: IEEE Trans. Computers + pages: 1248-1261 +- title: 'Blockchain-Based Portable Authenticated Data Transmission for Mobile Edge + Computing: A Universally Composable Secure Solution' + authors: + - Shiyu Li 0002 + - Yuan Zhang 0006 + - Yaqing Song + - Nan Cheng 0001 + - Kan Yang 0001 + - Hongwei Li 0001 + year: '2024' + doi: 10.1109/TC.2024.3355759 + url: https://doi.org/10.1109/TC.2024.3355759 + dblp_key: journals/tc/LiZSCYL24 + venue_name: IEEE Trans. Computers + pages: 1114-1125 +- title: QoS Prediction and Adversarial Attack Protection for Distributed Services + Under DLaaS + authors: + - Wei Liang 0005 + - Yuhui Li + - Jianlong Xu + - Zheng Qin 0001 + - Dafang Zhang 0001 + - Kuan-Ching Li + year: '2024' + doi: 10.1109/TC.2021.3077738 + url: https://doi.org/10.1109/TC.2021.3077738 + dblp_key: journals/tc/LiangLXQZL24 + venue_name: IEEE Trans. Computers + pages: 669-682 +- title: 'DPU-Direct: Unleashing Remote Accelerators via Enhanced RDMA for Disaggregated + Datacenters' + authors: + - Yunkun Liao + - Jingya Wu + - Wenyan Lu + - Xiaowei Li 0001 + - Guihai Yan + year: '2024' + doi: 10.1109/TC.2024.3404089 + url: https://doi.org/10.1109/TC.2024.3404089 + dblp_key: journals/tc/LiaoWLLY24 + venue_name: IEEE Trans. Computers + pages: 2081-2095 +- title: Constructing Connected-Dominating-Set with Maximum Lifetime in Cognitive + Radio Networks + authors: + - Zhiyong Lin + - Hai Liu 0001 + - Xiaowen Chu 0001 + - Yiu-Wing Leung + - Ivan Stojmenovic + year: '2024' + doi: 10.1109/TC.2013.77 + url: https://doi.org/10.1109/TC.2013.77 + dblp_key: journals/tc/LinLCLS24 + venue_name: IEEE Trans. Computers + pages: 1165-1179 +- title: 'SongC: A Compiler for Hybrid Near-Memory and In-Memory Many-Core Architecture' + authors: + - Junfeng Lin + - Huanyu Qu + - Songchen Ma + - Xinglong Ji + - Hongyi Li + - Xiaochuan Li 0003 + - Chenhang Song + - Weihao Zhang + year: '2024' + doi: 10.1109/TC.2023.3311948 + url: https://doi.org/10.1109/TC.2023.3311948 + dblp_key: journals/tc/LinQMJLLSZ24 + venue_name: IEEE Trans. Computers + pages: 2420-2433 +- title: 'Decentralized Task Offloading in Edge Computing: An Offline-to-Online Reinforcement + Learning Approach' + authors: + - Hongcai Lin + - Lei Yang 0024 + - Hao Guo + - Jiannong Cao 0001 + year: '2024' + doi: 10.1109/TC.2024.3377912 + url: https://doi.org/10.1109/TC.2024.3377912 + dblp_key: journals/tc/LinYGC24 + venue_name: IEEE Trans. Computers + pages: 1603-1615 +- title: 'Honeycomb: Ordered Key-Value Store Acceleration on an FPGA-Based SmartNIC' + authors: + - Junyi Liu + - Aleksandar Dragojevic + - Shane T. Fleming + - Antonios Katsarakis + - Dario Korolija + - Igor Zablotchi + - Ho-Cheung Ng + - Anuj Kalia + - Miguel Castro 0001 + year: '2024' + doi: 10.1109/TC.2023.3345173 + url: https://doi.org/10.1109/TC.2023.3345173 + dblp_key: journals/tc/LiuDFKKZNKC24 + venue_name: IEEE Trans. Computers + pages: 857-871 +- title: I/O Causality Based In-Line Data Deduplication for Non-Volatile Memory Enabled + Storage Systems + authors: + - Haikun Liu + - Xiaozhong Jin + - Chencheng Ye 0001 + - Xiaofei Liao + - Hai Jin 0001 + - Yu Zhang 0027 + year: '2024' + doi: 10.1109/TC.2024.3365961 + url: https://doi.org/10.1109/TC.2024.3365961 + dblp_key: journals/tc/LiuJYLJZ24 + venue_name: IEEE Trans. Computers + pages: 1327-1340 +- title: Reordering and Compression for Hypergraph Processing + authors: + - Yu Liu 0085 + - Qi Luo + - Mengbai Xiao + - Dongxiao Yu + - Huashan Chen + - Xiuzhen Cheng + year: '2024' + doi: 10.1109/TC.2024.3377915 + url: https://doi.org/10.1109/TC.2024.3377915 + dblp_key: journals/tc/LiuLXYCC24 + venue_name: IEEE Trans. Computers + pages: 1486-1499 +- title: 'HPDK: A Hybrid PM-DRAM Key-Value Store for High I/O Throughput' + authors: + - Bihui Liu + - Zhenyu Ye + - Qiao Hu + - Yupeng Hu 0004 + - Yuchong Hu + - Yang Xu 0013 + - Keqin Li 0001 + year: '2024' + doi: 10.1109/TC.2024.3377914 + url: https://doi.org/10.1109/TC.2024.3377914 + dblp_key: journals/tc/LiuYHHHXL24 + venue_name: IEEE Trans. Computers + pages: 1575-1587 +- title: Enabling Efficient Deep Learning on MCU With Transient Redundancy Elimination + authors: + - Jiesong Liu + - Feng Zhang 0007 + - Jiawei Guan + - Hsin-Hsuan Sung + - Xiaoguang Guo + - Saiqin Long + - Xiaoyong Du 0001 + - Xipeng Shen + year: '2024' + doi: 10.1109/TC.2024.3449102 + url: https://doi.org/10.1109/TC.2024.3449102 + dblp_key: journals/tc/LiuZGSGLDS24 + venue_name: IEEE Trans. Computers + pages: 2649-2663 +- title: 'ERA-BS: Boosting the Efficiency of ReRAM-Based PIM Accelerator With Fine-Grained + Bit-Level Sparsity' + authors: + - Fangxin Liu + - Wenbo Zhao 0005 + - Zongwu Wang + - Yongbiao Chen + - Xiaoyao Liang + - Li Jiang 0002 + year: '2024' + doi: 10.1109/TC.2023.3290869 + url: https://doi.org/10.1109/TC.2023.3290869 + dblp_key: journals/tc/LiuZWCLJ24 + venue_name: IEEE Trans. Computers + pages: 2320-2334 +- title: 'ISSA: Architecting CNN Accelerators Using Input-Skippable, Set-Associative + Computing-in-Memory' + authors: + - Yun-Chen Lo + - Jun-Shen Wu + - Chia-Chun Wang + - Yu-Chih Tsai + - Chih-Chen Yeh + - Wen-Chien Ting + - Ren-Shuo Liu + year: '2024' + doi: 10.1109/TC.2024.3404060 + url: https://doi.org/10.1109/TC.2024.3404060 + dblp_key: journals/tc/LoWWTYTL24 + venue_name: IEEE Trans. Computers + pages: 2136-2149 +- title: Computation Off-Loading in Resource-Constrained Edge Computing Systems Based + on Deep Reinforcement Learning + authors: + - Chuanwen Luo + - Jian Zhang 0096 + - Xiaolu Cheng + - Yi Hong 0003 + - Zhibo Chen 0004 + - Xiaoshuang Xing + year: '2024' + doi: 10.1109/TC.2023.3321938 + url: https://doi.org/10.1109/TC.2023.3321938 + dblp_key: journals/tc/LuoZCHCX24 + venue_name: IEEE Trans. Computers + pages: 109-122 +- title: Secure Deep Learning in Defense in Deep-Learning-as-a-Service Computing Systems + in Digital Twins + authors: + - Zhihan Lv + - Dongliang Chen + - Bin Cao 0005 + - Houbing Song + - Haibin Lv + year: '2024' + doi: 10.1109/TC.2021.3077687 + url: https://doi.org/10.1109/TC.2021.3077687 + dblp_key: journals/tc/LvCCSL24 + venue_name: IEEE Trans. Computers + pages: 656-668 +- title: Single-Domain Generalized Predictor for Neural Architecture Search System + authors: + - Lianbo Ma + - Haidong Kang + - Guo Yu 0001 + - Qing Li 0006 + - Qiang He 0002 + year: '2024' + doi: 10.1109/TC.2024.3365949 + url: https://doi.org/10.1109/TC.2024.3365949 + dblp_key: journals/tc/MaKYLH24 + venue_name: IEEE Trans. Computers + pages: 1400-1413 +- title: 'GFBE: A Generalized and Fine-Grained Blockchain Evaluation Framework' + authors: + - Liyuan Ma + - Xiulong Liu 0001 + - Yuhan Li 0003 + - Chenyu Zhang + - Gaowei Shi + - Keqiu Li + year: '2024' + doi: 10.1109/TC.2024.3349654 + url: https://doi.org/10.1109/TC.2024.3349654 + dblp_key: journals/tc/MaLLZSL24 + venue_name: IEEE Trans. Computers + pages: 942-955 +- title: 'Big-PERCIVAL: Exploring the Native Use of 64-Bit Posit Arithmetic in Scientific + Computing' + authors: + - David Mallasén + - Alberto A. Del Barrio + - Manuel Prieto-Matías + year: '2024' + doi: 10.1109/TC.2024.3377890 + url: https://doi.org/10.1109/TC.2024.3377890 + dblp_key: journals/tc/MallasenBP24 + venue_name: IEEE Trans. Computers + pages: 1472-1485 +- title: Joint Virtual Network Function Placement and Flow Routing in Edge-Cloud Continuum + authors: + - Yingling Mao + - Xiaojun Shang + - Yu Liu 0057 + - Yuanyuan Yang 0001 + year: '2024' + doi: 10.1109/TC.2023.3347671 + url: https://doi.org/10.1109/TC.2023.3347671 + dblp_key: journals/tc/MaoSLY24 + venue_name: IEEE Trans. Computers + pages: 872-886 +- title: 'DIPER: Detection and Identification of Pathogens Using Edit Distance-Tolerant + Resistive CAM' + authors: + - Itay Merlin + - Esteban Garzón + - Alexander Fish + - Leonid Yavits + year: '2024' + doi: 10.1109/TC.2023.3315829 + url: https://doi.org/10.1109/TC.2023.3315829 + dblp_key: journals/tc/MerlinGFY24 + venue_name: IEEE Trans. Computers + pages: 2463-2473 +- title: Monotonicity of Multi-term Floating-Point Adders + authors: + - Mantas Mikaitis + year: '2024' + doi: 10.1109/TC.2024.3371783 + url: https://doi.org/10.1109/TC.2024.3371783 + dblp_key: journals/tc/Mikaitis24 + venue_name: IEEE Trans. Computers + pages: 1531-1543 +- title: Learning the Error Features of Approximate Multipliers for Neural Network + Applications + authors: + - Hai Mo + - Yong Wu + - Honglan Jiang + - Zining Ma + - Fabrizio Lombardi + - Jie Han 0001 + - Leibo Liu + year: '2024' + doi: 10.1109/TC.2023.3345163 + url: https://doi.org/10.1109/TC.2023.3345163 + dblp_key: journals/tc/MoWJMLHL24 + venue_name: IEEE Trans. Computers + pages: 842-856 +- title: Improved Fault Analysis on Subterranean 2.0 + authors: + - Sandip Kumar Mondal + - Prakash Dey + - Himadry Sekhar Roy + - Avishek Adhikari + - Subhamoy Maitra + year: '2024' + doi: 10.1109/TC.2024.3371784 + url: https://doi.org/10.1109/TC.2024.3371784 + dblp_key: journals/tc/MondalDRAM24 + venue_name: IEEE Trans. Computers + pages: 1631-1639 +- title: Enabling HW-Based Task Scheduling in Large Multicore Architectures + authors: + - Lucas Morais + - Carlos Álvarez 0001 + - Daniel Jiménez-González + - Juan Miguel De Haro Ruiz + - Guido Araujo + - Michael Frank 0008 + - Alfredo Goldman + - Xavier Martorell + year: '2024' + doi: 10.1109/TC.2023.3323781 + url: https://doi.org/10.1109/TC.2023.3323781 + dblp_key: journals/tc/MoraisAJRAFGM24 + venue_name: IEEE Trans. Computers + pages: 138-151 +- title: 'HYDRA: A Hybrid Resistance Drift Resilient Architecture for Phase Change + Memory-Based Neural Network Accelerators' + authors: + - Thai-Hoang Nguyen + - Muhammad Imran 0010 + - Jaehyuk Choi 0001 + - Joon-Sung Yang + year: '2024' + doi: 10.1109/TC.2024.3404096 + url: https://doi.org/10.1109/TC.2024.3404096 + dblp_key: journals/tc/NguyenICY24 + venue_name: IEEE Trans. Computers + pages: 2123-2135 +- title: 'VSPIM: SRAM Processing-in-Memory DNN Acceleration via Vector-Scalar Operations' + authors: + - Chen Nie + - Chenyu Tang + - Jie Lin 0004 + - Huan Hu + - Chenyang Lv + - Ting Cao 0007 + - Weifeng Zhang 0003 + - Li Jiang 0002 + - Xiaoyao Liang + - Weikang Qian + - Yanan Sun 0003 + - Zhezhi He + year: '2024' + doi: 10.1109/TC.2023.3285095 + url: https://doi.org/10.1109/TC.2023.3285095 + dblp_key: journals/tc/NieTLHLCZJLQSH24 + venue_name: IEEE Trans. Computers + pages: 2378-2390 +- title: Game-Based Adaptive FLOPs and Partition Point Decision Mechanism With Latency + and Energy-Efficient Tradeoff for Edge Intelligence + authors: + - Xin Niu 0001 + - Yajing Huang + - Zhiwei Wang + - Chen Yu 0003 + - Hai Jin 0001 + year: '2024' + doi: 10.1109/TC.2024.3354033 + url: https://doi.org/10.1109/TC.2024.3354033 + dblp_key: journals/tc/NiuHWYJ24 + venue_name: IEEE Trans. Computers + pages: 1099-1113 +- title: Approximation- and Quantization-Aware Training for Graph Neural Networks + authors: + - Rodion Novkin + - Florian Klemme + - Hussam Amrouch + year: '2024' + doi: 10.1109/TC.2023.3337319 + url: https://doi.org/10.1109/TC.2023.3337319 + dblp_key: journals/tc/NovkinKA24 + venue_name: IEEE Trans. Computers + pages: 599-612 +- title: 'EcoFlow: Efficient Convolutional Dataflows on Low-Power Neural Network Accelerators' + authors: + - Lois Orosa 0001 + - Skanda Koppula + - Yaman Umuroglu + - Konstantinos Kanellopoulos + - Juan Gómez-Luna + - Michaela Blott + - Kees A. Vissers + - Onur Mutlu + year: '2024' + doi: 10.1109/TC.2023.3272282 + url: https://doi.org/10.1109/TC.2023.3272282 + dblp_key: journals/tc/OrosaKUKGBVM24 + venue_name: IEEE Trans. Computers + pages: 2275-2289 +- title: 'AMBEA: Aggressive Maximal Biclique Enumeration in Large Bipartite Graph + Computing' + authors: + - Zhe Pan 0001 + - Xu Li 0026 + - Shuibing He + - Xuechen Zhang 0001 + - Rui Wang 0076 + - Yunjun Gao + - Gang Chen 0001 + - Xian-He Sun + year: '2024' + doi: 10.1109/TC.2024.3441864 + url: https://doi.org/10.1109/TC.2024.3441864 + dblp_key: journals/tc/PanLHZWGCS24 + venue_name: IEEE Trans. Computers + pages: 2664-2677 +- title: Efficient Deadlock Avoidance for 2-D Mesh NoCs That Use OQ or VOQ Routers + authors: + - Philippos Papaphilippou + - Thiem Van Chu + year: '2024' + doi: 10.1109/TC.2024.3365954 + url: https://doi.org/10.1109/TC.2024.3365954 + dblp_key: journals/tc/PapaphilippouC24 + venue_name: IEEE Trans. Computers + pages: 1414-1426 +- title: 'BiRD: Bi-Directional Input Reuse Dataflow for Enhancing Depthwise Convolution + Performance on Systolic Arrays' + authors: + - Mingeon Park + - Seokjin Hwang + - Hyungmin Cho + year: '2024' + doi: 10.1109/TC.2024.3449103 + url: https://doi.org/10.1109/TC.2024.3449103 + dblp_key: journals/tc/ParkHC24 + venue_name: IEEE Trans. Computers + pages: 2708-2721 +- title: 'Ara2: Exploring Single- and Multi-Core Vector Processing With an Efficient + RVV 1.0 Compliant Open-Source Processor' + authors: + - Matteo Perotti + - Matheus A. Cavalcante + - Renzo Andri + - Lukas Cavigelli + - Luca Benini + year: '2024' + doi: 10.1109/TC.2024.3388896 + url: https://doi.org/10.1109/TC.2024.3388896 + dblp_key: journals/tc/PerottiCACB24 + venue_name: IEEE Trans. Computers + pages: 1822-1836 +- title: Fast Inner-Product Algorithms and Architectures for Deep Neural Network Accelerators + authors: + - Trevor E. Pogue + - Nicola Nicolici + year: '2024' + doi: 10.1109/TC.2023.3334140 + url: https://doi.org/10.1109/TC.2023.3334140 + dblp_key: journals/tc/PogueN24 + venue_name: IEEE Trans. Computers + pages: 495-509 +- title: 'LogSay: An Efficient Comprehension System for Log Numerical Reasoning' + authors: + - Jiaxing Qi + - Zhongzhi Luan + - Shaohan Huang + - Carol J. Fung + - Hailong Yang 0002 + year: '2024' + doi: 10.1109/TC.2024.3386068 + url: https://doi.org/10.1109/TC.2024.3386068 + dblp_key: journals/tc/QiLHFY24 + venue_name: IEEE Trans. Computers + pages: 1809-1821 +- title: 'Gem5Tune: A Parameter Auto-Tuning Framework for Gem5 Simulator to Reduce + Errors' + authors: + - Yudi Qiu + - Tao Huang + - Yuxin Tang + - Yanwei Liu + - Yang Kong + - Xulin Yu + - Xiaoyang Zeng + - Yibo Fan + year: '2024' + doi: 10.1109/TC.2023.3347675 + url: https://doi.org/10.1109/TC.2023.3347675 + dblp_key: journals/tc/QiuHTLKYZF24 + venue_name: IEEE Trans. Computers + pages: 902-914 +- title: An Efficient Preprocessing-Based Approach to Mitigate Advanced Adversarial + Attacks + authors: + - Han Qiu 0001 + - Yi Zeng 0005 + - Qinkai Zheng + - Shangwei Guo + - Tianwei Zhang 0004 + - Hewu Li + year: '2024' + doi: 10.1109/TC.2021.3076826 + url: https://doi.org/10.1109/TC.2021.3076826 + dblp_key: journals/tc/QiuZZGZL24 + venue_name: IEEE Trans. Computers + pages: 645-655 +- title: 'BlockCompass: A Benchmarking Platform for Blockchain Performance' + authors: + - Mohammadreza Rasolroveicy + - Wejdene Haouari + - Marios Fokaefs + year: '2024' + doi: 10.1109/TC.2024.3404103 + url: https://doi.org/10.1109/TC.2024.3404103 + dblp_key: journals/tc/RasolroveicyHF24 + venue_name: IEEE Trans. Computers + pages: 2111-2122 +- title: 'CAPE: Criticality-Aware Performance and Energy Optimization Policy for NCFET-Based + Caches' + authors: + - Divya Praneetha Ravipati + - Ramanuj Goel + - Victor M. van Santen + - Hussam Amrouch + - Preeti Ranjan Panda + year: '2024' + doi: 10.1109/TC.2024.3457734 + url: https://doi.org/10.1109/TC.2024.3457734 + dblp_key: journals/tc/RavipatiGSAP24 + venue_name: IEEE Trans. Computers + pages: 2830-2843 +- title: 'On the Security of Quotient Filters: Attacks and Potential Countermeasures' + authors: + - Pedro Reviriego + - Miguel González 0005 + - Niv Dayan + - Gabriel Huecas + - Shanshan Liu 0001 + - Fabrizio Lombardi + year: '2024' + doi: 10.1109/TC.2024.3371793 + url: https://doi.org/10.1109/TC.2024.3371793 + dblp_key: journals/tc/ReviriegoGDHLL24 + venue_name: IEEE Trans. Computers + pages: 2165-2177 +- title: Wrong-Path-Aware Entangling Instruction Prefetcher + authors: + - Alberto Ros 0001 + - Alexandra Jimborean + year: '2024' + doi: 10.1109/TC.2023.3337308 + url: https://doi.org/10.1109/TC.2023.3337308 + dblp_key: journals/tc/RosJ24 + venue_name: IEEE Trans. Computers + pages: 548-559 +- title: Error-Detection Schemes for Analog Content-Addressable Memories + authors: + - Ron M. Roth + year: '2024' + doi: 10.1109/TC.2024.3386065 + url: https://doi.org/10.1109/TC.2024.3386065 + dblp_key: journals/tc/Roth24 + venue_name: IEEE Trans. Computers + pages: 1795-1808 +- title: 'VALIANT: An EDA Flow for Side-Channel Leakage Evaluation and Tailored Protection' + authors: + - Rajat Sadhukhan + - Sayandeep Saha + - Sudipta Paria + - Swarup Bhunia + - Debdeep Mukhopadhyay + year: '2024' + doi: 10.1109/TC.2023.3333164 + url: https://doi.org/10.1109/TC.2023.3333164 + dblp_key: journals/tc/SadhukhanSPBM24 + venue_name: IEEE Trans. Computers + pages: 436-450 +- title: Blockchain-Based Distributed Multiagent Reinforcement Learning for Collaborative + Multiobject Tracking Framework + authors: + - Jiahao Shen + - Hao Sheng 0001 + - Shuai Wang 0027 + - Ruixuan Cong + - Da Yang 0001 + - Yang Zhang 0032 + year: '2024' + doi: 10.1109/TC.2023.3343102 + url: https://doi.org/10.1109/TC.2023.3343102 + dblp_key: journals/tc/ShenSWCYZ24 + venue_name: IEEE Trans. Computers + pages: 778-788 +- title: 'ASHL: An Adaptive Multi-Stage Distributed Deep Learning Training Scheme + for Heterogeneous Environments' + authors: + - Zhaoyan Shen + - Qingxiang Tang + - Tianren Zhou + - Yuhao Zhang 0006 + - Zhiping Jia + - Dongxiao Yu + - Zhiyong Zhang 0006 + - Bingzhe Li + year: '2024' + doi: 10.1109/TC.2023.3315847 + url: https://doi.org/10.1109/TC.2023.3315847 + dblp_key: journals/tc/ShenTZZJYZL24 + venue_name: IEEE Trans. Computers + pages: 30-43 +- title: 'Leveraging GPU in Homomorphic Encryption: Framework Design and Analysis + of BFV Variants' + authors: + - Shiyu Shen 0001 + - Hao Yang 0062 + - Wangchen Dai + - Lu Zhou 0002 + - Zhe Liu 0001 + - Yunlei Zhao + year: '2024' + doi: 10.1109/TC.2024.3457733 + url: https://doi.org/10.1109/TC.2024.3457733 + dblp_key: journals/tc/ShenYDZLZ24 + venue_name: IEEE Trans. Computers + pages: 2817-2829 +- title: Automated Test Cases Generator for IEC 61131-3 Structured Text Based Dynamic + Symbolic Execution + authors: + - Jianqi Shi + - Yinghao Chen + - Qin Li 0002 + - Yanhong Huang + - Yang Yang 0141 + - Mengyan Zhao + year: '2024' + doi: 10.1109/TC.2024.3351285 + url: https://doi.org/10.1109/TC.2024.3351285 + dblp_key: journals/tc/ShiCLHYZ24 + venue_name: IEEE Trans. Computers + pages: 1048-1059 +- title: A Reliability-Critical Path Identifying Method With Local and Global Adjacency + Probability Matrix in Combinational Circuits + authors: + - Zhanhui Shi + - Jie Xiao 0003 + - Weidong Zhu + - Jianhui Jiang + year: '2024' + doi: 10.1109/TC.2023.3323772 + url: https://doi.org/10.1109/TC.2023.3323772 + dblp_key: journals/tc/ShiXZJ24 + venue_name: IEEE Trans. Computers + pages: 123-137 +- title: 'LSDedup: Layered Secure Deduplication for Cloud Storage' + authors: + - Mingyang Song + - Zhongyun Hua + - Yifeng Zheng 0001 + - Hejiao Huang + - Xiaohua Jia + year: '2024' + doi: 10.1109/TC.2023.3331953 + url: https://doi.org/10.1109/TC.2023.3331953 + dblp_key: journals/tc/SongHZHJ24 + venue_name: IEEE Trans. Computers + pages: 422-435 +- title: Randomizing Set-Associative Caches Against Conflict-Based Cache Side-Channel + Attacks + authors: + - Wei Song 0002 + - Zihan Xue + - Jinchi Han + - Zhenzhen Li + - Peng Liu 0005 + year: '2024' + doi: 10.1109/TC.2024.3349659 + url: https://doi.org/10.1109/TC.2024.3349659 + dblp_key: journals/tc/SongXHLL24 + venue_name: IEEE Trans. Computers + pages: 1019-1033 +- title: 'LPAH: Illustrating Efficient Live Patching With Alignment Holes in Kernel + Data' + authors: + - Chao Su 0001 + - Xiaoshuang Xing + - Xiaolu Cheng + - Rui Guo + - Chuanwen Luo + year: '2024' + doi: 10.1109/TC.2024.3424263 + url: https://doi.org/10.1109/TC.2024.3424263 + dblp_key: journals/tc/SuXCGL24 + venue_name: IEEE Trans. Computers + pages: 2434-2448 +- title: An Integrated FPGA Accelerator for Deep Learning-Based 2D/3D Path Planning + authors: + - Keisuke Sugiura + - Hiroki Matsutani + year: '2024' + doi: 10.1109/TC.2024.3377895 + url: https://doi.org/10.1109/TC.2024.3377895 + dblp_key: journals/tc/SugiuraM24 + venue_name: IEEE Trans. Computers + pages: 1442-1456 +- title: A Machine Learning-Empowered Cache Management Scheme for High-Performance + SSDs + authors: + - Hui Sun 0002 + - Chen Sun + - Haoqiang Tong + - Yinliang Yue + - Xiao Qin 0001 + year: '2024' + doi: 10.1109/TC.2024.3404064 + url: https://doi.org/10.1109/TC.2024.3404064 + dblp_key: journals/tc/SunSTYQ24 + venue_name: IEEE Trans. Computers + pages: 2066-2080 +- title: Edge Generation Scheduling for DAG Tasks Using Deep Reinforcement Learning + authors: + - Binqi Sun + - Mirco Theile + - Ziyuan Qin 0002 + - Daniele Bernardini 0002 + - Debayan Roy + - Andrea Bastoni + - Marco Caccamo + year: '2024' + doi: 10.1109/TC.2024.3350243 + url: https://doi.org/10.1109/TC.2024.3350243 + dblp_key: journals/tc/SunTQBRBC24 + venue_name: IEEE Trans. Computers + pages: 1034-1047 +- title: 'LAC: A Workload Intensity-Aware Caching Scheme for High-Performance SSDs' + authors: + - Hui Sun 0002 + - Haoqiang Tong + - Yinliang Yue + - Xiao Qin 0001 + year: '2024' + doi: 10.1109/TC.2024.3385290 + url: https://doi.org/10.1109/TC.2024.3385290 + dblp_key: journals/tc/SunTYQ24 + venue_name: IEEE Trans. Computers + pages: 1738-1752 +- title: 'Bit-Balance: Model-Hardware Codesign for Accelerating NNs by Exploiting + Bit-Level Sparsity' + authors: + - Wenhao Sun + - Zhiwei Zou + - Deng Liu + - Wendi Sun + - Song Chen 0001 + - Yi Kang + year: '2024' + doi: 10.1109/TC.2023.3324477 + url: https://doi.org/10.1109/TC.2023.3324477 + dblp_key: journals/tc/SunZLSCK24 + venue_name: IEEE Trans. Computers + pages: 152-163 +- title: Accelerating Finite-Field and Torus Fully Homomorphic Encryption via Compute-Enabled + (S)RAM + authors: + - Jonathan Takeshita + - Dayane Reis + - Ting Gong + - Michael T. Niemier + - Xiaobo Sharon Hu + - Taeho Jung + year: '2024' + doi: 10.1109/TC.2023.3301116 + url: https://doi.org/10.1109/TC.2023.3301116 + dblp_key: journals/tc/TakeshitaRGNHJ24 + venue_name: IEEE Trans. Computers + pages: 2449-2462 +- title: 'ROLoad-PMP: Securing Sensitive Operations for Kernels and Bare-Metal Firmware' + authors: + - Wende Tan + - Chenyang Li + - Yangyu Chen + - Yuan Li 0061 + - Chao Zhang 0008 + - Jianping Wu + year: '2024' + doi: 10.1109/TC.2024.3449105 + url: https://doi.org/10.1109/TC.2024.3449105 + dblp_key: journals/tc/TanLCLZW24 + venue_name: IEEE Trans. Computers + pages: 2722-2733 +- title: A Practical Adversarial Attack Against Sequence-Based Deep Learning Malware + Classifiers + authors: + - Kai Tan 0007 + - Dongyang Zhan + - Lin Ye + - Hongli Zhang 0001 + - Binxing Fang + year: '2024' + doi: 10.1109/TC.2023.3339955 + url: https://doi.org/10.1109/TC.2023.3339955 + dblp_key: journals/tc/TanZYZF24 + venue_name: IEEE Trans. Computers + pages: 708-721 +- title: Multidomain Fault Models Covering the Analog Side of a Smart or Cyber-Physical + System + authors: + - Francesco Tosoni 0002 + - Nicola Dall'Ora + - Enrico Fraccaroli + - Sara Vinco + - Franco Fummi + year: '2024' + doi: 10.1109/TC.2023.3345135 + url: https://doi.org/10.1109/TC.2023.3345135 + dblp_key: journals/tc/TosoniDFVF24 + venue_name: IEEE Trans. Computers + pages: 829-841 +- title: 'TOP: Towards Open & Predictable Heterogeneous SoCs' + authors: + - Luca Valente + - Francesco Restuccia 0002 + - Davide Rossi 0001 + - Ryan Kastner + - Luca Benini + year: '2024' + doi: 10.1109/TC.2024.3441849 + url: https://doi.org/10.1109/TC.2024.3441849 + dblp_key: journals/tc/ValenteRRKB24 + venue_name: IEEE Trans. Computers + pages: 2678-2692 +- title: Towards Secure Runtime Customizable Trusted Execution Environment on FPGA-SoC + authors: + - Yanling Wang + - Xiaolin Chang + - Haoran Zhu + - Jianhua Wang 0004 + - Yanwei Gong + - Lin Li 0041 + year: '2024' + doi: 10.1109/TC.2024.3355772 + url: https://doi.org/10.1109/TC.2024.3355772 + dblp_key: journals/tc/WangCZWGL24 + venue_name: IEEE Trans. Computers + pages: 1138-1151 +- title: A Detailed Historical and Statistical Analysis of the Influence of Hardware + Artifacts on SPEC Integer Benchmark Performance + authors: + - Yueyao Wang + - Samuel Furman + - Nicolás Hardy + - Margaret Ellis 0001 + - Godmar Back + - Yili Hong 0001 + - Kirk W. Cameron + year: '2024' + doi: 10.1109/TC.2024.3365941 + url: https://doi.org/10.1109/TC.2024.3365941 + dblp_key: journals/tc/WangFHEBHC24 + venue_name: IEEE Trans. Computers + pages: 1262-1274 +- title: Mitigating Adversarial Attacks Based on Denoising & Reconstruction With + Finance Authentication System Case Study + authors: + - Juzhen Wang + - Yiqi Hu + - Yiren Qi + - Ziwen Peng + - Changjia Zhou + year: '2024' + doi: 10.1109/TC.2021.3066614 + url: https://doi.org/10.1109/TC.2021.3066614 + dblp_key: journals/tc/WangHQPZ24 + venue_name: IEEE Trans. Computers + pages: 314-326 +- title: 'GreedW: A Flexible and Efficient Decentralized Framework for Distributed + Machine Learning' + authors: + - Ting Wang 0001 + - Xin Jiang 0027 + - Qin Li 0002 + - Haibin Cai + year: '2024' + doi: 10.1109/TC.2023.3343110 + url: https://doi.org/10.1109/TC.2023.3343110 + dblp_key: journals/tc/WangJLC24 + venue_name: IEEE Trans. Computers + pages: 801-814 +- title: 'AQA: An Adaptive Post-Training Quantization Method for Activations of CNNs' + authors: + - Yun Wang 0048 + - Qiang Liu 0011 + year: '2024' + doi: 10.1109/TC.2024.3398503 + url: https://doi.org/10.1109/TC.2024.3398503 + dblp_key: journals/tc/WangL24 + venue_name: IEEE Trans. Computers + pages: 2025-2035 +- title: A Computing-in-Memory-Based One-Class Hyperdimensional Computing Model for + Outlier Detection + authors: + - Ruixuan Wang + - Sabrina Hassan Moon + - Xiaobo Sharon Hu + - Xun Jiao 0002 + - Dayane Reis + year: '2024' + doi: 10.1109/TC.2024.3371782 + url: https://doi.org/10.1109/TC.2024.3371782 + dblp_key: journals/tc/WangMHJR24 + venue_name: IEEE Trans. Computers + pages: 1559-1574 +- title: 'TensorMap: A Deep RL-Based Tensor Mapping Framework for Spatial Accelerators' + authors: + - Fuyu Wang + - Minghua Shen + - Yutong Lu + - Nong Xiao 0001 + year: '2024' + doi: 10.1109/TC.2024.3398424 + url: https://doi.org/10.1109/TC.2024.3398424 + dblp_key: journals/tc/WangSLX24 + venue_name: IEEE Trans. Computers + pages: 1899-1912 +- title: 'HiBid: A Cross-Channel Constrained Bidding System With Budget Allocation + by Hierarchical Offline Deep Reinforcement Learning' + authors: + - Hao Wang 0193 + - Bo Tang 0018 + - Chi Harold Liu + - Shangqin Mao + - Jiahong Zhou + - Zipeng Dai + - Yaqi Sun + - Qianlong Xie + - Xingxing Wang + - Dong Wang 0022 + year: '2024' + doi: 10.1109/TC.2023.3343111 + url: https://doi.org/10.1109/TC.2023.3343111 + dblp_key: journals/tc/WangTLMZDSXWW24 + venue_name: IEEE Trans. Computers + pages: 815-828 +- title: Optimizing CNN Computation Using RISC-V Custom Instruction Sets for Edge + Platforms + authors: + - Shihang Wang + - Xingbo Wang + - Zhiyuan Xu + - Bingzhen Chen + - Chenxi Feng + - Qi Wang 0051 + - Terry Tao Ye + year: '2024' + doi: 10.1109/TC.2024.3362060 + url: https://doi.org/10.1109/TC.2024.3362060 + dblp_key: journals/tc/WangWXCFWY24 + venue_name: IEEE Trans. Computers + pages: 1371-1384 +- title: 'Raptor-T: A Fused and Memory-Efficient Sparse Transformer for Long and Variable-Length + Sequences' + authors: + - Hulin Wang + - Donglin Yang + - Yaqi Xia + - Zheng Zhang 0036 + - Qigang Wang + - Jianping Fan 0007 + - Xiaobo Zhou 0002 + - Dazhao Cheng + year: '2024' + doi: 10.1109/TC.2024.3389507 + url: https://doi.org/10.1109/TC.2024.3389507 + dblp_key: journals/tc/WangYXZWFZC24 + venue_name: IEEE Trans. Computers + pages: 1852-1865 +- title: 'Enhancing Neural Network Reliability: Insights From Hardware/Software Collaboration + With Neuron Vulnerability Quantization' + authors: + - Jing Wang 0055 + - Jinbin Zhu + - Xin Fu 0001 + - Di Zang + - Keyao Li + - Weigong Zhang + year: '2024' + doi: 10.1109/TC.2024.3398492 + url: https://doi.org/10.1109/TC.2024.3398492 + dblp_key: journals/tc/WangZFZLZ24 + venue_name: IEEE Trans. Computers + pages: 1953-1966 +- title: Revisit and Benchmarking of Automated Quantization Toward Fair Comparison + authors: + - Zheng Wei + - Xingjun Zhang + - Zeyu Ji + - Jingbo Li + - Jia Wei + year: '2024' + doi: 10.1109/TC.2023.3315836 + url: https://doi.org/10.1109/TC.2023.3315836 + dblp_key: journals/tc/WeiZJLW24 + venue_name: IEEE Trans. Computers + pages: 18-29 +- title: 'Cyclebite: Extracting Task Graphs From Unstructured Compute-Programs' + authors: + - Benjamin R. Willis + - Aviral Shrivastava + - Joshua Mack + - Shail Dave + - Chaitali Chakrabarti + - John S. Brunhaver + year: '2024' + doi: 10.1109/TC.2023.3327504 + url: https://doi.org/10.1109/TC.2023.3327504 + dblp_key: journals/tc/WillisSMDCB24 + venue_name: IEEE Trans. Computers + pages: 221-234 +- title: 'FaaSBatch: Boosting Serverless Efficiency With In-Container Parallelism + and Resource Multiplexing' + authors: + - Zhaorui Wu + - Yuhui Deng + - Yi Zhou 0009 + - Jie Li 0067 + - Shujie Pang + - Xiao Qin 0001 + year: '2024' + doi: 10.1109/TC.2024.3352834 + url: https://doi.org/10.1109/TC.2024.3352834 + dblp_key: journals/tc/WuDZLPQ24 + venue_name: IEEE Trans. Computers + pages: 1071-1085 +- title: 'CDS: Coupled Data Storage to Enhance Read Performance of 3D TLC NAND Flash + Memory' + authors: + - Wan-Ling Wu + - Jen-Wei Hsieh + - Hao-Yu Ku + year: '2024' + doi: 10.1109/TC.2023.3338474 + url: https://doi.org/10.1109/TC.2023.3338474 + dblp_key: journals/tc/WuHK24 + venue_name: IEEE Trans. Computers + pages: 694-707 +- title: Toward an SGX-Friendly Java Runtime + authors: + - Mingyu Wu 0001 + - Zhe Li 0037 + - Haibo Chen 0001 + - Binyu Zang + - Shaojun Wang + - Lei Yu + - Sanhong Li + - Haitao Song 0001 + year: '2024' + doi: 10.1109/TC.2023.3318400 + url: https://doi.org/10.1109/TC.2023.3318400 + dblp_key: journals/tc/WuLCZWYLS24 + venue_name: IEEE Trans. Computers + pages: 44-57 +- title: Relieving Write Disturbance for Phase Change Memory With RESET-Aware Data + Encoding + authors: + - Ronglong Wu + - Zhirong Shen + - Jianqiang Chen + - Chengshuo Zheng + - Zhiwei Yang + - Jiwu Shu + year: '2024' + doi: 10.1109/TC.2024.3398490 + url: https://doi.org/10.1109/TC.2024.3398490 + dblp_key: journals/tc/WuSCZYS24 + venue_name: IEEE Trans. Computers + pages: 1939-1952 +- title: FPGA-Accelerated Range-Limited Molecular Dynamics + authors: + - Chunshu Wu + - Chen Yang 0010 + - Sahan Bandara + - Tong Geng + - Anqi Guo + - Pouya Haghi + - Ang Li 0006 + - Martin C. Herbordt + year: '2024' + doi: 10.1109/TC.2024.3375613 + url: https://doi.org/10.1109/TC.2024.3375613 + dblp_key: journals/tc/WuYBGGHLH24 + venue_name: IEEE Trans. Computers + pages: 1544-1558 +- title: A Unified and Fully Automated Framework for Wavelet-Based Attacks on Random + Delay + authors: + - Qianmei Wu + - Fan Zhang 0010 + - Shize Guo + - Kun Yang 0012 + - Haoting Shen + year: '2024' + doi: 10.1109/TC.2024.3416682 + url: https://doi.org/10.1109/TC.2024.3416682 + dblp_key: journals/tc/WuZGYS24 + venue_name: IEEE Trans. Computers + pages: 2206-2219 +- title: 'STR: Secure Computation on Additive Shares Using the Share-Transform-Reveal + Strategy' + authors: + - Zhihua Xia + - Qi Gu + - Wenhao Zhou + - Lizhi Xiong + - Jian Weng 0001 + - Naixue Xiong + year: '2024' + doi: 10.1109/TC.2021.3073171 + url: https://doi.org/10.1109/TC.2021.3073171 + dblp_key: journals/tc/XiaGZXWX24 + venue_name: IEEE Trans. Computers + pages: 340-352 +- title: Generating Neural Networks for Diverse Networking Classification Tasks via + Hardware-Aware Neural Architecture Search + authors: + - Guorui Xie + - Qing Li 0006 + - Zhenning Shi + - Hanbin Fang + - Shengpeng Ji + - Yong Jiang 0001 + - Zhenhui Yuan + - Lianbo Ma + - Mingwei Xu 0001 + year: '2024' + doi: 10.1109/TC.2023.3333253 + url: https://doi.org/10.1109/TC.2023.3333253 + dblp_key: journals/tc/XieLSFJJYMX24 + venue_name: IEEE Trans. Computers + pages: 481-494 +- title: Research and Application of General Information Measures Based on a Unified + Model + authors: + - Jianfeng Xu + year: '2024' + doi: 10.1109/TC.2024.3349650 + url: https://doi.org/10.1109/TC.2024.3349650 + dblp_key: journals/tc/Xu24 + venue_name: IEEE Trans. Computers + pages: 915-927 +- title: Age-Aware Data Selection and Aggregator Placement for Timely Federated Continual + Learning in Mobile Edge Computing + authors: + - Zichuan Xu + - Lin Wang 0093 + - Weifa Liang + - Qiufen Xia + - Wenzheng Xu + - Pan Zhou 0001 + - Omer F. Rana + year: '2024' + doi: 10.1109/TC.2023.3333213 + url: https://doi.org/10.1109/TC.2023.3333213 + dblp_key: journals/tc/XuWLXXZR24 + venue_name: IEEE Trans. Computers + pages: 466-480 +- title: 'OFEI: A Semi-Black-Box Android Adversarial Sample Attack Framework Against + DLaaS' + authors: + - Guangquan Xu + - Guohua Xin + - Litao Jiao + - Jian Liu 0004 + - Shaoying Liu + - Meiqi Feng + - Xi Zheng 0001 + year: '2024' + doi: 10.1109/TC.2023.3236872 + url: https://doi.org/10.1109/TC.2023.3236872 + dblp_key: journals/tc/XuXJLLFZ24 + venue_name: IEEE Trans. Computers + pages: 956-969 +- title: Automatic Generation and Optimization Framework of NoC-Based Neural Network + Accelerator Through Reinforcement Learning + authors: + - Yongqi Xue + - Jinlun Ji + - Xinming Yu + - Shize Zhou + - Siyue Li + - Xinyi Li + - Tong Cheng + - Shiping Li + - Kai Chen + - Zhonghai Lu + - Li Li 0003 + - Yuxiang Fu + year: '2024' + doi: 10.1109/TC.2024.3441822 + url: https://doi.org/10.1109/TC.2024.3441822 + dblp_key: journals/tc/XueJYZLLCLCLLF24 + venue_name: IEEE Trans. Computers + pages: 2882-2896 +- title: 'FedRFQ: Prototype-Based Federated Learning With Reduced Redundancy, Minimal + Failure, and Enhanced Quality' + authors: + - Biwei Yan + - Hongliang Zhang + - Minghui Xu 0001 + - Dongxiao Yu + - Xiuzhen Cheng + year: '2024' + doi: 10.1109/TC.2024.3353455 + url: https://doi.org/10.1109/TC.2024.3353455 + dblp_key: journals/tc/YanZXYC24 + venue_name: IEEE Trans. Computers + pages: 1086-1098 +- title: An Occlusion and Noise-Aware Stereo Framework Based on Light Field Imaging + for Robust Disparity Estimation + authors: + - Da Yang 0001 + - Zhenglong Cui + - Hao Sheng 0001 + - Rongshan Chen + - Ruixuan Cong + - Shuai Wang 0027 + - Zhang Xiong 0001 + year: '2024' + doi: 10.1109/TC.2023.3343098 + url: https://doi.org/10.1109/TC.2023.3343098 + dblp_key: journals/tc/YangCSCCWX24 + venue_name: IEEE Trans. Computers + pages: 764-777 +- title: 'Falic: An FPGA-Based Multi-Scalar Multiplication Accelerator for Zero-Knowledge + Proof' + authors: + - Yongkui Yang + - Zhenyan Lu + - Jingwei Zeng + - Xingguo Liu + - Xuehai Qian + - Zhibin Yu 0001 + year: '2024' + doi: 10.1109/TC.2024.3449121 + url: https://doi.org/10.1109/TC.2024.3449121 + dblp_key: journals/tc/YangLZLQY24 + venue_name: IEEE Trans. Computers + pages: 2791-2804 +- title: Correct-by-Construction Design of Custom Accelerator Microarchitectures + authors: + - Jin Yang 0006 + - Zhenkun Yang + - Jeremy Casas + - Sandip Ray + year: '2024' + doi: 10.1109/TC.2023.3329243 + url: https://doi.org/10.1109/TC.2023.3329243 + dblp_key: journals/tc/YangYCR24 + venue_name: IEEE Trans. Computers + pages: 278-291 +- title: 'AdaptMD: Balancing Space and Performance in NUMA Architectures With Adaptive + Memory Deduplication' + authors: + - Lulu Yao + - Yongkun Li 0001 + - Patrick P. C. Lee + - Xiaoyang Wang + - Yinlong Xu 0001 + year: '2024' + doi: 10.1109/TC.2024.3375592 + url: https://doi.org/10.1109/TC.2024.3375592 + dblp_key: journals/tc/YaoLLWX24 + venue_name: IEEE Trans. Computers + pages: 1588-1602 +- title: 'FedGKD: Toward Heterogeneous Federated Learning via Global Knowledge Distillation' + authors: + - Dezhong Yao 0002 + - Wanning Pan + - Yutong Dai 0002 + - Yao Wan 0001 + - Xiaofeng Ding 0001 + - Chen Yu 0003 + - Hai Jin 0001 + - Zheng Xu 0002 + - Lichao Sun 0001 + year: '2024' + doi: 10.1109/TC.2023.3315066 + url: https://doi.org/10.1109/TC.2023.3315066 + dblp_key: journals/tc/YaoPDWDYJXS24 + venue_name: IEEE Trans. Computers + pages: 3-17 +- title: A Mutual-Influence-Aware Heuristic Method for Quantum Circuit Mapping + authors: + - Kui Ye + - Shengxin Dai + - Bing Guo 0004 + - Yan Shen 0001 + - Chuanjie Liu + - Kejun Bi + - Fei Chen + - Yuchuan Hu + - Mingjie Zhao 0002 + year: '2024' + doi: 10.1109/TC.2024.3441825 + url: https://doi.org/10.1109/TC.2024.3441825 + dblp_key: journals/tc/YeDGSLBCHZ24 + venue_name: IEEE Trans. Computers + pages: 2855-2867 +- title: A GPU-Enabled Real-Time Framework for Compressing and Rendering Volumetric + Videos + authors: + - Dongxiao Yu + - Ruopeng Chen + - Xin Li 0078 + - Mengbai Xiao + - Guanghui Zhang + - Yao Liu 0001 + year: '2024' + doi: 10.1109/TC.2023.3343104 + url: https://doi.org/10.1109/TC.2023.3343104 + dblp_key: journals/tc/YuCLXZL24 + venue_name: IEEE Trans. Computers + pages: 789-800 +- title: Construction of Reed-Solomon Erasure Codes With Four Parities Based on Systematic + Vandermonde Matrices + authors: + - Leilei Yu + - Yunghsiang S. Han + year: '2024' + doi: 10.1109/TC.2024.3387069 + url: https://doi.org/10.1109/TC.2024.3387069 + dblp_key: journals/tc/YuH24 + venue_name: IEEE Trans. Computers + pages: 1875-1882 +- title: Fully Learnable Hyperdimensional Computing Framework With Ultratiny Accelerator + for Edge-Side Applications + authors: + - Tianyang Yu + - Bi Wu 0002 + - Ke Chen 0018 + - Gong Zhang 0002 + - Weiqiang Liu 0001 + year: '2024' + doi: 10.1109/TC.2023.3337316 + url: https://doi.org/10.1109/TC.2023.3337316 + dblp_key: journals/tc/YuWCZL24 + venue_name: IEEE Trans. Computers + pages: 574-585 +- title: An Efficient and Secure Data Sharing Scheme for Edge-Enabled IoT + authors: + - Jiguo Yu + - Biwei Yan + - Huayi Qi + - Shengling Wang 0001 + - Wei Cheng 0001 + year: '2024' + doi: 10.1109/TC.2023.3325668 + url: https://doi.org/10.1109/TC.2023.3325668 + dblp_key: journals/tc/YuYQWC24 + venue_name: IEEE Trans. Computers + pages: 178-191 +- title: Distributed Learning for Large-Scale Models at Edge With Privacy Protection + authors: + - Yuan Yuan 0014 + - Shuzhen Chen 0001 + - Dongxiao Yu + - Zengrui Zhao + - Yifei Zou + - Lizhen Cui 0001 + - Xiuzhen Cheng + year: '2024' + doi: 10.1109/TC.2024.3352814 + url: https://doi.org/10.1109/TC.2024.3352814 + dblp_key: journals/tc/YuanCYZZCC24 + venue_name: IEEE Trans. Computers + pages: 1060-1070 +- title: 'GraNDe: Efficient Near-Data Processing Architecture for Graph Neural Networks' + authors: + - Sungmin Yun 0001 + - Hwayong Nam + - Jaehyun Park 0006 + - Byeongho Kim + - Jung Ho Ahn + - Eojin Lee + year: '2024' + doi: 10.1109/TC.2023.3283677 + url: https://doi.org/10.1109/TC.2023.3283677 + dblp_key: journals/tc/YunNPKAL24 + venue_name: IEEE Trans. Computers + pages: 2391-2404 +- title: 'BSR-FL: An Efficient Byzantine-Robust Privacy-Preserving Federated Learning + Framework' + authors: + - Honghong Zeng + - Jie Li 0002 + - Jiong Lou + - Shijing Yuan + - Chentao Wu + - Wei Zhao 0001 + - Sijin Wu + - Zhiwen Wang + year: '2024' + doi: 10.1109/TC.2024.3404102 + url: https://doi.org/10.1109/TC.2024.3404102 + dblp_key: journals/tc/ZengLLYWZWW24 + venue_name: IEEE Trans. Computers + pages: 2096-2110 +- title: 'SafeDRL: Dynamic Microservice Provisioning With Reliability and Latency + Guarantees in Edge Environments' + authors: + - Yue Zeng 0002 + - Zhihao Qu + - Song Guo 0001 + - Baoliu Ye + - Jie Zhang 0076 + - Jing Li 0093 + - Bin Tang 0002 + year: '2024' + doi: 10.1109/TC.2023.3329194 + url: https://doi.org/10.1109/TC.2023.3329194 + dblp_key: journals/tc/ZengQGYZLT24 + venue_name: IEEE Trans. Computers + pages: 235-248 +- title: Efficient Execution of Arbitrarily Complex Cross-Shard Contracts for Blockchain + Sharding + authors: + - Jianting Zhang + - Wuhui Chen + - Zicong Hong + - Gang Xiao 0003 + - Linlin Du + - Zibin Zheng + year: '2024' + doi: 10.1109/TC.2024.3365929 + url: https://doi.org/10.1109/TC.2024.3365929 + dblp_key: journals/tc/ZhangCHXDZ24 + venue_name: IEEE Trans. Computers + pages: 1190-1205 +- title: 'ElasticDNN: On-Device Neural Network Remodeling for Adapting Evolving Vision + Domains at Edge' + authors: + - Qinglong Zhang + - Rui Han 0001 + - Chi Harold Liu + - Guoren Wang + - Lydia Y. Chen + year: '2024' + doi: 10.1109/TC.2024.3375608 + url: https://doi.org/10.1109/TC.2024.3375608 + dblp_key: journals/tc/ZhangHLWC24 + venue_name: IEEE Trans. Computers + pages: 1616-1630 +- title: Applying Delta Compression to Packed Datasets for Efficient Data Reduction + authors: + - Yucheng Zhang + - Hong Jiang 0001 + - Chunzhi Wang + - Wei Huang 0013 + - Meng Chen 0024 + - Yongxuan Zhang + - Le Zhang + year: '2024' + doi: 10.1109/TC.2023.3318404 + url: https://doi.org/10.1109/TC.2023.3318404 + dblp_key: journals/tc/ZhangJWHCZZ24 + venue_name: IEEE Trans. Computers + pages: 73-85 +- title: 'GAS: General-Purpose In-Memory-Computing Accelerator for Sparse Matrix Multiplication' + authors: + - Xiaoyu Zhang 0009 + - Zerun Li + - Rui Liu + - Xiaoming Chen 0003 + - Yinhe Han 0001 + year: '2024' + doi: 10.1109/TC.2024.3371790 + url: https://doi.org/10.1109/TC.2024.3371790 + dblp_key: journals/tc/ZhangLLCH24 + venue_name: IEEE Trans. Computers + pages: 1427-1441 +- title: A Lightweight and Chip-Level Reconfigurable Architecture for Next-Generation + IoT End Devices + authors: + - Chong Zhang + - Songfan Li + - Yihang Song + - Qianhe Meng + - Li Lu 0001 + - Hongzi Zhu + - Xin Wang 0064 + year: '2024' + doi: 10.1109/TC.2023.3343094 + url: https://doi.org/10.1109/TC.2023.3343094 + dblp_key: journals/tc/ZhangLSMLZW24 + venue_name: IEEE Trans. Computers + pages: 747-763 +- title: 'Hiding in Plain Sight: Adversarial Attack via Style Transfer on Image Borders' + authors: + - Haiyan Zhang + - Xinghua Li 0001 + - Jiawei Tang + - Chunlei Peng + - Yunwei Wang + - Ning Zhang 0017 + - Yinbin Miao + - Ximeng Liu + - Kim-Kwang Raymond Choo + year: '2024' + doi: 10.1109/TC.2024.3416761 + url: https://doi.org/10.1109/TC.2024.3416761 + dblp_key: journals/tc/ZhangLTPWZMLC24 + venue_name: IEEE Trans. Computers + pages: 2405-2419 +- title: Real-Time Related-Key Attack on Full-Round Shadow Designed for IoT Nodes + authors: + - Kai Zhang 0026 + - Xuejia Lai + - Lei Wang 0031 + - Jie Guan + - Bin Hu 0011 + - Senpeng Wang + - Tairong Shi + year: '2024' + doi: 10.1109/TC.2023.3315057 + url: https://doi.org/10.1109/TC.2023.3315057 + dblp_key: journals/tc/ZhangLWGHWS24 + venue_name: IEEE Trans. Computers + pages: 613-620 +- title: 'TetriX: Flexible Architecture and Optimal Mapping for Tensorized Neural + Network Processing' + authors: + - Jie-Fang Zhang + - Cheng-Hsun Lu + - Zhengya Zhang + year: '2024' + doi: 10.1109/TC.2024.3365936 + url: https://doi.org/10.1109/TC.2024.3365936 + dblp_key: journals/tc/ZhangLZ24 + venue_name: IEEE Trans. Computers + pages: 1219-1232 +- title: AUV Surfacing Control With Adversarial Attack Against DLaaS Framework + authors: + - Tianze Zhang + - Xuhong Miao + - Yibin Li 0002 + - Lei Jia 0003 + - Yinghao Zhuang + year: '2024' + doi: 10.1109/TC.2021.3072072 + url: https://doi.org/10.1109/TC.2021.3072072 + dblp_key: journals/tc/ZhangMLJZ24 + venue_name: IEEE Trans. Computers + pages: 327-339 +- title: Hybrid Edge-Cloud Collaborator Resource Scheduling Approach Based on Deep + Reinforcement Learning and Multiobjective Optimization + authors: + - Jiangjiang Zhang + - Zhenhu Ning + - Muhammad Waqas 0001 + - Hisham Alasmary + - Shanshan Tu + - Sheng Chen 0001 + year: '2024' + doi: 10.1109/TC.2023.3326977 + url: https://doi.org/10.1109/TC.2023.3326977 + dblp_key: journals/tc/ZhangNWATC24 + venue_name: IEEE Trans. Computers + pages: 192-205 +- title: Single-Key Attack on Full-Round Shadow Designed for IoT Nodes + authors: + - Yuhan Zhang 0009 + - Wenling Wu + - Lei Zhang 0186 + - Yafei Zheng + year: '2024' + doi: 10.1109/TC.2024.3449040 + url: https://doi.org/10.1109/TC.2024.3449040 + dblp_key: journals/tc/ZhangWZZ24 + venue_name: IEEE Trans. Computers + pages: 2776-2790 +- title: 'Un-IOV: Achieving Bare-Metal Level I/O Virtualization Performance for Cloud + Usage With Migratability, Scalability and Transparency' + authors: + - Zongpu Zhang + - Chenbo Xia + - Cunming Liang + - Jian Li 0021 + - Chen Yu 0003 + - Tiwei Bie + - Roberts Martin + - Dan Daly + - Xiao Wang 0084 + - Yong Liu + - Haibing Guan + year: '2024' + doi: 10.1109/TC.2024.3375589 + url: https://doi.org/10.1109/TC.2024.3375589 + dblp_key: journals/tc/ZhangXLLYBMDWLG24 + venue_name: IEEE Trans. Computers + pages: 1655-1668 +- title: Optimal Compression for Encrypted Key-Value Store in Cloud Systems + authors: + - Chen Zhang 0037 + - Qingyuan Xie + - Mingyue Wang + - Yu Guo 0003 + - Xiaohua Jia + year: '2024' + doi: 10.1109/TC.2024.3349653 + url: https://doi.org/10.1109/TC.2024.3349653 + dblp_key: journals/tc/ZhangXWGJ24 + venue_name: IEEE Trans. Computers + pages: 928-941 +- title: Digital Twin-Assisted Federated Learning Service Provisioning Over Mobile + Edge Networks + authors: + - Ruirui Zhang 0003 + - Zhenzhen Xie + - Dongxiao Yu + - Weifa Liang + - Xiuzhen Cheng + year: '2024' + doi: 10.1109/TC.2023.3337317 + url: https://doi.org/10.1109/TC.2023.3337317 + dblp_key: journals/tc/ZhangXYLC24 + venue_name: IEEE Trans. Computers + pages: 586-598 +- title: Revocable and Efficient Blockchain-Based Fine-Grained Access Control Against + EDoS Attacks in Cloud Storage + authors: + - Qingyang Zhang 0001 + - Chang Xu 0015 + - Hong Zhong 0001 + - Chengjie Gu + - Jie Cui 0004 + year: '2024' + doi: 10.1109/TC.2024.3398502 + url: https://doi.org/10.1109/TC.2024.3398502 + dblp_key: journals/tc/ZhangXZGC24 + venue_name: IEEE Trans. Computers + pages: 2012-2024 +- title: 'Novas: Tackling Online Dynamic Video Analytics With Service Adaptation at + Mobile Edge Servers' + authors: + - Liang Zhang 0027 + - Hongzi Zhu + - Wen Fei + - Yunzhe Li 0001 + - Mingjin Zhang + - Jiannong Cao 0001 + - Minyi Guo + year: '2024' + doi: 10.1109/TC.2024.3416675 + url: https://doi.org/10.1109/TC.2024.3416675 + dblp_key: journals/tc/ZhangZFLZCG24 + venue_name: IEEE Trans. Computers + pages: 2220-2232 +- title: 'Vector-Indistinguishability: Location Dependency Based Privacy Protection + for Successive Location Data' + authors: + - Ying Zhao 0012 + - Jinjun Chen + year: '2024' + doi: 10.1109/TC.2023.3236900 + url: https://doi.org/10.1109/TC.2023.3236900 + dblp_key: journals/tc/ZhaoC24 + venue_name: IEEE Trans. Computers + pages: 970-979 +- title: Novel Lagrange Multipliers-Driven Adaptive Offloading for Vehicular Edge + Computing + authors: + - Liang Zhao 0004 + - Tianyu Li + - Guiying Meng + - Ammar Hawbani + - Geyong Min + - Ahmed Yassin Al-Dubai + - Albert Y. Zomaya + year: '2024' + doi: 10.1109/TC.2024.3457729 + url: https://doi.org/10.1109/TC.2024.3457729 + dblp_key: journals/tc/ZhaoLMHMAZ24 + venue_name: IEEE Trans. Computers + pages: 2868-2881 +- title: Branch Predictor Design for Energy Harvesting Powered Nonvolatile Processors + authors: + - Mengying Zhao + - Shuo Xu + - Lihao Dong + - Chun Jason Xue + - Dongxiao Yu + - Xiaojun Cai + - Zhiping Jia + year: '2024' + doi: 10.1109/TC.2023.3339977 + url: https://doi.org/10.1109/TC.2023.3339977 + dblp_key: journals/tc/ZhaoXDXYCJ24 + venue_name: IEEE Trans. Computers + pages: 722-734 +- title: 'MalFox: Camouflaged Adversarial Malware Example Generation Based on Conv-GANs + Against Black-Box Detectors' + authors: + - Fangtian Zhong + - Xiuzhen Cheng + - Dongxiao Yu + - Bei Gong + - Shuaiwen Song + - Jiguo Yu + year: '2024' + doi: 10.1109/TC.2023.3236901 + url: https://doi.org/10.1109/TC.2023.3236901 + dblp_key: journals/tc/ZhongCYGSY24 + venue_name: IEEE Trans. Computers + pages: 980-993 +- title: An Efficient Deep Reinforcement Learning-Based Automatic Cache Replacement + Policy in Cloud Block Storage Systems + authors: + - Yang Zhou 0037 + - Fang Wang 0001 + - Zhan Shi 0001 + - Dan Feng 0001 + year: '2024' + doi: 10.1109/TC.2023.3325625 + url: https://doi.org/10.1109/TC.2023.3325625 + dblp_key: journals/tc/ZhouWSF24 + venue_name: IEEE Trans. Computers + pages: 164-177 +- title: 'HGNAS: Hardware-Aware Graph Neural Architecture Search for Edge Devices' + authors: + - Ao Zhou + - Jianlei Yang 0001 + - Yingjie Qi + - Tong Qiao + - Yumeng Shi + - Cenlin Duan + - Weisheng Zhao 0001 + - Chunming Hu + year: '2024' + doi: 10.1109/TC.2024.3449108 + url: https://doi.org/10.1109/TC.2024.3449108 + dblp_key: journals/tc/ZhouYQQSDZH24 + venue_name: IEEE Trans. Computers + pages: 2693-2707 +- title: 'Value of Information: A Comprehensive Metric for Client Selection in Federated + Edge Learning' + authors: + - Yifei Zou + - Shikun Shen + - Mengbai Xiao + - Peng Li 0017 + - Dongxiao Yu + - Xiuzhen Cheng + year: '2024' + doi: 10.1109/TC.2024.3355777 + url: https://doi.org/10.1109/TC.2024.3355777 + dblp_key: journals/tc/ZouSXLYC24 + venue_name: IEEE Trans. Computers + pages: 1152-1164 diff --git a/site/data/papers/TC-2024-digest.yaml b/site/data/papers/TC-2024-digest.yaml new file mode 100644 index 0000000..18b0b69 --- /dev/null +++ b/site/data/papers/TC-2024-digest.yaml @@ -0,0 +1,128 @@ +venue: TC +year: 2024 +selected: + - title: "Achieving DRAM-Like PCM by Trading Off Capacity for Latency" + authors: + - Irina Alam + - Puneet Gupta 0001 + tldr: "Proposes a capacity-for-latency trade-off in Phase Change Memory to match DRAM-level access latency without specialized process changes." + why_notable: "Offers a practical path to deploying PCM as a DRAM alternative, directly addressing the latency gap that has blocked PCM adoption in main-memory systems." + + - title: "A High-Performance, Energy-Efficient Modular DMA Engine Architecture" + authors: + - Thomas Benz + - Michael Rogenmoser + - Paul Scheffler + - Samuel Riedel + - Alessandro Ottaviano + - Andreas Kurth + - Torsten Hoefler + - Luca Benini + tldr: "Presents a modular, parametric DMA engine design achieving high bandwidth and low energy overhead for heterogeneous SoC data movement." + why_notable: "Provides an open, well-evaluated DMA baseline that researchers building custom SoCs or accelerators can directly reuse or benchmark against." + + - title: "Split-Radix Based Compact Hardware Architecture for CRYSTALS-Kyber" + authors: + - Wenbo Guo 0009 + - Shuguo Li + tldr: "Designs a compact FPGA/ASIC hardware accelerator for the CRYSTALS-Kyber post-quantum key encapsulation mechanism using a split-radix NTT." + why_notable: "Demonstrates efficient hardware realization of a NIST-standardized post-quantum algorithm, critical for transitioning real systems to quantum-resistant cryptography." + + - title: "Accelerating Sparse DNNs Based on Tiled GEMM" + authors: + - Cong Guo 0003 + - Fengchen Xue + - Jingwen Leng + - Yuxian Qiu + - Yue Guan 0003 + - Weihao Cui + - Quan Chen 0002 + - Minyi Guo + tldr: "Accelerates sparse deep neural network inference by restructuring sparse matrix multiplication into tiled GEMM operations that map efficiently onto GPU tensor cores." + why_notable: "Bridges the gap between theoretical sparsity speedups and GPU hardware realities, achieving practical inference acceleration on commodity hardware." + + - title: "Xvpfloat: RISC-V ISA Extension for Variable Extended Precision Floating Point Computation" + authors: + - Eric Guthmuller + - César Fuguet + - Andrea Bocco + - Jérôme Fereyre + - Riccardo Alidori + - Ihsane Tahir + - Yves Durand + tldr: "Defines a RISC-V ISA extension supporting variable-precision floating-point operations beyond IEEE 754 standard widths, targeting HPC and scientific computing." + why_notable: "Addresses precision flexibility at the ISA level, enabling energy-efficient mixed-precision HPC workloads without requiring separate co-processors." + + - title: "Enabling HW-Based Task Scheduling in Large Multicore Architectures" + authors: + - Lucas Morais + - Carlos Álvarez 0001 + - Daniel Jiménez-González + - Juan Miguel De Haro Ruiz + - Guido Araujo + - Michael Frank 0008 + - Alfredo Goldman + - Xavier Martorell + tldr: "Implements task-scheduling logic directly in hardware for large multicore chips, reducing OS scheduling overhead and improving parallelism exploitation." + why_notable: "Demonstrates that offloading fine-grained task management to hardware can substantially reduce software overhead in many-core systems." + + - title: "Ara2: Exploring Single- and Multi-Core Vector Processing With an Efficient RVV 1.0 Compliant Open-Source Processor" + authors: + - Matteo Perotti + - Matheus A. Cavalcante + - Renzo Andri + - Lukas Cavigelli + - Luca Benini + tldr: "Presents Ara2, an open-source RISC-V vector processor fully compliant with RVV 1.0, evaluated across single- and multi-lane configurations for energy-efficient vector workloads." + why_notable: "Provides the community with a production-quality, open RVV 1.0 reference design and a thorough design-space exploration of vector-processor microarchitecture." + + - title: "EcoFlow: Efficient Convolutional Dataflows on Low-Power Neural Network Accelerators" + authors: + - Lois Orosa 0001 + - Skanda Koppula + - Yaman Umuroglu + - Konstantinos Kanellopoulos + - Juan Gómez-Luna + - Michaela Blott + - Kees A. Vissers + - Onur Mutlu + tldr: "Systematically analyzes and optimizes dataflow schedules for convolutional layers on low-power DNN accelerators, yielding significant energy savings." + why_notable: "Provides a principled framework for dataflow selection that benefits embedded AI accelerator designers targeting energy-constrained deployments." + + - title: "Prefender: A Prefetching Defender Against Cache Side Channel Attacks as a Pretender" + authors: + - Luyi Li + - Jiayi Huang 0001 + - Lang Feng 0001 + - Zhongfeng Wang 0001 + tldr: "Proposes a hardware prefetching mechanism that disguises cache access patterns to defend against conflict-based cache side-channel attacks with low performance overhead." + why_notable: "Addresses cache side-channel attacks at the microarchitecture level without relying on software mitigations, offering a lightweight and transparent defense." + + - title: "Randomizing Set-Associative Caches Against Conflict-Based Cache Side-Channel Attacks" + authors: + - Wei Song 0002 + - Zihan Xue + - Jinchi Han + - Zhenzhen Li + - Peng Liu 0005 + tldr: "Introduces a cache randomization scheme for set-associative caches that eliminates conflict-based side-channel attack primitives with minimal performance overhead." + why_notable: "Provides a strong and low-cost architectural defense against a broad class of cache timing attacks that affect nearly all modern processors." + + - title: "SCARF: Securing Chips With a Robust Framework Against Fabrication-Time Hardware Trojans" + authors: + - Mohammad Eslami + - Tara Ghasempouri + - Samuel Pagliarini + tldr: "Proposes a framework for detecting and mitigating hardware Trojans inserted during chip fabrication using lightweight logic testing combined with side-channel verification." + why_notable: "Tackles the increasingly critical supply-chain hardware-security threat with a practical methodology applicable during standard chip validation flows." + + - title: "GraNDe: Efficient Near-Data Processing Architecture for Graph Neural Networks" + authors: + - Sungmin Yun 0001 + - Hwayong Nam + - Jaehyun Park 0006 + - Byeongho Kim + - Jung Ho Ahn + - Eojin Lee + tldr: "Designs a near-data processing accelerator tailored for graph neural network inference, co-locating compute with graph-structured memory to cut off-chip traffic." + why_notable: "Demonstrates that memory-wall bottlenecks in GNN inference can be alleviated by a purpose-built PIM design, achieving substantial speedup and energy efficiency gains." diff --git a/site/data/papers/TC-2025-candidates.yaml b/site/data/papers/TC-2025-candidates.yaml new file mode 100644 index 0000000..817aa8b --- /dev/null +++ b/site/data/papers/TC-2025-candidates.yaml @@ -0,0 +1,4362 @@ +venue: TC +year: 2025 +source: dblp +count: 304 +papers: +- title: Mitigation of Phase Transitions in Self-Organizing NoC for Stable Queueing + Dynamics + authors: + - Sneha Agarwal + - Keshav Goel + - Mitali Sinha + - Sujay Deb + year: '2025' + doi: 10.1109/TC.2024.3500373 + url: https://doi.org/10.1109/TC.2024.3500373 + dblp_key: journals/tc/AgarwalGSD25 + venue_name: IEEE Trans. Computers + pages: 623-636 +- title: 'Deep Learning-Based Cloud Security: Innovative Attack Detection and Privacy + Focused Key Management' + authors: + - Shahnawaz Ahmad + - Mohd Arif + - Shabana Mehfuz + - Javed Ahmad + - Mohd. Nazim + year: '2025' + doi: 10.1109/TC.2025.3547150 + url: https://doi.org/10.1109/TC.2025.3547150 + dblp_key: journals/tc/AhmadAMAN25 + venue_name: IEEE Trans. Computers + pages: 1978-1989 +- title: 'PolyLUT: Ultra-Low Latency Polynomial Inference With Hardware-Aware Structured + Pruning' + authors: + - Marta Andronic + - Jiawen Li + - George A. Constantinides + year: '2025' + doi: 10.1109/TC.2025.3586311 + url: https://doi.org/10.1109/TC.2025.3586311 + dblp_key: journals/tc/AndronicLC25 + venue_name: IEEE Trans. Computers + pages: 3181-3194 +- title: A Novel Indirect Methodology Based on Execution Traces for Grading Functional + Test Programs + authors: + - Francesco Angione + - Paolo Bernardi + - Andrea Calabrese + - Lorenzo Cardone + - Stefano Quer + - Claudia Bertani + - Vincenzo Tancorre + year: '2025' + doi: 10.1109/TC.2025.3600005 + url: https://doi.org/10.1109/TC.2025.3600005 + dblp_key: journals/tc/AngioneBCCQBT25 + venue_name: IEEE Trans. Computers + pages: 3582-3595 +- title: A System-Level Test Methodology for Communication Peripherals in System-on-Chips + authors: + - Francesco Angione + - Paolo Bernardi + - Nicola Di Gruttola Giardino + - Gabriele Filipponi + - Claudia Bertani + - Vincenzo Tancorre + year: '2025' + doi: 10.1109/TC.2024.3500375 + url: https://doi.org/10.1109/TC.2024.3500375 + dblp_key: journals/tc/AngioneBGFBT25 + venue_name: IEEE Trans. Computers + pages: 731-739 +- title: Automatic Generation of System-Level Test for Un-Core Logic of Large Automotive + SoC + authors: + - Francesco Angione + - Paolo Bernardi + - Giusy Iaria + - Claudia Bertani + - Vincenzo Tancorre + year: '2025' + doi: 10.1109/TC.2025.3587515 + url: https://doi.org/10.1109/TC.2025.3587515 + dblp_key: journals/tc/AngioneBIBT25 + venue_name: IEEE Trans. Computers + pages: 3195-3209 +- title: An Efficient and Unified RTL Accelerator Design for HQC-128, HQC-192, and + HQC-256 + authors: + - Francesco Antognazza + - Alessandro Barenghi + - Gerardo Pelosi + year: '2025' + doi: 10.1109/TC.2025.3558044 + url: https://doi.org/10.1109/TC.2025.3558044 + dblp_key: journals/tc/AntognazzaBP25 + venue_name: IEEE Trans. Computers + pages: 2306-2320 +- title: Multivariate TVLA - Efficient Side-Channel Evaluation Using Confidence Intervals + authors: + - Florian Bache + - Jonas Wloka + - Pascal Sasdrich + - Tim Güneysu + year: '2025' + doi: 10.1109/TC.2023.3299045 + url: https://doi.org/10.1109/TC.2023.3299045 + dblp_key: journals/tc/BacheWSG25 + venue_name: IEEE Trans. Computers + pages: 790-804 +- title: 'BE-NPU: A Bandwidth-Efficient Neural Processing Unit With Adaptive Processing + Schemes for Reduced Off-Chip Bandwidth Demand' + authors: + - Yichuan Bai + - Xiaopeng Zhang + - Qian Wang + - Yaqing Li + - Yuan Du + - Li Du + year: '2025' + doi: 10.1109/TC.2025.3558579 + url: https://doi.org/10.1109/TC.2025.3558579 + dblp_key: journals/tc/BaiZWLDD25 + venue_name: IEEE Trans. Computers + pages: 2376-2388 +- title: Protecting the CCSDS 123.0-B-2 Compression Algorithm Against Single-Event + Upsets for Space Applications + authors: + - Daniel Báscones + - Francisco Garcia-Herrero + - Oscar Ruano + - Carlos González 0002 + - Daniel Mozos + - Juan Antonio Maestro + year: '2025' + doi: 10.1109/TC.2024.3512203 + url: https://doi.org/10.1109/TC.2024.3512203 + dblp_key: journals/tc/BasconesGRGMM25 + venue_name: IEEE Trans. Computers + pages: 944-954 +- title: 'COSMO: COmpressed Sensing for Models and Logging Optimization in MCU Performance + Screening' + authors: + - Nicolò Bellarmino + - Riccardo Cantoro + - Sophie M. Fosson + - Martin Huch + - Tobias Kilian + - Ulf Schlichtmann + - Giovanni Squillero + year: '2025' + doi: 10.1109/TC.2024.3500378 + url: https://doi.org/10.1109/TC.2024.3500378 + dblp_key: journals/tc/BellarminoCFHKSS25 + venue_name: IEEE Trans. Computers + pages: 652-664 +- title: 'AXI-REALM: Safe, Modular and Lightweight Traffic Monitoring and Regulation + for Heterogeneous Mixed-Criticality Systems' + authors: + - Thomas Benz + - Alessandro Ottaviano + - Chaoqun Liang + - Robert Balas + - Angelo Garofalo + - Francesco Restuccia 0002 + - Alessandro Biondi 0001 + - Davide Rossi 0001 + - Luca Benini + year: '2025' + doi: 10.1109/TC.2025.3584530 + url: https://doi.org/10.1109/TC.2025.3584530 + dblp_key: journals/tc/BenzOLBGRBRB25 + venue_name: IEEE Trans. Computers + pages: 3072-3086 +- title: Efficient and Fast High-Performance Library Generation for Deep Learning + Accelerators + authors: + - Jun Bi + - Yuanbo Wen 0001 + - Xiaqing Li + - Yongwei Zhao 0001 + - Yuxuan Guo + - Enshuai Zhou + - Xing Hu 0001 + - Zidong Du + - Ling Li 0001 + - Huaping Chen 0001 + - Tianshi Chen 0002 + - Qi Guo 0001 + year: '2025' + doi: 10.1109/TC.2024.3475575 + url: https://doi.org/10.1109/TC.2024.3475575 + dblp_key: journals/tc/BiWLZGZHDLCCG25 + venue_name: IEEE Trans. Computers + pages: 155-169 +- title: 'Hypercall-Oriented Abnormal VM Status Detection System: A Non-Intrusive + Solution for Both Hypervisor and Guests' + authors: + - Fangqi Bi + - Guoqi Xie + - Yuan Wang + - Hao Wen + - Zhenli He + - Shaowen Yao 0001 + - Sirong Zhao + - Chenglai Xiong + - Xingyu Hu + - Bo Wan 0008 + - Yiwen Jiang + year: '2025' + doi: 10.1109/TC.2025.3584274 + url: https://doi.org/10.1109/TC.2025.3584274 + dblp_key: journals/tc/BiXWWHYZXHWJ25 + venue_name: IEEE Trans. Computers + pages: 3032-3045 +- title: 'AsyncGBP${}{+}$+: Bridging SSL/TLS and Heterogeneous Computing Power With + GPU-Based Providers' + authors: + - Yi Bian 0001 + - Fangyu Zheng + - Yuewu Wang + - Lingguang Lei + - Yuan Ma + - Tian Zhou + - Jiankuo Dong + - Guang Fan + - Jiwu Jing + year: '2025' + doi: 10.1109/TC.2024.3477987 + url: https://doi.org/10.1109/TC.2024.3477987 + dblp_key: journals/tc/BianZWLMZDFJ25 + venue_name: IEEE Trans. Computers + pages: 356-370 +- title: 'Feynman Meets Turing: The Uncomputability of Quantum Gate-Circuit Emulation + and Concatenation' + authors: + - Holger Boche + - Yannik N. Böck + - Zoe Garcia del Toro + - Frank H. P. Fitzek + year: '2025' + doi: 10.1109/TC.2024.3506861 + url: https://doi.org/10.1109/TC.2024.3506861 + dblp_key: journals/tc/BocheBTF25 + venue_name: IEEE Trans. Computers + pages: 1053-1065 +- title: Small Hazard-Free Transducers + authors: + - Johannes Bund + - Christoph Lenzen 0001 + - Moti Medina + year: '2025' + doi: 10.1109/TC.2025.3533096 + url: https://doi.org/10.1109/TC.2025.3533096 + dblp_key: journals/tc/BundLM25 + venue_name: IEEE Trans. Computers + pages: 1549-1564 +- title: Improved Error Bounds for Floating-Point Quotients + authors: + - Florian Bünger + year: '2025' + doi: 10.1109/TC.2025.3585341 + url: https://doi.org/10.1109/TC.2025.3585341 + dblp_key: journals/tc/Bunger25 + venue_name: IEEE Trans. Computers + pages: 3559-3567 +- title: 'ElasticEC: Achieving Fast and Elastic Redundancy Transitioning in Erasure-Coded + Clusters' + authors: + - Yuhui Cai + - Guowen Gong + - Zhirong Shen + - Jiahui Yang + - Jiwu Shu + year: '2025' + doi: 10.1109/TC.2025.3614839 + url: https://doi.org/10.1109/TC.2025.3614839 + dblp_key: journals/tc/CaiGSYS25 + venue_name: IEEE Trans. Computers + pages: 4168-4181 +- title: Scaling Persistent In-Memory Key-Value Stores Over Modern Tiered, Heterogeneous + Memory Hierarchies + authors: + - Miao Cai 0001 + - Junru Shen + - Yifan Yuan + - Zhihao Qu + - Baoliu Ye + year: '2025' + doi: 10.1109/TC.2024.3500352 + url: https://doi.org/10.1109/TC.2024.3500352 + dblp_key: journals/tc/CaiSYQY25 + venue_name: IEEE Trans. Computers + pages: 495-509 +- title: 'MLCD: Machine Learning-Based Code Version and Device Selection for Heterogeneous + Systems' + authors: + - Kaiwen Cao + - Hanchen Ye + - Yihan Pang + - Deming Chen + year: '2025' + doi: 10.1109/TC.2025.3558606 + url: https://doi.org/10.1109/TC.2025.3558606 + dblp_key: journals/tc/CaoYPC25 + venue_name: IEEE Trans. Computers + pages: 2417-2430 +- title: A Numerical Variability Approach to Results Stability Tests and Its Application + to Neuroimaging + authors: + - Yohan Chatelain + - Loïc Tetrel + - Christopher J. Markiewicz + - Mathias Goncalves + - Gregory Kiar + - Oscar Esteban + - Pierre Bellec + - Tristan Glatard + year: '2025' + doi: 10.1109/TC.2024.3475586 + url: https://doi.org/10.1109/TC.2024.3475586 + dblp_key: journals/tc/ChatelainTMGKEBG25 + venue_name: IEEE Trans. Computers + pages: 200-209 +- title: '$\mathtt{PARLE}$PARLE-$\mathtt{G}$G: Provable Automated Representation and + Analysis Framework for Learnability Evaluation of Generic PUF Compositions' + authors: + - Durba Chatterjee + - Aritra Hazra + - Debdeep Mukhopadhyay + year: '2025' + doi: 10.1109/TC.2023.3259327 + url: https://doi.org/10.1109/TC.2023.3259327 + dblp_key: journals/tc/ChatterjeeHM25 + venue_name: IEEE Trans. Computers + pages: 820-834 +- title: 'FasDL: An Efficient Serverless-Based Training Architecture With Communication + Optimization and Resource Configuration' + authors: + - Xinglei Chen + - Zinuo Cai + - Hanwen Zhang + - Ruhui Ma + - Rajkumar Buyya + year: '2025' + doi: 10.1109/TC.2024.3485202 + url: https://doi.org/10.1109/TC.2024.3485202 + dblp_key: journals/tc/ChenCZMB25 + venue_name: IEEE Trans. Computers + pages: 468-482 +- title: A Hybrid Approach to Refine WCRT Bounds for DAG Scheduling Using Anomaly + Classification + authors: + - Nan Chen + - Xiaotian Dai 0001 + - Alan Burns 0001 + - Iain Bate + year: '2025' + doi: 10.1109/TC.2025.3603674 + url: https://doi.org/10.1109/TC.2025.3603674 + dblp_key: journals/tc/ChenDBB25 + venue_name: IEEE Trans. Computers + pages: 3623-3637 +- title: Towards Optimal Customized Architecture for Heterogeneous Federated Learning + With Contrastive Cloud-Edge Model Decoupling + authors: + - Xingyan Chen + - Tian Du + - Mu Wang + - Tiancheng Gu + - Yu Zhao 0019 + - Gang Kou + - Changqiao Xu + - Dapeng Oliver Wu + year: '2025' + doi: 10.1109/TC.2024.3514302 + url: https://doi.org/10.1109/TC.2024.3514302 + dblp_key: journals/tc/ChenDWGZKXW25 + venue_name: IEEE Trans. Computers + pages: 1123-1137 +- title: A Path-Based Topology-Agnostic Fault Diagnosis Strategy for Multiprocessor + Systems + authors: + - Lin Chen 0047 + - Hao Feng 0010 + - Jiong Wu + year: '2025' + doi: 10.1109/TC.2025.3543701 + url: https://doi.org/10.1109/TC.2025.3543701 + dblp_key: journals/tc/ChenFW25 + venue_name: IEEE Trans. Computers + pages: 1886-1896 +- title: Accelerating RNA-Seq Quantification on a Real Processing-in-Memory System + authors: + - Liang-Chi Chen + - Chien-Chung Ho + - Yuan-Hao Chang 0001 + year: '2025' + doi: 10.1109/TC.2025.3558075 + url: https://doi.org/10.1109/TC.2025.3558075 + dblp_key: journals/tc/ChenHC25 + venue_name: IEEE Trans. Computers + pages: 2334-2347 +- title: 'ImPACT: Importance-Informed Prefetching and Caching for I/O-Bound DNN Training' + authors: + - Weijian Chen 0002 + - Shuibing He + - Ruidong Zhang + - Xuechen Zhang 0001 + - Ping Chen + - Siling Yang + - Haoyang Qu + - Xuan Zhan + year: '2025' + doi: 10.1109/TC.2025.3569126 + url: https://doi.org/10.1109/TC.2025.3569126 + dblp_key: journals/tc/ChenHZZCYQZ25 + venue_name: IEEE Trans. Computers + pages: 2649-2662 +- title: 'Uncover Secrets Through the Cover: A Deep Learning-Based Side-Channel Attack + Against Kyber Implementations With Anti-Tampering Covers' + authors: + - Peng Chen + - Jinnuo Li + - Wei Cheng 0003 + - Chi Cheng 0003 + year: '2025' + doi: 10.1109/TC.2025.3547610 + url: https://doi.org/10.1109/TC.2025.3547610 + dblp_key: journals/tc/ChenLCC25 + venue_name: IEEE Trans. Computers + pages: 2159-2167 +- title: Acceleration of Fast Sample Entropy for FPGAs + authors: + - Chao Chen 0042 + - Chengyu Liu 0001 + - Jianqing Li 0002 + - Bruno da Silva 0001 + year: '2025' + doi: 10.1109/TC.2024.3457735 + url: https://doi.org/10.1109/TC.2024.3457735 + dblp_key: journals/tc/ChenLLS25 + venue_name: IEEE Trans. Computers + pages: 1-14 +- title: High-Radix Generalized Hyperbolic CORDIC and Its Hardware Implementation + authors: + - Hui Chen 0015 + - Lianghua Quan + - Ke Chen 0018 + - Weiqiang Liu 0001 + year: '2025' + doi: 10.1109/TC.2024.3512183 + url: https://doi.org/10.1109/TC.2024.3512183 + dblp_key: journals/tc/ChenQCL25 + venue_name: IEEE Trans. Computers + pages: 983-995 +- title: 'Opara: Exploiting Operator Parallelism for Expediting DNN Inference on GPUs' + authors: + - Aodong Chen + - Fei Xu + - Li Han 0001 + - Yuan Dong + - Li Chen 0019 + - Zhi Zhou 0006 + - Fangming Liu + year: '2025' + doi: 10.1109/TC.2024.3475589 + url: https://doi.org/10.1109/TC.2024.3475589 + dblp_key: journals/tc/ChenXHDCZL25 + venue_name: IEEE Trans. Computers + pages: 325-333 +- title: 'UKFaaS: Lightweight, High-Performance and Secure FaaS Communication With + Unikernel' + authors: + - Zhenqian Chen + - Yuchun Zhan + - Peng Hu + - Xinkui Zhao + - Muyu Yang + - Siwei Tan + - Lufei Zhang + - Liqiang Lu + - Jianwei Yin + - Zuoning Chen + year: '2025' + doi: 10.1109/TC.2025.3586031 + url: https://doi.org/10.1109/TC.2025.3586031 + dblp_key: journals/tc/ChenZHZYTZLYC25 + venue_name: IEEE Trans. Computers + pages: 3305-3318 +- title: An Energy-Efficient and Privacy-Aware MEC-Enabled IoMT Health Monitoring + System + authors: + - Xiaolu Cheng + - Xiaoshuang Xing + - Wei Li 0059 + - Hong Xue + - Tong Can + year: '2025' + doi: 10.1109/TC.2025.3576944 + url: https://doi.org/10.1109/TC.2025.3576944 + dblp_key: journals/tc/ChengXLXC25 + venue_name: IEEE Trans. Computers + pages: 2936-2949 +- title: Stochastic Modeling of Intrusion Tolerant Systems Based on Redundancy and + Diversity + authors: + - Silvano Chiaradonna + - Felicita Di Giandomenico + - Giulio Masetti + year: '2025' + doi: 10.1109/TC.2025.3606189 + url: https://doi.org/10.1109/TC.2025.3606189 + dblp_key: journals/tc/ChiaradonnaGM25 + venue_name: IEEE Trans. Computers + pages: 4123-4137 +- title: High-Performance Hardware Implementation of Crystals-Dilithium Based on Improved + MDC-NTT + authors: + - Yijun Cui + - Junjie Zhong + - Bei Wang 0013 + - Tianyu Xu 0002 + - Chenghua Wang + - Weiqiang Liu 0001 + year: '2025' + doi: 10.1109/TC.2025.3576934 + url: https://doi.org/10.1109/TC.2025.3576934 + dblp_key: journals/tc/CuiZWXWL25 + venue_name: IEEE Trans. Computers + pages: 2896-2908 +- title: Conditional Privacy-Preserving Transaction for the Unspent Transaction Output-Based + Multi-Chain Blockchain System + authors: + - Jie Cui 0004 + - Wenting Zhuang + - Hong Zhong 0001 + - Qingyang Zhang 0001 + - Fengqun Wang + - Debiao He + year: '2025' + doi: 10.1109/TC.2025.3566868 + url: https://doi.org/10.1109/TC.2025.3566868 + dblp_key: journals/tc/CuiZZZWH25 + venue_name: IEEE Trans. Computers + pages: 2473-2486 +- title: 'COFFA: A Co-Design Framework for Fused-Grained Reconfigurable Architecture + Towards Efficient Irregular Loop Handling' + authors: + - Yuan Dai + - Xuchen Gao + - Yunhui Qiu + - Jingyuan Li 0003 + - Yuhang Cao + - Yiqing Mao + - Sichao Chen + - Wenbo Yin + - Wai-Shing Luk + - Lingli Wang + year: '2025' + doi: 10.1109/TC.2025.3585345 + url: https://doi.org/10.1109/TC.2025.3585345 + dblp_key: journals/tc/DaiGQLCMCYLW25 + venue_name: IEEE Trans. Computers + pages: 3099-3113 +- title: 'Pako: Multi-Valued Byzantine Agreement Comparable to Partially-Synchronous + BFT' + authors: + - Xiaohai Dai + - Zhengxuan Guo + - Jiang Xiao 0001 + - Guanxiong Wang + - Yifei Liang + - Chen Yu 0003 + - Hai Jin 0001 + year: '2025' + doi: 10.1109/TC.2024.3510620 + url: https://doi.org/10.1109/TC.2024.3510620 + dblp_key: journals/tc/DaiGXWLYJ25 + venue_name: IEEE Trans. Computers + pages: 887-900 +- title: 'FlashDecoding++Next: High Throughput LLM Inference With Latency and Memory + Optimization' + authors: + - Guohao Dai 0001 + - Ke Hong + - Qiuli Mao + - Xiuhong Li + - Jiaming Xu + - Haofeng Huang + - Hongtu Xia + - Xuefei Ning + - Shengen Yan + - Yun Liang 0001 + - Yu Wang 0002 + year: '2025' + doi: 10.1109/TC.2025.3585339 + url: https://doi.org/10.1109/TC.2025.3585339 + dblp_key: journals/tc/DaiHMLXHXNYLW25 + venue_name: IEEE Trans. Computers + pages: 3263-3276 +- title: 'Remora: A Low-Latency DAG-Based BFT Through Optimistic Paths' + authors: + - Xiaohai Dai + - Wei Li 0058 + - Guanxiong Wang + - Jiang Xiao 0001 + - Haoyang Chen + - Shufei Li + - Albert Y. Zomaya + - Hai Jin 0001 + year: '2025' + doi: 10.1109/TC.2024.3461309 + url: https://doi.org/10.1109/TC.2024.3461309 + dblp_key: journals/tc/DaiLWXCLZJ25 + venue_name: IEEE Trans. Computers + pages: 57-70 +- title: 'CROSC: Compilation-Runtime Joint Optimization for Fast Smart Contract Execution' + authors: + - Surong Dai + - Jinni Yang + - Wenyang Cui + - Yaozheng Fang + - Ye Lu 0004 + year: '2025' + doi: 10.1109/TC.2025.3583734 + url: https://doi.org/10.1109/TC.2025.3583734 + dblp_key: journals/tc/DaiYCFL25 + venue_name: IEEE Trans. Computers + pages: 2962-2976 +- title: 'LUNA-CiM: A Programmable Compute-in-Memory Fabric for Neural Network Acceleration' + authors: + - Peyman Dehghanzadeh + - Ovishake Sen + - Baibhab Chatterjee + - Swarup Bhunia + year: '2025' + doi: 10.1109/TC.2025.3525601 + url: https://doi.org/10.1109/TC.2025.3525601 + dblp_key: journals/tc/DehghanzadehSCB25 + venue_name: IEEE Trans. Computers + pages: 1348-1361 +- title: '$\mathtt{SFPoW}$SFPoW: Constructing Secure and Flexible Proof-of-Work Sidechains + for Cross-Chain Interoperability With Wrapped Assets' + authors: + - Zhihong Deng + - Chunming Tang 0003 + - Taotao Li + - Zhikang Zeng + - Parhat Abla + - Debiao He + year: '2025' + doi: 10.1109/TC.2025.3558040 + url: https://doi.org/10.1109/TC.2025.3558040 + dblp_key: journals/tc/DengTLZAH25 + venue_name: IEEE Trans. Computers + pages: 2278-2292 +- title: 'Rethinking Control Flow in Spatial Architectures: Insights Into Control + Flow Plane Design' + authors: + - Jinyi Deng + - Xinru Tang + - Jiahao Zhang + - Yuxuan Li + - Linyun Zhang + - Fengbin Tu + - Shaojun Wei + - Yang Hu 0001 + - Shouyi Yin + year: '2025' + doi: 10.1109/TC.2024.3475582 + url: https://doi.org/10.1109/TC.2024.3475582 + dblp_key: journals/tc/DengTZLZTWHY25 + venue_name: IEEE Trans. Computers + pages: 185-199 +- title: 'ClusPar: A Game-Theoretic Approach for Efficient and Scalable Streaming + Edge Partitioning' + authors: + - Zezhong Ding + - Deyu Kong + - Zhuoxu Zhang + - Xike Xie + - Jianliang Xu + year: '2025' + doi: 10.1109/TC.2024.3475568 + url: https://doi.org/10.1109/TC.2024.3475568 + dblp_key: journals/tc/DingKZXX25 + venue_name: IEEE Trans. Computers + pages: 116-130 +- title: Reliable Communication Scheme Based on Completely Independent Spanning Trees + in Data Center Networks + authors: + - Hui Dong + - Huaqun Wang + - Mengjie Lv + - Weibei Fan + year: '2025' + doi: 10.1109/TC.2025.3547161 + url: https://doi.org/10.1109/TC.2025.3547161 + dblp_key: journals/tc/DongWLF25 + venue_name: IEEE Trans. Computers + pages: 2003-2016 +- title: 'Parallelization Strategies for DeepMD-Kit Using OpenMP: Enhancing Efficiency + in Machine Learning-Based Molecular Simulations' + authors: + - Qi Du + - Feng Wang 0050 + - Chengkun Wu + year: '2025' + doi: 10.1109/TC.2025.3595078 + url: https://doi.org/10.1109/TC.2025.3595078 + dblp_key: journals/tc/DuWW25 + venue_name: IEEE Trans. Computers + pages: 3534-3545 +- title: 'DIVIDE: Efficient RowHammer Defense via In-DRAM Cache-Based Hot Data Isolation' + authors: + - Haitao Du + - Yuxuan Yang 0009 + - Song Chen 0001 + - Yi Kang + year: '2025' + doi: 10.1109/TC.2025.3603729 + url: https://doi.org/10.1109/TC.2025.3603729 + dblp_key: journals/tc/DuYCK25 + venue_name: IEEE Trans. Computers + pages: 3980-3994 +- title: 'STEMS: Spatial-Temporal Mapping for Spiking Neural Networks' + authors: + - Sherif Eissa + - Sander Stuijk + - Floran de Putter + - Andrea Nardi-Dei + - Federico Corradi + - Henk Corporaal + year: '2025' + doi: 10.1109/TC.2025.3584201 + url: https://doi.org/10.1109/TC.2025.3584201 + dblp_key: journals/tc/EissaSPNCC25 + venue_name: IEEE Trans. Computers + pages: 2991-3002 +- title: 'Competition-Style Sorting Networks (CSN): A Framework for Hardware-Based + Sorting Operations' + authors: + - Abbas A. Fairouz + - Jassim M. Aljuraidan + - Ameer Mohammed + year: '2025' + doi: 10.1109/TC.2025.3605766 + url: https://doi.org/10.1109/TC.2025.3605766 + dblp_key: journals/tc/FairouzAM25 + venue_name: IEEE Trans. Computers + pages: 4109-4122 +- title: 'Hyte: A Hotness-Aware Hybrid DRAM-PM Native Table Storage Engine' + authors: + - Xiaopeng Fan 0003 + - Xiaoshuang Peng + - Kaixin Huang + - Chuliang Weng + year: '2025' + doi: 10.1109/TC.2025.3566906 + url: https://doi.org/10.1109/TC.2025.3566906 + dblp_key: journals/tc/FanPHW25 + venue_name: IEEE Trans. Computers + pages: 2593-2607 +- title: Reliable and Efficient Multi-Path Transmission Based on Disjoint Paths in + Data Center Networks + authors: + - Weibei Fan + - Yao Pan + - Fu Xiao 0001 + - Mengjie Lv + - Lei Han + - Shui Yu 0001 + year: '2025' + doi: 10.1109/TC.2025.3587618 + url: https://doi.org/10.1109/TC.2025.3587618 + dblp_key: journals/tc/FanPXLHY25 + venue_name: IEEE Trans. Computers + pages: 3362-3376 +- title: A Highly Scalable Network Architecture for Optical Data Centers + authors: + - Weibei Fan + - Yao Pan + - Fu Xiao 0001 + - Pinchang Zhang + - Lei Han + - Sun-Yuan Hsieh + year: '2025' + doi: 10.1109/TC.2025.3589688 + url: https://doi.org/10.1109/TC.2025.3589688 + dblp_key: journals/tc/FanPXZHH25 + venue_name: IEEE Trans. Computers + pages: 3433-3447 +- title: Acceleration of Timing-Aware Gate-Level Logic Simulation Through One-Pass + GPU Parallelism + authors: + - Weijie Fang + - Yanggeng Fu + - Jiaquan Gao + - Longkun Guo + - Gregory Z. Gutin + - Xiaoyan Zhang 0001 + year: '2025' + doi: 10.1109/TC.2025.3569135 + url: https://doi.org/10.1109/TC.2025.3569135 + dblp_key: journals/tc/FangFGGGZ25 + venue_name: IEEE Trans. Computers + pages: 2675-2686 +- title: Evaluating Robustness of Subnetworks for the Split-Star Network + authors: + - Kai Feng + - Guodong Xie + - Zhangjian Ji + - Dajin Wang + year: '2025' + doi: 10.1109/TC.2025.3584558 + url: https://doi.org/10.1109/TC.2025.3584558 + dblp_key: journals/tc/FengXJW25 + venue_name: IEEE Trans. Computers + pages: 3087-3098 +- title: 'Mix-GEMM: Extending RISC-V CPUs for Energy-Efficient Mixed-Precision DNN + Inference Using Binary Segmentation' + authors: + - Jordi Fornt + - Enrico Reggiani + - Pau Fontova-Musté + - Narcís Rodas + - Alessandro Pappalardo + - Osman Sabri Unsal + - Adrián Cristal Kestelman + - Josep Altet + - Francesc Moll + - Jaume Abella 0001 + year: '2025' + doi: 10.1109/TC.2024.3500369 + url: https://doi.org/10.1109/TC.2024.3500369 + dblp_key: journals/tc/ForntRFRPUKAMA25 + venue_name: IEEE Trans. Computers + pages: 582-596 +- title: Federated Learning Based DDoS Attacks Detection in Large Scale Software-Defined + Network + authors: + - Yannis Steve Nsuloun Fotse + - Vianney Kengne Tchendji + - Mthulisi Velempini + year: '2025' + doi: 10.1109/TC.2024.3474180 + url: https://doi.org/10.1109/TC.2024.3474180 + dblp_key: journals/tc/FotseTV25 + venue_name: IEEE Trans. Computers + pages: 101-115 +- title: A Deep Learning-Assisted Template Attack Against Dynamic Frequency Scaling + Countermeasures + authors: + - Davide Galli + - Francesco Lattari + - Matteo Matteucci + - Davide Zoni + year: '2025' + doi: 10.1109/TC.2024.3477997 + url: https://doi.org/10.1109/TC.2024.3477997 + dblp_key: journals/tc/GalliLMZ25 + venue_name: IEEE Trans. Computers + pages: 293-306 +- title: Uncovering the Intricacies and Synergies of Processor Microarchitecture Mechanisms + Using Explainable AI + authors: + - Abdoulaye Gamatié + - Yuyang Wang + - Diego Valdez Duran + year: '2025' + doi: 10.1109/TC.2024.3500377 + url: https://doi.org/10.1109/TC.2024.3500377 + dblp_key: journals/tc/GamatieWD25 + venue_name: IEEE Trans. Computers + pages: 637-651 +- title: 'SCC: Synchronization Congestion Control for Multi-Tenant Learning Over Geo-Distributed + Clouds' + authors: + - Chengxi Gao + - Fuliang Li + - Kejiang Ye + - Yang Wang 0006 + - Pengfei Wang 0013 + - Xingwei Wang 0001 + - Cheng-Zhong Xu 0001 + year: '2025' + doi: 10.1109/TC.2025.3604486 + url: https://doi.org/10.1109/TC.2025.3604486 + dblp_key: journals/tc/GaoLYWWWX25 + venue_name: IEEE Trans. Computers + pages: 3911-3924 +- title: Hardware Accelerated Vision Transformer via Heterogeneous Architecture Design + and Adaptive Dataflow Mapping + authors: + - Yingxue Gao + - Teng Wang + - Lei Gong 0003 + - Chao Wang 0003 + - Dong Dai 0001 + - Yang Yang 0080 + - Xianglan Chen + - Xi Li 0003 + - Xuehai Zhou + year: '2025' + doi: 10.1109/TC.2024.3517751 + url: https://doi.org/10.1109/TC.2024.3517751 + dblp_key: journals/tc/GaoWGWDYCLZ25 + venue_name: IEEE Trans. Computers + pages: 1224-1238 +- title: 'Allspark: Workload Orchestration for Visual Transformers on Processing In-Memory + Systems' + authors: + - Mengke Ge + - Junpeng Wang 0002 + - Binhan Chen + - Yingjian Zhong + - Haitao Du + - Song Chen 0001 + - Yi Kang + year: '2025' + doi: 10.1109/TC.2024.3483633 + url: https://doi.org/10.1109/TC.2024.3483633 + dblp_key: journals/tc/GeWCZDCK25 + venue_name: IEEE Trans. Computers + pages: 427-441 +- title: Energy-Efficient, Delay-Constrained Edge Computing of a Network of DNNs + authors: + - Mehdi Ghasemi 0003 + - Soroush Heidari + - Young Geun Kim 0001 + - Carole-Jean Wu + - Sarma B. K. Vrudhula + year: '2025' + doi: 10.1109/TC.2024.3500368 + url: https://doi.org/10.1109/TC.2024.3500368 + dblp_key: journals/tc/GhasemiHKWV25 + venue_name: IEEE Trans. Computers + pages: 569-581 +- title: Towards a Unified Framework for Modeling and Analyzing User-Defined Online + Non-Preemptive Scheduling Policies + authors: + - Pourya Gohari + - Jeroen Voeten + - Mitra Nasri + year: '2025' + doi: 10.1109/TC.2025.3587514 + url: https://doi.org/10.1109/TC.2025.3587514 + dblp_key: journals/tc/GohariVN25 + venue_name: IEEE Trans. Computers + pages: 3347-3361 +- title: 'EABE-PUFPH: Efficient Attribute-Based Encryption With Reliable Policy Updating + Under Full Policy Hiding' + authors: + - Chenghao Gu + - Jiguo Li 0001 + - Yichen Zhang 0003 + - Yang Lu 0001 + - Jian Shen 0001 + year: '2025' + doi: 10.1109/TC.2025.3603717 + url: https://doi.org/10.1109/TC.2025.3603717 + dblp_key: journals/tc/GuLZLS25 + venue_name: IEEE Trans. Computers + pages: 3750-3762 +- title: Distributed Sketch Deployment for Software Switches + authors: + - Kejun Guo + - Fuliang Li + - Jiaxing Shen + - Xing-wei Wang 0001 + - Jiannong Cao 0001 + year: '2025' + doi: 10.1109/TC.2024.3517749 + url: https://doi.org/10.1109/TC.2024.3517749 + dblp_key: journals/tc/GuoLSWC25 + venue_name: IEEE Trans. Computers + pages: 1210-1223 +- title: 'NetKG: Synthesizing Interpretable Network Router Configurations With Knowledge + Graph' + authors: + - Zhenbei Guo + - Fuliang Li + - Peng Zhang 0011 + - Xingwei Wang 0001 + - Jiannong Cao 0001 + year: '2025' + doi: 10.1109/TC.2025.3603712 + url: https://doi.org/10.1109/TC.2025.3603712 + dblp_key: journals/tc/GuoLZWC25 + venue_name: IEEE Trans. Computers + pages: 3722-3735 +- title: Hybrid Redundancy for Reliable Task Offloading in Collaborative Edge Computing + authors: + - Hao Guo + - Lei Yang 0024 + - Qingfeng Zhang + - Jiannong Cao 0001 + year: '2025' + doi: 10.1109/TC.2025.3587620 + url: https://doi.org/10.1109/TC.2025.3587620 + dblp_key: journals/tc/GuoYZC25 + venue_name: IEEE Trans. Computers + pages: 3238-3250 +- title: Secure Remote Attestation With Strong Key Insulation Guarantees + authors: + - Deniz Gurevin + - Chenglu Jin + - Phuong Ha Nguyen + - Omer Khan + - Marten van Dijk + year: '2025' + doi: 10.1109/TC.2023.3290870 + url: https://doi.org/10.1109/TC.2023.3290870 + dblp_key: journals/tc/GurevinJNKD25 + venue_name: IEEE Trans. Computers + pages: 848-859 +- title: Scalable Encrypted Deduplication Based on Location-Hiding Secret Sharing + of Data Keys + authors: + - Guanxiong Ha + - Yuchen Chen + - Chunfu Jia + - Keyan Chen + - Rongxi Wang + - Qiaowen Jia + year: '2025' + doi: 10.1109/TC.2025.3603710 + url: https://doi.org/10.1109/TC.2025.3603710 + dblp_key: journals/tc/HaCJCWJ25 + venue_name: IEEE Trans. Computers + pages: 3710-3721 +- title: 'CIMUS: 3D-Stacked Computing-in-Memory Under Image Sensor Architecture for + Efficient Machine Vision' + authors: + - Lixia Han + - Yiyang Chen + - Siyuan Chen + - Haozhang Yang + - Ao Shi + - Guihai Yu + - Jiaqi Li + - Zheng Zhou + - Yijiao Wang + - Yanzhi Wang 0001 + - Xiaoyan Liu + - Jinfeng Kang + - Peng Huang 0004 + year: '2025' + doi: 10.1109/TC.2025.3558068 + url: https://doi.org/10.1109/TC.2025.3558068 + dblp_key: journals/tc/HanCCYSYLZWWLKH25 + venue_name: IEEE Trans. Computers + pages: 2321-2333 +- title: 'SAL-PIM: A Subarray-Level Processing-in-Memory Architecture With LUT-Based + Linear Interpolation for Transformer-Based Text Generation' + authors: + - Wontak Han + - Hyunjun Cho + - Donghyuk Kim + - Joo-Young Kim 0001 + year: '2025' + doi: 10.1109/TC.2025.3576935 + url: https://doi.org/10.1109/TC.2025.3576935 + dblp_key: journals/tc/HanCKK25 + venue_name: IEEE Trans. Computers + pages: 2909-2922 +- title: 'Anole: A Pragmatic Blend of Classic and Learning-Based Algorithms in Congestion + Control' + authors: + - Feixue Han + - Yike Wang + - Yunbo Zhang + - Qing Li 0006 + - Dayi Zhao + - Yong Jiang 0001 + year: '2025' + doi: 10.1109/TC.2025.3566872 + url: https://doi.org/10.1109/TC.2025.3566872 + dblp_key: journals/tc/HanWZLZJ25 + venue_name: IEEE Trans. Computers + pages: 2501-2514 +- title: Reliability-Aware Optimization of Task Offloading for UAV-Assisted Edge Computing + authors: + - Hao Hao + - Changqiao Xu + - Wei Zhang 0049 + - Xingyan Chen + - Shujie Yang + - Gabriel-Miro Muntean + year: '2025' + doi: 10.1109/TC.2025.3604463 + url: https://doi.org/10.1109/TC.2025.3604463 + dblp_key: journals/tc/HaoXZCYM25 + venue_name: IEEE Trans. Computers + pages: 3832-3844 +- title: Node-Wise Hardware Trojan Detection Based on Graph Learning + authors: + - Kento Hasegawa + - Kazuki Yamashita + - Seira Hidano + - Kazuhide Fukushima + - Kazuo Hashimoto + - Nozomu Togawa + year: '2025' + doi: 10.1109/TC.2023.3280134 + url: https://doi.org/10.1109/TC.2023.3280134 + dblp_key: journals/tc/HasegawaYHFHT25 + venue_name: IEEE Trans. Computers + pages: 749-761 +- title: Multi-Path Bound for Parallel Tasks With Conditional Branches + authors: + - Qingqiang He + - Nan Guan + - Zhe Jiang 0004 + - Mingsong Lv + year: '2025' + doi: 10.1109/TC.2025.3604469 + url: https://doi.org/10.1109/TC.2025.3604469 + dblp_key: journals/tc/HeGJL25 + venue_name: IEEE Trans. Computers + pages: 3873-3887 +- title: Task Optimization Allocation in Vehicle Based Edge Computing Systems With + Deep Reinforcement Learning + authors: + - Qiang He 0002 + - Quanwei Li + - Chuangchuang Zhang + - Xingwei Wang 0001 + - Yuanguo Bi + - Liang Zhao 0004 + - Ammar Hawbani + - Keping Yu + year: '2025' + doi: 10.1109/TC.2025.3585630 + url: https://doi.org/10.1109/TC.2025.3585630 + dblp_key: journals/tc/HeLZWBZHY25 + venue_name: IEEE Trans. Computers + pages: 3156-3167 +- title: 'WhistleBlower: A System-Level Empirical Study on RowHammer' + authors: + - Wei He + - Zhi Zhang 0001 + - Yueqiang Cheng + - Wenhao Wang 0001 + - Wei Song 0002 + - Yansong Gao 0001 + - Qifei Zhang 0001 + - Kang Li + - Dongxi Liu + - Surya Nepal + year: '2025' + doi: 10.1109/TC.2023.3235973 + url: https://doi.org/10.1109/TC.2023.3235973 + dblp_key: journals/tc/HeZCWSGZLLN25 + venue_name: IEEE Trans. Computers + pages: 805-819 +- title: Localizing Multiple Bugs in RTL Designs by Classifying Hit-Statements Using + Neural Networks + authors: + - Mahsa Heidari + - Bijan Alizadeh + year: '2025' + doi: 10.1109/TC.2025.3543609 + url: https://doi.org/10.1109/TC.2025.3543609 + dblp_key: journals/tc/HeidariA25 + venue_name: IEEE Trans. Computers + pages: 1786-1799 +- title: A Framework for Carbon-Aware Real-Time Workload Management in Clouds Using + Renewables-Driven Cores + authors: + - Tharindu B. Hewage + - Shashikant Ilager + - Maria Alejandra Rodriguez + - Rajkumar Buyya + year: '2025' + doi: 10.1109/TC.2025.3571495 + url: https://doi.org/10.1109/TC.2025.3571495 + dblp_key: journals/tc/HewageIRB25 + venue_name: IEEE Trans. Computers + pages: 2757-2771 +- title: A Parallel Computing Scheme Utilizing Memristor Crossbars for Fast Corner + Detection and Rotation Invariance in the ORB Algorithm + authors: + - Qinghui Hong + - Haoyou Jiang + - Pingdan Xiao + - Sichun Du + - Tao Li 0056 + year: '2025' + doi: 10.1109/TC.2024.3504817 + url: https://doi.org/10.1109/TC.2024.3504817 + dblp_key: journals/tc/HongJXDL25 + venue_name: IEEE Trans. Computers + pages: 996-1010 +- title: Improving Efficiency in Multi-Modal Autonomous Embedded Systems Through Adaptive + Gating + authors: + - Xiaofeng Hou + - Cheng Xu + - Chao Li 0009 + - Jiacheng Liu 0001 + - Xuehan Tang + - Kwang-Ting Cheng + - Minyi Guo + year: '2025' + doi: 10.1109/TC.2024.3500382 + url: https://doi.org/10.1109/TC.2024.3500382 + dblp_key: journals/tc/HouXLLTCG25 + venue_name: IEEE Trans. Computers + pages: 691-704 +- title: 'TightLLM: Maximizing Throughput for LLM Inference via Adaptive Offloading + Policy' + authors: + - Yitao Hu + - Xiulong Liu 0001 + - Guotao Yang + - Linxuan Li + - Kai Zeng + - Zhixin Zhao + - Sheng Chen 0015 + - Laiping Zhao + - Wenxin Li 0001 + - Keqiu Li + year: '2025' + doi: 10.1109/TC.2025.3558009 + url: https://doi.org/10.1109/TC.2025.3558009 + dblp_key: journals/tc/HuLYLZZCZLL25 + venue_name: IEEE Trans. Computers + pages: 2195-2209 +- title: 'OOLU: An Operation-Based Optimized Sparse LU Decomposition Accelerator for + Circuit Simulation' + authors: + - Ke Hu + - Fan Yang 0001 + year: '2025' + doi: 10.1109/TC.2025.3605751 + url: https://doi.org/10.1109/TC.2025.3605751 + dblp_key: journals/tc/HuY25 + venue_name: IEEE Trans. Computers + pages: 4065-4079 +- title: 'RuYi: Optimizing Burst Buffer Through Automated, Fine-Grained Process-to-BB + Mapping' + authors: + - Yusheng Hua + - Xuanhua Shi + - Ligang He + - Kang He + - Teng Zhang 0001 + - Hai Jin 0001 + - Yong Chen 0001 + year: '2025' + doi: 10.1109/TC.2024.3510624 + url: https://doi.org/10.1109/TC.2024.3510624 + dblp_key: journals/tc/HuaSHHZJC25 + venue_name: IEEE Trans. Computers + pages: 955-967 +- title: 'Humas: A Heterogeneity- and Upgrade-Aware Microservice Auto-Scaling Framework + in Large-Scale Data Centers' + authors: + - Qin Hua + - Dingyu Yang + - Shiyou Qian + - Jian Cao 0001 + - Guangtao Xue + - Minglu Li 0001 + year: '2025' + doi: 10.1109/TC.2024.3506862 + url: https://doi.org/10.1109/TC.2024.3506862 + dblp_key: journals/tc/HuaYQCXL25 + venue_name: IEEE Trans. Computers + pages: 968-982 +- title: 'CBuild: Cluster-Oriented Collaborative Image Building for Containers' + authors: + - Zhuo Huang + - Hao Fan 0006 + - Bin Tang + - Song Wu 0001 + - Chen Yu 0003 + - Hai Jin 0001 + year: '2025' + doi: 10.1109/TC.2025.3575912 + url: https://doi.org/10.1109/TC.2025.3575912 + dblp_key: journals/tc/HuangFTWYJ25 + venue_name: IEEE Trans. Computers + pages: 2870-2881 +- title: A High-Intensity Solution of Hardware Accelerator for Sparse and Redundant + Computations in Semantic Segmentation Models + authors: + - Jiahui Huang + - Zhan Li + - Yuxian Jiang + - Zhihan Zhang 0004 + - Hao Wang 0046 + - Sheng Chang 0003 + year: '2025' + doi: 10.1109/TC.2025.3585354 + url: https://doi.org/10.1109/TC.2025.3585354 + dblp_key: journals/tc/HuangLJZWC25 + venue_name: IEEE Trans. Computers + pages: 3129-3142 +- title: Design of a Universal Decoder Model Based on DNA Winner-Takes-All Neural + Networks + authors: + - Chun Huang 0005 + - Jiaying Shao + - Baolei Peng + - Qingshuang Guo + - Panlong Li + - Junwei Sun 0002 + - Yanfeng Wang 0002 + year: '2025' + doi: 10.1109/TC.2024.3521230 + url: https://doi.org/10.1109/TC.2024.3521230 + dblp_key: journals/tc/HuangSPGLSW25 + venue_name: IEEE Trans. Computers + pages: 1267-1277 +- title: Dynamic DPU Offloading and Computational Resource Management in Heterogeneous + Systems + authors: + - Zhaoyang Huang + - Yanjie Tan + - Yifu Zhu + - Huailiang Tan + - Keqin Li 0001 + year: '2025' + doi: 10.1109/TC.2025.3584501 + url: https://doi.org/10.1109/TC.2025.3584501 + dblp_key: journals/tc/HuangTZTL25 + venue_name: IEEE Trans. Computers + pages: 3046-3058 +- title: Efficient Service Function Chain Placement Over Heterogeneous Devices in + Deviceless Edge Computing Environments + authors: + - Yaodong Huang + - Tingting Yao + - Zelin Lin + - Xiaojun Shang + - Yukun Yuan 0001 + - Laizhong Cui + - Yuanyuan Yang 0001 + year: '2025' + doi: 10.1109/TC.2024.3475590 + url: https://doi.org/10.1109/TC.2024.3475590 + dblp_key: journals/tc/HuangYLSYCY25 + venue_name: IEEE Trans. Computers + pages: 222-236 +- title: 'SVDE: Serverless Framework for Low-Latency Video Analytic Queries With Hardware + Disaggregation' + authors: + - Pingyi Huo + - Theodore Michailidis + - Yi Zheng + - Prapti Panigrahi + - Kiwan Maeng + - Jishen Zhao + - Vijaykrishnan Narayanan + year: '2025' + doi: 10.1109/TC.2025.3569173 + url: https://doi.org/10.1109/TC.2025.3569173 + dblp_key: journals/tc/HuoMZPMZN25 + venue_name: IEEE Trans. Computers + pages: 2717-2730 +- title: 'HashScape: Leveraging Virtual Address Dynamics for Efficient Hashed Page + Tables' + authors: + - Won Hur + - Jiwon Lee + - Jaewon Kwon + - Minjae Kim 0010 + - Won Woo Ro + year: '2025' + doi: 10.1109/TC.2025.3543698 + url: https://doi.org/10.1109/TC.2025.3543698 + dblp_key: journals/tc/HurLKKR25 + venue_name: IEEE Trans. Computers + pages: 1872-1885 +- title: A Comprehensive Scan Test Cost Model to Optimize the Production of Very Large + SoCs + authors: + - Giusy Iaria + - Paolo Bernardi + - Claudia Bertani + - Lorenzo Cardone + - Giuseppe Garozzo + - Vincenzo Tancorre + year: '2025' + doi: 10.1109/TC.2024.3521246 + url: https://doi.org/10.1109/TC.2024.3521246 + dblp_key: journals/tc/IariaBBCGT25 + venue_name: IEEE Trans. Computers + pages: 1278-1292 +- title: Balanced Modular Addition for the Moduli Set $ \{2{q},2{q}\mp 1,2{2q}+1\}${2q,2q∓1,22q+1} + via Moduli-($ 2{q}\mp \sqrt{-1}$2q∓-1) Adders + authors: + - Ghassem Jaberipur + - Elham Rahman + - Jeong-A Lee + year: '2025' + doi: 10.1109/TC.2024.3461235 + url: https://doi.org/10.1109/TC.2024.3461235 + dblp_key: journals/tc/JaberipurRL25 + venue_name: IEEE Trans. Computers + pages: 316-324 +- title: Big-Computing and Little-Storing STT-MRAM PIM Architecture With Charge Domain + Based MAC Operation + authors: + - Yunho Jang + - Dongsu Kim + - Yeseul Kim + - Jongsun Park 0001 + year: '2025' + doi: 10.1109/TC.2024.3517754 + url: https://doi.org/10.1109/TC.2024.3517754 + dblp_key: journals/tc/JangKKP25 + venue_name: IEEE Trans. Computers + pages: 1239-1252 +- title: 'ECO-CRYSTALS: Efficient Cryptography CRYSTALS on Standard RISC-V ISA' + authors: + - Xinyi Ji + - Jiankuo Dong + - Junhao Huang 0001 + - Zhijian Yuan + - Wangchen Dai + - Fu Xiao 0001 + - Jingqiang Lin 0001 + year: '2025' + doi: 10.1109/TC.2024.3483631 + url: https://doi.org/10.1109/TC.2024.3483631 + dblp_key: journals/tc/JiDHYDXL25 + venue_name: IEEE Trans. Computers + pages: 401-413 +- title: 'SmartZone: Runtime Support for Secure and Efficient On-Device Inference + on ARM TrustZone' + authors: + - Zhaolong Jian + - Xu Liu + - Qiankun Dong + - Longkai Cheng + - Xueshuo Xie + - Tao Li 0022 + year: '2025' + doi: 10.1109/TC.2025.3557971 + url: https://doi.org/10.1109/TC.2025.3557971 + dblp_key: journals/tc/JianLDCXL25 + venue_name: IEEE Trans. Computers + pages: 2144-2158 +- title: Reducing Paging and Exit Overheads in Intel SGX for Oblivious Conjunctive + Keyword Search + authors: + - Qin Jiang + - Saiyu Qi + - Xu Yang 0033 + - Yong Qi + - Jianfeng Wang 0001 + - Youshui Lu + - Bochao An + - Ee-Chien Chang + year: '2025' + doi: 10.1109/TC.2023.3281857 + url: https://doi.org/10.1109/TC.2023.3281857 + dblp_key: journals/tc/JiangQYQWLAC25 + venue_name: IEEE Trans. Computers + pages: 776-789 +- title: 'ML-PTA: A Two-Stage ML-Enhanced Framework for Accelerating Nonlinear DC + Circuit Simulation With Pseudo-Transient Analysis' + authors: + - Zhou Jin 0001 + - Wenhao Li + - Haojie Pei + - Xiaru Zha + - Yichao Dong + - Xiang Jin + - Xiao Wu + - Dan Niu + - Wei W. Xing + year: '2025' + doi: 10.1109/TC.2025.3587470 + url: https://doi.org/10.1109/TC.2025.3587470 + dblp_key: journals/tc/JinLPZDJWNX25 + venue_name: IEEE Trans. Computers + pages: 3319-3331 +- title: 'Nicaea: A Byzantine Fault Tolerant Consensus Under Unpredictable Message + Delivery Failures for Parallel and Distributed Computing' + authors: + - Guanlin Jing + - Yifei Zou + - Minghui Xu 0001 + - Yanqiang Zhang + - Dongxiao Yu + - Zhiguang Shan + - Xiuzhen Cheng + - Rajiv Ranjan 0001 + year: '2025' + doi: 10.1109/TC.2024.3506856 + url: https://doi.org/10.1109/TC.2024.3506856 + dblp_key: journals/tc/JingZXZYSCR25 + venue_name: IEEE Trans. Computers + pages: 915-928 +- title: Optimizing the Deployment of Tiny Transformers on Low-Power MCUs + authors: + - Victor Jean-Baptiste Jung + - Alessio Burrello + - Moritz Scherer 0001 + - Francesco Conti 0001 + - Luca Benini + year: '2025' + doi: 10.1109/TC.2024.3500360 + url: https://doi.org/10.1109/TC.2024.3500360 + dblp_key: journals/tc/JungBSCB25 + venue_name: IEEE Trans. Computers + pages: 526-541 +- title: 'RelHDx: Hyperdimensional Computing for Learning on Graphs With FeFET Acceleration' + authors: + - Jaeyoung Kang 0001 + - Minxuan Zhou + - Weihong Xu + - Tajana Rosing + year: '2025' + doi: 10.1109/TC.2025.3541141 + url: https://doi.org/10.1109/TC.2025.3541141 + dblp_key: journals/tc/KangZXR25 + venue_name: IEEE Trans. Computers + pages: 1730-1742 +- title: 'THEMIS: Time, Heterogeneity, and Energy Minded Scheduling for Fair Multi-Tenant + Use in FPGAs' + authors: + - Emre Karabulut + - Arsalan Ali Malik + - Amro Awad + - Aydin Aysu + year: '2025' + doi: 10.1109/TC.2025.3566874 + url: https://doi.org/10.1109/TC.2025.3566874 + dblp_key: journals/tc/KarabulutMAA25 + venue_name: IEEE Trans. Computers + pages: 2515-2528 +- title: Energy-Delay Efficient Segmented Approximate Adder With Smart Chaining + authors: + - Tayebeh Karimi + - Arezoo Kamran + year: '2025' + doi: 10.1109/TC.2024.3500371 + url: https://doi.org/10.1109/TC.2024.3500371 + dblp_key: journals/tc/KarimiK25 + venue_name: IEEE Trans. Computers + pages: 597-608 +- title: Performance and Environment-Aware Advanced Driving Assistance Systems + authors: + - Sreenitha Kasarapu + - Sai Manoj Pudukotai Dinakarrao + year: '2025' + doi: 10.1109/TC.2024.3475572 + url: https://doi.org/10.1109/TC.2024.3475572 + dblp_key: journals/tc/KasarapuD25 + venue_name: IEEE Trans. Computers + pages: 131-142 +- title: 'JCSRC: Joint Client Selection and Resource Configuration for Energy-Efficient + Multi-Task Federated Learning' + authors: + - Junpeng Ke + - Junlong Zhou + - Dan Meng 0001 + - Yue Zeng 0002 + - Yizhou Shi + - Xiangmou Qu + - Song Guo 0001 + year: '2025' + doi: 10.1109/TC.2025.3605765 + url: https://doi.org/10.1109/TC.2025.3605765 + dblp_key: journals/tc/KeZMZSQG25 + venue_name: IEEE Trans. Computers + pages: 4094-4108 +- title: 'RV-CURE: A RISC-V Capability Architecture for Full Memory Safety' + authors: + - Yonghae Kim + - Anurag Kar + - Jaewon Lee + - Jaekyu Lee + - Hyesoon Kim + year: '2025' + doi: 10.1109/TC.2025.3586029 + url: https://doi.org/10.1109/TC.2025.3586029 + dblp_key: journals/tc/KimKLLK25 + venue_name: IEEE Trans. Computers + pages: 3291-3304 +- title: Shared Recurrence Floating-Point Divide/Sqrt and Integer Divide/Remainder + With Early Termination + authors: + - Kevin Kim + - Katherine Parry + - David M. Harris + - Cedar Turek + - Alessandro Maiuolo + - Rose Thompson + - James E. Stine + year: '2025' + doi: 10.1109/TC.2024.3500380 + url: https://doi.org/10.1109/TC.2024.3500380 + dblp_key: journals/tc/KimPHTMTS25 + venue_name: IEEE Trans. Computers + pages: 740-748 +- title: Enabling Printed Multilayer Perceptrons Realization via Area-Aware Neural + Minimization + authors: + - Argyris Kokkinis + - Georgios Zervakis 0001 + - Kostas Siozios + - Mehdi Baradaran Tahoori + - Jörg Henkel + year: '2025' + doi: 10.1109/TC.2024.3524076 + url: https://doi.org/10.1109/TC.2024.3524076 + dblp_key: journals/tc/KokkinisZSTH25 + venue_name: IEEE Trans. Computers + pages: 1461-1469 +- title: Serving MoE Models on Resource-Constrained Edge Devices via Dynamic Expert + Swapping + authors: + - Rui Kong + - Yuanchun Li 0003 + - Weijun Wang 0001 + - Linghe Kong + - Yunxin Liu 0001 + year: '2025' + doi: 10.1109/TC.2025.3575905 + url: https://doi.org/10.1109/TC.2025.3575905 + dblp_key: journals/tc/KongLWKL25 + venue_name: IEEE Trans. Computers + pages: 2799-2811 +- title: 'NPC: A Non-Conflicting Processing-in-Memory Controller in DDR Memory Systems' + authors: + - Seungyong Lee 0003 + - Sanghyun Lee + - Minseok Seo + - Chunmyung Park + - Woojae Shin + - Hyuk-Jae Lee + - Hyun Kim 0001 + year: '2025' + doi: 10.1109/TC.2024.3477981 + url: https://doi.org/10.1109/TC.2024.3477981 + dblp_key: journals/tc/LeeLSPSLK25 + venue_name: IEEE Trans. Computers + pages: 1025-1039 +- title: 'SADIMM: Accelerating $\underline{\text{S}}$S - parse $\underline{\text{A}}$A + - ttention Using $\underline{\text{DIMM}}$DIMM - -Based Near-Memory Processing' + authors: + - Huize Li + - Dan Chen 0006 + - Tulika Mitra + year: '2025' + doi: 10.1109/TC.2024.3500362 + url: https://doi.org/10.1109/TC.2024.3500362 + dblp_key: journals/tc/LiCM25 + venue_name: IEEE Trans. Computers + pages: 542-554 +- title: Performance Characteristics and Guidelines of Offloading Middleboxes Onto + BlueField-2 DPU + authors: + - Fuliang Li + - Qin Chen + - Jiaxing Shen + - Xing-wei Wang 0001 + - Jiannong Cao 0001 + year: '2025' + doi: 10.1109/TC.2024.3500372 + url: https://doi.org/10.1109/TC.2024.3500372 + dblp_key: journals/tc/LiCSWC25 + venue_name: IEEE Trans. Computers + pages: 609-622 +- title: 'StageWise: Accelerating Persistent Key-Value Stores by Thread Model Redesigning' + authors: + - Zeqi Li + - Youmin Chen + - Qing Wang 0031 + - Youyou Lu + - Jiwu Shu + year: '2025' + doi: 10.1109/TC.2025.3605763 + url: https://doi.org/10.1109/TC.2025.3605763 + dblp_key: journals/tc/LiCWLS25 + venue_name: IEEE Trans. Computers + pages: 4080-4093 +- title: A Data-Centric Software-Hardware Co-Designed Architecture for Large-Scale + Graph Processing + authors: + - Zerun Li + - Xiaoming Chen 0003 + - Yuxin Yang 0002 + - Feng Min + - Xiaoyu Zhang 0009 + - Yinhe Han 0001 + year: '2025' + doi: 10.1109/TC.2024.3514292 + url: https://doi.org/10.1109/TC.2024.3514292 + dblp_key: journals/tc/LiCYMZH25 + venue_name: IEEE Trans. Computers + pages: 1109-1122 +- title: 'WaWoT: Towards Flexible and Efficient Web of Things Services via WebAssembly + on Resource-Constrained IoT Devices' + authors: + - Borui Li 0001 + - Hongchang Fan + - Yi Gao 0001 + - Wei Dong 0001 + year: '2025' + doi: 10.1109/TC.2024.3500385 + url: https://doi.org/10.1109/TC.2024.3500385 + dblp_key: journals/tc/LiFGD25 + venue_name: IEEE Trans. Computers + pages: 1094-1108 +- title: 'FSA-Hash: Flow-Size-Aware Sketch Hashing for Software Switches' + authors: + - Fuliang Li + - Kejun Guo + - Yiming Lv + - Jiaxing Shen + - Yuting Liu 0003 + - Xingwei Wang 0001 + - Jiannong Cao 0001 + year: '2025' + doi: 10.1109/TC.2025.3603716 + url: https://doi.org/10.1109/TC.2025.3603716 + dblp_key: journals/tc/LiGLSLWC25 + venue_name: IEEE Trans. Computers + pages: 3736-3749 +- title: 'DataFly: A Confidentiality-Preserving Data Migration Across Heterogeneous + Blockchains' + authors: + - Taotao Li + - Huawei Huang + - Parhat Abla + - Zhihong Deng + - Qinglin Yang + - Anke Xie + - Debiao He + - Zibin Zheng + year: '2025' + doi: 10.1109/TC.2025.3535830 + url: https://doi.org/10.1109/TC.2025.3535830 + dblp_key: journals/tc/LiHADYXHZ25 + venue_name: IEEE Trans. Computers + pages: 1814-1828 +- title: Dynamic Bin Packing With Heterogeneous Dependent Bins for Regionless in Geo-Distributed + Clouds + authors: + - Yinuo Li + - Jin-Kao Hao + - Liwei Song + year: '2025' + doi: 10.1109/TC.2025.3602297 + url: https://doi.org/10.1109/TC.2025.3602297 + dblp_key: journals/tc/LiHS25 + venue_name: IEEE Trans. Computers + pages: 3596-3608 +- title: 'FVM: Practical Feather-Weight Virtualization on Commodity Microcontrollers' + authors: + - Junchao Li + - Runsheng Hou + - Guangyong Shang + - Huanle Zhang + - Xiuzhen Cheng + - Runyu Pan + year: '2025' + doi: 10.1109/TC.2025.3558582 + url: https://doi.org/10.1109/TC.2025.3558582 + dblp_key: journals/tc/LiHSZCP25 + venue_name: IEEE Trans. Computers + pages: 2389-2401 +- title: 'UAV-Assisted Microservice Mobile Edge Computing Architecture: Addressing + Post-Disaster Emergency Medical Rescue' + authors: + - Ji Li + - Qiang He 0002 + - Xingwei Wang 0001 + - Ammar Hawbani + - Keping Yu + - Yuanguo Bi + - Liang Zhao 0004 + year: '2025' + doi: 10.1109/TC.2025.3566913 + url: https://doi.org/10.1109/TC.2025.3566913 + dblp_key: journals/tc/LiHWHYBZ25 + venue_name: IEEE Trans. Computers + pages: 2635-2648 +- title: High-Performance In-Memory Bayesian Inference With Multi-Bit Ferroelectric + FET + authors: + - Chao Li 0065 + - Xuchu Huang + - Zhicheng Xu + - Bo Wen + - Ruibin Mao + - Min Zhou + - Thomas Kämpfe + - Kai Ni 0004 + - Can Li 0024 + - Xunzhao Yin + - Cheng Zhuo + year: '2025' + doi: 10.1109/TC.2025.3576941 + url: https://doi.org/10.1109/TC.2025.3576941 + dblp_key: journals/tc/LiHXWMZKNLYZ25 + venue_name: IEEE Trans. Computers + pages: 2923-2935 +- title: Efficient Conjunctive Geometric Range Query Over Encrypted Spatial Data With + Learned Index + authors: + - Mingyue Li + - Chunfu Jia + - Ruizhong Du + - Guanxiong Ha + year: '2025' + doi: 10.1109/TC.2025.3604470 + url: https://doi.org/10.1109/TC.2025.3604470 + dblp_key: journals/tc/LiJDH25 + venue_name: IEEE Trans. Computers + pages: 3995-4009 +- title: 'FiDRL: Flexible Invocation-Based Deep Reinforcement Learning for DVFS Scheduling + in Embedded Systems' + authors: + - Jingjin Li + - Weixiong Jiang + - Yuting He 0002 + - Qingyu Yang 0004 + - Anqi Gao + - Yajun Ha + - Ender Özcan + - Ruibin Bai + - Tianxiang Cui + - Heng Yu 0001 + year: '2025' + doi: 10.1109/TC.2024.3465933 + url: https://doi.org/10.1109/TC.2024.3465933 + dblp_key: journals/tc/LiJHYGHOBCY25 + venue_name: IEEE Trans. Computers + pages: 71-85 +- title: Response-Hiding and Volume-Hiding Verifiable Searchable Encryption With Conjunctive + Keyword Search + authors: + - Jiguo Li 0001 + - Licheng Ji + - Yichen Zhang 0003 + - Yang Lu 0001 + - Jianting Ning + year: '2025' + doi: 10.1109/TC.2024.3485172 + url: https://doi.org/10.1109/TC.2024.3485172 + dblp_key: journals/tc/LiJZLN25 + venue_name: IEEE Trans. Computers + pages: 455-467 +- title: Flexible Job Scheduling With Spatial-Temporal Compatibility for In-Network + Aggregation + authors: + - Yulong Li 0001 + - Wenxin Li 0001 + - Yuxuan Du + - Yinan Yao + - Song Zhang 0008 + - Linxuan Zhong + - Keqiu Li + year: '2025' + doi: 10.1109/TC.2024.3523420 + url: https://doi.org/10.1109/TC.2024.3523420 + dblp_key: journals/tc/LiLDYZZL25 + venue_name: IEEE Trans. Computers + pages: 1322-1333 +- title: Accelerating Loss Recovery for Content Delivery Network + authors: + - Tong Li 0014 + - Wei Liu 0230 + - Xinyu Ma + - Shuaipeng Zhu + - Jingkun Cao + - Duling Xu + - Zhaoqi Yang + - Senzhen Liu + - Taotao Zhang + - Yinfeng Zhu 0002 + - Bo Wu 0002 + - Kezhi Wang + - Ke Xu 0002 + year: '2025' + doi: 10.1109/TC.2025.3558020 + url: https://doi.org/10.1109/TC.2025.3558020 + dblp_key: journals/tc/LiLMZCXYLZZWWX25 + venue_name: IEEE Trans. Computers + pages: 2223-2237 +- title: Efficient Sketching for Heavy Item-Oriented Data Stream Mining With Memory + Constraints + authors: + - Weihe Li + - Paul Patras + year: '2025' + doi: 10.1109/TC.2025.3604467 + url: https://doi.org/10.1109/TC.2025.3604467 + dblp_key: journals/tc/LiP25 + venue_name: IEEE Trans. Computers + pages: 3845-3859 +- title: 'Fed-OGD: Mitigating Straggler Effects in Federated Learning via Orthogonal + Gradient Descent' + authors: + - Wei Li 0121 + - Zicheng Shen + - Xiulong Liu 0001 + - Chuntao Ding + - Jiaxing Shen + year: '2025' + doi: 10.1109/TC.2025.3584272 + url: https://doi.org/10.1109/TC.2025.3584272 + dblp_key: journals/tc/LiSLDS25 + venue_name: IEEE Trans. Computers + pages: 3018-3031 +- title: Redactable Blockchain From Decentralized Chameleon Hash Functions, Revisited + authors: + - Cong Li 0024 + - Qingni Shen + - Zhonghai Wu + year: '2025' + doi: 10.1109/TC.2025.3544878 + url: https://doi.org/10.1109/TC.2025.3544878 + dblp_key: journals/tc/LiSW25 + venue_name: IEEE Trans. Computers + pages: 1911-1920 +- title: The Graph Structure of Baker's Maps Implemented on a Computer + authors: + - Chengqing Li + - Kai Tan 0006 + year: '2025' + doi: 10.1109/TC.2025.3533094 + url: https://doi.org/10.1109/TC.2025.3533094 + dblp_key: journals/tc/LiT25 + venue_name: IEEE Trans. Computers + pages: 1524-1537 +- title: 'DC-ORAM: An ORAM Scheme Based on Dynamic Compression of Data Blocks and + Position Map' + authors: + - Chuang Li 0004 + - Changyao Tan + - Gang Liu 0038 + - Yanhua Wen + - Yan Wang 0022 + - Kenli Li 0001 + year: '2025' + doi: 10.1109/TC.2025.3533089 + url: https://doi.org/10.1109/TC.2025.3533089 + dblp_key: journals/tc/LiTLWWL25 + venue_name: IEEE Trans. Computers + pages: 1495-1509 +- title: Enabling High Performance and Resource Utilization in Clustered Cache via + Hotness Identification, Data Copying, and Instance Merging + authors: + - Hongmin Li + - Si Wu 0003 + - Zhipeng Li 0005 + - Qianli Wang + - Yongkun Li 0001 + - Yinlong Xu 0001 + year: '2025' + doi: 10.1109/TC.2024.3477994 + url: https://doi.org/10.1109/TC.2024.3477994 + dblp_key: journals/tc/LiWLWLX25 + venue_name: IEEE Trans. Computers + pages: 371-385 +- title: Lightweight and Holistic-Scalable Serverless Secure Container Runtime for + High-Density Deployment and High-Concurrency Startup + authors: + - Zijun Li 0001 + - Chenyang Wu + - Chuhao Xu + - Quan Chen 0002 + - Shuo Quan + - Bin Zha + - Qiang Wang + - Weidong Han 0003 + - Jie Wu 0001 + - Minyi Guo + year: '2025' + doi: 10.1109/TC.2025.3566912 + url: https://doi.org/10.1109/TC.2025.3566912 + dblp_key: journals/tc/LiWXCQZWHWG25 + venue_name: IEEE Trans. Computers + pages: 2621-2634 +- title: Dynamic Graph Publication With Differential Privacy Guarantees for Decentralized + Applications + authors: + - Zhetao Li + - Yong Xiao + - Haolin Liu 0001 + - Xiaofei Liao + - Ye Yuan 0001 + - Junzhao Du + year: '2025' + doi: 10.1109/TC.2025.3543605 + url: https://doi.org/10.1109/TC.2025.3543605 + dblp_key: journals/tc/LiXLLYD25 + venue_name: IEEE Trans. Computers + pages: 1771-1785 +- title: The Metric Relationship Between Extra Connectivity and Extra Diagnosability + of Multiprocessor Systems + authors: + - Yifan Li + - Shuming Zhou + - Sun-Yuan Hsieh + - Qifan Zhang + year: '2025' + doi: 10.1109/TC.2025.3604468 + url: https://doi.org/10.1109/TC.2025.3604468 + dblp_key: journals/tc/LiZHZ25 + venue_name: IEEE Trans. Computers + pages: 3860-3872 +- title: Asymmetrically Decentralized Federated Learning + authors: + - Qinglun Li + - Miao Zhang 0037 + - Nan Yin + - Quanjun Yin + - Li Shen 0008 + - Xiaochun Cao + year: '2025' + doi: 10.1109/TC.2025.3569185 + url: https://doi.org/10.1109/TC.2025.3569185 + dblp_key: journals/tc/LiZYYSC25 + venue_name: IEEE Trans. Computers + pages: 2745-2756 +- title: Cost-Efficient Delay-Bounded Dependent Task Offloading With Service Caching + at Edges + authors: + - Yu Liang 0001 + - Sheng Zhang 0001 + - Jie Wu 0001 + year: '2025' + doi: 10.1109/TC.2025.3598749 + url: https://doi.org/10.1109/TC.2025.3598749 + dblp_key: journals/tc/LiangZW25 + venue_name: IEEE Trans. Computers + pages: 3568-3581 +- title: A New ECC Configuration Method for DRAM System Considering Metadata + authors: + - Jaeil Lim + - Jaewon Chung + - Donghun Jeong + - Daegeun Jee + - Euicheol Lim + year: '2025' + doi: 10.1109/TC.2024.3521545 + url: https://doi.org/10.1109/TC.2024.3521545 + dblp_key: journals/tc/LimCJJL25 + venue_name: IEEE Trans. Computers + pages: 1293-1305 +- title: 'Cacomp: A Cloud-Assisted Collaborative Deep Learning Compiler Framework + for DNN Tasks on Edge' + authors: + - Weiwei Lin 0001 + - Jinhui Lin + - Haotong Zhang 0003 + - Wentai Wu + - Weizheng Wu + - Zhetao Li + - Keqin Li 0001 + year: '2025' + doi: 10.1109/TC.2025.3569132 + url: https://doi.org/10.1109/TC.2025.3569132 + dblp_key: journals/tc/LinLZWWLL25 + venue_name: IEEE Trans. Computers + pages: 2663-2674 +- title: Optimizing Multi-AAV Cooperative Tracking for Real-Time Applications in Network-Challenged + Environments + authors: + - Na Lin 0001 + - Zhijiang Wang + - Liang Zhao 0004 + - Ammar Hawbani + - Zhi Liu 0002 + - Mohsen Guizani + year: '2025' + doi: 10.1109/TC.2025.3566867 + url: https://doi.org/10.1109/TC.2025.3566867 + dblp_key: journals/tc/LinWZHLG25 + venue_name: IEEE Trans. Computers + pages: 2461-2472 +- title: A Highly Reliable Multiplexing Scheme in Hypercube-Structured Hierarchical + Networks + authors: + - Xuanli Liu + - Zhenjiang Dong + - Weibei Fan + - Mengjie Lv + - Xueli Sun + - Jin Qi + - Sun-Yuan Hsieh + year: '2025' + doi: 10.1109/TC.2025.3589732 + url: https://doi.org/10.1109/TC.2025.3589732 + dblp_key: journals/tc/LiuDFLSQH25 + venue_name: IEEE Trans. Computers + pages: 3462-3475 +- title: Collaborative Neural Architecture Search for Personalized Federated Learning + authors: + - Yi Liu 0057 + - Song Guo 0001 + - Jie Zhang 0076 + - Zicong Hong + - Yufeng Zhan + - Qihua Zhou + year: '2025' + doi: 10.1109/TC.2024.3477945 + url: https://doi.org/10.1109/TC.2024.3477945 + dblp_key: journals/tc/LiuGZHZZ25 + venue_name: IEEE Trans. Computers + pages: 250-262 +- title: 'PFed-NS: An Adaptive Personalized Federated Learning Scheme Through Neural + Network Segmentation' + authors: + - Yuchen Liu + - Ligang He + - Zhigao Zhang + - Shenyuan Ren + year: '2025' + doi: 10.1109/TC.2025.3547138 + url: https://doi.org/10.1109/TC.2025.3547138 + dblp_key: journals/tc/LiuHZR25 + venue_name: IEEE Trans. Computers + pages: 1936-1948 +- title: 'AutoPipe-H: A Heterogeneity-Aware Data-Paralleled Pipeline Approach on Commodity + GPU Servers' + authors: + - Weijie Liu + - Kai Lu 0001 + - Zhiquan Lai + - Shengwei Li + - Keshi Ge + - Dongsheng Li 0001 + - Xicheng Lu + year: '2025' + doi: 10.1109/TC.2024.3517748 + url: https://doi.org/10.1109/TC.2024.3517748 + dblp_key: journals/tc/LiuLLLGLL25 + venue_name: IEEE Trans. Computers + pages: 1196-1209 +- title: Low-Power Multiplier Designs by Leveraging Correlations of 2$\times$×2 Encoded + Partial Products + authors: + - Ao Liu + - Siting Liu 0001 + - Hui Wang 0023 + - Qin Wang 0009 + - Fabrizio Lombardi + - Zhigang Mao + - Honglan Jiang + year: '2025' + doi: 10.1109/TC.2025.3604478 + url: https://doi.org/10.1109/TC.2025.3604478 + dblp_key: journals/tc/LiuLWWLMJ25 + venue_name: IEEE Trans. Computers + pages: 3888-3896 +- title: 'GroPipe: A Grouped Pipeline Hybrid Parallel Method for Accelerating DCNNs + Training' + authors: + - Bin Liu 0023 + - Yongyao Ma + - Zijian Hu + - Zeyu Ji + - Zhenli He + - Keqin Li 0001 + year: '2025' + doi: 10.1109/TC.2025.3566869 + url: https://doi.org/10.1109/TC.2025.3566869 + dblp_key: journals/tc/LiuMHJHL25 + venue_name: IEEE Trans. Computers + pages: 2487-2500 +- title: 'Scalpel: High Performance Contention-Aware Task Co-Scheduling for Shared + Cache Hierarchy' + authors: + - Song Liu 0007 + - Jie Ma + - Zengyuan Zhang + - Xinhe Wan + - Bo Zhao 0019 + - Weiguo Wu + year: '2025' + doi: 10.1109/TC.2024.3500381 + url: https://doi.org/10.1109/TC.2024.3500381 + dblp_key: journals/tc/LiuMZWZW25 + venue_name: IEEE Trans. Computers + pages: 678-690 +- title: Efficient Quantum Secure Vector Dominance and Its Applications in Computational + Geometry + authors: + - Wenjie Liu 0001 + - Bingmei Su + - Feiyang Sun + year: '2025' + doi: 10.1109/TC.2025.3557968 + url: https://doi.org/10.1109/TC.2025.3557968 + dblp_key: journals/tc/LiuSS25 + venue_name: IEEE Trans. Computers + pages: 2129-2143 +- title: Human-Inspired Computing for Robust and Efficient Audio-Visual Speech Recognition + authors: + - Qianhui Liu + - Jiadong Wang + - Yang Wang 0106 + - Xin Yang 0011 + - Gang Pan 0001 + - Haizhou Li 0001 + year: '2025' + doi: 10.1109/TC.2025.3582069 + url: https://doi.org/10.1109/TC.2025.3582069 + dblp_key: journals/tc/LiuWWYPL25 + venue_name: IEEE Trans. Computers + pages: 2950-2961 +- title: 'DNA: A General Dynamic Neural Network Accelerator' + authors: + - Lian Liu + - Jinxin Yu + - Mengdi Wang 0004 + - Xiaowei Li 0001 + - Yinhe Han 0001 + - Ying Wang 0001 + year: '2025' + doi: 10.1109/TC.2025.3587617 + url: https://doi.org/10.1109/TC.2025.3587617 + dblp_key: journals/tc/LiuYWLHW25 + venue_name: IEEE Trans. Computers + pages: 3210-3222 +- title: Enabling Consistent Sensing Data Sharing Among IoT Edge Servers via Lightweight + Consensus + authors: + - Xiulong Liu 0001 + - Zhiyuan Zheng + - Hao Xu 0025 + - Zhelin Liang + - Gaowei Shi + - Chenyu Zhang + - Keqiu Li + year: '2025' + doi: 10.1109/TC.2025.3549616 + url: https://doi.org/10.1109/TC.2025.3549616 + dblp_key: journals/tc/LiuZXLSZL25 + venue_name: IEEE Trans. Computers + pages: 2045-2057 +- title: How to Launch a Powerful Side-Channel Collision Attack? + authors: + - Jiangshan Long + - Changhai Ou + - Yajun Ma + - Yifan Fan + - Hua Chen 0011 + - Shihui Zheng + year: '2025' + doi: 10.1109/TC.2023.3259319 + url: https://doi.org/10.1109/TC.2023.3259319 + dblp_key: journals/tc/LongOMFCZ25 + venue_name: IEEE Trans. Computers + pages: 835-847 +- title: A Reputation-Based Energy-Efficient Transaction Propagation Mechanism for + Blockchain-Enabled Multi-Access Edge Computing + authors: + - Xijia Lu + - Qiang He 0002 + - Xingwei Wang 0001 + - Jaime Lloret 0001 + - Peichen Li + - Ying Qian + - Min Huang 0001 + year: '2025' + doi: 10.1109/TC.2025.3604480 + url: https://doi.org/10.1109/TC.2025.3604480 + dblp_key: journals/tc/LuHWLLQH25 + venue_name: IEEE Trans. Computers + pages: 3897-3910 +- title: '$\mathsf{Aurora}$Aurora: Leaderless State-Machine Replication With High + Throughput' + authors: + - Hao Lu + - Jian Liu 0012 + - Kui Ren 0001 + year: '2025' + doi: 10.1109/TC.2025.3540656 + url: https://doi.org/10.1109/TC.2025.3540656 + dblp_key: journals/tc/LuLR25 + venue_name: IEEE Trans. Computers + pages: 1690-1701 +- title: Towards Effective Local Search for Qubit Mapping + authors: + - Chuan Luo 0002 + - Shenghua Cao + - Shanyu Guo + - Chunming Hu + year: '2025' + doi: 10.1109/TC.2025.3544869 + url: https://doi.org/10.1109/TC.2025.3544869 + dblp_key: journals/tc/LuoCGH25 + venue_name: IEEE Trans. Computers + pages: 1897-1910 +- title: 'BEAST-GNN: A United Bit Sparsity-Aware Accelerator for Graph Neural Networks' + authors: + - Yunzhen Luo + - Yan Ding 0004 + - Zhuo Tang + - Keqin Li 0001 + - Kenli Li 0001 + - Chubo Liu + year: '2025' + doi: 10.1109/TC.2025.3558587 + url: https://doi.org/10.1109/TC.2025.3558587 + dblp_key: journals/tc/LuoDTLLL25 + venue_name: IEEE Trans. Computers + pages: 2402-2416 +- title: 'BHerd: Accelerating Federated Learning by Selecting Beneficial Herd of Local + Gradients' + authors: + - Ping Luo 0007 + - Xiaoge Deng + - Ziqing Wen + - Tao Sun 0005 + - Dongsheng Li 0001 + year: '2025' + doi: 10.1109/TC.2025.3583827 + url: https://doi.org/10.1109/TC.2025.3583827 + dblp_key: journals/tc/LuoDWSL25 + venue_name: IEEE Trans. Computers + pages: 2977-2990 +- title: 'RSQC: Recursive Sparse QUBO Construction for Quantum Annealing Machines' + authors: + - Jianwen Luo 0004 + - Yuhao Shu + - Yajun Ha + year: '2025' + doi: 10.1109/TC.2025.3557965 + url: https://doi.org/10.1109/TC.2025.3557965 + dblp_key: journals/tc/LuoSH25 + venue_name: IEEE Trans. Computers + pages: 2114-2128 +- title: Distributed Differentially Private Matrix Factorization for Implicit Data + via Secure Aggregation + authors: + - Chenhong Luo + - Yong Wang 0009 + - Yanjun Zhang + - Leo Yu Zhang + year: '2025' + doi: 10.1109/TC.2024.3500383 + url: https://doi.org/10.1109/TC.2024.3500383 + dblp_key: journals/tc/LuoWZZ25 + venue_name: IEEE Trans. Computers + pages: 705-716 +- title: 'In-Situ NAS: A Plug-and-Search Neural Architecture Search Framework Across + Hardware Platforms' + authors: + - Hao Lv + - Lei Zhang 0008 + - Ying Wang 0001 + year: '2025' + doi: 10.1109/TC.2025.3569161 + url: https://doi.org/10.1109/TC.2025.3569161 + dblp_key: journals/tc/LvZW25 + venue_name: IEEE Trans. Computers + pages: 2856-2869 +- title: An Efficient Methodology for Binary Logarithmic Computations of Floating-Point + Numbers With Normalized Output Within One ulp of Accuracy + authors: + - Fei Lyu 0002 + - Yuanyong Luo + - Weiqiang Liu 0001 + year: '2025' + doi: 10.1109/TC.2025.3543676 + url: https://doi.org/10.1109/TC.2025.3543676 + dblp_key: journals/tc/LyuLL25 + venue_name: IEEE Trans. Computers + pages: 1800-1813 +- title: Hardware Trojan Detection Methods for Gate-Level Netlists Based on Graph + Neural Networks + authors: + - Peijun Ma + - Jie Li + - Hongjin Liu + - Jiangyi Shi + - Shaolin Zhang + - Weitao Pan + - Yue Hao 0001 + year: '2025' + doi: 10.1109/TC.2025.3533085 + url: https://doi.org/10.1109/TC.2025.3533085 + dblp_key: journals/tc/MaLLSZPH25 + venue_name: IEEE Trans. Computers + pages: 1470-1481 +- title: Defying Multi-Model Forgetting in One-Shot Neural Architecture Search Using + Orthogonal Gradient Learning + authors: + - Lianbo Ma + - Yuee Zhou + - Ye Ma + - Guo Yu 0001 + - Qing Li 0006 + - Qiang He 0002 + - Yan Pei 0001 + year: '2025' + doi: 10.1109/TC.2025.3540650 + url: https://doi.org/10.1109/TC.2025.3540650 + dblp_key: journals/tc/MaZMYLHP25 + venue_name: IEEE Trans. Computers + pages: 1678-1689 +- title: 'Synergistic Memory Optimisations: Precision Tuning in Heterogeneous Memory + Hierarchies' + authors: + - Gabriele Magnani + - Daniele Cattaneo 0002 + - Lev Denisov + - Giuseppe Tagliavini + - Giovanni Agosta + - Stefano Cherubin + year: '2025' + doi: 10.1109/TC.2025.3586025 + url: https://doi.org/10.1109/TC.2025.3586025 + dblp_key: journals/tc/MagnaniCDTAC25 + venue_name: IEEE Trans. Computers + pages: 3168-3180 +- title: Adaptive Federated Learning Through Dynamic Model Splitting and Multi-Objective + Clustering + authors: + - Ousman Manjang + - Yanlong Zhai + - Jun Shen 0001 + - Adil Sarwar + - Liehuang Zhu + year: '2025' + doi: 10.1109/TC.2025.3603681 + url: https://doi.org/10.1109/TC.2025.3603681 + dblp_key: journals/tc/ManjangZSSZ25 + venue_name: IEEE Trans. Computers + pages: 3953-3967 +- title: 'MDC+: A Cooperative Approach to Memory-Efficient Fork-Based Checkpointing + for In-Memory Database Systems' + authors: + - Cheolgi Min + - Jiwoong Park + - Heon Young Yeom + - Hyungsoo Jung 0001 + year: '2025' + doi: 10.1109/TC.2025.3584520 + url: https://doi.org/10.1109/TC.2025.3584520 + dblp_key: journals/tc/MinPYJ25 + venue_name: IEEE Trans. Computers + pages: 3059-3071 +- title: Parallel Modular Multiplication Using Variable Length Algorithms + authors: + - Shahab Mirzaei-Teshnizi + - Parviz Keshavarzi + year: '2025' + doi: 10.1109/TC.2024.3475574 + url: https://doi.org/10.1109/TC.2024.3475574 + dblp_key: journals/tc/MirzaeiTeshniziK25 + venue_name: IEEE Trans. Computers + pages: 143-154 +- title: 'Chiplet-Gym: Optimizing Chiplet-Based AI Accelerator Design With Reinforcement + Learning' + authors: + - Kaniz Mishty + - Mehdi Sadi + year: '2025' + doi: 10.1109/TC.2024.3457740 + url: https://doi.org/10.1109/TC.2024.3457740 + dblp_key: journals/tc/MishtyS25 + venue_name: IEEE Trans. Computers + pages: 43-56 +- title: Compressed Test Pattern Generation for Deep Neural Networks + authors: + - Dina A. Moussa + - Michael Hefenbrock + - Mehdi B. Tahoori + year: '2025' + doi: 10.1109/TC.2024.3457738 + url: https://doi.org/10.1109/TC.2024.3457738 + dblp_key: journals/tc/MoussaHT25 + venue_name: IEEE Trans. Computers + pages: 307-315 +- title: Deep Learning Operators Performance Tuning for Changeable Sized Input Data + on Tensor Accelerate Hardware + authors: + - Pengyu Mu + - Yi Liu 0013 + - Rui Wang 0014 + - Guoxiang Liu + - Hangcheng An + - Qianhe Zhao + - Hailong Yang 0002 + - Chenhao Xie 0001 + - Zhongzhi Luan + - Chunye Gong + - Depei Qian 0002 + year: '2025' + doi: 10.1109/TC.2025.3551937 + url: https://doi.org/10.1109/TC.2025.3551937 + dblp_key: journals/tc/MuLWLAZYXLGQ25 + venue_name: IEEE Trans. Computers + pages: 2101-2113 +- title: 'NetMod: Toward Accelerating Cloud RAN Distributed Unit Modulation Within + Programmable Switches' + authors: + - Abdulbary Naji + - Xingfu Wang + - Ammar Hawbani + - Aiman Ghannami + - Liang Zhao 0004 + - XiaoHua Xu 0002 + - Wei Zhao 0023 + year: '2025' + doi: 10.1109/TC.2024.3500379 + url: https://doi.org/10.1109/TC.2024.3500379 + dblp_key: journals/tc/NajiWHGZXZ25 + venue_name: IEEE Trans. Computers + pages: 665-677 +- title: 'NetCRC-NR: In-Network 5G NR CRC Accelerator' + authors: + - Abdulbary Naji + - Xingfu Wang + - Ping Liu 0008 + - Ammar Hawbani + - Liang Zhao 0004 + - Xiaohua Xu 0002 + - Fuyou Miao 0001 + year: '2025' + doi: 10.1109/TC.2025.3526326 + url: https://doi.org/10.1109/TC.2025.3526326 + dblp_key: journals/tc/NajiWLHZXM25 + venue_name: IEEE Trans. Computers + pages: 1418-1430 +- title: Hardware Design of an Advanced-Feature Cryptographic Tile Within the European + Processor Initiative + authors: + - Pietro Nannipieri + - Luca Crocetti + - Stefano Di Matteo + - Luca Fanucci + - Sergio Saponara + year: '2025' + doi: 10.1109/TC.2023.3278536 + url: https://doi.org/10.1109/TC.2023.3278536 + dblp_key: journals/tc/NannipieriCMFS25 + venue_name: IEEE Trans. Computers + pages: 762-775 +- title: A Complexity-Effective Local Delta Prefetcher + authors: + - Agustín Navarro-Torres + - Biswabandan Panda + - Jesús Alastruey-Benedé + - Pablo Ibáñez 0001 + - Víctor Viñals Yúfera + - Alberto Ros 0001 + year: '2025' + doi: 10.1109/TC.2025.3533086 + url: https://doi.org/10.1109/TC.2025.3533086 + dblp_key: journals/tc/NavarroTorresPAIYR25 + venue_name: IEEE Trans. Computers + pages: 1482-1494 +- title: Virtual NVMe-Based Storage Function Framework With Fast I/O Request State + Management + authors: + - Tu Dinh Ngoc + - Boris Teabe + - Georges Da Costa + - Daniel Hagimont + year: '2025' + doi: 10.1109/TC.2025.3558033 + url: https://doi.org/10.1109/TC.2025.3558033 + dblp_key: journals/tc/NgocTCH25 + venue_name: IEEE Trans. Computers + pages: 2253-2266 +- title: 'SAFA: Handling Sparse and Scarce Data in Federated Learning With Accumulative + Learning' + authors: + - Nang Hung Nguyen + - Truong Thao Nguyen + - Trong Nghia Hoang + - Hieu H. Pham 0001 + - Thanh Hung Nguyen + - Phi Le Nguyen + year: '2025' + doi: 10.1109/TC.2025.3543682 + url: https://doi.org/10.1109/TC.2025.3543682 + dblp_key: journals/tc/NguyenNHPNN25 + venue_name: IEEE Trans. Computers + pages: 1844-1856 +- title: Accurate and Reliable Energy Measurement and Modelling of Data Transfer Between + CPU and GPU in Parallel Applications on Heterogeneous Hybrid Platforms + authors: + - Hafiz Adnan Niaz + - Ravi Reddy Manumachu + - Alexey L. Lastovetsky + year: '2025' + doi: 10.1109/TC.2024.3504262 + url: https://doi.org/10.1109/TC.2024.3504262 + dblp_key: journals/tc/NiazML25 + venue_name: IEEE Trans. Computers + pages: 1011-1024 +- title: Computing Tasks Saving Schemes Through Early Exit in Edge Intelligence-Assisted + Systems + authors: + - Xin Niu 0001 + - Xianwei Lv 0001 + - Wang Chen + - Chen Yu 0003 + - Hai Jin 0001 + year: '2025' + doi: 10.1109/TC.2025.3533098 + url: https://doi.org/10.1109/TC.2025.3533098 + dblp_key: journals/tc/NiuLCYJ25 + venue_name: IEEE Trans. Computers + pages: 1565-1576 +- title: A Hybrid Adaptive Filter for Head Tracking in Augmented Reality (AR)-Based + Flight Simulators + authors: + - Onyeka Josephine Nwobodo + - Godlove Suila Kuaban + - Valery Nkemeni + - Kamil Wereszczynski + - Krzysztof A. Cyran + year: '2025' + doi: 10.1109/TC.2025.3566901 + url: https://doi.org/10.1109/TC.2025.3566901 + dblp_key: journals/tc/NwobodoKNWC25 + venue_name: IEEE Trans. Computers + pages: 2581-2592 +- title: 'Timerlat: Real-Time Linux Scheduling Latency Measurements, Tracing, and + Analysis' + authors: + - Daniel Bristot de Oliveira + - Daniel Casini + - Juri Lelli + - Tommaso Cucinotta + year: '2025' + doi: 10.1109/TC.2025.3566908 + url: https://doi.org/10.1109/TC.2025.3566908 + dblp_key: journals/tc/OliveiraCLC25 + venue_name: IEEE Trans. Computers + pages: 2608-2620 +- title: 'Being Patient and Persistent: Optimizing An Early Stopping Strategy for + Deep Learning in Profiled Attacks' + authors: + - Servio Paguada + - Lejla Batina + - Ileana Buhan + - Igor Armendariz + year: '2025' + doi: 10.1109/TC.2023.3234205 + url: https://doi.org/10.1109/TC.2023.3234205 + dblp_key: journals/tc/PaguadaBBA25 + venue_name: IEEE Trans. Computers + pages: 875-886 +- title: Advanced Maximal Biclique Enumeration on GPUs Using Bitmaps + authors: + - Zhe Pan 0001 + - Shuibing He + - Xu Li 0026 + - Xuechen Zhang 0001 + - Rui Wang 0076 + - Yanlong Yin + - Gang Chen 0001 + year: '2025' + doi: 10.1109/TC.2025.3566898 + url: https://doi.org/10.1109/TC.2025.3566898 + dblp_key: journals/tc/PanHLZWYC25 + venue_name: IEEE Trans. Computers + pages: 2552-2566 +- title: AI Trojan Attack for Evading Machine Learning-Based Detection of Hardware + Trojans + authors: + - Zhixin Pan + - Prabhat Mishra 0001 + year: '2025' + doi: 10.1109/TC.2023.3251864 + url: https://doi.org/10.1109/TC.2023.3251864 + dblp_key: journals/tc/PanM25 + venue_name: IEEE Trans. Computers + pages: 860-874 +- title: 'Ecomap: Sustainability-Driven Optimization of Multi-Tenant DNN Execution + on Edge Servers' + authors: + - Varatheepan Paramanayakam + - Andreas Karatzas + - Dimitrios Stamoulis + - Iraklis Anagnostopoulos + year: '2025' + doi: 10.1109/TC.2025.3604487 + url: https://doi.org/10.1109/TC.2025.3604487 + dblp_key: journals/tc/ParamanayakamKSA25 + venue_name: IEEE Trans. Computers + pages: 3925-3937 +- title: A High-Efficiency Parallel Mechanism for Canonical Polyadic Decomposition + on Heterogeneous Computing Platform + authors: + - Xiaosong Peng + - Laurence T. Yang + - Xiaokang Wang 0001 + - Debin Liu + - Jie Li 0111 + year: '2025' + doi: 10.1109/TC.2025.3587623 + url: https://doi.org/10.1109/TC.2025.3587623 + dblp_key: journals/tc/PengYWLL25 + venue_name: IEEE Trans. Computers + pages: 3377-3389 +- title: Karatsuba Matrix Multiplication and Its Efficient Custom Hardware Implementations + authors: + - Trevor E. Pogue + - Nicola Nicolici + year: '2025' + doi: 10.1109/TC.2025.3525606 + url: https://doi.org/10.1109/TC.2025.3525606 + dblp_key: journals/tc/PogueN25 + venue_name: IEEE Trans. Computers + pages: 1377-1391 +- title: Information Sharing in Multi-Tenant Metaverse via Intent-Driven Multicasting + authors: + - Yu Qiu + - Min Chen 0003 + - Weifa Liang + - Lejun Ai + - Dusit Niyato + year: '2025' + doi: 10.1109/TC.2025.3603720 + url: https://doi.org/10.1109/TC.2025.3603720 + dblp_key: journals/tc/QiuCLAN25 + venue_name: IEEE Trans. Computers + pages: 3763-3777 +- title: 'Olive-Like Networking: A Uniformity Driven Robust Topology Generation Scheme + for IoT System' + authors: + - Tie Qiu 0001 + - Jingchen Sun + - Ning Chen 0008 + - Songwei Zhang + - Weisheng Si + - Xingwei Wang 0001 + year: '2025' + doi: 10.1109/TC.2024.3465934 + url: https://doi.org/10.1109/TC.2024.3465934 + dblp_key: journals/tc/QiuSCZSW25 + venue_name: IEEE Trans. Computers + pages: 86-100 +- title: 'FedQClip: Accelerating Federated Learning via Quantized Clipped SGD' + authors: + - Zhihao Qu + - Ninghui Jia + - Baoliu Ye + - Shihong Hu + - Song Guo 0001 + year: '2025' + doi: 10.1109/TC.2024.3477972 + url: https://doi.org/10.1109/TC.2024.3477972 + dblp_key: journals/tc/QuJYHG25 + venue_name: IEEE Trans. Computers + pages: 717-730 +- title: 'Cryo-CACTI: Cryogenic-Aware CACTI for Cache Modeling Down to 10K in Advanced + 7nm FinFETs' + authors: + - Divya Praneetha Ravipati + - Victor M. van Santen + - Shivendra Singh Parihar + - Yogesh Singh Chauhan + - Preeti Ranjan Panda + - Hussam Amrouch + year: '2025' + doi: 10.1109/TC.2025.3566899 + url: https://doi.org/10.1109/TC.2025.3566899 + dblp_key: journals/tc/RavipatiSPCPA25 + venue_name: IEEE Trans. Computers + pages: 2567-2580 +- title: The Case for Secure Miniservers Beyond the Edge + authors: + - Salonik Resch + - Hüsrev Cilasun + - Zamshed I. Chowdhury + - Masoud Zabihi + - Yang Lv 0003 + - Jianping Wang 0006 + - Sachin S. Sapatnekar + - Ismail Akturk + - Ulya R. Karpuzcu + year: '2025' + doi: 10.1109/TC.2025.3589691 + url: https://doi.org/10.1109/TC.2025.3589691 + dblp_key: journals/tc/ReschCCZLWSAK25 + venue_name: IEEE Trans. Computers + pages: 3448-3461 +- title: An Effective Iterative Statistical Fault Injection Methodology for Deep Neural + Networks + authors: + - Annachiara Ruospo + - Matteo Sonza Reorda + - Riccardo Mariani + - Ernesto Sánchez 0001 + year: '2025' + doi: 10.1109/TC.2025.3566863 + url: https://doi.org/10.1109/TC.2025.3566863 + dblp_key: journals/tc/RuospoRMS25 + venue_name: IEEE Trans. Computers + pages: 2431-2444 +- title: 'PRECIOUS: Approximate Real-Time Computing in MLC-MRAM Based Heterogeneous + CMPs' + authors: + - Sangeet Saha + - Shounak Chakraborty 0001 + - Sukarn Agarwal + - Magnus Själander + - Klaus D. Maier 0001 + year: '2025' + doi: 10.1109/TC.2025.3590809 + url: https://doi.org/10.1109/TC.2025.3590809 + dblp_key: journals/tc/SahaCASM25 + venue_name: IEEE Trans. Computers + pages: 3476-3489 +- title: Unleashing the Power of Differential Fault Attacks on QARMAv2 + authors: + - Soumya Sahoo 0001 + - Debasmita Chakraborty + - Santanu Sarkar 0001 + year: '2025' + doi: 10.1109/TC.2025.3603728 + url: https://doi.org/10.1109/TC.2025.3603728 + dblp_key: journals/tc/SahooCS25 + venue_name: IEEE Trans. Computers + pages: 3792-3804 +- title: 'AToM: Adaptive Token Merging for Efficient Acceleration of Vision Transformer' + authors: + - Jaekang Shin + - Myeonggu Kang + - Yunki Han + - Junyoung Park + - Lee-Sup Kim + year: '2025' + doi: 10.1109/TC.2025.3540638 + url: https://doi.org/10.1109/TC.2025.3540638 + dblp_key: journals/tc/ShinKHPK25 + venue_name: IEEE Trans. Computers + pages: 1620-1633 +- title: Efficient Static Schedules for Fault-Tolerant Transmissions on Shared Media + authors: + - Scott Sirri + - Zhe Wang 0056 + - Netanel Raviv + - Jeremy T. Fineman + - Kunal Agrawal 0001 + year: '2025' + doi: 10.1109/TC.2025.3576908 + url: https://doi.org/10.1109/TC.2025.3576908 + dblp_key: journals/tc/SirriWRFA25 + venue_name: IEEE Trans. Computers + pages: 2882-2895 +- title: Enabling Verifiable Search and Integrity Auditing in Encrypted Decentralized + Storage Using One Proof + authors: + - Mingyang Song + - Zhongyun Hua + - Yifeng Zheng 0001 + - Qing Liao 0001 + - Xiaohua Jia + year: '2025' + doi: 10.1109/TC.2025.3569182 + url: https://doi.org/10.1109/TC.2025.3569182 + dblp_key: journals/tc/SongHZLJ25 + venue_name: IEEE Trans. Computers + pages: 2731-2744 +- title: 'Prophet: SSD Failure Analysis and Prediction Guided by Flash Reliability + Characteristics in Data Centers' + authors: + - Yunpeng Song + - Yujiong Liang + - Jialin Liu + - Liang Shi 0001 + year: '2025' + doi: 10.1109/TC.2025.3566871 + url: https://doi.org/10.1109/TC.2025.3566871 + dblp_key: journals/tc/SongLLS25 + venue_name: IEEE Trans. Computers + pages: 2529-2541 +- title: 'Pike: Two-Phase BFT With Linearity and Flexible View Change' + authors: + - Xiao Sui + - Qichang Liu + - Sisi Duan + - Haibin Zhang + year: '2025' + doi: 10.1109/TC.2025.3573597 + url: https://doi.org/10.1109/TC.2025.3573597 + dblp_key: journals/tc/SuiLDZ25 + venue_name: IEEE Trans. Computers + pages: 2772-2784 +- title: 'RGKV: A GPGPU-Empowered Compaction Framework for LSM-Tree-Based KV Stores + With Optimized Data Transfer and Parallel Processing' + authors: + - Hui Sun 0002 + - Xiangxiang Jiang + - Yinliang Yue + - Xiao Qin 0001 + year: '2025' + doi: 10.1109/TC.2025.3535832 + url: https://doi.org/10.1109/TC.2025.3535832 + dblp_key: journals/tc/SunJYQ25 + venue_name: IEEE Trans. Computers + pages: 1605-1619 +- title: 'IOPS: A Unified SpMM Accelerator Based on Inner-Outer-Hybrid Product' + authors: + - Wenhao Sun + - Wendi Sun + - Song Chen 0001 + - Yi Kang + year: '2025' + doi: 10.1109/TC.2025.3558013 + url: https://doi.org/10.1109/TC.2025.3558013 + dblp_key: journals/tc/SunSCK25 + venue_name: IEEE Trans. Computers + pages: 2210-2222 +- title: 'Stream: Design Space Exploration of Layer-Fused DNNs on Heterogeneous Dataflow + Accelerators' + authors: + - Arne Symons + - Linyan Mei + - Steven Colleman + - Pouya Houshmand + - Sebastian Karl + - Marian Verhelst + year: '2025' + doi: 10.1109/TC.2024.3477938 + url: https://doi.org/10.1109/TC.2024.3477938 + dblp_key: journals/tc/SymonsMCHKV25 + venue_name: IEEE Trans. Computers + pages: 237-249 +- title: 'CINDA: Using Cache-Coherent Interconnects for Accelerating Databases by + Enabling Near-Data Processing of Update Transactions' + authors: + - Sajjad Tamimi + - Arthur Bernhardt + - Florian Stock + - Ilia Petrov 0001 + - Andreas Koch 0001 + year: '2025' + doi: 10.1109/TC.2025.3558028 + url: https://doi.org/10.1109/TC.2025.3558028 + dblp_key: journals/tc/TamimiBSPK25 + venue_name: IEEE Trans. Computers + pages: 2238-2252 +- title: Evaluating GPU's Instruction-Level Error Characteristics Under Low Supply + Voltages + authors: + - Jingweijia Tan + - Jiashuo Wang + - Kaige Yan + - Xiaohui Wei 0002 + - Xin Fu 0001 + year: '2025' + doi: 10.1109/TC.2024.3500366 + url: https://doi.org/10.1109/TC.2024.3500366 + dblp_key: journals/tc/TanWYWF25 + venue_name: IEEE Trans. Computers + pages: 555-568 +- title: A Low-Rate DoS Attack Mitigation Scheme Based on Port and Traffic State in + SDN + authors: + - Dan Tang 0003 + - Rui Dai + - Chenguang Zuo + - Jingwen Chen + - Keqin Li 0001 + - Zheng Qin 0001 + year: '2025' + doi: 10.1109/TC.2025.3541143 + url: https://doi.org/10.1109/TC.2025.3541143 + dblp_key: journals/tc/TangDZCLQ25 + venue_name: IEEE Trans. Computers + pages: 1758-1770 +- title: 'Caravan: Incentive-Driven Account Migration via Transaction Aggregation + in Sharded Blockchain' + authors: + - Yu Tao 0004 + - Shouchen Zhou + - Lu Zhou 0002 + - Zhe Liu 0001 + year: '2025' + doi: 10.1109/TC.2025.3603672 + url: https://doi.org/10.1109/TC.2025.3603672 + dblp_key: journals/tc/TaoZZL25 + venue_name: IEEE Trans. Computers + pages: 3609-3622 +- title: 'Fluid Kernels: Seamlessly Conquering the Embedded Computing Continuum' + authors: + - Federico Terraneo + - Daniele Cattaneo 0002 + year: '2025' + doi: 10.1109/TC.2025.3605745 + url: https://doi.org/10.1109/TC.2025.3605745 + dblp_key: journals/tc/TerraneoC25 + venue_name: IEEE Trans. Computers + pages: 4050-4064 +- title: 'CoSpMV: Towards Agile Software and Hardware Co-Design for SpMV Computation' + authors: + - Minghao Tian + - Yue Liang 0004 + - Bowen Liu + - Dajiang Liu + year: '2025' + doi: 10.1109/TC.2025.3547136 + url: https://doi.org/10.1109/TC.2025.3547136 + dblp_key: journals/tc/TianLLL25 + venue_name: IEEE Trans. Computers + pages: 1921-1935 +- title: Optimizing Structured-Sparse Matrix Multiplication in RISC-V Vector Processors + authors: + - Vasileios Titopoulos + - Kosmas Alexandridis + - Christodoulos Peltekis + - Chrysostomos Nicopoulos + - Giorgos Dimitrakopoulos + year: '2025' + doi: 10.1109/TC.2025.3533083 + url: https://doi.org/10.1109/TC.2025.3533083 + dblp_key: journals/tc/TitopoulosAPND25 + venue_name: IEEE Trans. Computers + pages: 1446-1460 +- title: 'Dual Fast-Track Cache: Organizing Ring-Shaped Racetracks to Work as L1 Caches' + authors: + - Alejandro Valero + - Vicente Lorente + - Salvador Petit + - Julio Sahuquillo + year: '2025' + doi: 10.1109/TC.2025.3575909 + url: https://doi.org/10.1109/TC.2025.3575909 + dblp_key: journals/tc/ValeroLPS25 + venue_name: IEEE Trans. Computers + pages: 2812-2826 +- title: 'PRRQ: Privacy-Preserving Resilient RkNN Query Over Encrypted Outsourced + Multiattribute Data' + authors: + - Jing Wang 0239 + - Haiyong Bao + - Na Ruan + - Qinglei Kong + - Cheng Huang 0001 + - Hong-Ning Dai + year: '2025' + doi: 10.1109/TC.2025.3603688 + url: https://doi.org/10.1109/TC.2025.3603688 + dblp_key: journals/tc/WangBRKHD25 + venue_name: IEEE Trans. Computers + pages: 3652-3666 +- title: 'CUSPX: Efficient GPU Implementations of Post-Quantum Signature SPHINCS+' + authors: + - Ziheng Wang 0002 + - Xiaoshe Dong + - Heng Chen 0002 + - Yan Kang 0005 + - Qiang Wang 0062 + year: '2025' + doi: 10.1109/TC.2024.3457736 + url: https://doi.org/10.1109/TC.2024.3457736 + dblp_key: journals/tc/WangDCKW25 + venue_name: IEEE Trans. Computers + pages: 15-28 +- title: A Context-Awareness and Hardware-Friendly Sparse Matrix Multiplication Kernel + for CNN Inference Acceleration + authors: + - Haotian Wang 0006 + - Yan Ding 0004 + - Yumeng Liu + - Weichen Liu + - Chubo Liu + - Wangdong Yang + - Kenli Li 0001 + year: '2025' + doi: 10.1109/TC.2024.3517745 + url: https://doi.org/10.1109/TC.2024.3517745 + dblp_key: journals/tc/WangDLLLYL25 + venue_name: IEEE Trans. Computers + pages: 1182-1195 +- title: 'DESA: Dataflow Efficient Systolic Array for Acceleration of Transformers' + authors: + - Zhican Wang + - Hongxiang Fan + - Guanghui He 0002 + year: '2025' + doi: 10.1109/TC.2025.3549621 + url: https://doi.org/10.1109/TC.2025.3549621 + dblp_key: journals/tc/WangFH25 + venue_name: IEEE Trans. Computers + pages: 2058-2072 +- title: 'WOLF: Weight-Level OutLier and Fault Integration for Reliable LLM Deployment' + authors: + - Chong Wang + - Wanyi Fu + - Jiangwei Zhang + - Shiyao Li + - Rui Hou 0001 + - Jian Yang 0011 + - Yu Wang 0002 + year: '2025' + doi: 10.1109/TC.2025.3587957 + url: https://doi.org/10.1109/TC.2025.3587957 + dblp_key: journals/tc/WangFZLHYW25 + venue_name: IEEE Trans. Computers + pages: 3390-3403 +- title: 'Hierarchical Hashing: A Dynamic Hashing Method With Low Write Amplification + and High Performance for Non-Volatile Memory' + authors: + - Jinquan Wang + - Zhisheng Huo + - Limin Xiao + - Jinqian Yang + - Jiantong Huo + - Minyi Guo + year: '2025' + doi: 10.1109/TC.2024.3517737 + url: https://doi.org/10.1109/TC.2024.3517737 + dblp_key: journals/tc/WangHXYHG25 + venue_name: IEEE Trans. Computers + pages: 1138-1151 +- title: 'Energy-Delay-Aware Joint Microservice Deployment and Request Routing With + DVFS in Edge: A Reinforcement Learning Approach' + authors: + - Liangyuan Wang + - Xudong Liu + - Haonan Ding + - Yi Hu + - Kai Peng 0001 + - Menglan Hu + year: '2025' + doi: 10.1109/TC.2025.3535826 + url: https://doi.org/10.1109/TC.2025.3535826 + dblp_key: journals/tc/WangLDHPH25 + venue_name: IEEE Trans. Computers + pages: 1589-1604 +- title: Optimizing Serverless Performance Through Game Theory and Efficient Resource + Scheduling + authors: + - Pengwei Wang 0001 + - Yi Li + - Chao Fang + - Yichen Zhong + - Zhijun Ding + year: '2025' + doi: 10.1109/TC.2025.3547158 + url: https://doi.org/10.1109/TC.2025.3547158 + dblp_key: journals/tc/WangLFZD25 + venue_name: IEEE Trans. Computers + pages: 1990-2002 +- title: 'NStore: A High-Performance NUMA-Aware Key-Value Store for Hybrid Memory' + authors: + - Zhonghua Wang 0001 + - Kai Lu 0002 + - Jiguang Wan 0001 + - Hong Jiang 0001 + - Zeyang Zhao + - Peng Xu + - Biliang Lai + - Guokuan Li + - Changsheng Xie 0001 + year: '2025' + doi: 10.1109/TC.2024.3504269 + url: https://doi.org/10.1109/TC.2024.3504269 + dblp_key: journals/tc/WangLWJZXLLX25 + venue_name: IEEE Trans. Computers + pages: 929-943 +- title: Schedulability Analysis for Self-Suspending Tasks Under EDF-Like Scheduling + authors: + - Yan Wang 0101 + - Bo Lv + - Quan Zhou 0003 + - Junfei Li + - Tan Tan 0004 + year: '2025' + doi: 10.1109/TC.2025.3558079 + url: https://doi.org/10.1109/TC.2025.3558079 + dblp_key: journals/tc/WangLZLT25 + venue_name: IEEE Trans. Computers + pages: 2364-2375 +- title: 29-Billion Atoms Molecular Dynamics Simulation With Ab Initio Accuracy on + 35 Million Cores of New Sunway Supercomputer + authors: + - Xun Wang 0010 + - Xiangyu Meng 0005 + - Zhuoqiang Guo + - Mingzhen Li 0001 + - Lijun Liu + - Mingfan Li + - Qian Xiao + - Tong Zhao + - Ninghui Sun + - Guangming Tan + - Weile Jia + year: '2025' + doi: 10.1109/TC.2025.3540646 + url: https://doi.org/10.1109/TC.2025.3540646 + dblp_key: journals/tc/WangMGLLLXZSTJ25 + venue_name: IEEE Trans. Computers + pages: 1634-1648 +- title: Practical Signature-Free Multivalued Validated Byzantine Agreement and Asynchronous + Common Subset in Constant Time + authors: + - Xin Wang 0122 + - Xiao Sui + - Sisi Duan + - Haibin Zhang + year: '2025' + doi: 10.1109/TC.2025.3607476 + url: https://doi.org/10.1109/TC.2025.3607476 + dblp_key: journals/tc/WangSDZ25 + venue_name: IEEE Trans. Computers + pages: 4138-4152 +- title: 'RTSA: A Run-Through Sparse Attention Framework for Video Transformer' + authors: + - Xuhang Wang + - Zhuoran Song + - Chunyu Qi + - Fangxin Liu + - Naifeng Jing + - Li Jiang 0002 + - Xiaoyao Liang + year: '2025' + doi: 10.1109/TC.2025.3547139 + url: https://doi.org/10.1109/TC.2025.3547139 + dblp_key: journals/tc/WangSQLJJL25 + venue_name: IEEE Trans. Computers + pages: 1949-1962 +- title: Lightweight Graph Partitioning Enhanced by Implicit Knowledge + authors: + - Zhigang Wang 0001 + - Gongtai Sun + - Ning Wang 0026 + - Lixin Gao 0001 + - Chuanfei Xu + - Yu Gu 0002 + - Ge Yu 0001 + - Zhihong Tian + year: '2025' + doi: 10.1109/TC.2025.3612730 + url: https://doi.org/10.1109/TC.2025.3612730 + dblp_key: journals/tc/WangSWGXGYT25 + venue_name: IEEE Trans. Computers + pages: 4153-4167 +- title: 'Differential Fault Attack on HE-Friendly Stream Ciphers: Masta, Pasta, and + Elisabeth' + authors: + - Weizhe Wang + - Deng Tang + year: '2025' + doi: 10.1109/TC.2025.3558036 + url: https://doi.org/10.1109/TC.2025.3558036 + dblp_key: journals/tc/WangT25 + venue_name: IEEE Trans. Computers + pages: 2267-2277 +- title: On Task Mapping in Multi-chiplet Based Many-Core Systems to Optimize Inter- + and Intra-chiplet Communications + authors: + - Xiaohang Wang 0001 + - Yifan Wang + - Yingtao Jiang + - Amit Kumar Singh 0002 + - Mei Yang 0001 + year: '2025' + doi: 10.1109/TC.2024.3500354 + url: https://doi.org/10.1109/TC.2024.3500354 + dblp_key: journals/tc/WangWJSY25 + venue_name: IEEE Trans. Computers + pages: 510-525 +- title: A Novel Two-Round Two-Party Quantum Private Comparison Protocol Based on + Quantum Walks + authors: + - Jin-Tao Wang + - Tian-Yu Ye + year: '2025' + doi: 10.1109/TC.2025.3566897 + url: https://doi.org/10.1109/TC.2025.3566897 + dblp_key: journals/tc/WangY25 + venue_name: IEEE Trans. Computers + pages: 2542-2551 +- title: 'Qu-Trefoil: Large-Scale Quantum Circuit Simulator Working on FPGA With SATA + Storages' + authors: + - Kaijie Wei + - Hideharu Amano + - Ryohei Niwase + - Yoshiki Yamaguchi + - Takefumi Miyoshi + year: '2025' + doi: 10.1109/TC.2024.3521546 + url: https://doi.org/10.1109/TC.2024.3521546 + dblp_key: journals/tc/WeiANYM25 + venue_name: IEEE Trans. Computers + pages: 1306-1321 +- title: 'CPI: A Collaborative Partial Indexing Design for Large-Scale Deduplication + Systems' + authors: + - Yixun Wei + - Zhichao Cao 0002 + - David H. C. Du + year: '2025' + doi: 10.1109/TC.2024.3485238 + url: https://doi.org/10.1109/TC.2024.3485238 + dblp_key: journals/tc/WeiCD25 + venue_name: IEEE Trans. Computers + pages: 483-494 +- title: 'TeeRollup: Efficient Rollup Design Using Heterogeneous TEE' + authors: + - Xiaoqing Wen + - Quanbi Feng + - Hanzheng Lyu + - Jianyu Niu + - Yinqian Zhang + - Chen Feng 0001 + year: '2025' + doi: 10.1109/TC.2025.3596698 + url: https://doi.org/10.1109/TC.2025.3596698 + dblp_key: journals/tc/WenFLNZF25 + venue_name: IEEE Trans. Computers + pages: 3546-3558 +- title: 'AR-Light: Enabling Fast and Lightweight Multi-User Augmented Reality via + Semantic Segmentation and Collaborative View Synchronization' + authors: + - Yu Wen 0003 + - Aamir Bader Shah + - Ruizhi Cao + - Chen Zhang + - Jiefu Chen + - Xuqing Wu 0001 + - Chenhao Xie 0001 + - Xin Fu 0001 + year: '2025' + doi: 10.1109/TC.2025.3549629 + url: https://doi.org/10.1109/TC.2025.3549629 + dblp_key: journals/tc/WenSCZCWXF25 + venue_name: IEEE Trans. Computers + pages: 2073-2086 +- title: 'KPU: Kernel Processing Unit for in-Memory Analytical Query Processing' + authors: + - Jingya Wu + - Wenyan Lu + - Haishuang Fan + - Hao Kong + - Xiaowei Li 0001 + - Guihai Yan + year: '2025' + doi: 10.1109/TC.2025.3569163 + url: https://doi.org/10.1109/TC.2025.3569163 + dblp_key: journals/tc/WuLFKLY25 + venue_name: IEEE Trans. Computers + pages: 2702-2716 +- title: Reconfigurable Intelligent Surface Assisted UAV-MCS Based on Transformer + Enhanced Deep Reinforcement Learning + authors: + - Qianqian Wu + - Qiang Liu 0014 + - Ying He 0011 + - Zefan Wu + year: '2025' + doi: 10.1109/TC.2025.3585361 + url: https://doi.org/10.1109/TC.2025.3585361 + dblp_key: journals/tc/WuLHW25 + venue_name: IEEE Trans. Computers + pages: 3143-3155 +- title: 'Ls-Stream: Lightening Stragglers in Join Operators for Skewed Data Stream + Processing' + authors: + - Minghui Wu 0003 + - Dawei Sun 0001 + - Shang Gao 0003 + - Keqin Li 0001 + - Rajkumar Buyya + year: '2025' + doi: 10.1109/TC.2025.3575917 + url: https://doi.org/10.1109/TC.2025.3575917 + dblp_key: journals/tc/WuSGLB25 + venue_name: IEEE Trans. Computers + pages: 2841-2855 +- title: An Area Optimization Approach for Large-Scale RM-TB Dual Logic Circuits Based + on a Multitasking Optimization Algorithm + authors: + - Xiaoqian Wu + - Peng Wang 0192 + - Shaoquan Li + - Huaxiao Liu + - Lei Liu 0040 + year: '2025' + doi: 10.1109/TC.2025.3558077 + url: https://doi.org/10.1109/TC.2025.3558077 + dblp_key: journals/tc/WuWLLL25 + venue_name: IEEE Trans. Computers + pages: 2348-2363 +- title: 'AdaptDQC: Adaptive Distributed Quantum Computing With Quantitative Performance + Analysis' + authors: + - Debin Xiang + - Liqiang Lu + - Siwei Tan + - Xinghui Jia + - Zhe Zhou 0002 + - Guangyu Sun 0003 + - Mingshuai Chen + - Jianwei Yin + year: '2025' + doi: 10.1109/TC.2025.3586027 + url: https://doi.org/10.1109/TC.2025.3586027 + dblp_key: journals/tc/XiangLTJZSCY25 + venue_name: IEEE Trans. Computers + pages: 3277-3290 +- title: 'DCGG: A Dynamically Adaptive and Hardware-Software Coordinated Runtime System + for GNN Acceleration on GPUs' + authors: + - Guoqing Xiao 0001 + - Li Xia + - Yuedan Chen + - Hongyang Chen 0001 + - Wangdong Yang + year: '2025' + doi: 10.1109/TC.2025.3558042 + url: https://doi.org/10.1109/TC.2025.3558042 + dblp_key: journals/tc/XiaoXCCY25 + venue_name: IEEE Trans. Computers + pages: 2293-2305 +- title: 'EC2P: Cost-Effective Cross-Chain Payments via Hubs Resisting the Abort Attack' + authors: + - Danlei Xiao + - Shaobo Xu + - Chuan Zhang 0003 + - Licheng Wang + - Xiulong Liu 0001 + - Liehuang Zhu + year: '2025' + doi: 10.1109/TC.2025.3590960 + url: https://doi.org/10.1109/TC.2025.3590960 + dblp_key: journals/tc/XiaoXZWLZ25 + venue_name: IEEE Trans. Computers + pages: 3504-3518 +- title: Access-Pattern Hiding Search Over Encrypted Databases by Using Distributed + Point Functions + authors: + - Hongcheng Xie + - Yu Guo 0003 + - Yinbin Miao + - Xiaohua Jia + year: '2025' + doi: 10.1109/TC.2024.3504288 + url: https://doi.org/10.1109/TC.2024.3504288 + dblp_key: journals/tc/XieGMJ25 + venue_name: IEEE Trans. Computers + pages: 1066-1078 +- title: An Efficient LUT6-Based Montgomery Modular Multiplication Using Radix-16 + Booth Method + authors: + - Yujun Xie + - Yuan Liu 0022 + year: '2025' + doi: 10.1109/TC.2025.3587619 + url: https://doi.org/10.1109/TC.2025.3587619 + dblp_key: journals/tc/XieL25 + venue_name: IEEE Trans. Computers + pages: 3223-3237 +- title: 'FLALM: A Flexible Low Area-Latency Montgomery Modular Multiplication on + FPGA' + authors: + - Yujun Xie + - Yuan Liu 0022 + - Xin Zheng 0001 + - Bohan Lan + - Dengyun Lei + - Dehao Xiang + - Shuting Cai + - Xiaoming Xiong + year: '2025' + doi: 10.1109/TC.2024.3457739 + url: https://doi.org/10.1109/TC.2024.3457739 + dblp_key: journals/tc/XieLZLLXCX25 + venue_name: IEEE Trans. Computers + pages: 29-42 +- title: A Heterogeneous and Adaptive Architecture for Decision-Tree-Based ACL Engine + on FPGA + authors: + - Yao Xin + - Chengjun Jia + - Wenjun Li 0004 + - Ori Rottenstreich + - Yang Xu 0010 + - Gaogang Xie + - Zhihong Tian + - Jun Li 0002 + year: '2025' + doi: 10.1109/TC.2024.3477955 + url: https://doi.org/10.1109/TC.2024.3477955 + dblp_key: journals/tc/XinJLRXXTL25 + venue_name: IEEE Trans. Computers + pages: 263-277 +- title: High-Radix/Mixed-Radix NTT Multiplication Algorithm/Architecture Co-Design + Over Fermat Modulus + authors: + - Yile Xing + - Guangyan Li + - Zewen Ye + - Ryan W. L. Luk + - Donglong Chen + - Hong Yan 0001 + - Ray C. C. Cheung + year: '2025' + doi: 10.1109/TC.2025.3590972 + url: https://doi.org/10.1109/TC.2025.3590972 + dblp_key: journals/tc/XingLYLCYC25 + venue_name: IEEE Trans. Computers + pages: 3519-3533 +- title: Lattice-Based Forward Secure Multi-User Authenticated Searchable Encryption + for Cloud Storage Systems + authors: + - Shiyuan Xu + - Xue Chen + - Yu Guo 0003 + - Yuer Yang + - Shengling Wang 0001 + - Siu-Ming Yiu + - Xiuzhen Cheng + year: '2025' + doi: 10.1109/TC.2025.3540649 + url: https://doi.org/10.1109/TC.2025.3540649 + dblp_key: journals/tc/XuCGYWYC25 + venue_name: IEEE Trans. Computers + pages: 1663-1677 +- title: 'CoFormer: Collaborating With Heterogeneous Edge Devices for Scalable Transformer + Inference' + authors: + - Guanyu Xu + - Zhiwei Hao 0001 + - Li Shen 0008 + - Yong Luo 0002 + - Fuhui Sun + - Xiaoyan Wang + - Han Hu 0003 + - Yonggang Wen 0001 + year: '2025' + doi: 10.1109/TC.2025.3604473 + url: https://doi.org/10.1109/TC.2025.3604473 + dblp_key: journals/tc/XuHSLSWHW25 + venue_name: IEEE Trans. Computers + pages: 4010-4024 +- title: Real-Time Scheduling and Analysis of Fixed-Priority Tasks on a Basic Heterogeneous + Architecture With Multiple CPUs and Many PEs + authors: + - Yuankai Xu + - Yinchen Ni + - Tiancheng He + - Ruiqi Sun + - Yier Jin + - An Zou + year: '2025' + doi: 10.1109/TC.2025.3573602 + url: https://doi.org/10.1109/TC.2025.3573602 + dblp_key: journals/tc/XuNHSJZ25 + venue_name: IEEE Trans. Computers + pages: 2785-2798 +- title: Microarchitectural Attacks and Mitigations on Retire Resources in Modern + Processors + authors: + - Ke Xu + - Ming Tang 0002 + - Quancheng Wang + - Han Wang 0057 + year: '2025' + doi: 10.1109/TC.2024.3521225 + url: https://doi.org/10.1109/TC.2024.3521225 + dblp_key: journals/tc/XuTWW25 + venue_name: IEEE Trans. Computers + pages: 1253-1266 +- title: 'Tangram: Enabling Efficient and Balanced Dynamic Storage Extension on Sharding + Blockchain Systems' + authors: + - Hao Xu 0025 + - Jiaqi Zhang + - Xiulong Liu 0001 + - Zhimin Yu + - Tingyu Fan + - Baochao Chen + - Keqiu Li + year: '2025' + doi: 10.1109/TC.2025.3547622 + url: https://doi.org/10.1109/TC.2025.3547622 + dblp_key: journals/tc/XuZLYFCL25 + venue_name: IEEE Trans. Computers + pages: 2031-2044 +- title: 'HiCoCS: High Concurrency Cross-Sharding on Permissioned Blockchains' + authors: + - Lingxiao Yang + - Xuewen Dong + - Zhiguo Wan + - Di Lu 0001 + - Yushu Zhang 0001 + - Yulong Shen 0001 + year: '2025' + doi: 10.1109/TC.2025.3558001 + url: https://doi.org/10.1109/TC.2025.3558001 + dblp_key: journals/tc/YangDWLZS25 + venue_name: IEEE Trans. Computers + pages: 2168-2182 +- title: Low-Storage Verifiable Data Streaming With Efficient Revocation Approach + authors: + - Haining Yang + - Dengguo Feng + - Jing Qin 0002 + year: '2025' + doi: 10.1109/TC.2025.3604531 + url: https://doi.org/10.1109/TC.2025.3604531 + dblp_key: journals/tc/YangFQ25 + venue_name: IEEE Trans. Computers + pages: 4025-4036 +- title: 'KDN-Based Adaptive Computation Offloading and Resource Allocation Strategy + Optimization: Maximizing User Satisfaction' + authors: + - Kaiqi Yang 0002 + - Qiang He 0002 + - Xingwei Wang 0001 + - Zhi Liu 0002 + - Yufei Liu + - Min Huang 0001 + - Liang Zhao 0004 + year: '2025' + doi: 10.1109/TC.2025.3541142 + url: https://doi.org/10.1109/TC.2025.3541142 + dblp_key: journals/tc/YangHWLLHZ25 + venue_name: IEEE Trans. Computers + pages: 1743-1757 +- title: 'nDirect2: A High-Performance Library for Direct Convolutions on Multicore + CPUs' + authors: + - Weiling Yang + - Pengyu Wang + - Jianbin Fang + - Dezun Dong + - Zhengbin Pang + - Runxi He + - Peng Zhang 0061 + - Tao Tang 0001 + - Chun Huang 0006 + - Yonggang Che + - Jie Ren 0007 + year: '2025' + doi: 10.1109/TC.2025.3543677 + url: https://doi.org/10.1109/TC.2025.3543677 + dblp_key: journals/tc/YangWFDPHZTHCR25 + venue_name: IEEE Trans. Computers + pages: 1829-1843 +- title: 'RO(SE)${}{2}$ 2: Search-Efficient Robust Searchable Encryption With Forward + and Backward Security' + authors: + - Xu Yang 0033 + - Qiuhao Wang + - Saiyu Qi + - Ke Li 0041 + - Yong Qi + year: '2025' + doi: 10.1109/TC.2025.3585349 + url: https://doi.org/10.1109/TC.2025.3585349 + dblp_key: journals/tc/YangWQLQ25 + venue_name: IEEE Trans. Computers + pages: 3114-3128 +- title: 'High-Precision Error Bit Prediction for 3D QLC NAND Flash Memory: Observations, + Analysis, and Modeling' + authors: + - Guangkuo Yang + - Meng Zhang 0014 + - Peng Guo + - Xuepeng Zhan + - Shaoqi Yang + - Xiaohuan Zhao + - Xinyi Guo + - Pengpeng Sang + - Jixuan Wu + - Fei Wu 0005 + - Jiezhi Chen + year: '2025' + doi: 10.1109/TC.2025.3525610 + url: https://doi.org/10.1109/TC.2025.3525610 + dblp_key: journals/tc/YangZGZYZGSWWC25 + venue_name: IEEE Trans. Computers + pages: 1392-1404 +- title: Secure and Efficient Cross-Modal Retrieval Over Encrypted Multimodal Data + authors: + - Li Yang 0005 + - Wei Zhang 0308 + - Yinbin Miao + - Yanrong Liang + - Xinghua Li 0001 + - Kim-Kwang Raymond Choo + - Robert H. Deng + year: '2025' + doi: 10.1109/TC.2025.3525614 + url: https://doi.org/10.1109/TC.2025.3525614 + dblp_key: journals/tc/YangZMLLCD25 + venue_name: IEEE Trans. Computers + pages: 1405-1417 +- title: 'PQNTRU: Acceleration of NTRU-Based Schemes via Customized Post-Quantum Processor' + authors: + - Zewen Ye + - Junhao Huang 0001 + - Tianshun Huang + - Yudan Bai + - Jinze Li + - Hao Zhang + - Guangyan Li + - Donglong Chen + - Ray C. C. Cheung + - Kejie Huang + year: '2025' + doi: 10.1109/TC.2025.3540647 + url: https://doi.org/10.1109/TC.2025.3540647 + dblp_key: journals/tc/YeHHBLZLCCH25 + venue_name: IEEE Trans. Computers + pages: 1649-1662 +- title: Asynchronous Control Based Aggregation Transport Protocol for Distributed + Deep Learning + authors: + - Jin Ye 0003 + - Yajun Peng + - Yijun Li 0002 + - Zhaoyi Li + - Jiawei Huang 0001 + year: '2025' + doi: 10.1109/TC.2025.3525604 + url: https://doi.org/10.1109/TC.2025.3525604 + dblp_key: journals/tc/YePLLH25 + venue_name: IEEE Trans. Computers + pages: 1362-1376 +- title: 'GATe: Efficient Graph Attention Network Acceleration With Near-Memory Processing' + authors: + - Shiyan Yi + - Yudi Qiu + - Guohao Xu + - Lingfei Lu + - Xiaoyang Zeng + - Yibo Fan + year: '2025' + doi: 10.1109/TC.2025.3588317 + url: https://doi.org/10.1109/TC.2025.3588317 + dblp_key: journals/tc/YiQXLZF25 + venue_name: IEEE Trans. Computers + pages: 3419-3432 +- title: Pruning-Based Adaptive Federated Learning at the Edge + authors: + - Dongxiao Yu + - Yuan Yuan 0014 + - Yifei Zou + - Xiao Zhang 0015 + - Yu Liu 0085 + - Lizhen Cui 0001 + - Xiuzhen Cheng + year: '2025' + doi: 10.1109/TC.2025.3533095 + url: https://doi.org/10.1109/TC.2025.3533095 + dblp_key: journals/tc/YuYZZLCC25 + venue_name: IEEE Trans. Computers + pages: 1538-1548 +- title: Efficient and Secure Storage Verification in Cloud-Assisted Industrial IoT + Networks + authors: + - Haiyang Yu 0001 + - Hui Zhang 0140 + - Zhen Yang 0004 + - Yuwen Chen 0002 + - Huan Liu 0001 + year: '2025' + doi: 10.1109/TC.2025.3540661 + url: https://doi.org/10.1109/TC.2025.3540661 + dblp_key: journals/tc/YuZYCL25 + venue_name: IEEE Trans. Computers + pages: 1702-1716 +- title: 'Trajectory Optimization and Power Allocation for Multi-UAV Wireless Networks: + A Communication-Based Multi-Agent Deep Reinforcement Learning Approach' + authors: + - Zimeng Yuan + - Yuanguo Bi + - Yanbo Fan + - Yuheng Liu + - Lianbo Ma + - Liang Zhao 0004 + - Qiang He 0002 + year: '2025' + doi: 10.1109/TC.2025.3587976 + url: https://doi.org/10.1109/TC.2025.3587976 + dblp_key: journals/tc/YuanBFLMZH25 + venue_name: IEEE Trans. Computers + pages: 3404-3418 +- title: Adaptive Incentivize for Federated Learning With Cloud-Edge Collaboration + Under Multi-Level Information Sharing + authors: + - Shijing Yuan + - Beiyu Dong + - Jie Li 0002 + - Song Guo 0001 + - Hongyang Chen 0001 + - Chentao Wu + - Jie Wu 0001 + - Wei Zhao 0001 + year: '2025' + doi: 10.1109/TC.2025.3566864 + url: https://doi.org/10.1109/TC.2025.3566864 + dblp_key: journals/tc/YuanDLGCWWZ25 + venue_name: IEEE Trans. Computers + pages: 2445-2460 +- title: 'BaDFL: Mitigating Model Poisoning in Decentralized Federated Learning' + authors: + - Yuan Yuan 0014 + - Anhao Zhou + - Xiao Zhang 0015 + - Yifei Zou + - Yangguang Shi + - Dongxiao Yu + year: '2025' + doi: 10.1109/TC.2025.3603683 + url: https://doi.org/10.1109/TC.2025.3603683 + dblp_key: journals/tc/YuanZZZSY25 + venue_name: IEEE Trans. Computers + pages: 3968-3979 +- title: 'TeraPool: A Physical Design Aware, 1024 RISC-V Cores Shared-L1-Memory Scaled-Up + Cluster Design With High Bandwidth Main Memory Link' + authors: + - Yichao Zhang 0003 + - Marco Bertuletti + - Chi Zhang + - Samuel Riedel + - Diyou Shen + - Bowen Wang 0012 + - Alessandro Vanelli-Coralli + - Luca Benini + year: '2025' + doi: 10.1109/TC.2025.3603692 + url: https://doi.org/10.1109/TC.2025.3603692 + dblp_key: journals/tc/ZhangBZRSWVB25 + venue_name: IEEE Trans. Computers + pages: 3667-3681 +- title: Enhancing In-Network Computing Deployment via Collaboration Across Planes + authors: + - Xiaoquan Zhang + - Lin Cui 0001 + - Waiming Lau + - Fung Po Tso 0001 + - Yuhui Deng + - Weijia Jia 0001 + year: '2025' + doi: 10.1109/TC.2025.3603730 + url: https://doi.org/10.1109/TC.2025.3603730 + dblp_key: journals/tc/ZhangCLTDJ25 + venue_name: IEEE Trans. Computers + pages: 3805-3817 +- title: 'DCAS-BMT: Dynamic Construction and Adjustment of Skewed Bonsai Merkle Tree + for Performance Enhancement in Secure Non-Volatile Memory' + authors: + - Yu Zhang 0294 + - Renhai Chen + - Hangyu Yan + - Hongyue Wu + - Zhiyong Feng 0002 + year: '2025' + doi: 10.1109/TC.2025.3558007 + url: https://doi.org/10.1109/TC.2025.3558007 + dblp_key: journals/tc/ZhangCYWF25 + venue_name: IEEE Trans. Computers + pages: 2183-2194 +- title: Exploring Hyperdimensional Computing Robustness Against Hardware Errors + authors: + - Sizhe Zhang + - Kyle Juretus + - Xun Jiao 0002 + year: '2025' + doi: 10.1109/TC.2025.3547142 + url: https://doi.org/10.1109/TC.2025.3547142 + dblp_key: journals/tc/ZhangJJ25 + venue_name: IEEE Trans. Computers + pages: 1963-1977 +- title: Balancing Privacy and Accuracy Using Significant Gradient Protection in Federated + Learning + authors: + - Benteng Zhang + - Yingchi Mao + - Xiaoming He + - Huawei Huang + - Jie Wu 0001 + year: '2025' + doi: 10.1109/TC.2024.3477971 + url: https://doi.org/10.1109/TC.2024.3477971 + dblp_key: journals/tc/ZhangMHHW25 + venue_name: IEEE Trans. Computers + pages: 278-292 +- title: Data Sharing in the Metaverse With Key Abuse Resistance Based on Decentralized + CP-ABE + authors: + - Liang Zhang + - Zhanrong Ou + - Changhui Hu 0002 + - Haibin Kan + - Jiheng Zhang + year: '2025' + doi: 10.1109/TC.2024.3512177 + url: https://doi.org/10.1109/TC.2024.3512177 + dblp_key: journals/tc/ZhangOHKZ25 + venue_name: IEEE Trans. Computers + pages: 901-914 +- title: Blockchain-Based Privacy-Preserving Deduplication and Integrity Auditing + in Cloud Storage + authors: + - Qingyang Zhang 0001 + - Shuai Qian + - Jie Cui 0004 + - Hong Zhong 0001 + - Fengqun Wang + - Debiao He + year: '2025' + doi: 10.1109/TC.2025.3540670 + url: https://doi.org/10.1109/TC.2025.3540670 + dblp_key: journals/tc/ZhangQCZWH25 + venue_name: IEEE Trans. Computers + pages: 1717-1729 +- title: Eliminate Data Divergence in SpMV via Processor and Memory Co-Computing Framework + authors: + - Dunbo Zhang + - Li Shen 0007 + - Kai Lu 0001 + year: '2025' + doi: 10.1109/TC.2025.3547162 + url: https://doi.org/10.1109/TC.2025.3547162 + dblp_key: journals/tc/ZhangSL25 + venue_name: IEEE Trans. Computers + pages: 2017-2030 +- title: 'Scavenger+: Revisiting Space-Time Tradeoffs in Key-Value Separated LSM-Trees' + authors: + - Jianshun Zhang + - Fang Wang 0001 + - Jiaxin Ou + - Yi Wang + - Ming Zhao + - Sheng Qiu + - Junxun Huang + - Baoquan Li + - Peng Fang 0002 + - Dan Feng 0001 + year: '2025' + doi: 10.1109/TC.2025.3587513 + url: https://doi.org/10.1109/TC.2025.3587513 + dblp_key: journals/tc/ZhangWOWZQHLFF25 + venue_name: IEEE Trans. Computers + pages: 3332-3346 +- title: 'DSTC: Dual-Side Sparse Tensor Core for DNNs Acceleration on Modern GPU Architectures' + authors: + - Chen Zhang 0001 + - Yang Wang 0053 + - Zhiqiang Xie + - Cong Guo 0003 + - Yunxin Liu 0001 + - Jingwen Leng + - Zhigang Ji + - Yuan Xie 0001 + - Ru Huang 0001 + year: '2025' + doi: 10.1109/TC.2024.3475814 + url: https://doi.org/10.1109/TC.2024.3475814 + dblp_key: journals/tc/ZhangWXGLLJXH25 + venue_name: IEEE Trans. Computers + pages: 341-355 +- title: Sketch-Based Adaptive Communication Optimization in Federated Learning + authors: + - Pan Zhang + - Lei Xu 0019 + - Lin Mei + - Chungen Xu + year: '2025' + doi: 10.1109/TC.2024.3475578 + url: https://doi.org/10.1109/TC.2024.3475578 + dblp_key: journals/tc/ZhangXMX25 + venue_name: IEEE Trans. Computers + pages: 170-184 +- title: Thermal Elasticity-Aware Host Resource Provision for Carbon Efficiency on + Virtualized Servers + authors: + - Da Zhang + - Haojun Xia + - Xiaotong Wang + - Yanchang Feng + - Haohao Liu + - Bibo Tu + year: '2025' + doi: 10.1109/TC.2025.3603698 + url: https://doi.org/10.1109/TC.2025.3603698 + dblp_key: journals/tc/ZhangXWFLT25 + venue_name: IEEE Trans. Computers + pages: 3682-3695 +- title: Spatial-Temporal Embodied Carbon Models With Dual Carbon Attribution for + Embodied Carbon Accounting of Computer Systems + authors: + - Xiaoyang Zhang 0002 + - Yijie Yang + - Dan Wang 0002 + year: '2025' + doi: 10.1109/TC.2025.3605743 + url: https://doi.org/10.1109/TC.2025.3605743 + dblp_key: journals/tc/ZhangYW25 + venue_name: IEEE Trans. Computers + pages: 4037-4049 +- title: 'Trident: The Acceleration Architecture for High-Performance Private Set + Intersection' + authors: + - Jinkai Zhang + - Yinghao Yang 0001 + - Zhe Zhou + - Zhicheng Hu + - Xin Zhao 0044 + - Liang Chang 0002 + - Hang Lu + - Xiaowei Li 0001 + year: '2025' + doi: 10.1109/TC.2024.3517738 + url: https://doi.org/10.1109/TC.2024.3517738 + dblp_key: journals/tc/ZhangYZHZCLL25 + venue_name: IEEE Trans. Computers + pages: 1152-1167 +- title: Slack Time Management for Imprecise Mixed-Criticality Systems With Reliability + Constraints + authors: + - Yiwen Zhang 0002 + - Hui Zheng + year: '2025' + doi: 10.1109/TC.2025.3533100 + url: https://doi.org/10.1109/TC.2025.3533100 + dblp_key: journals/tc/ZhangZ25 + venue_name: IEEE Trans. Computers + pages: 1577-1588 +- title: Adaptive Kernel Fusion for Improving the GPU Utilization While Ensuring QoS + authors: + - Han Zhao 0005 + - Junxiao Deng + - Weihao Cui + - Quan Chen 0002 + - Youtao Zhang + - Deze Zeng + - Minyi Guo + year: '2025' + doi: 10.1109/TC.2024.3477995 + url: https://doi.org/10.1109/TC.2024.3477995 + dblp_key: journals/tc/ZhaoDCCZZG25 + venue_name: IEEE Trans. Computers + pages: 386-400 +- title: 'SLOpt: Serving Real-Time Inference Pipeline With Strict Latency Constraint' + authors: + - Zhixin Zhao + - Yitao Hu + - Guotao Yang + - Ziqi Gong + - Chen Shen + - Laiping Zhao + - Wenxin Li 0001 + - Xiulong Liu 0001 + - Wenyu Qu + year: '2025' + doi: 10.1109/TC.2025.3528125 + url: https://doi.org/10.1109/TC.2025.3528125 + dblp_key: journals/tc/ZhaoHYGSZLLQ25 + venue_name: IEEE Trans. Computers + pages: 1431-1445 +- title: 'A Multi-UAV Cooperative Task Scheduling in Dynamic Environments: Throughput + Maximization' + authors: + - Liang Zhao 0004 + - Shuo Li + - Zhiyuan Tan 0001 + - Ammar Hawbani + - Stelios Timotheou + - Keping Yu + year: '2025' + doi: 10.1109/TC.2024.3483636 + url: https://doi.org/10.1109/TC.2024.3483636 + dblp_key: journals/tc/ZhaoLTHTY25 + venue_name: IEEE Trans. Computers + pages: 442-454 +- title: Intra- and Inter-Layer Scheduling Exploration and Optimization for ReRAM-Based + DNN Accelerators + authors: + - Yunping Zhao + - Sheng Ma + - Tiejun Li + - Jianmin Zhang + - Yuhua Tang + year: '2025' + doi: 10.1109/TC.2025.3584270 + url: https://doi.org/10.1109/TC.2025.3584270 + dblp_key: journals/tc/ZhaoMLZT25 + venue_name: IEEE Trans. Computers + pages: 3003-3017 +- title: A GPU-Enabled Framework for Light Field Efficient Compression and Real-Time + Rendering + authors: + - Mingyuan Zhao 0001 + - Hao Sheng 0001 + - Rongshan Chen + - Ruixuan Cong + - Tun Wang + - Zhenglong Cui + - Da Yang 0001 + - Shuai Wang 0027 + - Wei Ke 0001 + year: '2025' + doi: 10.1109/TC.2024.3517743 + url: https://doi.org/10.1109/TC.2024.3517743 + dblp_key: journals/tc/ZhaoSCCWCYWK25 + venue_name: IEEE Trans. Computers + pages: 1168-1181 +- title: 'LAShards: Low-Overhead and Self-Adaptive MRC Construction for Non-Stack + Algorithms' + authors: + - Sanle Zhao + - Yujuan Tan + - Zhaoyang Zeng + - Jing Yu 0026 + - Zhuoxin Bai + - Ao Ren + - Xianzhang Chen + - Duo Liu + year: '2025' + doi: 10.1109/TC.2025.3590811 + url: https://doi.org/10.1109/TC.2025.3590811 + dblp_key: journals/tc/ZhaoTZYBRCL25 + venue_name: IEEE Trans. Computers + pages: 3490-3503 +- title: 'Sifter: An Efficient Operator Auto-Tuner With Speculative Design Space Exploration + for Deep Learning Compiler' + authors: + - Qianhe Zhao + - Rui Wang 0014 + - Yi Liu 0013 + - Hailong Yang 0002 + - Zhongzhi Luan + - Depei Qian 0002 + year: '2025' + doi: 10.1109/TC.2024.3441820 + url: https://doi.org/10.1109/TC.2024.3441820 + dblp_key: journals/tc/ZhaoWLYLQ25 + venue_name: IEEE Trans. Computers + pages: 3251-3262 +- title: AVL Function Table for LeafHooks Insertion With Obfuscated Control Flow Integrity + authors: + - Sirong Zhao + - Guoqi Xie + - Chenglai Xiong + - Kenli Li 0001 + - Xuejun Yu 0001 + - Bo Wan 0008 + - Yiwen Jiang + year: '2025' + doi: 10.1109/TC.2024.3524080 + url: https://doi.org/10.1109/TC.2024.3524080 + dblp_key: journals/tc/ZhaoXXLYWJ25 + venue_name: IEEE Trans. Computers + pages: 1334-1347 +- title: Dynamic Caching Dependency-Aware Task Offloading in Mobile Edge Computing + authors: + - Liang Zhao 0004 + - Zijia Zhao + - Ammar Hawbani + - Zhi Liu 0002 + - Zhiyuan Tan 0001 + - Keping Yu + year: '2025' + doi: 10.1109/TC.2025.3533091 + url: https://doi.org/10.1109/TC.2025.3533091 + dblp_key: journals/tc/ZhaoZHLTY25 + venue_name: IEEE Trans. Computers + pages: 1510-1523 +- title: An On-Board Executable Pareto-Based Iterated Local Search Algorithm for Embedded + Multi-Core Processor Task Scheduling + authors: + - Qinglin Zhao + - Lixin Zhang + - Qi Pan + - Kunbo Cui + - Mingqi Zhao + - Fuze Tian + - Bin Hu 0001 + year: '2025' + doi: 10.1109/TC.2025.3603699 + url: https://doi.org/10.1109/TC.2025.3603699 + dblp_key: journals/tc/ZhaoZPCZTH25 + venue_name: IEEE Trans. Computers + pages: 3696-3709 +- title: 'Optimizing Multi-DNN Parallel Inference Performance in MEC Networks: A Resource-Aware + and Dynamic DNN Deployment Scheme' + authors: + - Tong Zheng + - Yuanguo Bi + - Guangjie Han + - Xingwei Wang 0001 + - Yuheng Liu + - Yufei Liu + - Xiangyi Chen + year: '2025' + doi: 10.1109/TC.2025.3605749 + url: https://doi.org/10.1109/TC.2025.3605749 + dblp_key: journals/tc/ZhengBHWLLC25 + venue_name: IEEE Trans. Computers + pages: 3938-3952 +- title: Lock-Free Triangle Counting on GPU + authors: + - Zhigao Zheng 0001 + - Guojia Wan + - Jiawei Jiang 0001 + - Chuang Hu + - Hao Liu + - Shahid Mumtaz + - Bo Du 0001 + year: '2025' + doi: 10.1109/TC.2024.3504295 + url: https://doi.org/10.1109/TC.2024.3504295 + dblp_key: journals/tc/ZhengWJHLMD25 + venue_name: IEEE Trans. Computers + pages: 1040-1052 +- title: Fast Garbage Collection in Erasure-Coded Storage Clusters + authors: + - Hai Zhou 0002 + - Dan Feng 0001 + - Yuchong Hu + - Wei Wang 0021 + - Huadong Huang + year: '2025' + doi: 10.1109/TC.2025.3575914 + url: https://doi.org/10.1109/TC.2025.3575914 + dblp_key: journals/tc/ZhouFHWH25 + venue_name: IEEE Trans. Computers + pages: 2827-2840 +- title: A Computation-Quantized Training Framework to Generate Accuracy Lossless + QNNs for One-Shot Deployment in Embedded Systems + authors: + - Xingzhi Zhou 0001 + - Wei Jiang 0016 + - Jinyu Zhan + - Lingxin Jin + - Lin Zuo + year: '2025' + doi: 10.1109/TC.2025.3603732 + url: https://doi.org/10.1109/TC.2025.3603732 + dblp_key: journals/tc/ZhouJZJZ25 + venue_name: IEEE Trans. Computers + pages: 3818-3831 +- title: 'ETBench: Characterizing Hybrid Vision Transformer Workloads Across Edge + Devices' + authors: + - Yingkun Zhou + - Zhengshuyuan Tian + - Wenhao Yang + - Tingting Zhang + - Jinpeng Ye + - Chenji Han + - Tianyi Liu + - Fuxin Zhang + year: '2025' + doi: 10.1109/TC.2025.3543697 + url: https://doi.org/10.1109/TC.2025.3543697 + dblp_key: journals/tc/ZhouTYZYHLZ25 + venue_name: IEEE Trans. Computers + pages: 1857-1871 +- title: 'Load Balancing Scheduling for Batch-Ordered Job-Store: Online vs. Offline' + authors: + - Mengbing Zhou + - Yang Wang 0006 + - Bocong Zhao + - Cheng-Zhong Xu 0001 + year: '2025' + doi: 10.1109/TC.2025.3603725 + url: https://doi.org/10.1109/TC.2025.3603725 + dblp_key: journals/tc/ZhouWZX25 + venue_name: IEEE Trans. Computers + pages: 3778-3791 +- title: 'Concurrent Linguistic Error Detection (CLED): A New Methodology for Error + Detection in Large Language Models' + authors: + - Jinhua Zhu + - Javier Conde + - Zhen Gao 0005 + - Pedro Reviriego + - Shanshan Liu 0001 + - Fabrizio Lombardi + year: '2025' + doi: 10.1109/TC.2025.3603682 + url: https://doi.org/10.1109/TC.2025.3603682 + dblp_key: journals/tc/ZhuCGRLL25 + venue_name: IEEE Trans. Computers + pages: 3638-3651 +- title: 'Dependability of the K Minimum Values Sketch: Protection and Comparative + Analysis' + authors: + - Jinhua Zhu + - Zhen Gao 0005 + - Pedro Reviriego + - Shanshan Liu 0001 + - Fabrizio Lombardi + year: '2025' + doi: 10.1109/TC.2024.3475588 + url: https://doi.org/10.1109/TC.2024.3475588 + dblp_key: journals/tc/ZhuGRLL25 + venue_name: IEEE Trans. Computers + pages: 210-221 +- title: 'DAHE: Parameter-Adaptive and Memory Efficient FPGA Acceleration of Homomorphic + Encryption' + authors: + - Yilan Zhu + - Honghui You + - Wei Zhang 0173 + - Jiming Xu + - Qian Lou + - Shoumeng Yan + - Lei Ju 0001 + year: '2025' + doi: 10.1109/TC.2025.3569159 + url: https://doi.org/10.1109/TC.2025.3569159 + dblp_key: journals/tc/ZhuYZXLYJ25 + venue_name: IEEE Trans. Computers + pages: 2687-2701 +- title: Bit-Sparsity Aware Acceleration With Compact CSD Code on Generic Matrix Multiplication + authors: + - Zixuan Zhu 0001 + - Xiaolong Zhou + - Chundong Wang 0001 + - Li Tian + - Zunkai Huang + - Yongxin Zhu 0001 + year: '2025' + doi: 10.1109/TC.2024.3483632 + url: https://doi.org/10.1109/TC.2024.3483632 + dblp_key: journals/tc/ZhuZWTHZ25 + venue_name: IEEE Trans. Computers + pages: 414-426 +- title: An FPGA-Based Open-Source Hardware-Software Framework for Side-Channel Security + Research + authors: + - Davide Zoni + - Andrea Galimberti + - Davide Galli + year: '2025' + doi: 10.1109/TC.2025.3551936 + url: https://doi.org/10.1109/TC.2025.3551936 + dblp_key: journals/tc/ZoniGG25 + venue_name: IEEE Trans. Computers + pages: 2087-2100 +- title: 'ReViT: Vision Transformer Accelerator With Reconfigurable Semantic-Aware + Differential Attention' + authors: + - Xiaofeng Zou + - Cen Chen 0002 + - Hongen Shao + - Qinyu Wang 0002 + - Xiaobin Zhuang + - Yangfan Li 0001 + - Keqin Li 0001 + year: '2025' + doi: 10.1109/TC.2024.3504263 + url: https://doi.org/10.1109/TC.2024.3504263 + dblp_key: journals/tc/ZouCSWZLL25 + venue_name: IEEE Trans. Computers + pages: 1079-1093 diff --git a/site/data/papers/TC-2025-digest.yaml b/site/data/papers/TC-2025-digest.yaml new file mode 100644 index 0000000..9ae0b05 --- /dev/null +++ b/site/data/papers/TC-2025-digest.yaml @@ -0,0 +1,151 @@ +venue: TC +year: 2025 +selected: + - title: "RV-CURE: A RISC-V Capability Architecture for Full Memory Safety" + authors: + - Yonghae Kim + - Anurag Kar + - Jaewon Lee + - Jaekyu Lee + - Hyesoon Kim + tldr: "Extends the RISC-V ISA with hardware capabilities to enforce full memory safety—including bounds checking and pointer provenance—across the entire software stack." + why_notable: "Demonstrates that capability-based memory safety can be integrated into an open ISA at low cost, with implications for deploying safe-by-default embedded and server systems." + + - title: "DIVIDE: Efficient RowHammer Defense via In-DRAM Cache-Based Hot Data Isolation" + authors: + - Haitao Du + - Yuxuan Yang 0009 + - Song Chen 0001 + - Yi Kang + tldr: "Proposes an in-DRAM cache that isolates frequently accessed rows, preventing RowHammer hammering without costly refresh storms or off-chip overhead." + why_notable: "Addresses the escalating RowHammer threat directly inside DRAM with negligible performance overhead, making it a compelling candidate for near-term hardware adoption." + + - title: "SAL-PIM: A Subarray-Level Processing-in-Memory Architecture With LUT-Based Linear Interpolation for Transformer-Based Text Generation" + authors: + - Wontak Han + - Hyunjun Cho + - Donghyuk Kim + - Joo-Young Kim 0001 + tldr: "Implements subarray-level PIM with lookup-table interpolation inside DRAM to accelerate the memory-bound non-linear operations of transformer inference." + why_notable: "Shows how fine-grained PIM design can unblock the bottlenecks specific to LLM inference, providing a pathway to in-memory acceleration of attention and activation layers." + + - title: "FlashDecoding++Next: High Throughput LLM Inference With Latency and Memory Optimization" + authors: + - Guohao Dai 0001 + - Ke Hong + - Qiuli Mao + - Xiuhong Li + - Jiaming Xu + - Haofeng Huang + - Hongtu Xia + - Xuefei Ning + - Shengen Yan + - Yun Liang 0001 + - Yu Wang 0002 + tldr: "Extends FlashDecoding with memory and latency optimizations to significantly raise GPU throughput during the autoregressive generation phase of large language models." + why_notable: "Directly advances the state of the art in LLM serving efficiency on GPU clusters, a problem with immediate commercial relevance." + + - title: "Mix-GEMM: Extending RISC-V CPUs for Energy-Efficient Mixed-Precision DNN Inference Using Binary Segmentation" + authors: + - Jordi Fornt + - Enrico Reggiani + - Pau Fontova-Musté + - Narcís Rodas + - Alessandro Pappalardo + - Osman Sabri Unsal + - Adrián Cristal Kestelman + - Josep Altet + - Francesc Moll + - Jaume Abella 0001 + tldr: "Adds lightweight ISA extensions to a RISC-V CPU for mixed-precision inference via binary segmentation, avoiding heavyweight SIMD or dedicated accelerators." + why_notable: "Provides a cost-effective route to on-device DNN inference on RISC-V embedded cores without the area overhead of a full vector or matrix unit." + + - title: "Optimizing Tiny Transformers on Low-Power MCUs" + authors: + - Victor Jean-Baptiste Jung + - Alessio Burrello + - Moritz Scherer 0001 + - Francesco Conti 0001 + - Luca Benini + tldr: "Develops an automated deployment pipeline for transformer models on microcontrollers, exploiting tiling, quantization, and kernel fusion to fit within tight memory and compute budgets." + why_notable: "Enables state-of-the-art sequence models to run on ultra-low-power embedded processors, bridging the gap between transformer research and IoT hardware constraints." + + - title: "Rethinking Control Flow in Spatial Architectures: Insights Into Control Flow Plane Design" + authors: + - Jinyi Deng + - Xinru Tang + - Jiahao Zhang + - Yuxuan Li + - Linyun Zhang + - Fengbin Tu + - Shaojun Wei + - Yang Hu 0001 + - Shouyi Yin + tldr: "Systematically studies control-flow support in dataflow/spatial accelerators and proposes a general control-flow plane abstraction that unifies existing ad hoc designs." + why_notable: "Offers a principled framework for architects designing the next generation of programmable spatial accelerators, where irregular control flow remains a fundamental challenge." + + - title: "High-Performance Hardware Implementation of Crystals-Dilithium Based on Improved MDC-NTT" + authors: + - Yijun Cui + - Junjie Zhong + - Bei Wang 0013 + - Tianyu Xu 0002 + - Chenghua Wang + - Weiqiang Liu 0001 + tldr: "Presents an optimized ASIC accelerator for CRYSTALS-Dilithium digital signatures using an improved multi-delay commutator NTT to maximize throughput." + why_notable: "Delivers high-performance hardware for a NIST-standardized post-quantum signature scheme, essential for quantum-safe authentication in future systems." + + - title: "Hardware Accelerated Vision Transformer via Heterogeneous Architecture Design and Adaptive Dataflow Mapping" + authors: + - Yingxue Gao + - Teng Wang + - Lei Gong 0003 + - Chao Wang 0003 + - Dong Dai 0001 + - Yang Yang 0080 + - Xianglan Chen + - Xi Li 0003 + - Xuehai Zhou + tldr: "Designs a heterogeneous accelerator for Vision Transformers that adaptively maps attention and FFN computations onto specialized dataflow engines to maximize utilization." + why_notable: "Addresses the heterogeneous computational demands of ViT workloads with a flexible architecture, demonstrating state-of-the-art throughput-per-watt on image recognition tasks." + + - title: "29-Billion Atoms Molecular Dynamics Simulation With Ab Initio Accuracy on 35 Million Cores of New Sunway Supercomputer" + authors: + - Xun Wang 0010 + - Xiangyu Meng 0005 + - Zhuoqiang Guo + - Mingzhen Li 0001 + - Lijun Liu + - Mingfan Li + - Qian Xiao + - Tong Zhao + - Ninghui Sun + - Guangming Tan + - Weile Jia + tldr: "Scales a machine-learning-based molecular dynamics simulation to 29 billion atoms at ab-initio accuracy across 35 million cores on the Sunway supercomputer." + why_notable: "Sets a landmark in scientific HPC scalability, demonstrating how deep co-design of architecture, communication, and ML models enables quantum-accurate simulation at unprecedented scale." + + - title: "AXI-REALM: Safe, Modular and Lightweight Traffic Monitoring and Regulation for Heterogeneous Mixed-Criticality Systems" + authors: + - Thomas Benz + - Alessandro Ottaviano + - Chaoqun Liang + - Robert Balas + - Angelo Garofalo + - Francesco Restuccia 0002 + - Alessandro Biondi 0001 + - Davide Rossi 0001 + - Luca Benini + tldr: "Introduces an open-source AXI interconnect module that enforces bandwidth and latency isolation between mixed-criticality components in heterogeneous SoCs." + why_notable: "Provides a practical, standards-compliant hardware mechanism for achieving real-time guarantees in safety-critical SoCs built from commodity IP blocks." + + - title: "Stream: Design Space Exploration of Layer-Fused DNNs on Heterogeneous Dataflow Accelerators" + authors: + - Arne Symons + - Linyan Mei + - Steven Colleman + - Pouya Houshmand + - Sebastian Karl + - Marian Verhelst + tldr: "Presents a framework for exploring the design space of layer-fused DNN execution across heterogeneous arrays, jointly optimizing tiling, scheduling, and memory allocation." + why_notable: "Enables systematic co-design of DNN models and heterogeneous accelerators, a key capability as networks grow more complex and hardware resources more diverse." diff --git a/site/data/papers/TCC-2024-candidates.yaml b/site/data/papers/TCC-2024-candidates.yaml new file mode 100644 index 0000000..dc489be --- /dev/null +++ b/site/data/papers/TCC-2024-candidates.yaml @@ -0,0 +1,1415 @@ +venue: TCC +year: 2024 +source: dblp +count: 105 +papers: +- title: Alleviating Congestion via Switch Design for Fair Buffer Allocation in Datacenters + authors: + - Ahmed M. Abdelmoniem + - Brahim Bensaou + year: '2024' + doi: 10.1109/TCC.2024.3357595 + url: https://doi.org/10.1109/TCC.2024.3357595 + dblp_key: journals/tcc/AbdelmoniemB24 + venue_name: IEEE Trans. Cloud Comput. + pages: 219-231 +- title: A Scalable and Write-Optimized Disaggregated B+-Tree With Adaptive Cache + Assistance + authors: + - Hang An + - Fang Wang 0001 + - Dan Feng 0001 + - Xiaomin Zou + - Zefeng Liu + - Jianshun Zhang + year: '2024' + doi: 10.1109/TCC.2024.3437472 + url: https://doi.org/10.1109/TCC.2024.3437472 + dblp_key: journals/tcc/AnWFZLZ24 + venue_name: IEEE Trans. Cloud Comput. + pages: 1074-1087 +- title: A Blockchain-Based Framework to Resolve the Oligopoly Issue in Cloud Computing + authors: + - Amit Biswas + - Gaurav Baranwal + - Abhinav Kumar 0005 + year: '2024' + doi: 10.1109/TCC.2024.3390933 + url: https://doi.org/10.1109/TCC.2024.3390933 + dblp_key: journals/tcc/BiswasBK24 + venue_name: IEEE Trans. Cloud Comput. + pages: 671-683 +- title: Weighted Scheduling of Time-Sensitive Coflows + authors: + - Olivier Brun + - Rachid El Azouzi + - Quang-Trung Luu + - Francesco De Pellegrini + - Balakrishna J. Prabhu + - Cédric Richier + year: '2024' + doi: 10.1109/TCC.2024.3384514 + url: https://doi.org/10.1109/TCC.2024.3384514 + dblp_key: journals/tcc/BrunALPPR24 + venue_name: IEEE Trans. Cloud Comput. + pages: 644-658 +- title: Efficient Approximation Algorithms for Scheduling Coflows With Total Weighted + Completion Time in Identical Parallel Networks + authors: + - Chi-Yeh Chen + year: '2024' + doi: 10.1109/TCC.2023.3340729 + url: https://doi.org/10.1109/TCC.2023.3340729 + dblp_key: journals/tcc/Chen24 + venue_name: IEEE Trans. Cloud Comput. + pages: 116-129 +- title: Fault Tolerance Oriented SFC Optimization in SDN/NFV-Enabled Cloud Environment + Based on Deep Reinforcement Learning + authors: + - Jing Chen + - Jia Chen 0010 + - Kuo Guo + - Renkun Hu + - Tao Zou + - Jun Zhu + - Hongke Zhang + - Jingjing Liu + year: '2024' + doi: 10.1109/TCC.2024.3357061 + url: https://doi.org/10.1109/TCC.2024.3357061 + dblp_key: journals/tcc/ChenCGHZZZL24 + venue_name: IEEE Trans. Cloud Comput. + pages: 200-218 +- title: Dynamic Task Offloading in Edge Computing Based on Dependency-Aware Reinforcement + Learning + authors: + - Xiangchun Chen + - Jiannong Cao 0001 + - Yuvraj Sahni + - Shan Jiang 0005 + - Zhixuan Liang + year: '2024' + doi: 10.1109/TCC.2024.3381646 + url: https://doi.org/10.1109/TCC.2024.3381646 + dblp_key: journals/tcc/ChenCSJL24 + venue_name: IEEE Trans. Cloud Comput. + pages: 594-608 +- title: DRL-Based Contract Incentive for Wireless-Powered and UAV-Assisted Backscattering + MEC System + authors: + - Che Chen + - Shimin Gong + - Wenjie Zhang 0003 + - Yifeng Zheng 0004 + - Chai Kiat Yeo + year: '2024' + doi: 10.1109/TCC.2024.3360443 + url: https://doi.org/10.1109/TCC.2024.3360443 + dblp_key: journals/tcc/ChenGZZY24 + venue_name: IEEE Trans. Cloud Comput. + pages: 264-276 +- title: Non-Clairvoyant Scheduling of Distributed Machine Learning With Inter-Job + and Intra-Job Parallelism on Heterogeneous GPUs + authors: + - Fahao Chen + - Peng Li 0017 + - Celimuge Wu + - Song Guo 0001 + year: '2024' + doi: 10.1109/TCC.2024.3414440 + url: https://doi.org/10.1109/TCC.2024.3414440 + dblp_key: journals/tcc/ChenLWG24 + venue_name: IEEE Trans. Cloud Comput. + pages: 1011-1025 +- title: 'MFSSE: Multi-Keyword Fuzzy Ranked Symmetric Searchable Encryption With Pattern + Hidden in Mobile Cloud Computing' + authors: + - Dajiang Chen + - Zeyu Liao + - Zhidong Xie + - Ruidong Chen + - Zhen Qin 0002 + - Mingsheng Cao 0001 + - Hong-Ning Dai + - Kuan Zhang 0001 + year: '2024' + doi: 10.1109/TCC.2024.3430237 + url: https://doi.org/10.1109/TCC.2024.3430237 + dblp_key: journals/tcc/ChenLXCQCDZ24 + venue_name: IEEE Trans. Cloud Comput. + pages: 1042-1057 +- title: 'VSA-SD: A Service Discovery Method Based on Vector Symbol Architecture for + Low-Cost IoT System Development' + authors: + - Haiming Chen 0002 + - Lei Wang 0195 + - Wei Qin + - Xinyan Zhou + - Li Cui + year: '2024' + doi: 10.1109/TCC.2023.3344512 + url: https://doi.org/10.1109/TCC.2023.3344512 + dblp_key: journals/tcc/ChenWQZC24 + venue_name: IEEE Trans. Cloud Comput. + pages: 145-158 +- title: Efficient Verifiable Cloud-Assisted PSI Cardinality for Privacy-Preserving + Contact Tracing + authors: + - Yafeng Chen + - Axin Wu + - Yuer Yang + - Xiangjun Xin 0002 + - Chang Song + year: '2024' + doi: 10.1109/TCC.2024.3360098 + url: https://doi.org/10.1109/TCC.2024.3360098 + dblp_key: journals/tcc/ChenWYXS24 + venue_name: IEEE Trans. Cloud Comput. + pages: 251-263 +- title: Live Migration of Virtual Machines Based on Dirty Page Similarity + authors: + - Yucong Chen + - Shuaixin Xu + - Hubin Yang + - Rui Zhou 0005 + - Deke Guo + - Qingguo Zhou + year: '2024' + doi: 10.1109/TCC.2024.3379494 + url: https://doi.org/10.1109/TCC.2024.3379494 + dblp_key: journals/tcc/ChenXYZGZ24 + venue_name: IEEE Trans. Cloud Comput. + pages: 563-579 +- title: 'Pay-Per-Proof: Decentralized Outsourced Multi-User PoR for Cloud Storage + Payment Using Blockchain' + authors: + - Hui Cui 0001 + - Zhiguo Wan + - Tianyu Zhaolu + - Huaqun Wang + - Atsuko Miyaji + year: '2024' + doi: 10.1109/TCC.2023.3343710 + url: https://doi.org/10.1109/TCC.2023.3343710 + dblp_key: journals/tcc/CuiWZWM24 + venue_name: IEEE Trans. Cloud Comput. + pages: 130-144 +- title: 'D-STACK: High Throughput DNN Inference by Effective Multiplexing and Spatio-Temporal + Scheduling of GPUs' + authors: + - Aditya Dhakal + - Sameer G. Kulkarni + - K. K. Ramakrishnan + year: '2024' + doi: 10.1109/TCC.2024.3476210 + url: https://doi.org/10.1109/TCC.2024.3476210 + dblp_key: journals/tcc/DhakalKR24 + venue_name: IEEE Trans. Cloud Comput. + pages: 1344-1358 +- title: Deep Reinforcement Learning Based Dynamic Flowlet Switching for DCN + authors: + - Xinglong Diao + - Huaxi Gu + - Wenting Wei + - Guoyong Jiang + - Baochun Li + year: '2024' + doi: 10.1109/TCC.2024.3382132 + url: https://doi.org/10.1109/TCC.2024.3382132 + dblp_key: journals/tcc/DiaoGWJL24 + venue_name: IEEE Trans. Cloud Comput. + pages: 580-593 +- title: Leakage-Suppressed Encrypted Keyword Queries Over Multiple Cloud Servers + authors: + - Yi Dou + - Henry C. B. Chan + year: '2024' + doi: 10.1109/TCC.2023.3333223 + url: https://doi.org/10.1109/TCC.2023.3333223 + dblp_key: journals/tcc/DouC24 + venue_name: IEEE Trans. Cloud Comput. + pages: 26-39 +- title: 'psvCNN: A Zero-Knowledge CNN Prediction Integrity Verification Strategy' + authors: + - Yongkai Fan + - Binyuan Xu + - Linlin Zhang 0005 + - Gang Tan + - Shui Yu 0001 + - Kuan-Ching Li + - Albert Y. Zomaya + year: '2024' + doi: 10.1109/TCC.2024.3350233 + url: https://doi.org/10.1109/TCC.2024.3350233 + dblp_key: journals/tcc/FanXZTYLZ24 + venue_name: IEEE Trans. Cloud Comput. + pages: 359-369 +- title: Delay-Sensitive Task Offloading Optimization by Geometric Programming + authors: + - Mohammad Fathi + - Mohammad Saroughi + - Azarhedi Zareie + year: '2024' + doi: 10.1109/TCC.2024.3406384 + url: https://doi.org/10.1109/TCC.2024.3406384 + dblp_key: journals/tcc/FathiSZ24 + venue_name: IEEE Trans. Cloud Comput. + pages: 889-896 +- title: A Stochastic Approach for Scheduling AI Training Jobs in GPU-Based Systems + authors: + - Federica Filippini + - Jonatha Anselmi + - Danilo Ardagna + - Bruno Gaujal + year: '2024' + doi: 10.1109/TCC.2023.3336540 + url: https://doi.org/10.1109/TCC.2023.3336540 + dblp_key: journals/tcc/FilippiniAAG24 + venue_name: IEEE Trans. Cloud Comput. + pages: 53-69 +- title: Improving Data Locality of Tasks by Executor Allocation in Spark Computing + Environment + authors: + - Zhongming Fu + - Mengsi He + - Yang Yi + - Zhuo Tang + year: '2024' + doi: 10.1109/TCC.2024.3406041 + url: https://doi.org/10.1109/TCC.2024.3406041 + dblp_key: journals/tcc/FuHYT24 + venue_name: IEEE Trans. Cloud Comput. + pages: 876-888 +- title: Enabling Privacy-Preserving Parallel Computation of Linear Regression in + Edge Computing Networks + authors: + - Wenjing Gao + - Jia Yu 0003 + - Huaqun Wang + year: '2024' + doi: 10.1109/TCC.2024.3440656 + url: https://doi.org/10.1109/TCC.2024.3440656 + dblp_key: journals/tcc/GaoYW24 + venue_name: IEEE Trans. Cloud Comput. + pages: 1103-1115 +- title: Joint Offloading and Resource Allocation for Collaborative Cloud Computing + With Dependent Subtask Scheduling on Multi-Core Server + authors: + - Zihan Gao + - Peixiao Zheng + - Wanming Hao + - Shouyi Yang + year: '2024' + doi: 10.1109/TCC.2024.3481039 + url: https://doi.org/10.1109/TCC.2024.3481039 + dblp_key: journals/tcc/GaoZHY24 + venue_name: IEEE Trans. Cloud Comput. + pages: 1401-1414 +- title: Trustless Collaborative Cloud Federation + authors: + - Bishakh Chandra Ghosh + - Sandip Chakraborty 0001 + year: '2024' + doi: 10.1109/TCC.2024.3372370 + url: https://doi.org/10.1109/TCC.2024.3372370 + dblp_key: journals/tcc/GhoshC24 + venue_name: IEEE Trans. Cloud Comput. + pages: 476-490 +- title: Integrating Bayesian Optimization and Machine Learning for the Optimal Configuration + of Cloud Systems + authors: + - Bruno Guindani + - Danilo Ardagna + - Alessandra Guglielmi + - Roberto Rocco + - Gianluca Palermo + year: '2024' + doi: 10.1109/TCC.2024.3361070 + url: https://doi.org/10.1109/TCC.2024.3361070 + dblp_key: journals/tcc/GuindaniAGRP24 + venue_name: IEEE Trans. Cloud Comput. + pages: 277-294 +- title: 'FedPAW: Federated Learning With Personalized Aggregation Weights for Urban + Vehicle Speed Prediction' + authors: + - Yuepeng He + - Pengzhan Zhou + - Yijun Zhai + - Fang Qu + - Zhida Qin + - Mingyan Li + - Songtao Guo + year: '2024' + doi: 10.1109/TCC.2024.3452696 + url: https://doi.org/10.1109/TCC.2024.3452696 + dblp_key: journals/tcc/HeZZQQLG24 + venue_name: IEEE Trans. Cloud Comput. + pages: 1248-1259 +- title: 'BPS: Batching, Pipelining, Surgeon of Continuous Deep Inference on Collaborative + Edge Intelligence' + authors: + - Xueyu Hou + - Yongjie Guan + - Nakjung Choi + - Tao Han 0002 + year: '2024' + doi: 10.1109/TCC.2024.3399616 + url: https://doi.org/10.1109/TCC.2024.3399616 + dblp_key: journals/tcc/HouGCH24 + venue_name: IEEE Trans. Cloud Comput. + pages: 830-843 +- title: Achieving Privacy-Preserving Online Multi-Layer Perceptron Model in Smart + Grid + authors: + - Chunqiang Hu + - Huijun Zhuang + - Jiajun Chen 0003 + - Pengfei Hu 0001 + - Tao Xiang 0001 + - Jiguo Yu + year: '2024' + doi: 10.1109/TCC.2024.3399771 + url: https://doi.org/10.1109/TCC.2024.3399771 + dblp_key: journals/tcc/HuZCHXY24 + venue_name: IEEE Trans. Cloud Comput. + pages: 777-788 +- title: Aggregate Monitoring for Geo-Distributed Kubernetes Cluster Federations + authors: + - Chih-Kai Huang 0001 + - Guillaume Pierre + year: '2024' + doi: 10.1109/TCC.2024.3482574 + url: https://doi.org/10.1109/TCC.2024.3482574 + dblp_key: journals/tcc/HuangP24 + venue_name: IEEE Trans. Cloud Comput. + pages: 1449-1462 +- title: Efficient User-Centric Privacy-Friendly and Flexible Wearable Data Aggregation + and Sharing + authors: + - Khlood Jastaniah + - Ning Zhang 0001 + - Mustafa A. Mustafa + year: '2024' + doi: 10.1109/TCC.2024.3375801 + url: https://doi.org/10.1109/TCC.2024.3375801 + dblp_key: journals/tcc/JastaniahZM24 + venue_name: IEEE Trans. Cloud Comput. + pages: 967-982 +- title: Learning-Based Dynamic Memory Allocation Schemes for Apache Spark Data Processing + authors: + - Danlin Jia + - Li Wang + - Natalia Valencia + - Janki Bhimani + - Bo Sheng + - Ningfang Mi + year: '2024' + doi: 10.1109/TCC.2023.3329129 + url: https://doi.org/10.1109/TCC.2023.3329129 + dblp_key: journals/tcc/JiaWVBSM24 + venue_name: IEEE Trans. Cloud Comput. + pages: 13-25 +- title: An Adaptive Cloud Resource Quota Scheme Based on Dynamic Portraits and Task-Resource + Matching + authors: + - Zuodong Jin + - Dan Tao + - Peng Qi 0006 + - Ruipeng Gao + year: '2024' + doi: 10.1109/TCC.2024.3410390 + url: https://doi.org/10.1109/TCC.2024.3410390 + dblp_key: journals/tcc/JinTQG24 + venue_name: IEEE Trans. Cloud Comput. + pages: 996-1010 +- title: 'Polaris: Accelerating Asynchronous Federated Learning With Client Selection' + authors: + - Yufei Kang + - Baochun Li + year: '2024' + doi: 10.1109/TCC.2024.3370688 + url: https://doi.org/10.1109/TCC.2024.3370688 + dblp_key: journals/tcc/KangL24 + venue_name: IEEE Trans. Cloud Comput. + pages: 446-458 +- title: QoS-Aware, Cost-Efficient Scheduling for Data-Intensive DAGs in Multi-Tier + Computing Environment + authors: + - Paridhika Kayal + - Alberto Leon-Garcia + year: '2024' + doi: 10.1109/TCC.2024.3468913 + url: https://doi.org/10.1109/TCC.2024.3468913 + dblp_key: journals/tcc/KayalL24 + venue_name: IEEE Trans. Cloud Comput. + pages: 1314-1327 +- title: A Group-Vehicles Oriented Reputation Assessment Scheme for Edge VANETs + authors: + - Changbo Ke + - Fu Xiao 0001 + - Yan Cao 0005 + - Zhiqiu Huang + year: '2024' + doi: 10.1109/TCC.2024.3406509 + url: https://doi.org/10.1109/TCC.2024.3406509 + dblp_key: journals/tcc/KeXCH24 + venue_name: IEEE Trans. Cloud Comput. + pages: 859-875 +- title: 'Enhancing Long-Term Cloud Workload Forecasting Framework: Anomaly Handling + and Ensemble Learning in Multivariate Time Series' + authors: + - Yeong-Min Kim + - Seunghwan Song + - Byoung-Mo Koo + - Jeena Son + - Yeseul Lee + - Jun-Geol Baek + year: '2024' + doi: 10.1109/TCC.2024.3400859 + url: https://doi.org/10.1109/TCC.2024.3400859 + dblp_key: journals/tcc/KimSKSLB24 + venue_name: IEEE Trans. Cloud Comput. + pages: 789-799 +- title: 'BaaSLess: Backend-as-a-Service (BaaS)-Enabled Workflows in Federated Serverless + Infrastructures' + authors: + - Thomas Larcher + - Philipp Gritsch + - Stefan Nastic + - Sashko Ristov + year: '2024' + doi: 10.1109/TCC.2024.3439268 + url: https://doi.org/10.1109/TCC.2024.3439268 + dblp_key: journals/tcc/LarcherGNR24 + venue_name: IEEE Trans. Cloud Comput. + pages: 1088-1102 +- title: Online Pricing and Resource Scheduling for Profit Maximization of Cloud Storage + Providers + authors: + - Kyungtae Lee + - Yeongjin Kim + year: '2024' + doi: 10.1109/TCC.2024.3450876 + url: https://doi.org/10.1109/TCC.2024.3450876 + dblp_key: journals/tcc/LeeK24 + venue_name: IEEE Trans. Cloud Comput. + pages: 1186-1199 +- title: 'Decentralized Funding of Public Goods in Blockchain System: Leveraging Expert + Advice' + authors: + - Jichen Li + - Yukun Cheng + - Wenhan Huang + - Mengqian Zhang + - Jiarui Fan + - Xiaotie Deng + - Jan Xie + - Jie Zhang 0008 + year: '2024' + doi: 10.1109/TCC.2024.3394973 + url: https://doi.org/10.1109/TCC.2024.3394973 + dblp_key: journals/tcc/LiCHZFDXZ24 + venue_name: IEEE Trans. Cloud Comput. + pages: 725-736 +- title: 'COCSN: A Multi-Tiered Cascaded Optical Circuit Switching Network for Data + Center' + authors: + - Shuo Li + - Huaxi Gu + - Xiaoshan Yu 0001 + - Hua Huang + - Songyan Wang + - Zeshan Chang + year: '2024' + doi: 10.1109/TCC.2024.3488275 + url: https://doi.org/10.1109/TCC.2024.3488275 + dblp_key: journals/tcc/LiGYHWC24 + venue_name: IEEE Trans. Cloud Comput. + pages: 1463-1475 +- title: Cyclic Matrix Coding to Mitigate ACK Blocking of MPTCP in Data Center Networks + authors: + - Zhaoyi Li + - Jiawei Huang 0001 + - Shiqi Wang 0012 + - Wenjun Lyu + - Jianxin Wang 0001 + year: '2024' + doi: 10.1109/TCC.2024.3366534 + url: https://doi.org/10.1109/TCC.2024.3366534 + dblp_key: journals/tcc/LiHWLW24 + venue_name: IEEE Trans. Cloud Comput. + pages: 419-430 +- title: Achieving Low Latency for Multipath Transmission in RDMA Based Data Center + Network + authors: + - Zhaoyi Li + - Jiawei Huang 0001 + - Shiqi Wang 0012 + - Jianxin Wang 0001 + year: '2024' + doi: 10.1109/TCC.2024.3365075 + url: https://doi.org/10.1109/TCC.2024.3365075 + dblp_key: journals/tcc/LiHWW24 + venue_name: IEEE Trans. Cloud Comput. + pages: 337-346 +- title: Makespan and Security-Aware Workflow Scheduling for Cloud Service Cost Minimization + authors: + - Liying Li 0002 + - Chengliang Zhou + - Peijin Cong + - Yufan Shen + - Junlong Zhou + - Tongquan Wei + year: '2024' + doi: 10.1109/TCC.2024.3382351 + url: https://doi.org/10.1109/TCC.2024.3382351 + dblp_key: journals/tcc/LiZCSZW24 + venue_name: IEEE Trans. Cloud Comput. + pages: 609-624 +- title: 'Corrections to "DNN Surgery: Accelerating DNN Inference on the Edge + through Layer Partitioning"' + authors: + - Huanghuang Liang + - Qianlong Sang + - Chuang Hu + - Dazhao Cheng + - Xiaobo Zhou 0002 + - Dan Wang 0002 + - Wei Bao 0001 + - Yu Wang 0003 + year: '2024' + doi: 10.1109/TCC.2024.3404548 + url: https://doi.org/10.1109/TCC.2024.3404548 + dblp_key: journals/tcc/LiangSHCZWBW24 + venue_name: IEEE Trans. Cloud Comput. + pages: '966' +- title: 'Slim and Fast: Low-Overhead Container Overlay Network With Fast Connection + Setup' + authors: + - Fusheng Lin + - Xin Zhang 0117 + - Guo Chen 0001 + - Li Chen 0008 + - Kenli Li 0001 + - Hongbo Jiang 0001 + year: '2024' + doi: 10.1109/TCC.2023.3282238 + url: https://doi.org/10.1109/TCC.2023.3282238 + dblp_key: journals/tcc/LinZCCLJ24 + venue_name: IEEE Trans. Cloud Comput. + pages: 1-12 +- title: Locality-Aware and Fault-Tolerant Batching for Machine Learning on Distributed + Datasets + authors: + - Liu Liu + - Zhijun Ding + - Dazhao Cheng + - Xiaobo Zhou 0002 + year: '2024' + doi: 10.1109/TCC.2024.3351716 + url: https://doi.org/10.1109/TCC.2024.3351716 + dblp_key: journals/tcc/LiuDCZ24 + venue_name: IEEE Trans. Cloud Comput. + pages: 370-387 +- title: Multi-Mode Instance-Intensive Workflow Task Batch Scheduling in Containerized + Hybrid Cloud + authors: + - An Liu + - Ming Gao 0008 + - Jiafu Tang + year: '2024' + doi: 10.1109/TCC.2023.3344194 + url: https://doi.org/10.1109/TCC.2023.3344194 + dblp_key: journals/tcc/LiuGT24 + venue_name: IEEE Trans. Cloud Comput. + pages: 159-173 +- title: Group Formation and Sampling in Group-Based Hierarchical Federated Learning + authors: + - Jiyao Liu + - Xuanzhang Liu + - Xinliang Wei + - Hongchang Gao + - Yu Wang 0003 + year: '2024' + doi: 10.1109/TCC.2024.3482865 + url: https://doi.org/10.1109/TCC.2024.3482865 + dblp_key: journals/tcc/LiuLWGW24 + venue_name: IEEE Trans. Cloud Comput. + pages: 1433-1448 +- title: Are ARM Cloud Servers Ready for Database Workloads? an Experimental Study + authors: + - Dumitrel Loghin + year: '2024' + doi: 10.1109/TCC.2024.3393895 + url: https://doi.org/10.1109/TCC.2024.3393895 + dblp_key: journals/tcc/Loghin24 + venue_name: IEEE Trans. Cloud Comput. + pages: 818-829 +- title: Enabling Multi-Layer Threat Analysis in Dynamic Cloud Environments + authors: + - Salman Manzoor + - Antonios Gouglidis + - Matthew Bradbury + - Neeraj Suri + year: '2024' + doi: 10.1109/TCC.2024.3365736 + url: https://doi.org/10.1109/TCC.2024.3365736 + dblp_key: journals/tcc/ManzoorGBS24 + venue_name: IEEE Trans. Cloud Comput. + pages: 319-336 +- title: 'Sparkle: Deep Learning Driven Autotuning for Taming High-Dimensionality + of Spark Deployments' + authors: + - Dimosthenis Masouros + - George Retsinas + - Sotirios Xydis + - Dimitrios Soudris + year: '2024' + doi: 10.1109/TCC.2024.3437484 + url: https://doi.org/10.1109/TCC.2024.3437484 + dblp_key: journals/tcc/MasourosRXS24 + venue_name: IEEE Trans. Cloud Comput. + pages: 1058-1073 +- title: 'Generic Construction: Cryptographic Reverse Firewalls for Public Key Encryption + With Keyword Search in Cloud Storage' + authors: + - Yang Ming 0001 + - Hang Liu + - Chenhao Wang 0005 + - Yi Zhao 0011 + year: '2024' + doi: 10.1109/TCC.2024.3366435 + url: https://doi.org/10.1109/TCC.2024.3366435 + dblp_key: journals/tcc/MingLWZ24 + venue_name: IEEE Trans. Cloud Comput. + pages: 405-418 +- title: 'SVD: A Scalable Virtual Machine Disk Format' + authors: + - Kevin Nguetchouang + - Stella Bitchebe + - Théophile Dubuc + - Mar Callau-Zori + - Christophe Hubert + - Pierre Olivier + - Alain Tchana + year: '2024' + doi: 10.1109/TCC.2024.3391390 + url: https://doi.org/10.1109/TCC.2024.3391390 + dblp_key: journals/tcc/NguetchouangBDCHOT24 + venue_name: IEEE Trans. Cloud Comput. + pages: 684-696 +- title: Integrated Computation Offloading, UAV Trajectory Control, Edge-Cloud and + Radio Resource Allocation in SAGIN + authors: + - Minh Dat Nguyen + - Long Bao Le + - André Girard + year: '2024' + doi: 10.1109/TCC.2023.3339394 + url: https://doi.org/10.1109/TCC.2023.3339394 + dblp_key: journals/tcc/NguyenLG24 + venue_name: IEEE Trans. Cloud Comput. + pages: 100-115 +- title: 'Service Recovery in NFV-Enabled Networks: Algorithm Design and Analysis' + authors: + - Dung H. P. Nguyen + - Chih-Chieh Lin + - Tu N. Nguyen 0001 + - Shao-I Chu + - Bing-Hong Liu + year: '2024' + doi: 10.1109/TCC.2024.3402185 + url: https://doi.org/10.1109/TCC.2024.3402185 + dblp_key: journals/tcc/NguyenLNCL24 + venue_name: IEEE Trans. Cloud Comput. + pages: 800-813 +- title: 'HEXO: Offloading Long-Running Compute- and Memory-Intensive Workloads on + Low-Cost, Low-Power Embedded Systems' + authors: + - Pierre Olivier + - A. K. M. Fazla Mehrab + - Sandeep Errabelly + - Stefan Lankes + - Mohamed Lamine Karaoui + - Robert Lyerly + - Sang-Hoon Kim + - Antonio Barbalace + - Binoy Ravindran + year: '2024' + doi: 10.1109/TCC.2024.3482178 + url: https://doi.org/10.1109/TCC.2024.3482178 + dblp_key: journals/tcc/OlivierMELKLKBR24 + venue_name: IEEE Trans. Cloud Comput. + pages: 1415-1432 +- title: 'FaaSCtrl: A Comprehensive-Latency Controller for Serverless Platforms' + authors: + - Abhisek Panda + - Smruti R. Sarangi + year: '2024' + doi: 10.1109/TCC.2024.3473015 + url: https://doi.org/10.1109/TCC.2024.3473015 + dblp_key: journals/tcc/PandaS24 + venue_name: IEEE Trans. Cloud Comput. + pages: 1328-1343 +- title: Secure and Flexible Coded Distributed Matrix Multiplication Based on Edge + Computing for Industrial Metaverse + authors: + - Houming Qiu + - Kun Zhu 0001 + - Dusit Niyato + year: '2024' + doi: 10.1109/TCC.2024.3415165 + url: https://doi.org/10.1109/TCC.2024.3415165 + dblp_key: journals/tcc/QiuZN24 + venue_name: IEEE Trans. Cloud Comput. + pages: 1026-1041 +- title: A Novel Scheduling Approach for Spark Workflow Tasks With Deadline and Uncertain + Performance in Multi-Cloud Networks + authors: + - Kamran Yaseen Rajput + - Xiaoping Li 0001 + - Jinquan Zhang + - Abdullah Lakhan + year: '2024' + doi: 10.1109/TCC.2024.3449771 + url: https://doi.org/10.1109/TCC.2024.3449771 + dblp_key: journals/tcc/RajputLZL24 + venue_name: IEEE Trans. Cloud Comput. + pages: 1145-1157 +- title: Anomaly Transformer Ensemble Model for Cloud Data Anomaly Detection + authors: + - Won Sakong + - Jongyeop Kwon + - Kyungha Min + - Suyeon Wang + - Wooju Kim + year: '2024' + doi: 10.1109/TCC.2024.3466174 + url: https://doi.org/10.1109/TCC.2024.3466174 + dblp_key: journals/tcc/SakongKMWK24 + venue_name: IEEE Trans. Cloud Comput. + pages: 1305-1313 +- title: 'FUSIONIZE++: Improving Serverless Application Performance Using Dynamic + Task Inlining and Infrastructure Optimization' + authors: + - Trever Schirmer + - Joel Scheuner + - Tobias Pfandzelter + - David Bermbach + year: '2024' + doi: 10.1109/TCC.2024.3451108 + url: https://doi.org/10.1109/TCC.2024.3451108 + dblp_key: journals/tcc/SchirmerSPB24 + venue_name: IEEE Trans. Cloud Comput. + pages: 1172-1185 +- title: Design and Evaluation of a Hierarchical Characterization and Adaptive Prediction + Model for Cloud Workloads + authors: + - Karthick Seshadri + - Korrapati Sindhu + - S. Nagesh Bhattu + - Chidambaram Kollengode + year: '2024' + doi: 10.1109/TCC.2024.3393114 + url: https://doi.org/10.1109/TCC.2024.3393114 + dblp_key: journals/tcc/SeshadriSBK24 + venue_name: IEEE Trans. Cloud Comput. + pages: 712-724 +- title: A Cloud-Edge Collaboration Framework for Generating Process Digital Twin + authors: + - Bingqing Shen + - Han Yu 0005 + - Pan Hu 0001 + - Hongming Cai 0001 + - Jingzhi Guo + - Boyi Xu + - Lihong Jiang + year: '2024' + doi: 10.1109/TCC.2024.3362989 + url: https://doi.org/10.1109/TCC.2024.3362989 + dblp_key: journals/tcc/ShenYHCGXJ24 + venue_name: IEEE Trans. Cloud Comput. + pages: 388-404 +- title: Space-Hard Obfuscation Against Shared Cache Attacks and its Application in + Securing ECDSA for Cloud-Based Blockchains + authors: + - Yang Shi 0002 + - Yimin Li + - Tianyuan Luo + - Xiong Jiang + - Bowen Du 0002 + - Hongfei Fan + year: '2024' + doi: 10.1109/TCC.2024.3383661 + url: https://doi.org/10.1109/TCC.2024.3383661 + dblp_key: journals/tcc/ShiLLJDF24 + venue_name: IEEE Trans. Cloud Comput. + pages: 625-643 +- title: 'Efficient Secure CNN Inference: A Multi-Server Framework Based on Conditional + Separable and Homomorphic Encryption' + authors: + - Longlong Sun + - Hui Li 0005 + - Yanguo Peng + - Jiangtao Cui + year: '2024' + doi: 10.1109/TCC.2024.3443405 + url: https://doi.org/10.1109/TCC.2024.3443405 + dblp_key: journals/tcc/SunLPC24 + venue_name: IEEE Trans. Cloud Comput. + pages: 1116-1130 +- title: Security, Reliability, Cost, and Energy-Aware Scheduling of Real-Time Workflows + in Compute-Continuum Environments + authors: + - Ahmad Taghinezhad-Niar + - Javid Taheri + year: '2024' + doi: 10.1109/TCC.2024.3426282 + url: https://doi.org/10.1109/TCC.2024.3426282 + dblp_key: journals/tcc/TaghinezhadNiarT24 + venue_name: IEEE Trans. Cloud Comput. + pages: 954-965 +- title: 'P4Hauler: An Accelerator-Aware In-Network Load Balancer for Applications + Performance Boosting' + authors: + - Hesam Tajbakhsh + - Ricardo Parizotto + - Alberto Schaeffer-Filho + - Israat Haque 0001 + year: '2024' + doi: 10.1109/TCC.2024.3389658 + url: https://doi.org/10.1109/TCC.2024.3389658 + dblp_key: journals/tcc/TajbakhshPSH24 + venue_name: IEEE Trans. Cloud Comput. + pages: 697-711 +- title: Comments on "Privacy Aware Data Deduplication for Side Channel in Cloud + Storage" + authors: + - Xin Tang + - Yudan Zhu + - Mingjun Fu + year: '2024' + doi: 10.1109/TCC.2024.3376996 + url: https://doi.org/10.1109/TCC.2024.3376996 + dblp_key: journals/tcc/TangZF24 + venue_name: IEEE Trans. Cloud Comput. + pages: 814-817 +- title: Enabling Authorized Fine-Grained Data Retrieval Over Aggregated Encrypted + Medical Data in Cloud-Assisted E-Health Systems + authors: + - Wei Tang + - Xiaojun Zhang + - Dawu Gu + - Chao Huang 0012 + - Jingting Xue + - Xiangyu Liang + year: '2024' + doi: 10.1109/TCC.2024.3445430 + url: https://doi.org/10.1109/TCC.2024.3445430 + dblp_key: journals/tcc/TangZGHXL24 + venue_name: IEEE Trans. Cloud Comput. + pages: 1131-1144 +- title: How to Securely and Efficiently Solve the Large-Scale Modular System of Linear + Equations on the Cloud + authors: + - Chengliang Tian + - Jia Yu 0003 + - Panpan Meng + - Guoyan Zhang + - Weizhong Tian + - Yan Zhang 0037 + year: '2024' + doi: 10.1109/TCC.2024.3408240 + url: https://doi.org/10.1109/TCC.2024.3408240 + dblp_key: journals/tcc/TianYMZTZ24 + venue_name: IEEE Trans. Cloud Comput. + pages: 913-927 +- title: Multi-Dimensional Flat Indexing for Encrypted Data + authors: + - Sabrina De Capitani di Vimercati + - Dario Facchinetti + - Sara Foresti + - Gianluca Oldani + - Stefano Paraboschi + - Matthew Rossi + - Pierangela Samarati + year: '2024' + doi: 10.1109/TCC.2024.3408905 + url: https://doi.org/10.1109/TCC.2024.3408905 + dblp_key: journals/tcc/VimercatiFFOPRS24 + venue_name: IEEE Trans. Cloud Comput. + pages: 928-941 +- title: Lightweight and Privacy-Preserving Dual Incentives for Mobile Crowdsensing + authors: + - Lin Wan + - Zhiquan Liu 0001 + - Yong Ma 0005 + - Yudan Cheng + - Yongdong Wu + - Runchuan Li + - Jianfeng Ma 0001 + year: '2024' + doi: 10.1109/TCC.2024.3372598 + url: https://doi.org/10.1109/TCC.2024.3372598 + dblp_key: journals/tcc/WanLMCWLM24 + venue_name: IEEE Trans. Cloud Comput. + pages: 504-521 +- title: Burst Load Frequency Prediction Based on Google Cloud Platform Server + authors: + - Hui Wang 0116 + year: '2024' + doi: 10.1109/TCC.2024.3449884 + url: https://doi.org/10.1109/TCC.2024.3449884 + dblp_key: journals/tcc/Wang24 + venue_name: IEEE Trans. Cloud Comput. + pages: 1158-1171 +- title: A Publicly Verifiable Outsourcing Matrix Computation Scheme Based on Smart + Contracts + authors: + - Hao Wang 0189 + - Chunpeng Ge 0001 + - Lu Zhou 0002 + - Zhe Liu 0001 + - Dongwan Lan + - Xiaozhen Lu + - Danni Jiang + year: '2024' + doi: 10.1109/TCC.2023.3337848 + url: https://doi.org/10.1109/TCC.2023.3337848 + dblp_key: journals/tcc/WangGZLLLJ24 + venue_name: IEEE Trans. Cloud Comput. + pages: 70-83 +- title: Evaluation of Application Layer DDoS Attack Effect in Cloud Native Applications + authors: + - Kewei Wang 0005 + - Changzhen Hu + - Chun Shan + year: '2024' + doi: 10.1109/TCC.2024.3374798 + url: https://doi.org/10.1109/TCC.2024.3374798 + dblp_key: journals/tcc/WangHS24 + venue_name: IEEE Trans. Cloud Comput. + pages: 522-538 +- title: 'Partial Decode and Compare: An Efficient Verification Scheme for Coded Edge + Computing' + authors: + - Jin Wang 0009 + - Wei Jiang + - Jingya Zhou + - Zhaobo Lu + - Kejie Lu + - Jianping Wang 0001 + year: '2024' + doi: 10.1109/TCC.2024.3370834 + url: https://doi.org/10.1109/TCC.2024.3370834 + dblp_key: journals/tcc/WangJZLLW24 + venue_name: IEEE Trans. Cloud Comput. + pages: 431-445 +- title: Game-Based Low Complexity and Near Optimal Task Offloading for Mobile Blockchain + Systems + authors: + - Junfei Wang + - Jing Li 0006 + - Zhen Gao 0005 + - Zhu Han 0001 + - Chao Qiu + - Xiaofei Wang 0001 + year: '2024' + doi: 10.1109/TCC.2024.3376394 + url: https://doi.org/10.1109/TCC.2024.3376394 + dblp_key: journals/tcc/WangLGHQW24 + venue_name: IEEE Trans. Cloud Comput. + pages: 539-549 +- title: An Open API Architecture to Discover the Trustworthy Explanation of Cloud + AI Services + authors: + - Zerui Wang + - Yan Liu 0001 + - Jun Huang + year: '2024' + doi: 10.1109/TCC.2024.3398609 + url: https://doi.org/10.1109/TCC.2024.3398609 + dblp_key: journals/tcc/WangLH24 + venue_name: IEEE Trans. Cloud Comput. + pages: 762-776 +- title: Generative Adversarial Privacy for Multimedia Analytics Across the IoT-Edge + Continuum + authors: + - Xin Wang 0134 + - Jianhui Lv + - Byung-Gyu Kim + - Carsten Maple + - Parameshachari Bidare Divakarachari + - Adam Slowik + - Keqin Li 0001 + year: '2024' + doi: 10.1109/TCC.2024.3459789 + url: https://doi.org/10.1109/TCC.2024.3459789 + dblp_key: journals/tcc/WangLKMDSL24 + venue_name: IEEE Trans. Cloud Comput. + pages: 1260-1272 +- title: '$\varepsilon$ɛ-LAP: A Lightweight and Adaptive Cache Partitioning Scheme + With Prudent Resizing Decisions for Content Delivery Networks' + authors: + - Peng Wang 0037 + - Yu Liu 0040 + - Ziqi Liu + - Zhelong Zhao + - Ke Liu 0014 + - Ke Zhou 0001 + - Zhihai Huang + year: '2024' + doi: 10.1109/TCC.2024.3420454 + url: https://doi.org/10.1109/TCC.2024.3420454 + dblp_key: journals/tcc/WangLLZLZH24 + venue_name: IEEE Trans. Cloud Comput. + pages: 942-953 +- title: Optimizing the Micro-Architectural Performance of the Current and Emerging + Edge Infrastructure + authors: + - Jianda Wang + - Zhen Wang 0019 + - Weili Wu 0001 + - Yang Hu 0001 + year: '2024' + doi: 10.1109/TCC.2023.3333813 + url: https://doi.org/10.1109/TCC.2023.3333813 + dblp_key: journals/tcc/WangWWH24 + venue_name: IEEE Trans. Cloud Comput. + pages: 40-52 +- title: A Lightweight Privacy-Preserving Ciphertext Retrieval Scheme Based on Edge + Computing + authors: + - Na Wang 0003 + - Wen Zhou 0021 + - Qingyun Han + - Jianwei Liu 0001 + - Weilue Liao + - Junsong Fu 0001 + year: '2024' + doi: 10.1109/TCC.2024.3461732 + url: https://doi.org/10.1109/TCC.2024.3461732 + dblp_key: journals/tcc/WangZHLLF24 + venue_name: IEEE Trans. Cloud Comput. + pages: 1273-1290 +- title: Optimizing Cloud Data Lake Queries With a Balanced Coverage Plan + authors: + - Grisha Weintraub + - Ehud Gudes + - Shlomi Dolev + - Jeffrey D. Ullman + year: '2024' + doi: 10.1109/TCC.2023.3339208 + url: https://doi.org/10.1109/TCC.2023.3339208 + dblp_key: journals/tcc/WeintraubGDU24 + venue_name: IEEE Trans. Cloud Comput. + pages: 84-99 +- title: Cloud-Assisted Laconic Private Set Intersection Cardinality + authors: + - Axin Wu + - Xiangjun Xin 0002 + - Jianhao Zhu + - Wei Liu 0149 + - Chang Song + - Guoteng Li + year: '2024' + doi: 10.1109/TCC.2024.3361882 + url: https://doi.org/10.1109/TCC.2024.3361882 + dblp_key: journals/tcc/WuXZLSL24 + venue_name: IEEE Trans. Cloud Comput. + pages: 295-305 +- title: Hierarchal Bilateral Access Control With Constant Size Ciphertexts for Mobile + Cloud Computing + authors: + - Axin Wu + - Yinghui Zhang 0002 + - Jianhao Zhu + - Qiuxia Zhao + - Yu Zhang 0201 + year: '2024' + doi: 10.1109/TCC.2024.3386126 + url: https://doi.org/10.1109/TCC.2024.3386126 + dblp_key: journals/tcc/WuZZZZ24 + venue_name: IEEE Trans. Cloud Comput. + pages: 659-670 +- title: Transfer Learning Based Multi-Objective Evolutionary Algorithm for Dynamic + Workflow Scheduling in the Cloud + authors: + - Huamao Xie + - Ding Ding 0001 + - Lihong Zhao + - Kaixuan Kang + year: '2024' + doi: 10.1109/TCC.2024.3450858 + url: https://doi.org/10.1109/TCC.2024.3450858 + dblp_key: journals/tcc/XieDZK24 + venue_name: IEEE Trans. Cloud Comput. + pages: 1200-1217 +- title: 'RAM: A Resource-Aware DDoS Attack Mitigation Framework in Clouds' + authors: + - Fangyuan Xing + - Fei Tong 0001 + - Jialong Yang + - Guang Cheng 0001 + - Shibo He + year: '2024' + doi: 10.1109/TCC.2024.3480194 + url: https://doi.org/10.1109/TCC.2024.3480194 + dblp_key: journals/tcc/XingTYCH24 + venue_name: IEEE Trans. Cloud Comput. + pages: 1387-1400 +- title: Reversible Data Hiding in Shared Images With Separate Cover Image Reconstruction + and Secret Extraction + authors: + - Lizhi Xiong + - Xiao Han + - Ching-Nung Yang + - Yun-Qing Shi 0001 + year: '2024' + doi: 10.1109/TCC.2024.3351143 + url: https://doi.org/10.1109/TCC.2024.3351143 + dblp_key: journals/tcc/XiongHYS24 + venue_name: IEEE Trans. Cloud Comput. + pages: 186-199 +- title: Attribute-Based Hierarchical Keyword Auditing With Batch Fault Localization + Assisted by Smart Contracts + authors: + - Jingting Xue + - Shuqin Luo + - Fagen Li + - Wenzheng Zhang 0001 + - Liang Liu 0018 + - Yu Zhou + - Xiaojun Zhang + year: '2024' + doi: 10.1109/TCC.2024.3452324 + url: https://doi.org/10.1109/TCC.2024.3452324 + dblp_key: journals/tcc/XueLLZLZZ24 + venue_name: IEEE Trans. Cloud Comput. + pages: 1232-1247 +- title: Low-Carbon Operation of Data Centers With Joint Workload Sharing and Carbon + Allowance Trading + authors: + - Dongxiang Yan + - Mo-Yuen Chow + - Yue Chen 0012 + year: '2024' + doi: 10.1109/TCC.2024.3396476 + url: https://doi.org/10.1109/TCC.2024.3396476 + dblp_key: journals/tcc/YanCC24 + venue_name: IEEE Trans. Cloud Comput. + pages: 750-761 +- title: Multi-Data Center Tie-Line Power Smoothing Method Based on Demand Response + authors: + - Ting Yang 0002 + - Yuxing Hou + - Shaotang Cai + - Jie Yu + - Haibo Pen + year: '2024' + doi: 10.1109/TCC.2024.3410377 + url: https://doi.org/10.1109/TCC.2024.3410377 + dblp_key: journals/tcc/YangHCYP24 + venue_name: IEEE Trans. Cloud Comput. + pages: 983-995 +- title: 'Hyperion: Hardware-Based High-Performance and Secure System for Container + Networks' + authors: + - Myoungsung You + - Minjae Seo + - Jaehan Kim + - Seungwon Shin 0001 + - Jaehyun Nam + year: '2024' + doi: 10.1109/TCC.2024.3403175 + url: https://doi.org/10.1109/TCC.2024.3403175 + dblp_key: journals/tcc/YouSKSN24 + venue_name: IEEE Trans. Cloud Comput. + pages: 844-858 +- title: 'Edge-Cloud Collaborative UAV Object Detection: Edge-Embedded Lightweight + Algorithm Design and Task Offloading Using Fuzzy Neural Network' + authors: + - Yazhou Yuan + - Shicong Gao + - Ziteng Zhang + - Wenye Wang + - Zhezhuang Xu + - Zhixin Liu 0001 + year: '2024' + doi: 10.1109/TCC.2024.3361858 + url: https://doi.org/10.1109/TCC.2024.3361858 + dblp_key: journals/tcc/YuanGZWXL24 + venue_name: IEEE Trans. Cloud Comput. + pages: 306-318 +- title: 'FLAIR: A Fast and Low-Redundancy Failure Recovery Framework for Inter Data + Center Network' + authors: + - Yuchao Zhang 0004 + - Haoqiang Huang + - Ahmed M. Abdelmoniem + - Gaoxiong Zeng + - Chenyue Zheng + - Xirong Que + - Wendong Wang 0003 + - Ke Xu 0002 + year: '2024' + doi: 10.1109/TCC.2024.3393735 + url: https://doi.org/10.1109/TCC.2024.3393735 + dblp_key: journals/tcc/ZhangHAZZQWX24 + venue_name: IEEE Trans. Cloud Comput. + pages: 737-749 +- title: Large-Scale Measurements and Optimizations on Latency in Edge Clouds + authors: + - Heng Zhang 0032 + - Shaoyuan Huang + - Mengwei Xu 0001 + - Deke Guo + - Xiaofei Wang 0001 + - Xin Wang 0030 + - Victor C. M. Leung + - Wenyu Wang + year: '2024' + doi: 10.1109/TCC.2024.3452094 + url: https://doi.org/10.1109/TCC.2024.3452094 + dblp_key: journals/tcc/ZhangHXGWWLW24 + venue_name: IEEE Trans. Cloud Comput. + pages: 1218-1231 +- title: Minimizing Response Delay in UAV-Assisted Mobile Edge Computing by Joint + UAV Deployment and Computation Offloading + authors: + - Jianshan Zhang + - Haibo Luo + - Xing Chen 0002 + - Hong Shen 0001 + - Longkun Guo + year: '2024' + doi: 10.1109/TCC.2024.3478172 + url: https://doi.org/10.1109/TCC.2024.3478172 + dblp_key: journals/tcc/ZhangLCSG24 + venue_name: IEEE Trans. Cloud Comput. + pages: 1372-1386 +- title: 'BatOpt: Optimizing GPU-Based Deep Learning Inference Using Dynamic Batch + Processing' + authors: + - Deyu Zhang + - Yunzhen Luo + - Yanbo Wang 0003 + - Xiaoyan Kui + - Ju Ren 0001 + year: '2024' + doi: 10.1109/TCC.2024.3350561 + url: https://doi.org/10.1109/TCC.2024.3350561 + dblp_key: journals/tcc/ZhangLWKR24 + venue_name: IEEE Trans. Cloud Comput. + pages: 174-185 +- title: 'Anole: Scheduling Flows for Fast Datacenter Networks With Packet Re-Prioritization' + authors: + - Song Zhang 0008 + - Lide Suo + - Wenxin Li 0001 + - Yuan Liu + - Yulong Li 0001 + - Keqiu Li + year: '2024' + doi: 10.1109/TCC.2024.3376716 + url: https://doi.org/10.1109/TCC.2024.3376716 + dblp_key: journals/tcc/ZhangSLLLL24 + venue_name: IEEE Trans. Cloud Comput. + pages: 550-562 +- title: Stackelberg-Game-Based Multi-User Multi-Task Offloading in Mobile Edge Computing + authors: + - Xinglin Zhang 0001 + - Zhongling Wang + - Fengsen Tian + - Zheng Yang 0002 + year: '2024' + doi: 10.1109/TCC.2024.3370909 + url: https://doi.org/10.1109/TCC.2024.3370909 + dblp_key: journals/tcc/ZhangWTY24 + venue_name: IEEE Trans. Cloud Comput. + pages: 459-475 +- title: Context-Aware Consensus Algorithm for Blockchain-Empowered Federated Learning + authors: + - Yao Zhao + - Youyang Qu + - Yong Xiang 0001 + - Feifei Chen 0001 + - Longxiang Gao + year: '2024' + doi: 10.1109/TCC.2024.3372814 + url: https://doi.org/10.1109/TCC.2024.3372814 + dblp_key: journals/tcc/ZhaoQXCG24 + venue_name: IEEE Trans. Cloud Comput. + pages: 491-503 +- title: Personalized and Differential Privacy-Aware Video Stream Offloading in Mobile + Edge Computing + authors: + - Ping Zhao 0001 + - Ziyi Yang 0003 + - Guanglin Zhang + year: '2024' + doi: 10.1109/TCC.2024.3362355 + url: https://doi.org/10.1109/TCC.2024.3362355 + dblp_key: journals/tcc/ZhaoYZ24 + venue_name: IEEE Trans. Cloud Comput. + pages: 347-358 +- title: 'WorkloadDiff: Conditional Denoising Diffusion Probabilistic Models for Cloud + Workload Prediction' + authors: + - Weiping Zheng + - Zongxiao Chen + - Kaiyuan Zheng + - Weijian Zheng + - Yiqi Chen + - Xiaomao Fan + year: '2024' + doi: 10.1109/TCC.2024.3461649 + url: https://doi.org/10.1109/TCC.2024.3461649 + dblp_key: journals/tcc/ZhengCZZCF24 + venue_name: IEEE Trans. Cloud Comput. + pages: 1291-1304 +- title: 'CloudBrain-ReconAI: A Cloud Computing Platform for MRI Reconstruction and + Radiologists' Image Quality Evaluation' + authors: + - Yirong Zhou + - Chen Qian + - Jiayu Li + - Zi Wang 0005 + - Yu Hu + - Biao Qu + - Liuhong Zhu + - Jianjun Zhou + - Taishan Kang + - Jianzhong Lin + - Qing Hong + - Jiyang Dong + - Di Guo 0003 + - Xiaobo Qu 0001 + year: '2024' + doi: 10.1109/TCC.2024.3476418 + url: https://doi.org/10.1109/TCC.2024.3476418 + dblp_key: journals/tcc/ZhouQLWHQZZKLHDGQ24 + venue_name: IEEE Trans. Cloud Comput. + pages: 1359-1371 +- title: Learning to Optimize Workflow Scheduling for an Edge-Cloud Computing Environment + authors: + - Kaige Zhu + - Zhenjiang Zhang + - Sherali Zeadally + - Feng Sun 0011 + year: '2024' + doi: 10.1109/TCC.2024.3408006 + url: https://doi.org/10.1109/TCC.2024.3408006 + dblp_key: journals/tcc/ZhuZZS24 + venue_name: IEEE Trans. Cloud Comput. + pages: 897-912 +- title: Root Cause Analysis for Cloud-Native Applications + authors: + - Bartosz Zurkowski + - Krzysztof Zielinski + year: '2024' + doi: 10.1109/TCC.2024.3358823 + url: https://doi.org/10.1109/TCC.2024.3358823 + dblp_key: journals/tcc/ZurkowskiZ24 + venue_name: IEEE Trans. Cloud Comput. + pages: 232-250 diff --git a/site/data/papers/TCC-2024-digest.yaml b/site/data/papers/TCC-2024-digest.yaml new file mode 100644 index 0000000..ad40244 --- /dev/null +++ b/site/data/papers/TCC-2024-digest.yaml @@ -0,0 +1,105 @@ +venue: TCC +year: 2024 +selected: + - title: "FaaSCtrl: A Comprehensive-Latency Controller for Serverless Platforms" + authors: + - Abhisek Panda + - Smruti R. Sarangi + tldr: "FaaSCtrl is a feedback-control system for serverless platforms that jointly manages cold-start, queuing, and execution latency to meet end-to-end SLOs." + why_notable: "One of the few serverless controllers that addresses all three latency components together, providing a principled alternative to ad-hoc autoscaling heuristics." + + - title: "FUSIONIZE++: Improving Serverless Application Performance Using Dynamic Task Inlining and Infrastructure Optimization" + authors: + - Trever Schirmer + - Joel Scheuner + - Tobias Pfandzelter + - David Bermbach + tldr: "FUSIONIZE++ dynamically fuses serverless functions at runtime and co-optimizes infrastructure selection to cut invocation overhead and cost." + why_notable: "Demonstrates concrete end-to-end performance gains from function fusion in real serverless deployments, directly relevant to practitioners optimizing FaaS pipelines." + + - title: "BaaSLess: Backend-as-a-Service (BaaS)-Enabled Workflows in Federated Serverless Infrastructures" + authors: + - Thomas Larcher + - Philipp Gritsch + - Stefan Nastic + - Sashko Ristov + tldr: "BaaSLess integrates BaaS capabilities into serverless workflow execution across federated multi-provider infrastructures, enabling stateful cross-cloud function orchestration." + why_notable: "Addresses the underexplored intersection of BaaS, serverless, and federation, offering a practical blueprint for multi-cloud serverless applications." + + - title: "Slim and Fast: Low-Overhead Container Overlay Network With Fast Connection Setup" + authors: + - Fusheng Lin + - Xin Zhang 0117 + - Guo Chen 0001 + - Li Chen 0008 + - Kenli Li 0001 + - Hongbo Jiang 0001 + tldr: "A redesigned container overlay network that minimizes control-plane overhead and dramatically reduces connection setup latency for microservice-dense deployments." + why_notable: "The implementation targets real Kubernetes environments and directly improves east-west latency for microservices at scale." + + - title: "Trustless Collaborative Cloud Federation" + authors: + - Bishakh Chandra Ghosh + - Sandip Chakraborty 0001 + tldr: "A blockchain-backed protocol that enables resource sharing across competing cloud providers without requiring a trusted third party." + why_notable: "Tackles the fundamental trust barrier in multi-cloud federation with a practical, decentralized design that avoids provider lock-in." + + - title: "An Adaptive Cloud Resource Quota Scheme Based on Dynamic Portraits and Task-Resource Matching" + authors: + - Zuodong Jin + - Dan Tao + - Peng Qi 0006 + - Ruipeng Gao + tldr: "Builds dynamic workload portraits per tenant and matches them to resource quotas in real time, improving utilization while respecting SLAs in IaaS/PaaS clouds." + why_notable: "Moves beyond static quota assignment with a data-driven approach validated on production cloud workload traces." + + - title: "Aggregate Monitoring for Geo-Distributed Kubernetes Cluster Federations" + authors: + - Chih-Kai Huang 0001 + - Guillaume Pierre + tldr: "Proposes a scalable monitoring architecture for Kubernetes federations that aggregates metrics across geo-distributed clusters with low overhead." + why_notable: "Practical multi-cloud observability is rarely addressed at the federation layer; this work provides a deployable solution with measured performance on real clusters." + + - title: "Root Cause Analysis for Cloud-Native Applications" + authors: + - Bartosz Zurkowski + - Krzysztof Zielinski + tldr: "A graph-based RCA framework for microservice architectures that correlates traces, metrics, and logs to pinpoint fault origins in cloud-native deployments." + why_notable: "Directly applicable to production microservice operations, offering automated diagnosis that reduces mean time to recovery in complex service graphs." + + - title: "RAM: A Resource-Aware DDoS Attack Mitigation Framework in Clouds" + authors: + - Fangyuan Xing + - Fei Tong 0001 + - Jialong Yang + - Guang Cheng 0001 + - Shibo He + tldr: "RAM dynamically allocates cloud resources for DDoS mitigation based on attack intensity, balancing protection effectiveness against resource cost." + why_notable: "Combines attack detection and elastic resource provisioning in a single framework, making it immediately relevant for cloud security operations." + + - title: "Enabling Multi-Layer Threat Analysis in Dynamic Cloud Environments" + authors: + - Salman Manzoor + - Antonios Gouglidis + - Matthew Bradbury + - Neeraj Suri + tldr: "A multi-layer threat analysis system that correlates security events across IaaS, PaaS, and application layers to detect composite attacks in dynamic cloud deployments." + why_notable: "Addresses the gap between per-layer security tools and cross-layer attack detection, which is critical for securing modern cloud stacks." + + - title: "Hyperion: Hardware-Based High-Performance and Secure System for Container Networks" + authors: + - Myoungsung You + - Minjae Seo + - Jaehan Kim + - Seungwon Shin 0001 + - Jaehyun Nam + tldr: "Hyperion offloads container network security enforcement to programmable hardware, achieving line-rate packet processing with strong isolation guarantees." + why_notable: "Shows that hardware offload can simultaneously improve both throughput and security in container networking, with real implementation results." + + - title: "D-STACK: High Throughput DNN Inference by Effective Multiplexing and Spatio-Temporal Scheduling of GPUs" + authors: + - Aditya Dhakal + - Sameer G. Kulkarni + - K. K. Ramakrishnan + tldr: "D-STACK multiplexes multiple DNN inference jobs on shared GPUs via spatio-temporal scheduling, significantly increasing throughput without latency SLO violations." + why_notable: "Addresses a critical cloud resource management challenge for AI inference services, with a real system implementation and evaluation against production workloads." diff --git a/site/data/papers/TCC-2025-candidates.yaml b/site/data/papers/TCC-2025-candidates.yaml new file mode 100644 index 0000000..bfed29a --- /dev/null +++ b/site/data/papers/TCC-2025-candidates.yaml @@ -0,0 +1,1470 @@ +venue: TCC +year: 2025 +source: dblp +count: 105 +papers: +- title: 'Cloud Data Optimization: Lightweight Caching With Precise Bounds and Post-Cloud + Metrics' + authors: + - Thepparit Banditwattanawong + - Masawee Masdisornchote + year: '2025' + doi: 10.1109/TCC.2025.3612700 + url: https://doi.org/10.1109/TCC.2025.3612700 + dblp_key: journals/tcc/BanditwattanawongM25 + venue_name: IEEE Trans. Cloud Comput. + pages: 1290-1301 +- title: 'MKAC: Efficient and Privacy-Preserving Multi- Keyword Ranked Query With + Ciphertext Access Control in Cloud Environments' + authors: + - Haiyong Bao + - Lu Xing + - Honglin Wu + - Menghong Guan + - Na Ruan + - Cheng Huang 0001 + - Hong-Ning Dai + year: '2025' + doi: 10.1109/TCC.2025.3594575 + url: https://doi.org/10.1109/TCC.2025.3594575 + dblp_key: journals/tcc/BaoXWGRHD25 + venue_name: IEEE Trans. Cloud Comput. + pages: 1065-1077 +- title: 'Cache Allocation in Multi-Tenant Edge Computing: An Online Model-Based Reinforcement + Learning Approach' + authors: + - Ayoub Ben-Ameur + - Andrea Araldo + - Tijani Chahed + - György Dán + year: '2025' + doi: 10.1109/TCC.2025.3538158 + url: https://doi.org/10.1109/TCC.2025.3538158 + dblp_key: journals/tcc/BenAmeurACD25 + venue_name: IEEE Trans. Cloud Comput. + pages: 459-472 +- title: Observability and Incident Response in Managed Serverless Environments Using + Ontology-Based Log Monitoring + authors: + - Lavi Ben-Shimol + - Edita Grolman + - Aviad Elyashar + - Inbar Maimon + - Dudu Mimran + - Oleg Brodt + - Martin Strassmann + - Heiko Lehmann + - Yuval Elovici + - Asaf Shabtai + year: '2025' + doi: 10.1109/TCC.2025.3598060 + url: https://doi.org/10.1109/TCC.2025.3598060 + dblp_key: journals/tcc/BenShimolGEMMBSLES25 + venue_name: IEEE Trans. Cloud Comput. + pages: 1161-1176 +- title: 'SST-LOF: Container Anomaly Detection Method Based on Singular Spectrum Transformation + and Local Outlier Factor' + authors: + - Shilei Bu + - Minpeng Jin + - Jie Wang 0115 + - Yulai Xie 0002 + - Liangkang Zhang + year: '2025' + doi: 10.1109/TCC.2024.3514297 + url: https://doi.org/10.1109/TCC.2024.3514297 + dblp_key: journals/tcc/BuJWXZ25 + venue_name: IEEE Trans. Cloud Comput. + pages: 130-147 +- title: Optical Self-Adjusting Data Center Networks in the Scalable Matching Model + authors: + - Caio Alves Caldeira + - Otávio Augusto de Oliveira Souza + - Olga Goussevskaia + - Stefan Schmid 0001 + year: '2025' + doi: 10.1109/TCC.2024.3510916 + url: https://doi.org/10.1109/TCC.2024.3510916 + dblp_key: journals/tcc/CaldeiraSGS25 + venue_name: IEEE Trans. Cloud Comput. + pages: 87-98 +- title: Resource-Aware Dynamic Scheduling for Tasks With Deadline Constraints on + Edge Computing Systems + authors: + - Wenbiao Cao + - Xiaoyong Tang + - Tan Deng + - Ronghui Cao + - Keqin Li 0001 + year: '2025' + doi: 10.1109/TCC.2025.3603782 + url: https://doi.org/10.1109/TCC.2025.3603782 + dblp_key: journals/tcc/CaoTDCL25 + venue_name: IEEE Trans. Cloud Comput. + pages: 1119-1133 +- title: Energy-Aware Offloading of Containerized Tasks in Cloud Native V2X Networks + authors: + - Estela Carmona Cejudo + - Francesco Iadanza + year: '2025' + doi: 10.1109/TCC.2025.3529245 + url: https://doi.org/10.1109/TCC.2025.3529245 + dblp_key: journals/tcc/CejudoI25 + venue_name: IEEE Trans. Cloud Comput. + pages: 336-350 +- title: 'Optimizing Renewable Energy Utilization in Cloud Data Centers Through Dynamic + Overbooking: An MDP-Based Approach' + authors: + - Tuhin Chakraborty + - Carlo Kopp + - Adel Nadjaran Toosi + year: '2025' + doi: 10.1109/TCC.2024.3487954 + url: https://doi.org/10.1109/TCC.2024.3487954 + dblp_key: journals/tcc/ChakrabortyKT25 + venue_name: IEEE Trans. Cloud Comput. + pages: 1-17 +- title: Model-Oriented Training With Two-Stage Hierarchical Knowledge Distillation + Under Non-IID Conditions in Federated Edge-Cloud Collaboration + authors: + - Yishan Chen 0001 + - Wenshuo Dai + - Junxiao Han + - Zhen Qin 0004 + - Shuiguang Deng + year: '2025' + doi: 10.1109/TCC.2025.3620761 + url: https://doi.org/10.1109/TCC.2025.3620761 + dblp_key: journals/tcc/ChenDHQD25 + venue_name: IEEE Trans. Cloud Comput. + pages: 1205-1221 +- title: Fog-Enhanced Personalized Privacy-Preserving Data Analysis for Smart Homes + authors: + - Jiajun Chen 0003 + - Chunqiang Hu + - Weihong Sheng + - Hui Xia 0001 + - Pengfei Hu 0001 + - Jiguo Yu + year: '2025' + doi: 10.1109/TCC.2025.3586052 + url: https://doi.org/10.1109/TCC.2025.3586052 + dblp_key: journals/tcc/ChenHSXHY25 + venue_name: IEEE Trans. Cloud Comput. + pages: 995-1010 +- title: 'Understanding Serverless Inference in Mobile-Edge Networks: A Benchmark + Approach' + authors: + - Junhong Chen + - Yanying Lin + - Shijie Peng + - Shuaipeng Wu + - Kenneth B. Kent + - Hao Dai + - Kejiang Ye + - Yang Wang 0006 + year: '2025' + doi: 10.1109/TCC.2024.3521657 + url: https://doi.org/10.1109/TCC.2024.3521657 + dblp_key: journals/tcc/ChenLPWKDYW25 + venue_name: IEEE Trans. Cloud Comput. + pages: 198-212 +- title: Enhancing Container Security Through Phase-Based System Call Filtering + authors: + - Ke Chen + - Hui Lu 0005 + - Yinnan Yao + - Binxing Fang + - Yuan Liu 0002 + - Zhihong Tian + year: '2025' + doi: 10.1109/TCC.2025.3583414 + url: https://doi.org/10.1109/TCC.2025.3583414 + dblp_key: journals/tcc/ChenLYFLT25 + venue_name: IEEE Trans. Cloud Comput. + pages: 983-994 +- title: 'CSCR: A Cross-View Intelligent Scheduling Method Implemented via Cloud Computing + Workflow Reduction' + authors: + - Genxin Chen + - Jin Qi + - Xingjian Zhu + - Jialin Hua + - Zhenjiang Dong + - Yanfei Sun + year: '2025' + doi: 10.1109/TCC.2025.3591549 + url: https://doi.org/10.1109/TCC.2025.3591549 + dblp_key: journals/tcc/ChenQZHDS25 + venue_name: IEEE Trans. Cloud Comput. + pages: 1050-1064 +- title: Reversible Data Hiding in Encrypted Images Based on Chinese Remainder Theorem + authors: + - Jiani Chen + - Dawen Xu 0001 + year: '2025' + doi: 10.1109/TCC.2025.3570327 + url: https://doi.org/10.1109/TCC.2025.3570327 + dblp_key: journals/tcc/ChenX25 + venue_name: IEEE Trans. Cloud Comput. + pages: 821-836 +- title: 'PKEST: Public-Key Encryption With Similarity Test for Medical Consortia + Cloud Computing' + authors: + - Junsong Chen + - Shengke Zeng + - Song Han 0006 + - Jin Yin + - Peng Chen 0007 + year: '2025' + doi: 10.1109/TCC.2025.3558858 + url: https://doi.org/10.1109/TCC.2025.3558858 + dblp_key: journals/tcc/ChenZHYC25 + venue_name: IEEE Trans. Cloud Comput. + pages: 680-693 +- title: Path-Aware Scheduling Algorithm for Cost Optimization of Deadline-Constrained + Scientific Workflows in Cloud Environments + authors: + - Lin Cheng + - Jing Wu 0019 + - Yu Gan 0004 + - Ziyu Chen + - Wei Hu 0001 + year: '2025' + doi: 10.1109/TCC.2025.3612584 + url: https://doi.org/10.1109/TCC.2025.3612584 + dblp_key: journals/tcc/ChengWGCH25 + venue_name: IEEE Trans. Cloud Comput. + pages: 1247-1258 +- title: 'HyperPart: A Hypergraph-Based Abstraction for Deduplicated Storage Systems' + authors: + - Geyao Cheng + - Junxu Xia + - Lailong Luo + - Haibo Mi + - Deke Guo + - Richard T. B. Ma + year: '2025' + doi: 10.1109/TCC.2024.3502464 + url: https://doi.org/10.1109/TCC.2024.3502464 + dblp_key: journals/tcc/ChengXLMGM25 + venue_name: IEEE Trans. Cloud Comput. + pages: 46-60 +- title: Optimizing Cloud Computing Performance Through Integration of a Threshold-Based + Load Balancing Algorithm With Multiple Service Broker Policies + authors: + - Shusmoy Chowdhury + - Ajay Katangur + year: '2025' + doi: 10.1109/TCC.2025.3563848 + url: https://doi.org/10.1109/TCC.2025.3563848 + dblp_key: journals/tcc/ChowdhuryK25 + venue_name: IEEE Trans. Cloud Comput. + pages: 751-768 +- title: Multi-Granularity Federated Learning by Graph-Partitioning + authors: + - Ziming Dai + - Yunfeng Zhao + - Chao Qiu + - Xiaofei Wang 0001 + - Haipeng Yao + - Dusit Niyato + year: '2025' + doi: 10.1109/TCC.2024.3494765 + url: https://doi.org/10.1109/TCC.2024.3494765 + dblp_key: journals/tcc/DaiZQWYN25 + venue_name: IEEE Trans. Cloud Comput. + pages: 18-33 +- title: 'Ksurf+: Attention Kalman Filter for Prediction Under Highly Variable Cloud + Workloads' + authors: + - Michael Dang'ana + - Hans-Arno Jacobsen + year: '2025' + doi: 10.1109/TCC.2025.3605828 + url: https://doi.org/10.1109/TCC.2025.3605828 + dblp_key: journals/tcc/DanganaJ25 + venue_name: IEEE Trans. Cloud Comput. + pages: 1259-1274 +- title: 'Edge Service Caching With Delayed Hits: Minimizing Latency and Reducing + Cost' + authors: + - Sikha Deka + - Radhika Sukapuram + year: '2025' + doi: 10.1109/TCC.2025.3605922 + url: https://doi.org/10.1109/TCC.2025.3605922 + dblp_key: journals/tcc/DekaS25 + venue_name: IEEE Trans. Cloud Comput. + pages: 1371-1384 +- title: Leakage Reduced Searchable Symmetric Encryption for Multi-Keyword Queries + authors: + - Qinghua Deng + - Lanxiang Chen + - Yizhao Zhu + - Yi Mu 0001 + year: '2025' + doi: 10.1109/TCC.2025.3573378 + url: https://doi.org/10.1109/TCC.2025.3573378 + dblp_key: journals/tcc/DengCZM25 + venue_name: IEEE Trans. Cloud Comput. + pages: 882-894 +- title: Comments on "Blockchain-Assisted Public-Key Encryption With Keyword + Search Against Keyword Guessing Attacks for Cloud Storage" + authors: + - Keita Emura + year: '2025' + doi: 10.1109/TCC.2025.3604552 + url: https://doi.org/10.1109/TCC.2025.3604552 + dblp_key: journals/tcc/Emura25 + venue_name: IEEE Trans. Cloud Comput. + pages: 1498-1499 +- title: 'T-COMS: A Time-Slot-Aware and Cost-Effective Data Transfer Method for Geo-Distributed + Data Centers' + authors: + - Bita Fatemipour + - Zhe Zhang 0010 + - Marc St-Hilaire + year: '2025' + doi: 10.1109/TCC.2025.3572308 + url: https://doi.org/10.1109/TCC.2025.3572308 + dblp_key: journals/tcc/FatemipourZS25 + venue_name: IEEE Trans. Cloud Comput. + pages: 867-881 +- title: Secure kNN for Distributed Cloud Environment Using Fully Homomorphic Encryption + authors: + - Yuuya Fukuchi + - Sota Hashimoto + - Kazuya Sakai + - Satoshi Fukumoto + - Min-Te Sun + - Wei-Shinn Ku + year: '2025' + doi: 10.1109/TCC.2025.3561586 + url: https://doi.org/10.1109/TCC.2025.3561586 + dblp_key: journals/tcc/FukuchiHSFSK25 + venue_name: IEEE Trans. Cloud Comput. + pages: 721-736 +- title: Layer Redundancy Aware DNN Model Repository Planning for Fast Model Download + in Edge Cloud + authors: + - Hongmin Geng + - Yuepeng Li + - Sheng Wang + - Lin Gu 0002 + - Deze Zeng + year: '2025' + doi: 10.1109/TCC.2025.3591482 + url: https://doi.org/10.1109/TCC.2025.3591482 + dblp_key: journals/tcc/GengLWGZ25 + venue_name: IEEE Trans. Cloud Comput. + pages: 1038-1049 +- title: 'SROdcn: Scalable and Reconfigurable Optical DCN Architecture for High-Performance + Computing' + authors: + - Kassahun Geresu + - Huaxi Gu + - Xiaoshan Yu 0001 + - Meaad Fadhel + - Hui Tian 0001 + - Wenting Wei + year: '2025' + doi: 10.1109/TCC.2024.3523433 + url: https://doi.org/10.1109/TCC.2024.3523433 + dblp_key: journals/tcc/GeresuGYFTW25 + venue_name: IEEE Trans. Cloud Comput. + pages: 245-258 +- title: Developments on the "Machine Learning as a Service for High Energy Physics" + Framework and Related Cloud Native Solution + authors: + - Luca Giommi + - Daniele Spiga + - Mattia Paladino + - Valentin Kuznetsov + - Daniele Bonacorsi + year: '2025' + doi: 10.1109/TCC.2025.3535793 + url: https://doi.org/10.1109/TCC.2025.3535793 + dblp_key: journals/tcc/GiommiSPKB25 + venue_name: IEEE Trans. Cloud Comput. + pages: 429-440 +- title: Securing and Sustaining IoT Edge-Computing Architectures Through Nanoservice + Integration + authors: + - Cinthya Celina Tamayo Gonzalez + - Ijaz Ahmad 0005 + - Simone Soderi + - Erkki Harjula + year: '2025' + doi: 10.1109/TCC.2025.3588681 + url: https://doi.org/10.1109/TCC.2025.3588681 + dblp_key: journals/tcc/GonzalezASH25 + venue_name: IEEE Trans. Cloud Comput. + pages: 1026-1037 +- title: Demand-Aware Distributed Scheduling With Adaptive Buffer Control in Reconfigurable + Data Center Networks + authors: + - Subin Han + - Eunsok Lee + - Hyunkyung Yoo + - Namseok Ko + - Sangheon Pack + year: '2025' + doi: 10.1109/TCC.2025.3568369 + url: https://doi.org/10.1109/TCC.2025.3568369 + dblp_key: journals/tcc/HanLYKP25 + venue_name: IEEE Trans. Cloud Comput. + pages: 783-793 +- title: 'Joint Computation Offloading and Resource Allocation in Mobile-Edge Cloud + Computing: A Two-Layer Game Approach' + authors: + - Zhenli He + - Ying Guo 0018 + - Xiaolong Zhai + - Mingxiong Zhao 0001 + - Wei Zhou 0011 + - Keqin Li 0001 + year: '2025' + doi: 10.1109/TCC.2025.3538090 + url: https://doi.org/10.1109/TCC.2025.3538090 + dblp_key: journals/tcc/HeGZZZL25 + venue_name: IEEE Trans. Cloud Comput. + pages: 411-428 +- title: 'SOCT: Secure Outsourcing Computation Toolkit Using Threshold ElGamal Algorithm' + authors: + - Sen Hu 0003 + - Shang Ci + - Donghai Guan + - Çetin Kaya Koç + year: '2025' + doi: 10.1109/TCC.2025.3561313 + url: https://doi.org/10.1109/TCC.2025.3561313 + dblp_key: journals/tcc/HuCGK25 + venue_name: IEEE Trans. Cloud Comput. + pages: 711-720 +- title: Refrain From Inquiring About My Scalable Storage and Boolean Queries for + Secure Cloud + authors: + - Boli Hu + - Kai Zhang 0016 + - Junqing Gong 0001 + - Haifeng Qian + year: '2025' + doi: 10.1109/TCC.2025.3582645 + url: https://doi.org/10.1109/TCC.2025.3582645 + dblp_key: journals/tcc/HuZGQ25 + venue_name: IEEE Trans. Cloud Comput. + pages: 969-982 +- title: Resource Aware Deep Learning Model Partitioning and Allocation for Inference + Task in Clusters With Heterogeneous Graphics Processing Units + authors: + - Akishige Ikoma + - Yuichi Ohsita + - Masayuki Murata 0001 + year: '2025' + doi: 10.1109/TCC.2025.3626959 + url: https://doi.org/10.1109/TCC.2025.3626959 + dblp_key: journals/tcc/IkomaOM25 + venue_name: IEEE Trans. Cloud Comput. + pages: 1105-1118 +- title: Federated Learning With Adaptive Regularization for Efficient Edge Data Corruption + Detection in Edge Intelligence + authors: + - Md. Rashedul Islam + - Md Palash Uddin + - Yong Xiang 0001 + - Kuo-Hui Yeh + - Lu Liu 0001 + - Jonathan Kua + year: '2025' + doi: 10.1109/TCC.2025.3623572 + url: https://doi.org/10.1109/TCC.2025.3623572 + dblp_key: journals/tcc/IslamUXYLK25 + venue_name: IEEE Trans. Cloud Comput. + pages: 1302-1314 +- title: A Run-Time Framework for Ensuring Zero-Trust State of Client's Machines + in Cloud Environment + authors: + - Devki Nandan Jha + - Graham Lenton + - James Asker + - David Blundell + - Martin Higgins + - David C. H. Wallom + year: '2025' + doi: 10.1109/TCC.2024.3503358 + url: https://doi.org/10.1109/TCC.2024.3503358 + dblp_key: journals/tcc/JhaLABHW25 + venue_name: IEEE Trans. Cloud Comput. + pages: 61-74 +- title: Cloud-Edge Collaborative Service Architecture With Large-Tiny Models Based + on Deep Reinforcement Learning + authors: + - Xiaofeng Ji + - Faming Gong + - Nuanlai Wang + - Junjie Xu + - Xing Yan + year: '2025' + doi: 10.1109/TCC.2024.3525076 + url: https://doi.org/10.1109/TCC.2024.3525076 + dblp_key: journals/tcc/JiGWXY25 + venue_name: IEEE Trans. Cloud Comput. + pages: 288-302 +- title: 'DRKC: Deep Reinforcement Learning Enhanced Microservice Scheduling on Kubernetes + Clusters in Cloud-Edge Environment' + authors: + - Jian Jiang + - Qianmu Li + - Pengchuan Wang + - Yunhuai Liu + year: '2025' + doi: 10.1109/TCC.2025.3624031 + url: https://doi.org/10.1109/TCC.2025.3624031 + dblp_key: journals/tcc/JiangLWL25 + venue_name: IEEE Trans. Cloud Comput. + pages: 1472-1486 +- title: 'DesFaaS: Cross-Layer Joint Dynamic Deployment System for Serverless Stateful + Functions' + authors: + - Yuquan Jing + - Binbin Feng + - Zhijun Ding + year: '2025' + doi: 10.1109/TCC.2025.3628953 + url: https://doi.org/10.1109/TCC.2025.3628953 + dblp_key: journals/tcc/JingFD25 + venue_name: IEEE Trans. Cloud Comput. + pages: 1359-1370 +- title: Communication Intensive Task Offloading With IDMZ for Secure Industrial Edge + Computing + authors: + - Yuanjun Laili + - Jiabei Gong + - Yusheng Kong + - Fei Wang 0108 + - Lei Ren 0001 + - Lin Zhang 0009 + year: '2025' + doi: 10.1109/TCC.2025.3548043 + url: https://doi.org/10.1109/TCC.2025.3548043 + dblp_key: journals/tcc/LailiGKWRZ25 + venue_name: IEEE Trans. Cloud Comput. + pages: 560-577 +- title: 'Advancing Sustainability in Data Centers: Evaluation of Hybrid Air/Liquid + Cooling Schemes for IT Payload Using Sea Water' + authors: + - Imran Latif + - Muhammad Mubashar Ashraf + - Umaima Haider + - Gemma Reeves + - Alexandrina Untaroiu + - Fábio Coelho 0003 + - Denis Browne + year: '2025' + doi: 10.1109/TCC.2024.3521666 + url: https://doi.org/10.1109/TCC.2024.3521666 + dblp_key: journals/tcc/LatifAHRUCB25 + venue_name: IEEE Trans. Cloud Comput. + pages: 184-197 +- title: 'FaaSScout: Fast and Full Lifecycle RCA for FaaS Applications Using Salient + Feature Mining' + authors: + - Min Li 0065 + - Jin Huang + - Pengfei Chen 0002 + - Chongkang Tan + year: '2025' + doi: 10.1109/TCC.2025.3618712 + url: https://doi.org/10.1109/TCC.2025.3618712 + dblp_key: journals/tcc/LiHCT25 + venue_name: IEEE Trans. Cloud Comput. + pages: 1429-1445 +- title: A Dynamic and Secure Join Query Protocol for Multi-User Environment in Cloud + Computing + authors: + - Hongjun Li + - Debiao He + - Qi Feng + - Xiaolin Yang + - Qingcai Luo + year: '2025' + doi: 10.1109/TCC.2025.3544628 + url: https://doi.org/10.1109/TCC.2025.3544628 + dblp_key: journals/tcc/LiHFYL25 + venue_name: IEEE Trans. Cloud Comput. + pages: 512-525 +- title: Verifiable Encrypted Image Retrieval With Reversible Data Hiding in Cloud + Environment + authors: + - Mingyue Li + - Yuting Zhu + - Ruizhong Du + - Chunfu Jia + year: '2025' + doi: 10.1109/TCC.2025.3535937 + url: https://doi.org/10.1109/TCC.2025.3535937 + dblp_key: journals/tcc/LiZDJ25 + venue_name: IEEE Trans. Cloud Comput. + pages: 397-410 +- title: Budget-Feasible Clock Mechanism for Hierarchical Computation Offloading in + Edge-Vehicle Collaborative Computing + authors: + - Xi Liu 0002 + - Jun Liu 0081 + - Weidong Li 0002 + year: '2025' + doi: 10.1109/TCC.2025.3621432 + url: https://doi.org/10.1109/TCC.2025.3621432 + dblp_key: journals/tcc/LiuLL25 + venue_name: IEEE Trans. Cloud Comput. + pages: 1458-1471 +- title: 'HyperDrive: Direct Network Telemetry Storage via Programmable Switches' + authors: + - Ziyuan Liu + - Zhixiong Niu + - Ran Shu 0001 + - Wenxue Cheng + - Lihua Yuan + - Jacob Nelson 0001 + - Dan R. K. Ports + - Peng Cheng 0005 + - Yongqiang Xiong + year: '2025' + doi: 10.1109/TCC.2025.3543477 + url: https://doi.org/10.1109/TCC.2025.3543477 + dblp_key: journals/tcc/LiuNSCYNPCX25 + venue_name: IEEE Trans. Cloud Comput. + pages: 498-511 +- title: Secure and Efficient Cloud-Based Multi-Party Private Set Intersection With + Union Protocol + authors: + - Qian Liu + - Yu Zhan + - Baocang Wang + year: '2025' + doi: 10.1109/TCC.2025.3548570 + url: https://doi.org/10.1109/TCC.2025.3548570 + dblp_key: journals/tcc/LiuZW25 + venue_name: IEEE Trans. Cloud Comput. + pages: 578-589 +- title: 'BPFGuard: Multi-Granularity Container Runtime Mandatory Access Control' + authors: + - Hui Lu 0005 + - Xiaojiang Du + - Dawei Hu + - Shen Su + - Zhihong Tian + year: '2025' + doi: 10.1109/TCC.2025.3551838 + url: https://doi.org/10.1109/TCC.2025.3551838 + dblp_key: journals/tcc/LuDHST25 + venue_name: IEEE Trans. Cloud Comput. + pages: 629-640 +- title: 'StreamSys: A Lightweight Executable Delivery System for Edge Computing' + authors: + - Jun Lu + - Zhenya Ma + - Yinggang Gao + - Sheng Yue 0001 + - Ju Ren 0001 + - Yaoxue Zhang + year: '2025' + doi: 10.1109/TCC.2024.3521978 + url: https://doi.org/10.1109/TCC.2024.3521978 + dblp_key: journals/tcc/LuMGYRZ25 + venue_name: IEEE Trans. Cloud Comput. + pages: 213-226 +- title: 'FP-MLP: A Frequency Domain Patch-Based MLP Model for GPU-Dominated Cloud + Workload Prediction' + authors: + - Yao Lu 0021 + - Yongjing Shang + - Jie Cui 0004 + - Hong Zhong 0001 + - Lu Liu 0001 + - Geyong Min + year: '2025' + doi: 10.1109/TCC.2025.3620437 + url: https://doi.org/10.1109/TCC.2025.3620437 + dblp_key: journals/tcc/LuSCZLM25 + venue_name: IEEE Trans. Cloud Comput. + pages: 1235-1246 +- title: 'STiFF-Net: Spatial-Temporal Insights via Image-Driven Feature Fusion for + Workload Prediction in Intelligent Cloud Data Centers' + authors: + - Yao Lu 0021 + - Xiaoqin Yu + - Siqi Li + - Haowen Zheng + - Jie Cui 0004 + - Hong Zhong 0001 + - Lu Liu 0001 + - Geyong Min + year: '2025' + doi: 10.1109/TCC.2025.3628344 + url: https://doi.org/10.1109/TCC.2025.3628344 + dblp_key: journals/tcc/LuYLZCZLM25 + venue_name: IEEE Trans. Cloud Comput. + pages: 1385-1396 +- title: Design and Implementation of Fragmented Clouds for Evaluation of Distributed + Databases + authors: + - Yaser Mansouri + - Faheem Ullah + - Shagun Dhingra + - Muhammad Ali Babar 0001 + year: '2025' + doi: 10.1109/TCC.2023.3304351 + url: https://doi.org/10.1109/TCC.2023.3304351 + dblp_key: journals/tcc/MansouriUDB25 + venue_name: IEEE Trans. Cloud Comput. + pages: 1190-1204 +- title: Consortium Blockchain-Based Federated Sensor-Cloud for IoT Services + authors: + - Sudip Misra + - Aishwariya Chakraborty + - Ayan Mondal 0001 + - Dhanush Kamath + year: '2025' + doi: 10.1109/TCC.2025.3543627 + url: https://doi.org/10.1109/TCC.2025.3543627 + dblp_key: journals/tcc/MisraCMK25 + venue_name: IEEE Trans. Cloud Comput. + pages: 605-616 +- title: 'GHPFL: Advancing Personalized Edge-Based Learning Through Optimized Bandwidth + Utilization' + authors: + - Kaiwei Mo + - Wei Lin + - Jiaxun Lu + - Chun Jason Xue + - Yunfeng Shao 0001 + - Hong Xu 0001 + year: '2025' + doi: 10.1109/TCC.2025.3540023 + url: https://doi.org/10.1109/TCC.2025.3540023 + dblp_key: journals/tcc/MoLLXSX25 + venue_name: IEEE Trans. Cloud Comput. + pages: 473-484 +- title: A Cross-Workload Power Prediction Method Based on Transfer Gaussian Process + Regression in Cloud Data Centers + authors: + - Ruichao Mo + - Weiwei Lin 0001 + - Haocheng Zhong + - Minxian Xu + - Keqin Li 0001 + year: '2025' + doi: 10.1109/TCC.2025.3575790 + url: https://doi.org/10.1109/TCC.2025.3575790 + dblp_key: journals/tcc/MoLZXL25 + venue_name: IEEE Trans. Cloud Comput. + pages: 910-921 +- title: 'PiCoP: Service Mesh for Sharing Microservices in Multiple Environments Using + Protocol-Independent Context Propagation' + authors: + - Hiroya Onoe + - Daisuke Kotani + - Yasuo Okabe + year: '2025' + doi: 10.1109/TCC.2025.3531954 + url: https://doi.org/10.1109/TCC.2025.3531954 + dblp_key: journals/tcc/OnoeKO25 + venue_name: IEEE Trans. Cloud Comput. + pages: 383-396 +- title: A Reference Architecture for Governance of Cloud Native Applications + authors: + - William Pourmajidi + - Lei Zhang 0078 + - John Steinbacher + - Tony Erwin + - Andriy V. Miranskyy + year: '2025' + doi: 10.1109/TCC.2025.3578557 + url: https://doi.org/10.1109/TCC.2025.3578557 + dblp_key: journals/tcc/PourmajidiZSEM25 + venue_name: IEEE Trans. Cloud Comput. + pages: 935-952 +- title: 'Robin: An Efficient Hierarchical Federated Learning Framework via a Learning-Based + Synchronization Scheme' + authors: + - Tianyu Qi + - Yufeng Zhan + - Peng Li 0017 + - Yuanqing Xia + year: '2025' + doi: 10.1109/TCC.2025.3574823 + url: https://doi.org/10.1109/TCC.2025.3574823 + dblp_key: journals/tcc/QiZLX25 + venue_name: IEEE Trans. Cloud Comput. + pages: 895-909 +- title: Privacy-Preserving and Traceable Functional Encryption for Inner Product + in Cloud Computing + authors: + - Muyao Qiu + - Jinguang Han + - Feng Hao 0001 + - Chao Sun + - Ge Wu 0001 + year: '2025' + doi: 10.1109/TCC.2025.3556925 + url: https://doi.org/10.1109/TCC.2025.3556925 + dblp_key: journals/tcc/QiuHHSW25 + venue_name: IEEE Trans. Cloud Comput. + pages: 667-679 +- title: Hybrid Serverless Platform for Smart Deployment of Service Function Chains + authors: + - Sheshadri K. R + - J. Lakshmi + year: '2025' + doi: 10.1109/TCC.2025.3528573 + url: https://doi.org/10.1109/TCC.2025.3528573 + dblp_key: journals/tcc/RL25 + venue_name: IEEE Trans. Cloud Comput. + pages: 351-368 +- title: 'AI Applications Resource Allocation in Computing Continuum: A Stackelberg + Game Approach' + authors: + - Roberto Sala + - Hamta Sedghani + - Mauro Passacantando + - Giacomo Verticale + - Danilo Ardagna + year: '2025' + doi: 10.1109/TCC.2024.3521213 + url: https://doi.org/10.1109/TCC.2024.3521213 + dblp_key: journals/tcc/SalaSPVA25 + venue_name: IEEE Trans. Cloud Comput. + pages: 166-183 +- title: Efficient Dynamic Resource Management for Spatial Multitasking GPUs + authors: + - Hoda Sedighi + - Daniel Gehberger + - Amin Ebrahimzadeh + - Fetahi Wuhib + - Roch H. Glitho + year: '2025' + doi: 10.1109/TCC.2024.3511548 + url: https://doi.org/10.1109/TCC.2024.3511548 + dblp_key: journals/tcc/SedighiGEWG25 + venue_name: IEEE Trans. Cloud Comput. + pages: 99-117 +- title: 'HPCBL: A Privacy-Preserving Data Computing Model for the Supercomputing + Internet' + authors: + - Wei Shao + - Lianhai Wang + - Chunfu Jia + - Jinpeng Wang + - Shujiang Xu + - Shuhui Zhang 0001 + - Mingyue Li + - Qizheng Wang + year: '2025' + doi: 10.1109/TCC.2025.3604606 + url: https://doi.org/10.1109/TCC.2025.3604606 + dblp_key: journals/tcc/ShaoWJWXZLW25 + venue_name: IEEE Trans. Cloud Comput. + pages: 1134-1146 +- title: Data-Related Parameter Selection for Training Deep Learning Models Predicting + Application Performance Degradation in Clouds + authors: + - Behshid Shayesteh + - Chunyan Fu + - Amin Ebrahimzadeh + - Roch H. Glitho + year: '2025' + doi: 10.1109/TCC.2025.3570093 + url: https://doi.org/10.1109/TCC.2025.3570093 + dblp_key: journals/tcc/ShayestehFEG25 + venue_name: IEEE Trans. Cloud Comput. + pages: 794-806 +- title: Lightweight Conditional Privacy-Preserving Scheme for VANET Communications + authors: + - Xiaodong Shen + - Jianchang Lai + - Jinguang Han + - Liquan Chen + year: '2025' + doi: 10.1109/TCC.2025.3612092 + url: https://doi.org/10.1109/TCC.2025.3612092 + dblp_key: journals/tcc/ShenLHC25 + venue_name: IEEE Trans. Cloud Comput. + pages: 1487-1497 +- title: 'RLDR: Reinforcement Learning-Based Fast Data Recovery in Cloud-of-Clouds + Storage Systems' + authors: + - Jiajie Shen + - Bochun Wu + - Maoyi Wang + - Sai Zou + - Laizhong Cui + - Wei Ni 0001 + year: '2025' + doi: 10.1109/TCC.2025.3546528 + url: https://doi.org/10.1109/TCC.2025.3546528 + dblp_key: journals/tcc/ShenWWZCN25 + venue_name: IEEE Trans. Cloud Comput. + pages: 526-543 +- title: 'REE-TM: Reliable and Energy-Efficient Traffic Management Model for Diverse + Cloud Workloads' + authors: + - Ashutosh Kumar Singh 0001 + - Deepika Saxena + - Volker Lindenstruth + year: '2025' + doi: 10.1109/TCC.2025.3581697 + url: https://doi.org/10.1109/TCC.2025.3581697 + dblp_key: journals/tcc/SinghSL25 + venue_name: IEEE Trans. Cloud Comput. + pages: 953-968 +- title: Joint Adaptive Aggregation and Resource Allocation for Hierarchical Federated + Learning Systems Based on Edge-Cloud Collaboration + authors: + - Yi Su 0005 + - Wenhao Fan + - Qingcheng Meng + - Penghui Chen + - Yuan'an Liu + year: '2025' + doi: 10.1109/TCC.2025.3530681 + url: https://doi.org/10.1109/TCC.2025.3530681 + dblp_key: journals/tcc/SuFMCL25 + venue_name: IEEE Trans. Cloud Comput. + pages: 369-382 +- title: Energy-Privacy Tradeoff for Task Matching in Edge Computing Power Networks + authors: + - Liyan Sui + - Xiaoyan Huang + - Ke Zhang 0008 + - Yin Zhang 0002 + - Fan Wu 0012 + - Xin Guan 0003 + - Shujiang Xu + - Yan Zhang 0002 + year: '2025' + doi: 10.1109/TCC.2025.3614339 + url: https://doi.org/10.1109/TCC.2025.3614339 + dblp_key: journals/tcc/SuiHZZWGXZ25 + venue_name: IEEE Trans. Cloud Comput. + pages: 1315-1326 +- title: Delegatable Multi-Authority Attribute-Based Anonymous Credentials + authors: + - Meng Sun + - Junzuo Lai + - Xiaohan Mo + - Chi Wu + - Peng Li 0059 + - Cheng-Kang Chu + - Robert H. Deng + year: '2025' + doi: 10.1109/TCC.2025.3555519 + url: https://doi.org/10.1109/TCC.2025.3555519 + dblp_key: journals/tcc/SunLMWLCD25 + venue_name: IEEE Trans. Cloud Comput. + pages: 655-666 +- title: 'ByteTuning: Watermark Tuning for RoCEv2' + authors: + - Lizhuang Tan + - Zhuo Jiang + - Kefei Liu 0004 + - Haoran Wei + - Pengfei Huo + - Huiling Shi + - Wei Zhang 0049 + - Wei Su 0006 + year: '2025' + doi: 10.1109/TCC.2025.3525496 + url: https://doi.org/10.1109/TCC.2025.3525496 + dblp_key: journals/tcc/TanJLWHSZS25 + venue_name: IEEE Trans. Cloud Comput. + pages: 303-320 +- title: A Cost-Aware Operator Migration Approach for Distributed Stream Processing + System + authors: + - Jiawei Tan + - Zhuo Tang + - Wentong Cai 0001 + - Wen Jun Tan + - Xiong Xiao + - Jiapeng Zhang + - Yi Gao + - Kenli Li 0001 + year: '2025' + doi: 10.1109/TCC.2025.3538512 + url: https://doi.org/10.1109/TCC.2025.3538512 + dblp_key: journals/tcc/TanTCTXZGL25 + venue_name: IEEE Trans. Cloud Comput. + pages: 441-454 +- title: Accelerating AI-Generated Content Collaborative Inference Via Transfer Reinforcement + Learning in Dynamic Edge Networks + authors: + - Meng Tian + - Zhicheng Liu + - Chenxuan Hou + - Chao Qiu + - Xiaofei Wang 0001 + - Dusit Niyato + - Victor C. M. Leung + year: '2025' + doi: 10.1109/TCC.2025.3586878 + url: https://doi.org/10.1109/TCC.2025.3586878 + dblp_key: journals/tcc/TianLHQWNL25 + venue_name: IEEE Trans. Cloud Comput. + pages: 1011-1025 +- title: 'CADER: Cost-Efficient Cloud Application Deployment With Tenant Requirement + Guarantee in Multi-Clouds' + authors: + - Huaqing Tu + - Ziqiang Hua + - Qianpiao Ma + - Hanguang Luo + - Tao Zou + - Gongming Zhao + - Hongli Xu 0001 + year: '2025' + doi: 10.1109/TCC.2025.3626582 + url: https://doi.org/10.1109/TCC.2025.3626582 + dblp_key: journals/tcc/TuHMLZZX25 + venue_name: IEEE Trans. Cloud Comput. + pages: 1091-1104 +- title: 'CARL: Cost-Optimized Online Container Placement on VMs Using Adversarial + Reinforcement Learning' + authors: + - Prathamesh Saraf Vinayak + - Saswat Subhajyoti Mallick + - Lakshmi Jagarlamudi + - Anirban Chakraborty 0001 + - Yogesh Simmhan + year: '2025' + doi: 10.1109/TCC.2025.3528446 + url: https://doi.org/10.1109/TCC.2025.3528446 + dblp_key: journals/tcc/VinayakMJCS25 + venue_name: IEEE Trans. Cloud Comput. + pages: 321-335 +- title: A Method to Compare Scaling Algorithms for Cloud-Based Services + authors: + - Danny De Vleeschauwer + - Chia-Yu Chang + - Paola Soto + - Yorick De Bock + - Miguel Camelo + - Koen De Schepper + year: '2025' + doi: 10.1109/TCC.2024.3500139 + url: https://doi.org/10.1109/TCC.2024.3500139 + dblp_key: journals/tcc/VleeschauwerCSBCS25 + venue_name: IEEE Trans. Cloud Comput. + pages: 34-45 +- title: Forward-Secure Multi-User Graph Searchable Encryption for Exact Shortest + Path Queries + authors: + - Weixiao Wang + - Qing Fan + - Chuan Zhang 0003 + - Cong Zuo 0001 + - Liehuang Zhu + year: '2025' + doi: 10.1109/TCC.2025.3599412 + url: https://doi.org/10.1109/TCC.2025.3599412 + dblp_key: journals/tcc/WangFZZZ25 + venue_name: IEEE Trans. Cloud Comput. + pages: 1446-1457 +- title: Lattice-Based Revocable IBEET Scheme for Mobile Cloud Computing + authors: + - Hongwei Wang + - Yongjian Liao + - Zhishuo Zhang + - Yingjie Dong + - Shijie Zhou 0002 + year: '2025' + doi: 10.1109/TCC.2025.3570332 + url: https://doi.org/10.1109/TCC.2025.3570332 + dblp_key: journals/tcc/WangLZDZ25 + venue_name: IEEE Trans. Cloud Comput. + pages: 807-820 +- title: Task Allocation Optimization Mechanism Based on Voronoi Diagram in Edge-Cloud + Networks + authors: + - Yingjie Wang 0002 + - Lingkang Meng + - Peiyong Duan + - Xiangrong Tong + - Zice Sun + - Zhaowei Liu 0001 + - Zhipeng Cai 0001 + year: '2025' + doi: 10.1109/TCC.2024.3377536 + url: https://doi.org/10.1109/TCC.2024.3377536 + dblp_key: journals/tcc/WangMDTSLC25 + venue_name: IEEE Trans. Cloud Comput. + pages: 1222-1234 +- title: Content-Moderated Bilateral Access Control for Privacy-Preserving Cloud Data + Sharing Services + authors: + - Chao Wang + - Willy Susilo + - Yudi Zhang 0001 + - Yumei Li 0003 + - Qinlong Huang + year: '2025' + doi: 10.1109/TCC.2025.3612322 + url: https://doi.org/10.1109/TCC.2025.3612322 + dblp_key: journals/tcc/WangSZLH25 + venue_name: IEEE Trans. Cloud Comput. + pages: 1397-1410 +- title: Differentially Private and Truthful Reverse Auction With Dynamic Resource + Provisioning for VNFI Procurement in NFV Markets + authors: + - Xueyi Wang + - Xingwei Wang 0001 + - Zhitong Wang + - Rongfei Zeng + - Ruiyun Yu + - Qiang He 0002 + - Min Huang 0001 + year: '2025' + doi: 10.1109/TCC.2024.3522963 + url: https://doi.org/10.1109/TCC.2024.3522963 + dblp_key: journals/tcc/WangWWZYHH25 + venue_name: IEEE Trans. Cloud Comput. + pages: 259-272 +- title: 'PPSKSQ: Towards Efficient and Privacy-Preserving Spatial Keyword Similarity + Query in Cloud' + authors: + - Changrui Wang + - Lei Wu 0011 + - Lijuan Xu 0001 + - Haojie Yuan + - Hao Wang 0007 + - Wenying Zhang 0001 + - Weizhi Meng 0001 + year: '2025' + doi: 10.1109/TCC.2025.3547563 + url: https://doi.org/10.1109/TCC.2025.3547563 + dblp_key: journals/tcc/WangWXYWZM25 + venue_name: IEEE Trans. Cloud Comput. + pages: 544-559 +- title: Bidirectional Identity-Based Inner-Product Functional Re-Encryption in Vaccine + Data Sharing + authors: + - Jing Wang + - Yanwei Zhou + - Yasi Zhu + - Zhiquan Liu 0001 + - Bo Yang 0003 + - Mingwu Zhang + year: '2025' + doi: 10.1109/TCC.2025.3552740 + url: https://doi.org/10.1109/TCC.2025.3552740 + dblp_key: journals/tcc/WangZZLYZ25 + venue_name: IEEE Trans. Cloud Comput. + pages: 617-628 +- title: 'PHOENIX: Misconfiguration Detection for AWS Serverless Computing' + authors: + - Jinfeng Wen + - Haodi Ping + year: '2025' + doi: 10.1109/TCC.2025.3577211 + url: https://doi.org/10.1109/TCC.2025.3577211 + dblp_key: journals/tcc/WenP25 + venue_name: IEEE Trans. Cloud Comput. + pages: 922-934 +- title: 'Zero-Shot Generalizable Task Offloading in Edge Computing: A Causal Reinforcement + Learning Approach' + authors: + - Zhizhao Xu + - Chao Luo 0001 + - Rui Shao + year: '2025' + doi: 10.1109/TCC.2025.3611647 + url: https://doi.org/10.1109/TCC.2025.3611647 + dblp_key: journals/tcc/XuLS25 + venue_name: IEEE Trans. Cloud Comput. + pages: 1411-1428 +- title: An Efficient Delegatable Order-Revealing Encryption Scheme for Multi-User + Range Queries + authors: + - Jingru Xu + - Cong Peng 0005 + - Rui Li + - Jintao Fu + - Min Luo 0002 + year: '2025' + doi: 10.1109/TCC.2024.3506614 + url: https://doi.org/10.1109/TCC.2024.3506614 + dblp_key: journals/tcc/XuPLFL25 + venue_name: IEEE Trans. Cloud Comput. + pages: 75-86 +- title: 'Pura: An Efficient Privacy-Preserving Solution for Face Recognition' + authors: + - Guotao Xu + - Bowen Zhao 0001 + - Yang Xiao 0014 + - Yantao Zhong + - Liang Zhai + - Qingqi Pei + year: '2025' + doi: 10.1109/TCC.2025.3599468 + url: https://doi.org/10.1109/TCC.2025.3599468 + dblp_key: journals/tcc/XuZXZZP25 + venue_name: IEEE Trans. Cloud Comput. + pages: 1177-1189 +- title: 'PPEC: A Privacy-Preserving, Cost-Effective Incremental Density Peak Clustering + Analysis on Encrypted Outsourced Data' + authors: + - Haomiao Yang + - Zikang Ding + - Ruiheng Lu + - Kunlan Xiang + - Hongwei Li 0001 + - Dakui Wu + year: '2025' + doi: 10.1109/TCC.2025.3541749 + url: https://doi.org/10.1109/TCC.2025.3541749 + dblp_key: journals/tcc/YangDLXLW25 + venue_name: IEEE Trans. Cloud Comput. + pages: 485-497 +- title: 'Enhancing the Availability and Security of Attestation Scheme for Multiparty-Involved + DLaaS: A Circular Approach' + authors: + - Miaomiao Yang + - Guosheng Huang + - Honghai Chen + - Yongyi Liao + - Qixu Wang + - Xingshu Chen + year: '2025' + doi: 10.1109/TCC.2024.3522993 + url: https://doi.org/10.1109/TCC.2024.3522993 + dblp_key: journals/tcc/YangHCLWC25 + venue_name: IEEE Trans. Cloud Comput. + pages: 227-244 +- title: Privacy-Preserving Multi-Key Image Retrieval in Cloud Environment + authors: + - Tengfei Yang + - Jiawei He + - Zhiquan Liu 0001 + - Yinbin Miao + - Baodong Qin + - Fang Ren + - Teng Wang + year: '2025' + doi: 10.1109/TCC.2025.3630104 + url: https://doi.org/10.1109/TCC.2025.3630104 + dblp_key: journals/tcc/YangHLMQRW25 + venue_name: IEEE Trans. Cloud Comput. + pages: 1275-1289 +- title: Efficient Online Computing Offloading for Budget- Constrained Cloud-Edge + Collaborative Video Streaming Systems + authors: + - Shijing Yuan + - Yuxin Liu 0007 + - Song Guo 0001 + - Jie Li 0002 + - Hongyang Chen 0001 + - Chentao Wu + - Yang Yang 0001 + year: '2025' + doi: 10.1109/TCC.2024.3524310 + url: https://doi.org/10.1109/TCC.2024.3524310 + dblp_key: journals/tcc/YuanLGLCWY25 + venue_name: IEEE Trans. Cloud Comput. + pages: 273-287 +- title: 'IBNR-RD: Intra-Block Neighborhood Relationship-Based Resemblance Detection + for High-Performance Multi-Node Post-Deduplication' + authors: + - Dewen Zeng + - Wenlong Tian + - Tingting He + - Ruixuan Li 0001 + - Xuming Ye + - Zhiyong Xu 0003 + year: '2025' + doi: 10.1109/TCC.2024.3514784 + url: https://doi.org/10.1109/TCC.2024.3514784 + dblp_key: journals/tcc/ZengTHLYX25 + venue_name: IEEE Trans. Cloud Comput. + pages: 118-129 +- title: Modeling Resource Scheduling in Optical Switching DCNs Under Bursty and Skewed + Traffic + authors: + - Shuai Zhang 0038 + - Baojun Chen + - Weiqiang Sun + - Weisheng Hu + year: '2025' + doi: 10.1109/TCC.2025.3561281 + url: https://doi.org/10.1109/TCC.2025.3561281 + dblp_key: journals/tcc/ZhangCSH25 + venue_name: IEEE Trans. Cloud Comput. + pages: 737-750 +- title: 'Personalized Cloud Gaming: Multi-Objective Optimization for Resource Utilization + and Video Encoding' + authors: + - Jingjing Zhang + - Xiaoheng Deng + - Jinsong Gui + - Xuechen Chen + - Shaohua Wan 0001 + - Geyong Min + year: '2025' + doi: 10.1109/TCC.2025.3571095 + url: https://doi.org/10.1109/TCC.2025.3571095 + dblp_key: journals/tcc/ZhangDGCWM25 + venue_name: IEEE Trans. Cloud Comput. + pages: 854-866 +- title: Cloud Load Balancers Need to Stay Off the Data Path + authors: + - Yuchen Zhang + - Shuai Jin + - Zhenyu Wen + - Shibo He + - Qingzheng Hou + - Yang Song + - Zhigang Zong + - Xiaomin Wu + - Bengbeng Xue + - Chenghao Sun + - Ku Li + - Xing Li 0007 + - Biao Lyu + - Rong Wen + - Jiming Chen 0001 + - Shunmin Zhu + year: '2025' + doi: 10.1109/TCC.2025.3595172 + url: https://doi.org/10.1109/TCC.2025.3595172 + dblp_key: journals/tcc/ZhangJWHHSZWXSLLLWCZ25 + venue_name: IEEE Trans. Cloud Comput. + pages: 1078-1090 +- title: Deadline-Aware Online Job Scheduling for Distributed Training in Heterogeneous + Clusters + authors: + - Yuchen Zhang + - Long Luo + - Gang Sun 0001 + - Hongfang Yu + - Bo Li 0001 + year: '2025' + doi: 10.1109/TCC.2025.3548604 + url: https://doi.org/10.1109/TCC.2025.3548604 + dblp_key: journals/tcc/ZhangLSYL25 + venue_name: IEEE Trans. Cloud Comput. + pages: 590-604 +- title: A Graph-Based Deep Reinforcement Learning Model for Task Scheduling on Heterogeneous + Resource-Elastic Management of Resource Pool + authors: + - Cong Zhang 0003 + - Fan Wu 0007 + - Zhenyu Wang + - Xiaohan Wang + - Huadong Ma + - Yuanan Liu + year: '2025' + doi: 10.1109/TCC.2025.3620615 + url: https://doi.org/10.1109/TCC.2025.3620615 + dblp_key: journals/tcc/ZhangWWWML25 + venue_name: IEEE Trans. Cloud Comput. + pages: 1327-1342 +- title: Optimal Packing for Encrypted and Compressed Key-Value Stores With Pattern-Analysis + Security + authors: + - Chen Zhang 0037 + - Shujin Ye + - Hai Liu 0001 + - Tse-Tin Chan + year: '2025' + doi: 10.1109/TCC.2025.3624592 + url: https://doi.org/10.1109/TCC.2025.3624592 + dblp_key: journals/tcc/ZhangYLC25 + venue_name: IEEE Trans. Cloud Comput. + pages: 1343-1358 +- title: 'Breaking the Edge: Enabling Efficient Neural Network Inference on Integrated + Edge Devices' + authors: + - Feng Zhang 0007 + - Chenyang Zhang 0005 + - Jiawei Guan + - Qiangjun Zhou + - Kuangyu Chen + - Xiao Zhang 0001 + - Bingsheng He + - Jidong Zhai + - Xiaoyong Du 0001 + year: '2025' + doi: 10.1109/TCC.2025.3559346 + url: https://doi.org/10.1109/TCC.2025.3559346 + dblp_key: journals/tcc/ZhangZGZCZHZD25 + venue_name: IEEE Trans. Cloud Comput. + pages: 694-710 +- title: 'Communication-Efficient Task-Offloading in Mobile Edge Computing System: + A Multi-Agent Multi-Armed Bandit Approach' + authors: + - Xiaoxiong Zhong + - Hangfan Li + - Li Li + - Sheng Zhang + - Fangming Liu + year: '2025' + doi: 10.1109/TCC.2025.3620474 + url: https://doi.org/10.1109/TCC.2025.3620474 + dblp_key: journals/tcc/ZhongLLZL25 + venue_name: IEEE Trans. Cloud Comput. + pages: 1147-1160 +- title: 'Achieving Enhanced Bi-Linear Attention Network for Teaching Manner Analysis + Over Edge Cloud-Assisted AIoT: Voice-Body Coordination Perspective' + authors: + - Yu Zhou + - Sai Zou + - Bochun Wu + - Wei Ni 0001 + - Xiaojiang Du + year: '2025' + doi: 10.1109/TCC.2025.3568394 + url: https://doi.org/10.1109/TCC.2025.3568394 + dblp_key: journals/tcc/ZhouZWND25 + venue_name: IEEE Trans. Cloud Comput. + pages: 769-782 +- title: Two-Stage Learning Approach for Semantic-Aware Task Scheduling in Container-Based + Clouds + authors: + - Lilu Zhu + - Kai Huang + - Yanfeng Hu + - Yang Wang 0015 + year: '2025' + doi: 10.1109/TCC.2024.3520101 + url: https://doi.org/10.1109/TCC.2024.3520101 + dblp_key: journals/tcc/ZhuHHW25 + venue_name: IEEE Trans. Cloud Comput. + pages: 148-165 +- title: Dynamic QoS-Driven Framework for Co-Scheduling of Distributed Long-Running + Applications on Shared Clusters + authors: + - Jianyong Zhu + - Hongtao Wang 0002 + - Pan Su 0001 + - Yang Wang + - Weihua Pan + year: '2025' + doi: 10.1109/TCC.2025.3571098 + url: https://doi.org/10.1109/TCC.2025.3571098 + dblp_key: journals/tcc/ZhuWSWP25 + venue_name: IEEE Trans. Cloud Comput. + pages: 837-853 +- title: 'ReflexPilot: Startup-Aware Dependent Task Scheduling Based on Deep Reinforcement + Learning for Edge-Cloud Collaborative Computing' + authors: + - Wenhao Zou + - Zongshuai Zhang + - Nina Wang + - Yu Tian + - Lin Tian + year: '2025' + doi: 10.1109/TCC.2025.3555231 + url: https://doi.org/10.1109/TCC.2025.3555231 + dblp_key: journals/tcc/ZouZWTT25 + venue_name: IEEE Trans. Cloud Comput. + pages: 641-654 diff --git a/site/data/papers/TCC-2025-digest.yaml b/site/data/papers/TCC-2025-digest.yaml new file mode 100644 index 0000000..fed47da --- /dev/null +++ b/site/data/papers/TCC-2025-digest.yaml @@ -0,0 +1,129 @@ +venue: TCC +year: 2025 +selected: + - title: "DRKC: Deep Reinforcement Learning Enhanced Microservice Scheduling on Kubernetes Clusters in Cloud-Edge Environment" + authors: + - Jian Jiang + - Qianmu Li + - Pengchuan Wang + - Yunhuai Liu + tldr: "DRKC uses deep reinforcement learning to schedule microservices across Kubernetes clusters spanning cloud and edge nodes, optimizing latency and resource utilization." + why_notable: "One of the few papers to tackle DRL-based microservice placement at the Kubernetes level in a real cloud-edge topology, making it directly actionable for practitioners." + + - title: "DesFaaS: Cross-Layer Joint Dynamic Deployment System for Serverless Stateful Functions" + authors: + - Yuquan Jing + - Binbin Feng + - Zhijun Ding + tldr: "DesFaaS jointly optimizes the placement and lifecycle of stateful serverless functions across compute, network, and storage layers to reduce latency and cost." + why_notable: "Addresses the hard problem of state management in FaaS by co-designing across layers, opening a new direction for stateful serverless architectures." + + - title: "CARL: Cost-Optimized Online Container Placement on VMs Using Adversarial Reinforcement Learning" + authors: + - Prathamesh Saraf Vinayak + - Saswat Subhajyoti Mallick + - Lakshmi Jagarlamudi + - Anirban Chakraborty 0001 + - Yogesh Simmhan + tldr: "CARL applies adversarial reinforcement learning to online container bin-packing on cloud VMs, minimizing cost while handling adversarial workload patterns." + why_notable: "The adversarial training objective makes the scheduler robust to worst-case workload shifts, a significant advance over standard RL-based placement." + + - title: "CADER: Cost-Efficient Cloud Application Deployment With Tenant Requirement Guarantee in Multi-Clouds" + authors: + - Huaqing Tu + - Ziqiang Hua + - Qianpiao Ma + - Hanguang Luo + - Tao Zou + - Gongming Zhao + - Hongli Xu 0001 + tldr: "CADER places cloud application components across multiple providers to minimize cost while enforcing per-tenant SLA and data-locality constraints." + why_notable: "Provides a rigorous multi-cloud placement framework that balances cost and tenant requirements, directly addressing a key challenge in multi-cloud SaaS/PaaS deployments." + + - title: "Cloud Load Balancers Need to Stay Off the Data Path" + authors: + - Yuchen Zhang + - Shuai Jin + - Zhenyu Wen + - Shibo He + - Qingzheng Hou + - Yang Song + - Zhigang Zong + - Xiaomin Wu + - Bengbeng Xue + - Chenghao Sun + - Ku Li + - Xing Li 0007 + - Biao Lyu + - Rong Wen + - Jiming Chen 0001 + - Shunmin Zhu + tldr: "Based on large-scale production experience, this paper argues and demonstrates that cloud load balancers should operate out-of-band to eliminate throughput bottlenecks at scale." + why_notable: "A rare production-grounded architectural insight from a major cloud provider that challenges conventional in-path load balancer designs." + + - title: "PHOENIX: Misconfiguration Detection for AWS Serverless Computing" + authors: + - Jinfeng Wen + - Haodi Ping + tldr: "PHOENIX automatically detects security and correctness misconfigurations in AWS Lambda deployments by analyzing IAM policies, triggers, and function configurations." + why_notable: "Serverless misconfiguration is a leading cause of cloud security incidents; PHOENIX provides an automated, deployable detection tool for AWS environments." + + - title: "FaaSScout: Fast and Full Lifecycle RCA for FaaS Applications Using Salient Feature Mining" + authors: + - Min Li 0065 + - Jin Huang + - Pengfei Chen 0002 + - Chongkang Tan + tldr: "FaaSScout performs root cause analysis across the full FaaS invocation lifecycle by mining salient features from traces and logs to localize faults quickly." + why_notable: "Fills a critical operational gap for serverless: fast, automated fault diagnosis that covers cold starts, platform issues, and application errors in a unified framework." + + - title: "Hybrid Serverless Platform for Smart Deployment of Service Function Chains" + authors: + - Sheshadri K. R + - J. Lakshmi + tldr: "A hybrid serverless platform that intelligently places NFV service function chains on serverless infrastructure, reducing provisioning overhead while meeting latency targets." + why_notable: "Bridges serverless computing and NFV, demonstrating that serverless abstractions can be applied to network function deployment with competitive performance." + + - title: "PiCoP: Service Mesh for Sharing Microservices in Multiple Environments Using Protocol-Independent Context Propagation" + authors: + - Hiroya Onoe + - Daisuke Kotani + - Yasuo Okabe + tldr: "PiCoP extends service mesh capabilities to span heterogeneous protocol environments by providing protocol-independent context propagation for distributed microservice tracing and control." + why_notable: "Solves a practical multi-cloud and hybrid deployment challenge where microservices communicate over different protocols, enabling unified observability and policy enforcement." + + - title: "A Reference Architecture for Governance of Cloud Native Applications" + authors: + - William Pourmajidi + - Lei Zhang 0078 + - John Steinbacher + - Tony Erwin + - Andriy V. Miranskyy + tldr: "Proposes and validates a reference architecture that unifies policy enforcement, compliance, and lifecycle governance for cloud-native applications across deployment environments." + why_notable: "Provides a vendor-neutral governance blueprint grounded in industry practice, filling a gap between DevOps tooling and organizational cloud compliance requirements." + + - title: "Observability and Incident Response in Managed Serverless Environments Using Ontology-Based Log Monitoring" + authors: + - Lavi Ben-Shimol + - Edita Grolman + - Aviad Elyashar + - Inbar Maimon + - Dudu Mimran + - Oleg Brodt + - Martin Strassmann + - Heiko Lehmann + - Yuval Elovici + - Asaf Shabtai + tldr: "Uses an ontology-based approach to monitor serverless function logs, enabling structured incident detection and response in managed FaaS environments." + why_notable: "Brings structured knowledge representation to serverless observability, enabling richer incident correlation than rule-based or purely ML-based log monitors." + + - title: "A Run-Time Framework for Ensuring Zero-Trust State of Client's Machines in Cloud Environment" + authors: + - Devki Nandan Jha + - Graham Lenton + - James Asker + - David Blundell + - Martin Higgins + - David C. H. Wallom + tldr: "A runtime attestation framework continuously verifies the security posture of client machines accessing cloud resources, enforcing zero-trust policies based on live system state." + why_notable: "Moves zero-trust enforcement from static policy configuration to continuous runtime verification, addressing a key gap in current cloud access control models." diff --git a/site/data/papers/TOCS-2024-candidates.yaml b/site/data/papers/TOCS-2024-candidates.yaml new file mode 100644 index 0000000..75de89c --- /dev/null +++ b/site/data/papers/TOCS-2024-candidates.yaml @@ -0,0 +1,127 @@ +venue: TOCS +year: 2024 +source: dblp +count: 9 +papers: +- title: 'PMAlloc: A Holistic Approach to Improving Persistent Memory Allocation' + authors: + - Zheng Dang + - Shuibing He + - Xuechen Zhang 0001 + - Peiyi Hong + - Zhenxin Li + - Xinyu Chen + - Haozhe Song + - Xian-He Sun + - Gang Chen 0001 + year: '2024' + doi: 10.1145/3643886 + url: https://doi.org/10.1145/3643886 + dblp_key: journals/tocs/DangHZHLCSSC24 + venue_name: ACM Trans. Comput. Syst. + pages: 1-52 +- title: 'Boki: Towards Data Consistency and Fault Tolerance with Shared Logs in Stateful + Serverless Computing' + authors: + - Zhipeng Jia + - Emmett Witchel + year: '2024' + doi: 10.1145/3653072 + url: https://doi.org/10.1145/3653072 + dblp_key: journals/tocs/JiaW24 + venue_name: ACM Trans. Comput. Syst. + pages: 1-35 +- title: 'Diciclo: Flexible User-level Services for Efficient Multitenant Isolation' + authors: + - Giorgos Kappes + - Stergios V. Anastasiadis + year: '2024' + doi: 10.1145/3639404 + url: https://doi.org/10.1145/3639404 + dblp_key: journals/tocs/KappesA24 + venue_name: ACM Trans. Comput. Syst. + pages: 3:1-3:47 +- title: 'SPATA: Effective OS Bug Detection with Summary-Based, Alias-Aware, and Path-Sensitive + Typestate Analysis' + authors: + - Tuo Li + - Jia-Ju Bai + - Yulei Sui + - Shi-Min Hu 0001 + year: '2024' + doi: 10.1145/3695250 + url: https://doi.org/10.1145/3695250 + dblp_key: journals/tocs/LiBSH24 + venue_name: ACM Trans. Comput. Syst. + pages: 1-40 +- title: 'Trinity: High-Performance and Reliable Mobile Emulation through Graphics + Projection' + authors: + - Hao Lin 0005 + - Zhenhua Li 0001 + - Di Gao + - Yunhao Liu 0001 + - Feng Qian 0001 + - Tianyin Xu + - Bo Xiao + - Xiaokang Qin + year: '2024' + doi: 10.1145/3643029 + url: https://doi.org/10.1145/3643029 + dblp_key: journals/tocs/LinLGLQXXQ24 + venue_name: ACM Trans. Comput. Syst. + pages: 1-33 +- title: 'Optimizing Resource Management for Shared Microservices: A Scalable System + Design' + authors: + - Shutian Luo + - Chenyu Lin + - Kejiang Ye + - Guoyao Xu + - Liping Zhang 0013 + - Guodong Yang + - Huanle Xu + - Cheng-Zhong Xu 0001 + year: '2024' + doi: 10.1145/3631607 + url: https://doi.org/10.1145/3631607 + dblp_key: journals/tocs/LuoLYXZYXX24 + venue_name: ACM Trans. Comput. Syst. + pages: 1:1-1:28 +- title: Hardware-Software Collaborative Tiered-Memory Management Framework for Virtualization + authors: + - Sai Sha + - Chuandong Li 0004 + - Xiaolin Wang 0001 + - Zhenlin Wang 0003 + - Yingwei Luo + year: '2024' + doi: 10.1145/3639564 + url: https://doi.org/10.1145/3639564 + dblp_key: journals/tocs/ShaLWWL24 + venue_name: ACM Trans. Comput. Syst. + pages: 4:1-4:32 +- title: Editorial + authors: [] + year: '2024' + doi: 10.1145/3696656 + url: https://doi.org/10.1145/3696656 + dblp_key: journals/tocs/X24 + venue_name: ACM Trans. Comput. Syst. + pages: 1-2 +- title: Component-distinguishable Co-location and Resource Reclamation for High-throughput + Computing + authors: + - Laiping Zhao + - Yushuai Cui + - Yanan Yang + - Xiaobo Zhou 0003 + - Tie Qiu 0001 + - Keqiu Li + - Yungang Bao + year: '2024' + doi: 10.1145/3630006 + url: https://doi.org/10.1145/3630006 + dblp_key: journals/tocs/ZhaoCYZQLB24 + venue_name: ACM Trans. Comput. Syst. + pages: 2:1-2:37 diff --git a/site/data/papers/TOCS-2024-digest.yaml b/site/data/papers/TOCS-2024-digest.yaml new file mode 100644 index 0000000..8b1b2fd --- /dev/null +++ b/site/data/papers/TOCS-2024-digest.yaml @@ -0,0 +1,80 @@ +venue: TOCS +year: 2024 +selected: + - title: "PMAlloc: A Holistic Approach to Improving Persistent Memory Allocation" + authors: + - Zheng Dang + - Shuibing He + - Xuechen Zhang + - Peiyi Hong + - Zhenxin Li + - Xinyu Chen + - Haozhe Song + - Xian-He Sun + - Gang Chen + tldr: "PMAlloc redesigns persistent memory allocation end-to-end, co-optimizing the allocator's data structures, concurrency, and crash consistency to dramatically reduce allocation overhead." + why_notable: "Persistent memory is still poorly understood at the allocator level; this paper offers a rare holistic treatment that will inform future PM software stacks." + - title: "Boki: Towards Data Consistency and Fault Tolerance with Shared Logs in Stateful Serverless Computing" + authors: + - Zhipeng Jia + - Emmett Witchel + tldr: "Boki introduces a shared-log abstraction for serverless functions that provides strong consistency and fault tolerance without requiring developers to manage state explicitly." + why_notable: "It reframes stateful serverless as a log-centric problem, offering a clean systems primitive that substantially simplifies correctness guarantees in function-as-a-service platforms." + - title: "Diciclo: Flexible User-level Services for Efficient Multitenant Isolation" + authors: + - Giorgos Kappes + - Stergios V. Anastasiadis + tldr: "Diciclo provides a user-level framework that lets services customize their isolation mechanisms without kernel modifications, reducing interference among co-located tenants." + why_notable: "Multitenant isolation in cloud systems is typically a blunt instrument; this work shows that flexible, low-overhead isolation can be achieved entirely in user space." + - title: "SPATA: Effective OS Bug Detection with Summary-Based, Alias-Aware, and Path-Sensitive Typestate Analysis" + authors: + - Tuo Li + - Jia-Ju Bai + - Yulei Sui + - Shi-Min Hu + tldr: "SPATA applies a summary-based, alias-aware, and path-sensitive typestate analysis to detect resource-management bugs in OS kernels at scale." + why_notable: "Finding use-after-free and double-free bugs in OS code remains an open challenge; SPATA's precision improvements over prior static analyses make it a practical tool for kernel hardening." + - title: "Trinity: High-Performance and Reliable Mobile Emulation through Graphics Projection" + authors: + - Hao Lin + - Zhenhua Li + - Di Gao + - Yunhao Liu + - Feng Qian + - Tianyin Xu + - Bo Xiao + - Xiaokang Qin + tldr: "Trinity projects GPU rendering workloads from a mobile device onto a remote high-performance GPU, enabling faithful, high-throughput mobile emulation." + why_notable: "Mobile app testing at scale requires accurate emulation of GPU behavior; Trinity's graphics-projection design closes a long-standing fidelity gap in mobile emulators." + - title: "Optimizing Resource Management for Shared Microservices: A Scalable System Design" + authors: + - Shutian Luo + - Chenyu Lin + - Kejiang Ye + - Guoyao Xu + - Liping Zhang + - Guodong Yang + - Huanle Xu + - Cheng-Zhong Xu + tldr: "This paper presents a scalable resource-management system for shared microservices that reduces interference and improves utilization in large-scale production deployments." + why_notable: "Microservice co-location is the norm in modern clouds, yet managing their shared resources at scale remains unsolved; this work delivers practical, production-validated answers." + - title: "Hardware-Software Collaborative Tiered-Memory Management Framework for Virtualization" + authors: + - Sai Sha + - Chuandong Li + - Xiaolin Wang + - Zhenlin Wang + - Yingwei Luo + tldr: "A hardware-software co-design framework that transparently manages hot/cold data placement across DRAM and slower memory tiers inside virtual machines." + why_notable: "As CXL-attached and NVM memory tiers become mainstream in data centers, principled tiered-memory management in hypervisors becomes critical; this paper provides a solid baseline." + - title: "Component-distinguishable Co-location and Resource Reclamation for High-throughput Computing" + authors: + - Laiping Zhao + - Yushuai Cui + - Yanan Yang + - Xiaobo Zhou + - Tie Qiu + - Keqiu Li + - Yungang Bao + tldr: "This system differentiates micro-components of co-located workloads to reclaim idle resources precisely, boosting overall cluster throughput without violating SLOs." + why_notable: "Coarse-grained co-location wastes significant cluster capacity; the component-level granularity introduced here sets a new standard for resource-reclamation systems." diff --git a/site/data/papers/TOCS-2025-candidates.yaml b/site/data/papers/TOCS-2025-candidates.yaml new file mode 100644 index 0000000..f2bb8ef --- /dev/null +++ b/site/data/papers/TOCS-2025-candidates.yaml @@ -0,0 +1,180 @@ +venue: TOCS +year: 2025 +source: dblp +count: 13 +papers: +- title: Whole-system Persistence Made Efficient with Tree-structured Checkpointing + on Microkernel + authors: + - Mingkai Dong 0002 + - Fangnuo Wu + - Gequan Mo + - Haibo Chen 0001 + year: '2025' + doi: 10.1145/3742425 + url: https://doi.org/10.1145/3742425 + dblp_key: journals/tocs/DongWMC25 + venue_name: ACM Trans. Comput. Syst. + pages: 1-29 +- title: 'XpuTEE: A High-Performance and Practical Heterogeneous Trusted Execution + Environment for GPUs' + authors: + - Shulin Fan + - Zhichao Hua 0001 + - Yubin Xia + - Haibo Chen 0001 + year: '2025' + doi: 10.1145/3719653 + url: https://doi.org/10.1145/3719653 + dblp_key: journals/tocs/FanHXC25 + venue_name: ACM Trans. Comput. Syst. + pages: 1-27 +- title: Introduction to the Special Section on SOSP 2023 + authors: + - Jason Flinn + - Margo I. Seltzer + year: '2025' + doi: 10.1145/3744676 + url: https://doi.org/10.1145/3744676 + dblp_key: journals/tocs/FlinnS25 + venue_name: ACM Trans. Comput. Syst. + pages: 1-2 +- title: 'RegVault II: Achieving Hardware-Assisted Selective Kernel Data Randomization + for Multiple Architectures' + authors: + - Ruorong Guo + - Yangye Zhou + - Jinyan Xu + - Wenbo Shen + - Yajin Zhou + - Rui Chang + year: '2025' + doi: 10.1145/3734521 + url: https://doi.org/10.1145/3734521 + dblp_key: journals/tocs/GuoZXSZC25 + venue_name: ACM Trans. Comput. Syst. + pages: 1-34 +- title: Validating JIT Compilers via Compilation Space Exploration + authors: + - Cong Li 0003 + - Yanyan Jiang 0001 + - Chang Xu 0001 + - Zhendong Su 0001 + year: '2025' + doi: 10.1145/3715102 + url: https://doi.org/10.1145/3715102 + dblp_key: journals/tocs/LiJXS25 + venue_name: ACM Trans. Comput. Syst. + pages: 1-37 +- title: Freezing-based Memory and Process Co-design for User Experience on Resource-limited + Mobile Devices + authors: + - Changlong Li 0006 + - Zongwei Zhu + - Chun Jason Xue + - Yu Liang 0004 + - Rachata Ausavarungnirun + - Liang Shi 0001 + - Xuehai Zhou + year: '2025' + doi: 10.1145/3714409 + url: https://doi.org/10.1145/3714409 + dblp_key: journals/tocs/LiZXLASZ25 + venue_name: ACM Trans. Comput. Syst. + pages: 1-29 +- title: Analyzing Configuration Dependencies of File Systems + authors: + - Tabassum Mahmud + - Om Rameshwar Gatla + - Duo Zhang + - Carson Love + - Ryan Bumann + - Varun S. Girimaji + - Mai Zheng + year: '2025' + doi: 10.1145/3747177 + url: https://doi.org/10.1145/3747177 + dblp_key: journals/tocs/MahmudGZLBGZ25 + venue_name: ACM Trans. Comput. Syst. + pages: 14:1-14:28 +- title: Efficient Fault Tolerance for Stateful Serverless Computing with Asymmetric + Logging + authors: + - Sheng Qi + - Haoyu Feng + - Xuanzhe Liu + - Xin Jin 0008 + year: '2025' + doi: 10.1145/3725985 + url: https://doi.org/10.1145/3725985 + dblp_key: journals/tocs/QiFLJ25 + venue_name: ACM Trans. Comput. Syst. + pages: 1-43 +- title: 'TraceScaler: A Framework for Scaling Load in Real-World Traces for System + Evaluation' + authors: + - Sultan Mahmud Sajal + - Salman Estyak + - Rubaba Hasan + - Timothy Zhu + - Bhuvan Urgaonkar + - Siddhartha Sen 0001 + year: '2025' + doi: 10.1145/3760774 + url: https://doi.org/10.1145/3760774 + dblp_key: journals/tocs/SajalEHZUS25 + venue_name: ACM Trans. Comput. Syst. + pages: 12:1-12:31 +- title: Introduction to the Special Section on EuroSys 2024 + authors: + - Bianca Schroeder + - Mark Silberstein + year: '2025' + doi: 10.1145/3768140 + url: https://doi.org/10.1145/3768140 + dblp_key: journals/tocs/SchroederS25 + venue_name: ACM Trans. Comput. Syst. + pages: 10:1-10:2 +- title: Towards Serialization/Deserialization-free State Transfer in Serverless Workflows + authors: + - Xingda Wei + - Fangming Lu + - Zhuobin Huang + - Rong Chen 0001 + - Mingyu Wu 0001 + - Haibo Chen 0001 + year: '2025' + doi: 10.1145/3725986 + url: https://doi.org/10.1145/3725986 + dblp_key: journals/tocs/WeiLHCWC25 + venue_name: ACM Trans. Comput. Syst. + pages: 11:1-11:32 +- title: Enabling Anonymous Online Streaming Analytics at the Network Edge + authors: + - Yunming Xiao + - Yanqi Gu + - Yibo Zhao + - Sen Lin 0009 + - Aleksandar Kuzmanovic + year: '2025' + doi: 10.1145/3746130 + url: https://doi.org/10.1145/3746130 + dblp_key: journals/tocs/XiaoGZLK25 + venue_name: ACM Trans. Comput. Syst. + pages: 13:1-13:39 +- title: 'LCL+: a Lock Chain Length-based Distributed Deadlock Detection and Resolution + Service Built for OceanBase' + authors: + - Zhenkun Yang + - Chen Qian + - Xuwang Teng + - Fanyu Kong 0004 + - Fusheng Han + - Quanqing Xu + - Daokun Hu + year: '2025' + doi: 10.1145/3768621 + url: https://doi.org/10.1145/3768621 + dblp_key: journals/tocs/YangQTKHXH25 + venue_name: ACM Trans. Comput. Syst. + pages: 15:1-15:33 diff --git a/site/data/papers/TOCS-2025-digest.yaml b/site/data/papers/TOCS-2025-digest.yaml new file mode 100644 index 0000000..d5f02fb --- /dev/null +++ b/site/data/papers/TOCS-2025-digest.yaml @@ -0,0 +1,97 @@ +venue: TOCS +year: 2025 +selected: + - title: "Whole-system Persistence Made Efficient with Tree-structured Checkpointing on Microkernel" + authors: + - Mingkai Dong + - Fangnuo Wu + - Gequan Mo + - Haibo Chen + tldr: "A microkernel-based whole-system persistence scheme uses tree-structured incremental checkpointing to achieve low-overhead, crash-consistent snapshots of the entire OS state." + why_notable: "Whole-system persistence is a foundational building block for reliable systems; this paper shows it can be done efficiently within a microkernel architecture." + - title: "XpuTEE: A High-Performance and Practical Heterogeneous Trusted Execution Environment for GPUs" + authors: + - Shulin Fan + - Zhichao Hua + - Yubin Xia + - Haibo Chen + tldr: "XpuTEE extends trusted execution environments to GPUs by designing a hardware-assisted isolation mechanism that protects GPU computations with low performance overhead." + why_notable: "As GPUs process sensitive ML workloads in shared clouds, TEE support for accelerators is urgently needed; XpuTEE is a comprehensive and practical solution." + - title: "RegVault II: Achieving Hardware-Assisted Selective Kernel Data Randomization for Multiple Architectures" + authors: + - Ruorong Guo + - Yangye Zhou + - Jinyan Xu + - Wenbo Shen + - Yajin Zhou + - Rui Chang + tldr: "RegVault II uses hardware features to selectively randomize sensitive kernel data structures at runtime across multiple ISAs, raising the bar for kernel exploitation." + why_notable: "Kernel data-only attacks bypass existing code-randomization defenses; this work's multi-architecture approach makes selective data randomization practical for production kernels." + - title: "Validating JIT Compilers via Compilation Space Exploration" + authors: + - Cong Li + - Yanyan Jiang + - Chang Xu + - Zhendong Su + tldr: "Compilation space exploration systematically generates and tests the large space of valid JIT compilation outcomes to find miscompilation bugs in production JIT compilers." + why_notable: "JIT correctness is notoriously hard to test; this paper's systematic exploration strategy finds real bugs in widely-used runtimes and advances the state of compiler validation." + - title: "Freezing-based Memory and Process Co-design for User Experience on Resource-limited Mobile Devices" + authors: + - Changlong Li + - Zongwei Zhu + - Chun Jason Xue + - Yu Liang + - Rachata Ausavarungnirun + - Liang Shi + - Xuehai Zhou + tldr: "A co-designed memory and process management scheme freezes background processes at fine granularity to reclaim memory while preserving fast resume latency on constrained mobile hardware." + why_notable: "Mobile memory pressure directly degrades user experience; this paper's co-design perspective yields measurable improvements on real devices with limited resources." + - title: "Analyzing Configuration Dependencies of File Systems" + authors: + - Tabassum Mahmud + - Om Rameshwar Gatla + - Duo Zhang + - Carson Love + - Ryan Bumann + - Varun S. Girimaji + - Mai Zheng + tldr: "This work systematically analyzes the dependency graph among file-system configuration options to reveal hidden interactions that lead to silent data corruption or crashes." + why_notable: "File-system misconfiguration is a major source of data loss in practice; understanding configuration dependencies is essential for building safer storage systems." + - title: "Efficient Fault Tolerance for Stateful Serverless Computing with Asymmetric Logging" + authors: + - Sheng Qi + - Haoyu Feng + - Xuanzhe Liu + - Xin Jin + tldr: "Asymmetric logging decouples the logging cost between the fast and slow paths of stateful serverless functions, enabling low-overhead fault tolerance without sacrificing recovery guarantees." + why_notable: "Fault tolerance for stateful serverless remains an open performance challenge; this paper's asymmetric design significantly reduces logging overhead compared to symmetric approaches." + - title: "Towards Serialization/Deserialization-free State Transfer in Serverless Workflows" + authors: + - Xingda Wei + - Fangming Lu + - Zhuobin Huang + - Rong Chen + - Mingyu Wu + - Haibo Chen + tldr: "This system eliminates serialization and deserialization costs when passing state between serverless functions by enabling direct in-memory state transfer across workflow stages." + why_notable: "Ser/deser overhead is a dominant cost in serverless workflows; removing it fundamentally changes the performance profile of function chaining at scale." + - title: "Enabling Anonymous Online Streaming Analytics at the Network Edge" + authors: + - Yunming Xiao + - Yanqi Gu + - Yibo Zhao + - Sen Lin + - Aleksandar Kuzmanovic + tldr: "This paper designs an edge-based streaming analytics framework that enforces differential privacy while processing high-throughput data streams with low latency." + why_notable: "Privacy-preserving analytics at the edge is increasingly required by regulation and user expectation; this system shows it can be done at practical streaming throughputs." + - title: "LCL+: a Lock Chain Length-based Distributed Deadlock Detection and Resolution Service Built for OceanBase" + authors: + - Zhenkun Yang + - Chen Qian + - Xuwang Teng + - Fanyu Kong + - Fusheng Han + - Quanqing Xu + - Daokun Hu + tldr: "LCL+ detects and resolves distributed deadlocks in the OceanBase database by tracking lock-chain lengths across nodes, achieving low overhead with fast detection latency." + why_notable: "Deadlock detection in large-scale distributed databases is an unsolved production problem; this paper presents a battle-tested algorithm deployed in a major commercial system." diff --git a/site/data/papers/TPDS-2024-candidates.yaml b/site/data/papers/TPDS-2024-candidates.yaml new file mode 100644 index 0000000..a4a907b --- /dev/null +++ b/site/data/papers/TPDS-2024-candidates.yaml @@ -0,0 +1,2480 @@ +venue: TPDS +year: 2024 +source: dblp +count: 175 +papers: +- title: Runtime Performance Anomaly Diagnosis in Production HPC Systems Using Active + Learning + authors: + - Burak Aksar + - Efe Sencan + - Benjamin Schwaller + - Omar Aaziz + - Vitus J. Leung + - Jim M. Brandt + - Brian Kulis + - Manuel Egele + - Ayse K. Coskun + year: '2024' + doi: 10.1109/TPDS.2024.3365462 + url: https://doi.org/10.1109/TPDS.2024.3365462 + dblp_key: journals/tpds/AksarSSALBKEC24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 693-706 +- title: 'On Off-Chaining Smart Contract Runtime Protection: A Queuing Model Approach' + authors: + - Isra Mohamed Ali + - Mohamed M. Abdallah 0001 + year: '2024' + doi: 10.1109/TPDS.2024.3389153 + url: https://doi.org/10.1109/TPDS.2024.3389153 + dblp_key: journals/tpds/AliA24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1345-1359 +- title: Efficient Distributed Edge Computing for Dependent Delay-Sensitive Tasks + in Multi-Operator Multi-Access Networks + authors: + - Alia Asheralieva + - Dusit Niyato + - Xuetao Wei + year: '2024' + doi: 10.1109/TPDS.2024.3468892 + url: https://doi.org/10.1109/tpds.2024.3468892 + dblp_key: journals/tpds/AsheralievaNW24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2559-2577 +- title: Long-Range MD Electrostatics Force Computation on FPGAs + authors: + - Sahan Bandara + - Anthony Ducimo + - Chunshu Wu + - Martin C. Herbordt + year: '2024' + doi: 10.1109/TPDS.2024.3434347 + url: https://doi.org/10.1109/tpds.2024.3434347 + dblp_key: journals/tpds/BandaraDWH24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1690-1707 +- title: 'TARIS: Scalable Incremental Processing of Time-Respecting Algorithms on + Streaming Graphs' + authors: + - Ruchi Bhoot + - Suved Sanjay Ghanmode + - Yogesh Simmhan + year: '2024' + doi: 10.1109/TPDS.2024.3471574 + url: https://doi.org/10.1109/TPDS.2024.3471574 + dblp_key: journals/tpds/BhootGS24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2527-2544 +- title: 'Opca: Enabling Optimistic Concurrent Access for Multiple Users in Oblivious + Data Storage' + authors: + - Yuezhi Che + - Dazhao Cheng + - Xiao Wang 0012 + - Rujia Wang + year: '2024' + doi: 10.1109/TPDS.2024.3441623 + url: https://doi.org/10.1109/TPDS.2024.3441623 + dblp_key: journals/tpds/CheCWW24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1891-1903 +- title: 'CLIC: An Extensible and Efficient Cross-Platform Data Analytics System' + authors: + - Qixiang Chen + - Zhijun Chen + - Kai Zhang 0006 + - X. Sean Wang + year: '2024' + doi: 10.1109/TPDS.2023.3298038 + url: https://doi.org/10.1109/TPDS.2023.3298038 + dblp_key: journals/tpds/ChenCZW24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 34-45 +- title: Real-Time Offloading for Dependent and Parallel Tasks in Cloud-Edge Environments + Using Deep Reinforcement Learning + authors: + - Xing Chen 0002 + - Shengxi Hu + - Chujia Yu + - Zheyi Chen + - Geyong Min + year: '2024' + doi: 10.1109/TPDS.2023.3349177 + url: https://doi.org/10.1109/TPDS.2023.3349177 + dblp_key: journals/tpds/ChenHYCM24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 391-404 +- title: 'AutoDDL: Automatic Distributed Deep Learning With Near-Optimal Bandwidth + Cost' + authors: + - Jinfan Chen + - Shigang Li 0002 + - Ran Guo + - Jinhui Yuan + - Torsten Hoefler + year: '2024' + doi: 10.1109/TPDS.2024.3397800 + url: https://doi.org/10.1109/TPDS.2024.3397800 + dblp_key: journals/tpds/ChenLGYH24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1331-1344 +- title: Two-Timescale Joint Optimization of Task Scheduling and Resource Scaling + in Multi-Data Center System Based on Multi-Agent Deep Reinforcement Learning + authors: + - Shuangwu Chen + - Jiangming Li + - Qifeng Yuan + - Huasen He + - Sen Li + - Jian Yang 0014 + year: '2024' + doi: 10.1109/TPDS.2024.3467212 + url: https://doi.org/10.1109/TPDS.2024.3467212 + dblp_key: journals/tpds/ChenLYHLY24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2331-2346 +- title: 'CPLNS: Cooperative Parallel Large Neighborhood Search for Large-Scale Multi-Agent + Path Finding' + authors: + - Kai Chen 0020 + - Qingjun Qu + - Feng Zhu 0009 + - Zhengming Yi + - Wenjie Tang + year: '2024' + doi: 10.1109/TPDS.2024.3408030 + url: https://doi.org/10.1109/TPDS.2024.3408030 + dblp_key: journals/tpds/ChenQZYT24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2069-2086 +- title: Parallel Computation of Dominance Scores for Multidimensional Datasets on + GPUs + authors: + - Wei-Mei Chen + - Hsin-Hung Tsai + - Joon Fong Ling + year: '2024' + doi: 10.1109/TPDS.2024.3382119 + url: https://doi.org/10.1109/TPDS.2024.3382119 + dblp_key: journals/tpds/ChenTL24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 764-776 +- title: Locality-Preserving Graph Traversal With Split Live Migration + authors: + - Rong Chen 0001 + - Xingda Wei + - Xiating Xie + - Haibo Chen 0001 + year: '2024' + doi: 10.1109/TPDS.2024.3436828 + url: https://doi.org/10.1109/TPDS.2024.3436828 + dblp_key: journals/tpds/ChenWXC24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1810-1825 +- title: 'Synchronize Only the Immature Parameters: Communication-Efficient Federated + Learning By Freezing Parameters Adaptively' + authors: + - Chen Chen 0067 + - Hong Xu 0001 + - Wei Wang 0030 + - Baochun Li + - Bo Li 0001 + - Li Chen 0008 + - Gong Zhang 0001 + year: '2024' + doi: 10.1109/TPDS.2023.3241965 + url: https://doi.org/10.1109/TPDS.2023.3241965 + dblp_key: journals/tpds/ChenXWLLCZ24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1155-1173 +- title: 'PeakFS: An Ultra-High Performance Parallel File System via Computing-Network-Storage + Co-Optimization for HPC Applications' + authors: + - Yixiao Chen + - Haomai Yang + - Kai Lu 0002 + - Wenlve Huang + - Jibin Wang + - Jiguang Wan 0001 + - Jian Zhou 0004 + - Fei Wu 0005 + - Changsheng Xie 0001 + year: '2024' + doi: 10.1109/TPDS.2024.3485754 + url: https://doi.org/10.1109/tpds.2024.3485754 + dblp_key: journals/tpds/ChenYLHWWZWX24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2578-2595 +- title: Distributed Semi-Supervised Learning With Consensus Consistency on Edge Devices + authors: + - Hao-Rui Chen + - Lei Yang 0024 + - Xinglin Zhang 0001 + - Jiaxing Shen + - Jiannong Cao 0001 + year: '2024' + doi: 10.1109/TPDS.2023.3340707 + url: https://doi.org/10.1109/TPDS.2023.3340707 + dblp_key: journals/tpds/ChenYZSC24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 310-323 +- title: SLO-Aware Function Placement for Serverless Workflows With Layer-Wise Memory + Sharing + authors: + - Dazhao Cheng + - Kai Yan + - Xinquan Cai + - Yili Gong + - Chuang Hu + year: '2024' + doi: 10.1109/TPDS.2024.3391858 + url: https://doi.org/10.1109/TPDS.2024.3391858 + dblp_key: journals/tpds/ChengYCGH24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 919-936 +- title: 'GeoScale: Microservice Autoscaling With Cost Budget in Geo-Distributed Edge + Clouds' + authors: + - Ke Cheng + - Sheng Zhang 0001 + - Meizhao Liu + - Yingcheng Gu + - Liu Wei + - Huanyu Cheng + - Kai Liu 0043 + - Yu Song + - Xiaohang Shi 0001 + - Andong Zhu 0001 + - Lei Tang + year: '2024' + doi: 10.1109/TPDS.2024.3366533 + url: https://doi.org/10.1109/TPDS.2024.3366533 + dblp_key: journals/tpds/ChengZLGWCLSSZT24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 646-662 +- title: 'KLNK: Expanding Page Boundaries in a Distributed Shared Memory System' + authors: + - Yiwei Ci + - Michael R. Lyu + - Zhan Zhang 0002 + - De-Cheng Zuo + - Xiao-Zong Yang + year: '2024' + doi: 10.1109/TPDS.2024.3409882 + url: https://doi.org/10.1109/TPDS.2024.3409882 + dblp_key: journals/tpds/CiLZZY24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1524-1535 +- title: 'Cost-Effective Server Deployment for Multi-Access Edge Networks: A Cooperative + Scheme' + authors: + - Rong Cong + - Zhiwei Zhao + - Linyuanqi Zhang + - Geyong Min + year: '2024' + doi: 10.1109/TPDS.2024.3426523 + url: https://doi.org/10.1109/TPDS.2024.3426523 + dblp_key: journals/tpds/CongZZM24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1583-1597 +- title: Acceleration of Multi-Body Molecular Dynamics With Customized Parallel Dataflow + authors: + - Quan Deng 0001 + - Qiang Liu 0011 + - Ming Yuan + - Xiaohui Duan + - Lin Gan 0008 + - Jinzhe Yang + - Wenlai Zhao + - Zhenxiang Zhang + - Guiming Wu + - Wayne Luk + - Haohuan Fu + - Guangwen Yang 0002 + year: '2024' + doi: 10.1109/TPDS.2024.3420441 + url: https://doi.org/10.1109/TPDS.2024.3420441 + dblp_key: journals/tpds/DengLYDGYZZWLFY24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2297-2314 +- title: Faster and Scalable MPI Applications Launching + authors: + - Yong Dong + - Yiqin Dai + - Min Xie + - Kai Lu 0001 + - Ruibo Wang + - Juan Chen 0001 + - Mingtian Shao + - Zheng Wang 0001 + year: '2024' + doi: 10.1109/TPDS.2022.3218077 + url: https://doi.org/10.1109/TPDS.2022.3218077 + dblp_key: journals/tpds/DongDXLWCSW24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 264-279 +- title: 'DeepCAT+: A Low-Cost and Transferrable Online Configuration Auto-Tuning + Approach for Big Data Frameworks' + authors: + - Hui Dou + - Yilun Wang 0001 + - Yiwen Zhang 0001 + - Pengfei Chen 0002 + - Zibin Zheng + year: '2024' + doi: 10.1109/TPDS.2024.3459889 + url: https://doi.org/10.1109/TPDS.2024.3459889 + dblp_key: journals/tpds/DouWZCZ24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2114-2131 +- title: 'HRCM: A Hierarchical Regularizing Mechanism for Sparse and Imbalanced Communication + in Whole Human Brain Simulations' + authors: + - Xin Du 0002 + - Minglong Wang + - Zhihui Lu 0002 + - Qiang Duan 0002 + - Yuhao Liu 0008 + - Jianfeng Feng + - Huarui Wang + year: '2024' + doi: 10.1109/TPDS.2024.3387720 + url: https://doi.org/10.1109/TPDS.2024.3387720 + dblp_key: journals/tpds/DuWLDLFW24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 901-918 +- title: 'Proteus: Simulating the Performance of Distributed DNN Training' + authors: + - Jiangfei Duan + - Xiuhong Li + - Ping Xu + - Xingcheng Zhang + - Shengen Yan + - Yun Liang 0001 + - Dahua Lin + year: '2024' + doi: 10.1109/TPDS.2024.3443255 + url: https://doi.org/10.1109/TPDS.2024.3443255 + dblp_key: journals/tpds/DuanLXZYLL24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1867-1878 +- title: Distributed Evolution Strategies With Multi-Level Learning for Large-Scale + Black-Box Optimization + authors: + - Qiqi Duan + - Chang Shao + - Guochen Zhou + - Minghan Zhang + - Qi Zhao 0012 + - Yuhui Shi 0001 + year: '2024' + doi: 10.1109/TPDS.2024.3437688 + url: https://doi.org/10.1109/TPDS.2024.3437688 + dblp_key: journals/tpds/DuanSZZZS24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2087-2101 +- title: Parallel Fractional Stochastic Gradient Descent With Adaptive Learning for + Recommender Systems + authors: + - Fatemeh Elahi + - Mahmood Fazlali + - Hadi Tabatabaee Malazi + - Mehdi Elahi + year: '2024' + doi: 10.1109/TPDS.2022.3185212 + url: https://doi.org/10.1109/TPDS.2022.3185212 + dblp_key: journals/tpds/ElahiFME24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 470-483 +- title: 'Taking Advantage of the Mistakes: Rethinking Clustered Federated Learning + for IoT Anomaly Detection' + authors: + - Jiamin Fan + - Kui Wu 0001 + - Guoming Tang + - Yang Zhou + - Shengqiang Huang + year: '2024' + doi: 10.1109/TPDS.2024.3379905 + url: https://doi.org/10.1109/TPDS.2024.3379905 + dblp_key: journals/tpds/FanWTZH24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 707-721 +- title: 'PaVM: A Parallel Virtual Machine for Smart Contract Execution and Validation' + authors: + - Yaozheng Fang + - Zhiyuan Zhou + - Surong Dai + - Jinni Yang + - Hui Zhang 0002 + - Ye Lu 0004 + year: '2024' + doi: 10.1109/TPDS.2023.3334208 + url: https://doi.org/10.1109/TPDS.2023.3334208 + dblp_key: journals/tpds/FangZDYZL24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 186-202 +- title: STT-RAM-Based Hierarchical in-Memory Computing + authors: + - Dhruv Gajaria + - Kevin Antony Gomez + - Tosiron Adegbija + year: '2024' + doi: 10.1109/TPDS.2024.3430853 + url: https://doi.org/10.1109/TPDS.2024.3430853 + dblp_key: journals/tpds/GajariaGA24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1615-1629 +- title: 'SSA: A Uniformly Recursive Bidirection-Sequence Systolic Sorter Array' + authors: + - Teng Gao + - Lan Huang 0002 + - Shang Gao + - Kangping Wang + year: '2024' + doi: 10.1109/TPDS.2024.3434332 + url: https://doi.org/10.1109/tpds.2024.3434332 + dblp_key: journals/tpds/GaoHGW24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1721-1734 +- title: 'US-Byte: An Efficient Communication Framework for Scheduling Unequal-Sized + Tensor Blocks in Distributed Deep Learning' + authors: + - Yunqi Gao + - Bing Hu 0002 + - Mahdi Boloursaz Mashhadi + - A-Long Jin + - Pei Xiao 0001 + - Chunming Wu 0001 + year: '2024' + doi: 10.1109/TPDS.2023.3331372 + url: https://doi.org/10.1109/TPDS.2023.3331372 + dblp_key: journals/tpds/GaoHMJXW24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 123-139 +- title: Design and Performance Evaluation of Linearly Extensible Cube-Triangle Network + for Multicore Systems + authors: + - Savita Gautam + - Abdus Samad + - Mohammad S. Umar + year: '2024' + doi: 10.1109/TPDS.2024.3486219 + url: https://doi.org/10.1109/tpds.2024.3486219 + dblp_key: journals/tpds/GautamSU24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2596-2607 +- title: 'RR-Compound: RDMA-Fused gRPC for Low Latency, High Throughput, and Easy + Interface' + authors: + - Liang Geng + - Hao Wang 0002 + - Jingsong Meng + - Dayi Fan + - Sami Ben-Romdhane + - Hari Kadayam Pichumani + - Vinay Phegade + - Xiaodong Zhang 0001 + year: '2024' + doi: 10.1109/TPDS.2024.3404394 + url: https://doi.org/10.1109/TPDS.2024.3404394 + dblp_key: journals/tpds/GengWMFBPPZ24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1488-1505 +- title: A Survey on Performance Modeling and Prediction for Distributed DNN Training + authors: + - Zhenhua Guo 0003 + - Yinan Tang + - Jidong Zhai + - Tongtong Yuan + - Jian Jin + - Li Wang 0040 + - Yaqian Zhao + - Rengang Li + year: '2024' + doi: 10.1109/TPDS.2024.3476390 + url: https://doi.org/10.1109/TPDS.2024.3476390 + dblp_key: journals/tpds/GuoTZYJWZL24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2463-2478 +- title: 'PROV-IO$+$+: A Cross-Platform Provenance Framework for Scientific Data on + HPC Systems' + authors: + - Runzhou Han + - Mai Zheng + - Suren Byna + - Houjun Tang + - Bin Dong 0002 + - Dong Dai 0001 + - Yong Chen 0001 + - Dongkyun Kim + - Joseph Hassoun + - David Thorsley + year: '2024' + doi: 10.1109/TPDS.2024.3374555 + url: https://doi.org/10.1109/TPDS.2024.3374555 + dblp_key: journals/tpds/HanZBTDDCKHT24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 844-861 +- title: 'InSS: An Intelligent Scheduling Orchestrator for Multi-GPU Inference With + Spatio-Temporal Sharing' + authors: + - Ziyi Han + - Ruiting Zhou + - Chengzhong Xu 0001 + - Yifan Zeng + - Renli Zhang + year: '2024' + doi: 10.1109/TPDS.2024.3430063 + url: https://doi.org/10.1109/tpds.2024.3430063 + dblp_key: journals/tpds/HanZXZZ24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1735-1748 +- title: 'WASP: Efficient Power Management Enabling Workload-Aware, Self-Powered AIoT + Devices' + authors: + - Xiaofeng Hou + - Xuehan Tang + - Jiacheng Liu 0001 + - Chao Li 0009 + - Luhong Liang + - Kwang-Ting Cheng + year: '2024' + doi: 10.1109/TPDS.2024.3408167 + url: https://doi.org/10.1109/TPDS.2024.3408167 + dblp_key: journals/tpds/HouTLLLC24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1400-1414 +- title: 'Gamora: Learning-Based Buffer-Aware Preloading for Adaptive Short Video + Streaming' + authors: + - Biao Hou + - Song Yang 0002 + - Fan Li 0001 + - Liehuang Zhu + - Lei Jiao 0002 + - Xu Chen 0004 + - Xiaoming Fu 0001 + year: '2024' + doi: 10.1109/TPDS.2024.3456567 + url: https://doi.org/10.1109/TPDS.2024.3456567 + dblp_key: journals/tpds/HouYLZJCF24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2132-2146 +- title: 'FastLoad: Speeding Up Data Loading of Both Sparse Matrix and Vector for + SpMV on GPUs' + authors: + - Jinyu Hu + - Huizhang Luo + - Hong Jiang 0001 + - Guoqing Xiao 0001 + - Kenli Li 0001 + year: '2024' + doi: 10.1109/TPDS.2024.3477431 + url: https://doi.org/10.1109/TPDS.2024.3477431 + dblp_key: journals/tpds/HuLJXL24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2423-2434 +- title: 'BCB-SpTC: An Efficient Sparse High-Dimensional Tensor Contraction Employing + Tensor Core Acceleration' + authors: + - Rong Hu + - Haotian Wang 0006 + - Wangdong Yang + - Renqiu Ouyang + - Keqin Li 0001 + - Kenli Li 0001 + year: '2024' + doi: 10.1109/TPDS.2024.3477746 + url: https://doi.org/10.1109/TPDS.2024.3477746 + dblp_key: journals/tpds/HuWYOLL24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2435-2448 +- title: 'RADAR: A Skew-Resistant and Hotness-Aware Ordered Index Design for Processing-in-Memory + Systems' + authors: + - Yifan Hua + - Shengan Zheng + - Weihan Kong + - Cong Zhou + - Kaixin Huang + - Ruoyan Ma + - Linpeng Huang + year: '2024' + doi: 10.1109/TPDS.2024.3424853 + url: https://doi.org/10.1109/TPDS.2024.3424853 + dblp_key: journals/tpds/HuaZKZHMH24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1598-1614 +- title: 'TeGraph+: Scalable Temporal Graph Processing Enabling Flexible Edge Modifications' + authors: + - Chengying Huan + - Yongchao Liu 0004 + - Heng Zhang 0005 + - Hang Liu 0001 + - Shiyang Chen 0004 + - Shuaiwen Leon Song + - Yanjun Wu + year: '2024' + doi: 10.1109/TPDS.2024.3393914 + url: https://doi.org/10.1109/TPDS.2024.3393914 + dblp_key: journals/tpds/HuanLZLCSW24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1469-1487 +- title: Exploring the Design Space of Distributed Parallel Sparse Matrix-Multiple + Vector Multiplication + authors: + - Hua Huang 0011 + - Edmond Chow + year: '2024' + doi: 10.1109/TPDS.2024.3452478 + url: https://doi.org/10.1109/TPDS.2024.3452478 + dblp_key: journals/tpds/HuangC24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1977-1988 +- title: An Evaluation Framework for Dynamic Thermal Management Strategies in 3D MultiProcessor + System-on-Chip Co-Design + authors: + - Darong Huang 0003 + - Luis Costero + - David Atienza 0001 + year: '2024' + doi: 10.1109/TPDS.2024.3459414 + url: https://doi.org/10.1109/TPDS.2024.3459414 + dblp_key: journals/tpds/HuangCA24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2161-2176 +- title: 'Collaboration in Federated Learning With Differential Privacy: A Stackelberg + Game Analysis' + authors: + - Guangjing Huang + - Qiong Wu 0009 + - Peng Sun 0003 + - Qian Ma 0002 + - Xu Chen 0004 + year: '2024' + doi: 10.1109/TPDS.2024.3354713 + url: https://doi.org/10.1109/TPDS.2024.3354713 + dblp_key: journals/tpds/HuangWSMC24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 455-469 +- title: 'SpatialSSJP: QoS-Aware Adaptive Approximate Stream-Static Spatial Join Processor' + authors: + - Isam Mashhour Al Jawarneh + - Paolo Bellavista + - Antonio Corradi + - Luca Foschini 0001 + - Rebecca Montanari + year: '2024' + doi: 10.1109/TPDS.2023.3330669 + url: https://doi.org/10.1109/TPDS.2023.3330669 + dblp_key: journals/tpds/JawarnehBCFM24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 73-88 +- title: Multi-Agent Deep Reinforcement Learning Framework for Renewable Energy-Aware + Workflow Scheduling on Distributed Cloud Data Centers + authors: + - Amanda Jayanetti + - Saman K. Halgamuge + - Rajkumar Buyya + year: '2024' + doi: 10.1109/TPDS.2024.3360448 + url: https://doi.org/10.1109/TPDS.2024.3360448 + dblp_key: journals/tpds/JayanettiHB24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 604-615 +- title: 'GeoDeploy: Geo-Distributed Application Deployment Using Benchmarking' + authors: + - Devki Nandan Jha + - Yinhao Li + - Zhenyu Wen + - Graham Morgan + - Prem Prakash Jayaraman + - Maciej Koutny + - Omer F. Rana + - Rajiv Ranjan 0001 + year: '2024' + doi: 10.1109/TPDS.2024.3470532 + url: https://doi.org/10.1109/TPDS.2024.3470532 + dblp_key: journals/tpds/JhaLWMJKRR24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2361-2374 +- title: 'HI-Kyber: A Novel High-Performance Implementation Scheme of Kyber Based + on GPU' + authors: + - Xinyi Ji + - Jiankuo Dong + - Tonggui Deng + - Pinchang Zhang + - Jiafeng Hua + - Fu Xiao 0001 + year: '2024' + doi: 10.1109/TPDS.2024.3379734 + url: https://doi.org/10.1109/TPDS.2024.3379734 + dblp_key: journals/tpds/JiDDZHX24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 722-736 +- title: 'Estuary: A Low Cross-Shard Blockchain Sharding Protocol Based on State Splitting' + authors: + - Linpeng Jia + - Yanxiu Liu + - Keyuan Wang + - Yi Sun 0004 + year: '2024' + doi: 10.1109/TPDS.2024.3351632 + url: https://doi.org/10.1109/TPDS.2024.3351632 + dblp_key: journals/tpds/JiaLWS24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 405-420 +- title: 'Faster-BNI: Fast Parallel Exact Inference on Bayesian Networks' + authors: + - Jiantong Jiang + - Zeyi Wen + - Atif Bin Mansoor + - Ajmal Mian + year: '2024' + doi: 10.1109/TPDS.2024.3414177 + url: https://doi.org/10.1109/TPDS.2024.3414177 + dblp_key: journals/tpds/JiangWMM24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1444-1455 +- title: 'Hopscotch: A Hardware-Software Co-Design for Efficient Cache Resizing on + Multi-Core SoCs' + authors: + - Zhe Jiang 0004 + - Kecheng Yang 0001 + - Nathan Fisher + - Nan Guan + - Neil C. Audsley + - Zheng Dong 0002 + year: '2024' + doi: 10.1109/TPDS.2023.3332711 + url: https://doi.org/10.1109/TPDS.2023.3332711 + dblp_key: journals/tpds/JiangYFGAD24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 89-104 +- title: Graph-Centric Performance Analysis for Large-Scale Parallel Applications + authors: + - Yuyang Jin 0001 + - Haojie Wang 0004 + - Runxin Zhong + - Chen Zhang 0001 + - Xia Liao + - Feng Zhang 0007 + - Jidong Zhai + year: '2024' + doi: 10.1109/TPDS.2024.3396849 + url: https://doi.org/10.1109/TPDS.2024.3396849 + dblp_key: journals/tpds/JinWZZLZZ24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1221-1238 +- title: Efficient Inference for Pruned CNN Models on Mobile Devices With Holistic + Sparsity Alignment + authors: + - Yuyang Jin 0001 + - Runxin Zhong + - Saiqin Long + - Jidong Zhai + year: '2024' + doi: 10.1109/TPDS.2024.3462092 + url: https://doi.org/10.1109/TPDS.2024.3462092 + dblp_key: journals/tpds/JinZLZ24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2208-2223 +- title: End-to-End Bayesian Networks Exact Learning in Shared Memory + authors: + - Subhadeep Karan + - Zainul Abideen Sayed + - Jaroslaw Zola + year: '2024' + doi: 10.1109/TPDS.2024.3366471 + url: https://doi.org/10.1109/TPDS.2024.3366471 + dblp_key: journals/tpds/KaranSZ24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 634-645 +- title: 'HybRAID: A High-Performance Hybrid RAID Storage Architecture for Write-Intensive + Applications in All-Flash Storage Systems' + authors: + - Maryam Karimi + - Reza Salkhordeh + - André Brinkmann + - Hossein Asadi 0001 + year: '2024' + doi: 10.1109/TPDS.2024.3429336 + url: https://doi.org/10.1109/tpds.2024.3429336 + dblp_key: journals/tpds/KarimiSBA24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2608-2623 +- title: Paired Many-to-Many 2-Disjoint Path Covers in Meshes + authors: + - Fatemeh Keshavarz-Kohjerdi + year: '2024' + doi: 10.1109/TPDS.2024.3445283 + url: https://doi.org/10.1109/TPDS.2024.3445283 + dblp_key: journals/tpds/KeshavarzKohjerdi24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1854-1866 +- title: 'IRIS: A Performance-Portable Framework for Cross-Platform Heterogeneous + Computing' + authors: + - Jungwon Kim + - Seyong Lee + - Beau Johnston + - Jeffrey S. Vetter + year: '2024' + doi: 10.1109/TPDS.2024.3429010 + url: https://doi.org/10.1109/tpds.2024.3429010 + dblp_key: journals/tpds/KimLJV24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1796-1809 +- title: Which Coupled is Best Coupled? An Exploration of AIMC Tile Interfaces and + Load Balancing for CNNs + authors: + - Joshua Alexander Harrison Klein + - Irem Boybat + - Giovanni Ansaloni + - Marina Zapater + - David Atienza 0001 + year: '2024' + doi: 10.1109/TPDS.2024.3437657 + url: https://doi.org/10.1109/tpds.2024.3437657 + dblp_key: journals/tpds/KleinBAZA24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1780-1795 +- title: Logical Synchrony and the Bittide Mechanism + authors: + - Sanjay Lall + - Calin Cascaval + - Martin Izzard + - Tammo Spalink + year: '2024' + doi: 10.1109/TPDS.2024.3444739 + url: https://doi.org/10.1109/TPDS.2024.3444739 + dblp_key: journals/tpds/LallCIS24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1936-1948 +- title: 'FedREM: Guided Federated Learning in the Presence of Dynamic Device Unpredictability' + authors: + - Linsi Lan + - Junbo Wang 0001 + - Zhi Li 0060 + - Krishna Kant 0001 + - Wanquan Liu + year: '2024' + doi: 10.1109/TPDS.2024.3396133 + url: https://doi.org/10.1109/TPDS.2024.3396133 + dblp_key: journals/tpds/LanWLKL24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1189-1206 +- title: 'High Throughput Lattice-Based Signatures on GPUs: Comparing Falcon and Mitaka' + authors: + - Wai-Kong Lee + - Raymond K. Zhao + - Ron Steinfeld + - Amin Sakzad + - Seong Oun Hwang + year: '2024' + doi: 10.1109/TPDS.2024.3367319 + url: https://doi.org/10.1109/TPDS.2024.3367319 + dblp_key: journals/tpds/LeeZSSH24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 675-692 +- title: 'TCSA: Efficient Localization of Busy-Wait Synchronization Bugs for Latency-Critical + Applications' + authors: + - Ning Li 0054 + - Jianmei Guo + - Bo Huang 0002 + - Yuyang Li + - Yilei Zhang + - Chengdong Li + - Wenxin Huang + year: '2024' + doi: 10.1109/TPDS.2023.3342573 + url: https://doi.org/10.1109/TPDS.2023.3342573 + dblp_key: journals/tpds/LiGHLZLH24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 297-309 +- title: 'FastTuning: Enabling Fast and Efficient Hyper-Parameter Tuning With Partitioning + and Parallelism of Search Space' + authors: + - Xiaqing Li + - Qi Guo 0001 + - Guangyan Zhang + - Siwei Ye + - Guanhua He + - Yiheng Yao + - Rui Zhang 0040 + - Yifan Hao 0001 + - Zidong Du + - Weimin Zheng + year: '2024' + doi: 10.1109/TPDS.2024.3386939 + url: https://doi.org/10.1109/TPDS.2024.3386939 + dblp_key: journals/tpds/LiGZYHYZHDZ24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1174-1188 +- title: A High-Performance and Energy-Efficient Photonic Architecture for Multi-DNN + Acceleration + authors: + - Yuan Li 0029 + - Ahmed Louri + - Avinash Karanth + year: '2024' + doi: 10.1109/TPDS.2023.3327535 + url: https://doi.org/10.1109/TPDS.2023.3327535 + dblp_key: journals/tpds/LiLK24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 46-58 +- title: A Memory-Efficient Hybrid Parallel Framework for Deep Neural Network Training + authors: + - Dongsheng Li 0001 + - Shengwei Li + - Zhiquan Lai + - Yongquan Fu + - Xiangyu Ye + - Lei Cai + - Linbo Qiao + year: '2024' + doi: 10.1109/TPDS.2023.3343570 + url: https://doi.org/10.1109/TPDS.2023.3343570 + dblp_key: journals/tpds/LiLLFYCQ24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 577-591 +- title: A Multidimensional Communication Scheduling Method for Hybrid Parallel DNN + Training + authors: + - Shengwei Li + - Kai Lu 0001 + - Zhiquan Lai + - Weijie Liu + - Keshi Ge + - Dong Sheng Li 0001 + year: '2024' + doi: 10.1109/TPDS.2024.3406420 + url: https://doi.org/10.1109/TPDS.2024.3406420 + dblp_key: journals/tpds/LiLLLGL24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1415-1428 +- title: Flexible and Efficient Memory Swapping Across Mobile Devices With LegoSwap + authors: + - Changlong Li 0006 + - Yu Liang 0004 + - Liang Shi 0001 + - Chao Wang 0003 + - Chun Jason Xue + - Xuehai Zhou + year: '2024' + doi: 10.1109/TPDS.2023.3331703 + url: https://doi.org/10.1109/TPDS.2023.3331703 + dblp_key: journals/tpds/LiLSWXZ24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 140-153 +- title: 'SSRAID: A Stripe-Queued and Stripe-Threaded Merging I/O Strategy to Improve + Write Performance of Serial Interface SSD RAID' + authors: + - Peixuan Li + - Ping Xie + - Qiang Cao 0001 + year: '2024' + doi: 10.1109/TPDS.2024.3443083 + url: https://doi.org/10.1109/TPDS.2024.3443083 + dblp_key: journals/tpds/LiXC24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1841-1853 +- title: Enabling Efficient Erasure Coding in Disaggregated Memory Systems + authors: + - Qiliang Li + - Liangliang Xu + - Yongkun Li 0001 + - Min Lyu + - Wei Wang 0502 + - Pengfei Zuo + - Yinlong Xu 0001 + year: '2024' + doi: 10.1109/TPDS.2023.3332782 + url: https://doi.org/10.1109/TPDS.2023.3332782 + dblp_key: journals/tpds/LiXLLWZX24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 154-168 +- title: 'SR-FDIL: Synergistic Replay for Federated Domain-Incremental Learning' + authors: + - Yichen Li 0006 + - Wenchao Xu 0001 + - Yining Qi + - Haozhao Wang + - Ruixuan Li 0001 + - Song Guo 0001 + year: '2024' + doi: 10.1109/TPDS.2024.3436874 + url: https://doi.org/10.1109/TPDS.2024.3436874 + dblp_key: journals/tpds/LiXQWLG24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1879-1890 +- title: 'EvoGWP: Predicting Long-Term Changes in Cloud Workloads Using Deep Graph-Evolution + Learning' + authors: + - Jialun Li + - Jieqian Yao + - Danyang Xiao + - Diying Yang + - Weigang Wu + year: '2024' + doi: 10.1109/TPDS.2024.3357715 + url: https://doi.org/10.1109/TPDS.2024.3357715 + dblp_key: journals/tpds/LiYXYW24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 499-516 +- title: Batch Jobs Load Balancing Scheduling in Cloud Computing Using Distributional + Reinforcement Learning + authors: + - Tiangang Li + - Shi Ying 0001 + - Yishi Zhao + - Jianga Shang + year: '2024' + doi: 10.1109/TPDS.2023.3334519 + url: https://doi.org/10.1109/TPDS.2023.3334519 + dblp_key: journals/tpds/LiYZS24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 169-185 +- title: DMA-Assisted I/O for Persistent Memory + authors: + - Dingding Li + - Weijie Zhang + - Mianxiong Dong + - Kaoru Ota + year: '2024' + doi: 10.1109/TPDS.2024.3373003 + url: https://doi.org/10.1109/TPDS.2024.3373003 + dblp_key: journals/tpds/LiZDO24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 829-843 +- title: 'MoltDB: Accelerating Blockchain via Ancient State Segregation' + authors: + - Junyuan Liang + - Wuhui Chen + - Zicong Hong + - Haogang Zhu + - Wangjie Qiu + - Zibin Zheng + year: '2024' + doi: 10.1109/TPDS.2024.3467927 + url: https://doi.org/10.1109/tpds.2024.3467927 + dblp_key: journals/tpds/LiangCHZQZ24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2545-2558 +- title: Efficient Schedule Construction for Distributed Execution of Large DNN Models + authors: + - Zhiqi Lin + - Youshan Miao + - Guanbin Xu + - Cheng Li 0001 + - Olli Saarikivi + - Saeed Maleki + - Fan Yang 0024 + year: '2024' + doi: 10.1109/TPDS.2024.3466913 + url: https://doi.org/10.1109/TPDS.2024.3466913 + dblp_key: journals/tpds/LinMXLSMY24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2375-2391 +- title: 'HitGNN: High-Throughput GNN Training Framework on CPU+Multi-FPGA Heterogeneous + Platform' + authors: + - Yi-Chien Lin + - Bingyi Zhang + - Viktor K. Prasanna + year: '2024' + doi: 10.1109/TPDS.2024.3371332 + url: https://doi.org/10.1109/TPDS.2024.3371332 + dblp_key: journals/tpds/LinZP24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 707-719 +- title: 'SunwayLB: Enabling Extreme-Scale Lattice Boltzmann Method Based Computing + Fluid Dynamics Simulations on Advanced Heterogeneous Supercomputers' + authors: + - Zhao Liu + - Xuesen Chu + - Xiaojing Lv + - Hongsong Meng + - Hanyue Liu + - Guanghui Zhu + - Haohuan Fu + - Guangwen Yang 0002 + year: '2024' + doi: 10.1109/TPDS.2023.3343706 + url: https://doi.org/10.1109/TPDS.2023.3343706 + dblp_key: journals/tpds/LiuCLMLZFY24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 324-337 +- title: 'Suppressing the Interference Within a Datacenter: Theorems, Metric and Strategy' + authors: + - Yuhang Liu 0001 + - Xin Deng + - Jiapeng Zhou + - Mingyu Chen 0001 + - Yungang Bao + year: '2024' + doi: 10.1109/TPDS.2024.3354418 + url: https://doi.org/10.1109/TPDS.2024.3354418 + dblp_key: journals/tpds/LiuDZCB24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 732-750 +- title: 'Demystifying the Cost of Serverless Computing: Towards a Win-Win Deal' + authors: + - Fangming Liu + - Yipei Niu + year: '2024' + doi: 10.1109/TPDS.2023.3330849 + url: https://doi.org/10.1109/TPDS.2023.3330849 + dblp_key: journals/tpds/LiuN24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 59-72 +- title: Sampling-Based Multi-Job Placement for Heterogeneous Deep Learning Clusters + authors: + - Kaiyang Liu + - Jingrong Wang + - Zhiming Huang 0002 + - Jianping Pan 0001 + year: '2024' + doi: 10.1109/TPDS.2024.3390109 + url: https://doi.org/10.1109/TPDS.2024.3390109 + dblp_key: journals/tpds/LiuWHP24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 874-888 +- title: Exploiting Temporal-Unrolled Parallelism for Energy-Efficient SNN Acceleration + authors: + - Fangxin Liu + - Zongwu Wang + - Wenbo Zhao 0005 + - Ning Yang + - Yongbiao Chen + - Shiyuan Huang 0004 + - Haomin Li 0002 + - Tao Yang 0031 + - Songwen Pei + - Xiaoyao Liang + - Li Jiang 0002 + year: '2024' + doi: 10.1109/TPDS.2024.3415712 + url: https://doi.org/10.1109/tpds.2024.3415712 + dblp_key: journals/tpds/LiuWZYCHLYPLJ24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1749-1764 +- title: 'BurstBalancer: Do Less, Better Balance for Large-Scale Data Center Traffic' + authors: + - Zirui Liu 0002 + - Yikai Zhao 0001 + - Zhuochen Fan + - Tong Yang 0003 + - Xiaodong Li + - Ruwen Zhang + - Kaicheng Yang 0001 + - Zihan Jiang 0004 + - Zheng Zhong + - Yi Huang 0033 + - Cong Liu + - Jing Hu + - Gaogang Xie + - Bin Cui 0001 + year: '2024' + doi: 10.1109/TPDS.2023.3295454 + url: https://doi.org/10.1109/TPDS.2023.3295454 + dblp_key: journals/tpds/LiuZFYLZYJZHLHXC24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 777-794 +- title: Communication-Efficient Regret-Optimal Distributed Online Convex Optimization + authors: + - Jiandong Liu + - Lan Zhang 0002 + - Fengxiang He + - Chi Zhang 0043 + - Shanyang Jiang + - Xiang-Yang Li 0001 + year: '2024' + doi: 10.1109/TPDS.2024.3403883 + url: https://doi.org/10.1109/TPDS.2024.3403883 + dblp_key: journals/tpds/LiuZHZJL24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2270-2283 +- title: 'G-Learned Index: Enabling Efficient Learned Index on GPU' + authors: + - Jiesong Liu + - Feng Zhang 0007 + - Lv Lu + - Chang Qi + - Xiaoguang Guo + - Dong Deng 0001 + - Guoliang Li 0001 + - Huanchen Zhang + - Jidong Zhai + - Hechen Zhang + - Yuxing Chen 0003 + - Anqun Pan + - Xiaoyong Du 0001 + year: '2024' + doi: 10.1109/TPDS.2024.3381214 + url: https://doi.org/10.1109/TPDS.2024.3381214 + dblp_key: journals/tpds/LiuZLQGDLZZZCPD24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 795-812 +- title: Rollback-Free Recovery for a High Performance Dense Linear Solver With Reduced + Memory Footprint + authors: + - Daniela Loreti + - Marcello Artioli + - Anna Ciampolini + year: '2024' + doi: 10.1109/TPDS.2024.3400365 + url: https://doi.org/10.1109/TPDS.2024.3400365 + dblp_key: journals/tpds/LoretiAC24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1307-1319 +- title: 'CODE${+}$+: Fast and Accurate Inference for Compact Distributed IoT Data + Collection' + authors: + - Huali Lu + - Feng Lyu 0001 + - Ju Ren 0001 + - Huaqing Wu + - Conghao Zhou + - Zhongyuan Liu + - Yaoxue Zhang + - Xuemin Shen + year: '2024' + doi: 10.1109/TPDS.2024.3453607 + url: https://doi.org/10.1109/TPDS.2024.3453607 + dblp_key: journals/tpds/Lu00WZLZS24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2006-2022 +- title: 'CloudSentry: Two-Stage Heavy Hitter Detection for Cloud-Scale Gateway Overload + Protection' + authors: + - Jianyuan Lu + - Tian Pan 0001 + - Shan He + - Mao Miao + - Guangzhe Zhou + - Yining Qi + - Shize Zhang + - Enge Song + - Xiaoqing Sun + - Huaiyi Zhao + - Biao Lyu + - Shunmin Zhu + year: '2024' + doi: 10.1109/TPDS.2023.3301852 + url: https://doi.org/10.1109/TPDS.2023.3301852 + dblp_key: journals/tpds/LuPHMZQZSSZLZ24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 616-633 +- title: 'FedVeca: Federated Vectorized Averaging on Non-IID Data With Adaptive Bi-Directional + Global Objective' + authors: + - Ping Luo 0007 + - Jieren Cheng + - Neal Xiong 0001 + - Zhenhao Liu + - Jie Wu 0001 + year: '2024' + doi: 10.1109/TPDS.2024.3454203 + url: https://doi.org/10.1109/TPDS.2024.3454203 + dblp_key: journals/tpds/LuoCXLW24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2102-2113 +- title: Efficient Cross-Cloud Partial Reduce With CREW + authors: + - Shouxi Luo + - Renyi Wang + - Ke Li 0020 + - Huanlai Xing + year: '2024' + doi: 10.1109/TPDS.2024.3460185 + url: https://doi.org/10.1109/TPDS.2024.3460185 + dblp_key: journals/tpds/LuoWLX24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2224-2238 +- title: Trusted Model Aggregation With Zero-Knowledge Proofs in Federated Learning + authors: + - Renwen Ma + - Kai Hwang 0001 + - Mo Li + - Yiming Miao + year: '2024' + doi: 10.1109/TPDS.2024.3455762 + url: https://doi.org/10.1109/TPDS.2024.3455762 + dblp_key: journals/tpds/MaHLM24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2284-2296 +- title: 'Springald: GPU-Accelerated Window-Based Aggregates Over Out-of-Order Data + Streams' + authors: + - Gabriele Mencagli + - Patrizio Dazzi + - Massimo Coppola + year: '2024' + doi: 10.1109/TPDS.2024.3431611 + url: https://doi.org/10.1109/TPDS.2024.3431611 + dblp_key: journals/tpds/MencagliDC24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1657-1671 +- title: 'Fed-RAC: Resource-Aware Clustering for Tackling Heterogeneity of Participants + in Federated Learning' + authors: + - Rahul Mishra 0001 + - Hari Prabhat Gupta + - Garvit Banga + - Sajal K. Das 0001 + year: '2024' + doi: 10.1109/TPDS.2024.3379933 + url: https://doi.org/10.1109/TPDS.2024.3379933 + dblp_key: journals/tpds/MishraGBD24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1207-1220 +- title: Byzantine-Tolerant Causal Ordering for Unicasts, Multicasts, and Broadcasts + authors: + - Anshuman Misra + - Ajay D. Kshemkalyani + year: '2024' + doi: 10.1109/TPDS.2024.3368280 + url: https://doi.org/10.1109/TPDS.2024.3368280 + dblp_key: journals/tpds/MisraK24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 814-828 +- title: Taking RNA-RNA Interaction to Machine Peak + authors: + - Chiranjeb Mondal + - Sanjay V. Rajopadhye + year: '2024' + doi: 10.1109/TPDS.2024.3380443 + url: https://doi.org/10.1109/TPDS.2024.3380443 + dblp_key: journals/tpds/MondalR24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 737-749 +- title: 'SC-CGRA: An Energy-Efficient CGRA Using Stochastic Computing' + authors: + - Di Mou + - Bo Wang + - Dajiang Liu + year: '2024' + doi: 10.1109/TPDS.2024.3453310 + url: https://doi.org/10.1109/TPDS.2024.3453310 + dblp_key: journals/tpds/MouWL24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2023-2038 +- title: Understanding the Impact of Arbitration in MZI-Based Beneš Switching Fabrics + authors: + - Javier Navaridas + - Markos Kynigos + - Jose Antonio Pascual + - Mikel Luján + - José Miguel-Alonso + - John Goodacre + year: '2024' + doi: 10.1109/TPDS.2023.3336703 + url: https://doi.org/10.1109/TPDS.2023.3336703 + dblp_key: journals/tpds/NavaridasKPLMG24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 338-348 +- title: Fair Coflow Scheduling via Controlled Slowdown + authors: + - Francesco De Pellegrini + - Vaibhav Kumar Gupta + - Rachid El Azouzi + - Serigne Gueye + - Cédric Richier + - Jeremie Leguay + year: '2024' + doi: 10.1109/TPDS.2024.3446188 + url: https://doi.org/10.1109/TPDS.2024.3446188 + dblp_key: journals/tpds/PellegriniGAGRL24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2347-2360 +- title: 'Pyxis: Scheduling Mixed Tasks in Disaggregated Datacenters' + authors: + - Sheng Qi + - Chao Jin + - Mosharaf Chowdhury + - Zhenming Liu + - Xuanzhe Liu + - Xin Jin 0008 + year: '2024' + doi: 10.1109/TPDS.2024.3418620 + url: https://doi.org/10.1109/TPDS.2024.3418620 + dblp_key: journals/tpds/QiJCLLJ24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1536-1550 +- title: 'ElasticBatch: A Learning-Augmented Elastic Scheduling System for Batch Inference + on MIG' + authors: + - Jiaxing Qi + - Wencong Xiao + - Mingzhen Li 0001 + - Chaojie Yang + - Yong Li 0045 + - Wei Lin 0016 + - Hailong Yang 0002 + - Zhongzhi Luan + - Depei Qian 0002 + year: '2024' + doi: 10.1109/TPDS.2024.3431189 + url: https://doi.org/10.1109/TPDS.2024.3431189 + dblp_key: journals/tpds/QiXLYLLYLQ24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1708-1720 +- title: An Efficient Bottleneck Planes Exclusion Method for Reconfiguring 3D VLSI + Arrays + authors: + - Junyan Qian + - Kunzhu Qiu + - Hao Ding 0007 + - Huimin Zhang + - Zhongyi Zhai + year: '2024' + doi: 10.1109/TPDS.2023.3339961 + url: https://doi.org/10.1109/TPDS.2023.3339961 + dblp_key: journals/tpds/QianQDZZ24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 250-263 +- title: High-Throughput GPU Implementation of Dilithium Post-Quantum Digital Signature + authors: + - Shiyu Shen 0001 + - Hao Yang 0062 + - Wangchen Dai + - Hong Zhang + - Zhe Liu 0001 + - Yunlei Zhao + year: '2024' + doi: 10.1109/TPDS.2024.3453289 + url: https://doi.org/10.1109/TPDS.2024.3453289 + dblp_key: journals/tpds/ShenYDZ0Z24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1964-1976 +- title: Adaptive QoS-Aware Microservice Deployment With Excessive Loads via Intra- + and Inter-Datacenter Scheduling + authors: + - Jiuchen Shi + - Kaihua Fu + - Jiawen Wang + - Quan Chen 0002 + - Deze Zeng + - Minyi Guo + year: '2024' + doi: 10.1109/TPDS.2024.3425931 + url: https://doi.org/10.1109/TPDS.2024.3425931 + dblp_key: journals/tpds/ShiFWCZG24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1565-1582 +- title: 'DyLaClass: Dynamic Labeling Based Classification for Optimal Sparse Matrix + Format Selection in Accelerating SpMV' + authors: + - Zheng Shi + - Yi Zou + - Xianfeng Song + - Shupeng Li + - Fangming Liu + - Quan Xue + year: '2024' + doi: 10.1109/TPDS.2024.3488053 + url: https://doi.org/10.1109/tpds.2024.3488053 + dblp_key: journals/tpds/ShiZSLLX24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2624-2639 +- title: Synergistically Rebalancing the EDP of Container-Based Parallel Applications + authors: + - Vinicius S. da Silva + - Everton Camargo de Lima + - Janaina Schwarzrock + - Fábio D. Rossi + - Marcelo Caggiani Luizelli + - Antonio Carlos Schneider Beck + - Arthur Francisco Lorenzon + year: '2024' + doi: 10.1109/TPDS.2024.3357353 + url: https://doi.org/10.1109/TPDS.2024.3357353 + dblp_key: journals/tpds/SilvaLSRLBL24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 484-498 +- title: Simple, Fast and Widely Applicable Concurrent Memory Reclamation via Neutralization + authors: + - Ajay Singh 0002 + - Trevor Alexander Brown + - Ali José Mashtizadeh + year: '2024' + doi: 10.1109/TPDS.2023.3335671 + url: https://doi.org/10.1109/TPDS.2023.3335671 + dblp_key: journals/tpds/SinghBM24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 203-220 +- title: Analytical Modeling and Throughput Computation of Blockchain Sharding + authors: + - Pourya Soltani + - Farid Ashtiani + year: '2024' + doi: 10.1109/TPDS.2024.3376452 + url: https://doi.org/10.1109/TPDS.2024.3376452 + dblp_key: journals/tpds/SoltaniA24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 828-842 +- title: 'INT-Label: Lightweight In-Band Network-Wide Telemetry via Distributed Labeling' + authors: + - Enge Song + - Tian Pan 0001 + - Haoyu Song 0001 + - Qiang Fu 0011 + - Yingjiang Liu + - Chenhao Jia + - Chuanying Yuan + - Minglan Gao + - Jiao Zhang 0002 + - Tao Huang 0005 + - Yunjie Liu 0001 + year: '2024' + doi: 10.1109/TPDS.2024.3367933 + url: https://doi.org/10.1109/TPDS.2024.3367933 + dblp_key: journals/tpds/SongPSFLJYGZHL24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 751-767 +- title: 'CloudSimPer: Simulating Geo-Distributed Datacenters Powered by Renewable + Energy Mix' + authors: + - Jie Song 0001 + - Peimeng Zhu + - Yanfeng Zhang 0001 + - Ge Yu 0001 + year: '2024' + doi: 10.1109/TPDS.2024.3357532 + url: https://doi.org/10.1109/TPDS.2024.3357532 + dblp_key: journals/tpds/SongZZY24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 531-547 +- title: 'TrieKV: A High-Performance Key-Value Store Design With Memory as Its First-Class + Citizen' + authors: + - Hui Sun 0002 + - Deyan Kong + - Song Jiang 0001 + - Yinliang Yue + - Xiao Qin 0001 + year: '2024' + doi: 10.1109/TPDS.2024.3473013 + url: https://doi.org/10.1109/TPDS.2024.3473013 + dblp_key: journals/tpds/SunKJYQ24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2479-2496 +- title: Adaptive Auto-Tuning Framework for Global Exploration of Stencil Optimization + on GPUs + authors: + - Qingxiao Sun + - Yi Liu 0013 + - Hailong Yang 0002 + - Zhonghui Jiang + - Zhongzhi Luan + - Depei Qian 0002 + year: '2024' + doi: 10.1109/TPDS.2023.3325630 + url: https://doi.org/10.1109/TPDS.2023.3325630 + dblp_key: journals/tpds/SunLYJLQ24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 20-33 +- title: 'CREPE: Concurrent Reverse-Modulo-Scheduling and Placement for CGRAs' + authors: + - Chilankamol Sunny + - Satyajit Das + - Kevin J. M. Martin + - Philippe Coussy + year: '2024' + doi: 10.1109/TPDS.2024.3402098 + url: https://doi.org/10.1109/TPDS.2024.3402098 + dblp_key: journals/tpds/SunnyDMC24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1293-1306 +- title: 'HybridChain: Fast, Accurate, and Secure Transaction Processing With Distributed + Learning' + authors: + - Amirhossein Taherpour + - Xiaodong Wang 0001 + year: '2024' + doi: 10.1109/TPDS.2024.3381593 + url: https://doi.org/10.1109/TPDS.2024.3381593 + dblp_key: journals/tpds/TaherpourW24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 813-827 +- title: 'Malleability in Modern HPC Systems: Current Experiences, Challenges, and + Future Opportunities' + authors: + - Ahmad Tarraf + - Martin Schreiber 0001 + - Alberto Cascajo + - Jean-Baptiste Besnard + - Marc-André Vef + - Dominik Huber + - Sonja Happ + - André Brinkmann + - David E. Singh + - Hans-Christian Hoppe + - Alberto Miranda + - Antonio J. Peña + - Rui Machado + - Marta Garcia-Gasulla + - Martin Schulz 0001 + - Paul M. Carpenter + - Simon Pickartz + - Tiberiu Rotaru + - Sergio Iserte + - Víctor López 0003 + - Jorge Ejarque + - Heena Sirwani + - Jesús Carretero 0001 + - Felix Wolf 0001 + year: '2024' + doi: 10.1109/TPDS.2024.3406764 + url: https://doi.org/10.1109/TPDS.2024.3406764 + dblp_key: journals/tpds/TarrafSCBVHHBSHMPMGSCPR24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1551-1564 +- title: Sophisticated Orchestrating Concurrent DLRM Training on CPU/GPU Platform + authors: + - Rui Tian 0001 + - Jiazhi Jiang + - Jiangsu Du + - Dan Huang 0001 + - Yutong Lu + year: '2024' + doi: 10.1109/TPDS.2024.3432620 + url: https://doi.org/10.1109/TPDS.2024.3432620 + dblp_key: journals/tpds/TianJDHL24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2177-2192 +- title: Breaking the Memory Wall for Heterogeneous Federated Learning via Model Splitting + authors: + - Chunlin Tian + - Li Li 0064 + - Kahou Tam + - Yebo Wu + - Cheng-Zhong Xu 0001 + year: '2024' + doi: 10.1109/TPDS.2024.3480115 + url: https://doi.org/10.1109/TPDS.2024.3480115 + dblp_key: journals/tpds/TianLTWX24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2513-2526 +- title: 'AtRec: Accelerating Recommendation Model Training on CPUs' + authors: + - Siqi Wang + - Tianyu Feng + - Hailong Yang 0002 + - Xin You 0001 + - Bangduo Chen + - Tongxuan Liu + - Zhongzhi Luan + - Depei Qian 0002 + year: '2024' + doi: 10.1109/TPDS.2024.3381186 + url: https://doi.org/10.1109/TPDS.2024.3381186 + dblp_key: journals/tpds/WangFYYCLLQ24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 750-763 +- title: Agile Cache Replacement in Edge Computing via Offline-Online Deep Reinforcement + Learning + authors: + - Zhe Wang 0042 + - Jia Hu 0001 + - Geyong Min + - Zhiwei Zhao + - Zi Wang 0010 + year: '2024' + doi: 10.1109/TPDS.2024.3368763 + url: https://doi.org/10.1109/TPDS.2024.3368763 + dblp_key: journals/tpds/WangHMZW24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 663-674 +- title: Beyond Belady to Attain a Seemingly Unattainable Byte Miss Ratio for Content + Delivery Networks + authors: + - Peng Wang 0037 + - Hong Jiang 0001 + - Yu Liu 0040 + - Zhelong Zhao + - Ke Zhou 0001 + - Zhihai Huang + year: '2024' + doi: 10.1109/TPDS.2024.3452096 + url: https://doi.org/10.1109/TPDS.2024.3452096 + dblp_key: journals/tpds/WangJLZZH24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1949-1963 +- title: 'Mitosis: A Scalable Sharding System Featuring Multiple Dynamic Relay Chains' + authors: + - Keyuan Wang + - Linpeng Jia + - Zhaoxiong Song + - Yi Sun 0004 + year: '2024' + doi: 10.1109/TPDS.2024.3480223 + url: https://doi.org/10.1109/TPDS.2024.3480223 + dblp_key: journals/tpds/WangJSS24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2497-2512 +- title: Formal Definitions and Performance Comparison of Consistency Models for Parallel + File Systems + authors: + - Chen Wang 0004 + - Kathryn M. Mohror + - Marc Snir + year: '2024' + doi: 10.1109/TPDS.2024.3391058 + url: https://doi.org/10.1109/TPDS.2024.3391058 + dblp_key: journals/tpds/WangMS24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 937-951 +- title: 'TAC+: Optimizing Error-Bounded Lossy Compression for 3D AMR Simulations' + authors: + - Daoce Wang + - Jesus Pulido + - Pascal Grosset + - Sian Jin + - Jiannan Tian + - Kai Zhao 0008 + - James P. Ahrens + - Dingwen Tao + year: '2024' + doi: 10.1109/TPDS.2023.3339474 + url: https://doi.org/10.1109/TPDS.2023.3339474 + dblp_key: journals/tpds/WangPGJTZAT24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 421-438 +- title: 'HPETC: History Priority Enhanced Tensor Completion for Network Distance + Measurement' + authors: + - Cheng Wang 0038 + - Kun Xie 0001 + - Jiazheng Tian + - Jigang Wen + - Xiaocan Li + - Gaogang Xie + - Kenli Li 0001 + year: '2024' + doi: 10.1109/TPDS.2023.3274305 + url: https://doi.org/10.1109/TPDS.2023.3274305 + dblp_key: journals/tpds/WangXTWLXL24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 857-873 +- title: 'FAST: Enhancing Federated Learning Through Adaptive Data Sampling and Local + Training' + authors: + - Zhiyuan Wang 0002 + - Hongli Xu 0001 + - Yang Xu 0020 + - Zhida Jiang + - Jianchun Liu + - Suo Chen + year: '2024' + doi: 10.1109/TPDS.2023.3334398 + url: https://doi.org/10.1109/TPDS.2023.3334398 + dblp_key: journals/tpds/WangXXJLC24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 221-236 +- title: 'Toward Materials Genome Big-Data: A Blockchain-Based Secure Storage and + Efficient Retrieval Method' + authors: + - Ran Wang 0014 + - Cheng Xu 0003 + - Xiaotong Zhang 0002 + year: '2024' + doi: 10.1109/TPDS.2024.3426275 + url: https://doi.org/10.1109/TPDS.2024.3426275 + dblp_key: journals/tpds/WangXZ24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1630-1643 +- title: Optimizing I/O Performance Through Effective vCPU Scheduling Interference + Management + authors: + - Liang Wang + - Jinzhe Yang + - Jidong Zhai + - Guangwen Yang 0002 + year: '2024' + doi: 10.1109/TPDS.2023.3329298 + url: https://doi.org/10.1109/TPDS.2023.3329298 + dblp_key: journals/tpds/WangYZY24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2315-2330 +- title: 'IrGEMM: An Input-Aware Tuning Framework for Irregular GEMM on ARM and X86 + CPUs' + authors: + - Cunyang Wei + - Haipeng Jia + - Yunquan Zhang + - Jianyu Yao + - Chendi Li + - Wenxuan Cao + year: '2024' + doi: 10.1109/TPDS.2024.3432579 + url: https://doi.org/10.1109/TPDS.2024.3432579 + dblp_key: journals/tpds/WeiJZYLC24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1672-1689 +- title: Joint Participant and Learning Topology Selection for Federated Learning + in Edge Clouds + authors: + - Xinliang Wei + - Kejiang Ye + - Xinghua Shi + - Cheng-Zhong Xu 0001 + - Yu Wang 0003 + year: '2024' + doi: 10.1109/TPDS.2024.3413751 + url: https://doi.org/10.1109/TPDS.2024.3413751 + dblp_key: journals/tpds/WeiYSXW24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1456-1468 +- title: 'ComboFunc: Joint Resource Combination and Container Placement for Serverless + Function Scaling With Heterogeneous Container' + authors: + - Zhaojie Wen + - Qiong Chen + - Quanfeng Deng + - Yipei Niu + - Zhen Song + - Fangming Liu + year: '2024' + doi: 10.1109/TPDS.2024.3454071 + url: https://doi.org/10.1109/TPDS.2024.3454071 + dblp_key: journals/tpds/WenCDNSL24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1989-2005 +- title: Joint Optimization of Parallelism and Resource Configuration for Serverless + Function Steps + authors: + - Zhaojie Wen + - Qiong Chen + - Yipei Niu + - Zhen Song + - Quanfeng Deng + - Fangming Liu + year: '2024' + doi: 10.1109/TPDS.2024.3365134 + url: https://doi.org/10.1109/TPDS.2024.3365134 + dblp_key: journals/tpds/WenCNSDL24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 560-576 +- title: Competitive Analysis of Online Elastic Caching of Transient Data in Multi-Tiered + Content Delivery Network + authors: + - Binghan Wu + - Wei Bao 0001 + - Bing Bing Zhou + year: '2024' + doi: 10.1109/TPDS.2024.3475412 + url: https://doi.org/10.1109/TPDS.2024.3475412 + dblp_key: journals/tpds/WuBZ24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2449-2462 +- title: 'FedICT: Federated Multi-Task Distillation for Multi-Access Edge Computing' + authors: + - Zhiyuan Wu + - Sheng Sun + - Yuwei Wang 0003 + - Min Liu 0001 + - Quyang Pan + - Xuefeng Jiang + - Bo Gao 0006 + year: '2024' + doi: 10.1109/TPDS.2023.3289444 + url: https://doi.org/10.1109/TPDS.2023.3289444 + dblp_key: journals/tpds/WuSWLPJG24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 952-966 +- title: 'EcoFed: Efficient Communication for DNN Partitioning-Based Federated Learning' + authors: + - Di Wu 0065 + - Rehmat Ullah 0001 + - Philip Rodgers + - Peter Kilpatrick + - Ivor T. A. Spence + - Blesson Varghese + year: '2024' + doi: 10.1109/TPDS.2024.3349617 + url: https://doi.org/10.1109/TPDS.2024.3349617 + dblp_key: journals/tpds/WuURKSV24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 377-390 +- title: 'Graft: Efficient Inference Serving for Hybrid Deep Learning With SLO Guarantees + via DNN Re-Alignment' + authors: + - Jing Wu 0024 + - Lin Wang 0015 + - Qirui Jin + - Fangming Liu + year: '2024' + doi: 10.1109/TPDS.2023.3340518 + url: https://doi.org/10.1109/TPDS.2023.3340518 + dblp_key: journals/tpds/WuWJL24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 280-296 +- title: Proactive Caching With Distributed Deep Reinforcement Learning in 6G Cloud-Edge + Collaboration Computing + authors: + - Changmao Wu + - Zhengwei Xu 0001 + - Xiaoming He + - Qi Lou + - Yuanyuan Xia + - Shuman Huang + year: '2024' + doi: 10.1109/TPDS.2024.3406027 + url: https://doi.org/10.1109/TPDS.2024.3406027 + dblp_key: journals/tpds/WuXHLXH24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1387-1399 +- title: 'BIRD+: Design of a Lightweight Communication Compressor for Resource-Constrained + Distribution Learning Platforms' + authors: + - Donglei Wu + - Weihao Yang + - Xiangyu Zou + - Hao Feng + - Dingwen Tao + - Shiyi Li + - Wen Xia + - Binxing Fang + year: '2024' + doi: 10.1109/TPDS.2024.3447221 + url: https://doi.org/10.1109/TPDS.2024.3447221 + dblp_key: journals/tpds/WuYZFTLXF24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2193-2207 +- title: Online Learning Algorithms for Context-Aware Video Caching in D2D Edge Networks + authors: + - Qiufen Xia + - Zhiwei Jiao + - Zichuan Xu + year: '2024' + doi: 10.1109/TPDS.2023.3326187 + url: https://doi.org/10.1109/TPDS.2023.3326187 + dblp_key: journals/tpds/XiaJX24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1-19 +- title: Redundancy-Free and Load-Balanced TGNN Training With Hierarchical Pipeline + Parallelism + authors: + - Yaqi Xia + - Zheng Zhang 0036 + - Donglin Yang + - Chuang Hu + - Xiaobo Zhou 0002 + - Hongyang Chen 0001 + - Qianlong Sang + - Dazhao Cheng + year: '2024' + doi: 10.1109/TPDS.2024.3432855 + url: https://doi.org/10.1109/TPDS.2024.3432855 + dblp_key: journals/tpds/XiaZYHZCSC24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1904-1919 +- title: Cost-Effective and Robust Service Provisioning in Multi-Access Edge Computing + authors: + - Zhengzhe Xiang + - Yuhang Zheng + - Dongjing Wang + - Javid Taheri + - Zengwei Zheng + - Minyi Guo + year: '2024' + doi: 10.1109/TPDS.2024.3435929 + url: https://doi.org/10.1109/tpds.2024.3435929 + dblp_key: journals/tpds/XiangZWTZG24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1765-1779 +- title: Efficient Utilization of Multi-Threading Parallelism on Heterogeneous Systems + for Sparse Tensor Contraction + authors: + - Guoqing Xiao 0001 + - Chuanghui Yin + - Yuedan Chen + - Mingxing Duan + - Kenli Li 0001 + year: '2024' + doi: 10.1109/TPDS.2024.3391254 + url: https://doi.org/10.1109/TPDS.2024.3391254 + dblp_key: journals/tpds/XiaoYCDL24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 889-900 +- title: Accelerating Communication-Efficient Federated Multi-Task Learning With Personalization + and Fairness + authors: + - Renyou Xie + - Chaojie Li + - Xiaojun Zhou 0001 + - Zhaoyang Dong + year: '2024' + doi: 10.1109/TPDS.2024.3411815 + url: https://doi.org/10.1109/TPDS.2024.3411815 + dblp_key: journals/tpds/XieLZD24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2239-2253 +- title: 'X-Shard: Optimistic Cross-Shard Transaction Processing for Sharding-Based + Blockchains' + authors: + - Jie Xu 0031 + - Yulong Ming + - Zihan Wu + - Cong Wang 0001 + - Xiaohua Jia + year: '2024' + doi: 10.1109/TPDS.2024.3361180 + url: https://doi.org/10.1109/TPDS.2024.3361180 + dblp_key: journals/tpds/XuMWWJ24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 548-559 +- title: Enabling Streaming Analytics in Satellite Edge Computing via Timely Evaluation + of Big Data Queries + authors: + - Zichuan Xu + - Guangyuan Xu + - Hao Wang 0023 + - Weifa Liang + - Qiufen Xia + - Shangguang Wang + year: '2024' + doi: 10.1109/TPDS.2023.3332333 + url: https://doi.org/10.1109/TPDS.2023.3332333 + dblp_key: journals/tpds/XuXWLXW24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 105-122 +- title: Privacy Preserving Task Push in Spatial Crowdsourcing With Unknown Popularity + authors: + - Yin Xu 0004 + - Mingjun Xiao + - Jie Wu 0001 + - He Sun + year: '2024' + doi: 10.1109/TPDS.2024.3434978 + url: https://doi.org/10.1109/TPDS.2024.3434978 + dblp_key: journals/tpds/XuXWS24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2039-2053 +- title: 'HiHGNN: Accelerating HGNNs Through Parallelism and Data Reusability Exploitation' + authors: + - Runzhen Xue + - Dengke Han + - Mingyu Yan + - Mo Zou + - Xiaocheng Yang + - Duo Wang + - Wenming Li + - Zhimin Tang + - John Kim 0001 + - Xiaochun Ye + - Dongrui Fan + year: '2024' + doi: 10.1109/TPDS.2024.3394841 + url: https://doi.org/10.1109/TPDS.2024.3394841 + dblp_key: journals/tpds/XueHYZYWLTKYF24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1122-1138 +- title: Optimizing Full-Spectrum Matrix Multiplications on ARMv8 Multi-Core CPUs + authors: + - Weiling Yang + - Jianbin Fang + - Dezun Dong + - Xing Su 0004 + - Zheng Wang 0079 + year: '2024' + doi: 10.1109/TPDS.2024.3350368 + url: https://doi.org/10.1109/TPDS.2024.3350368 + dblp_key: journals/tpds/YangFDSW24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 439-454 +- title: Parallel and Distributed Bayesian Network Structure Learning + authors: + - Jian Yang + - Jiantong Jiang + - Zeyi Wen + - Ajmal Mian + year: '2024' + doi: 10.1109/TPDS.2023.3326832 + url: https://doi.org/10.1109/TPDS.2023.3326832 + dblp_key: journals/tpds/YangJWM24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 517-530 +- title: 'FedHAP: Federated Hashing With Global Prototypes for Cross-Silo Retrieval' + authors: + - Meilin Yang + - Jian Xu 0016 + - Wenbo Ding 0001 + - Yang Liu 0165 + year: '2024' + doi: 10.1109/TPDS.2023.3324426 + url: https://doi.org/10.1109/TPDS.2023.3324426 + dblp_key: journals/tpds/YangXDL24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 592-603 +- title: 'Versa-DNN: A Versatile Architecture Enabling High-Performance and Energy-Efficient + Multi-DNN Acceleration' + authors: + - Jiaqi Yang + - Hao Zheng 0005 + - Ahmed Louri + year: '2024' + doi: 10.1109/TPDS.2023.3340953 + url: https://doi.org/10.1109/TPDS.2023.3340953 + dblp_key: journals/tpds/YangZL24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 349-361 +- title: Towards Efficient Graph Processing in Geo-Distributed Data Centers + authors: + - Feng Yao + - Qian Tao + - Shengyuan Lin + - Yanfeng Zhang 0001 + - Wenyuan Yu + - Shufeng Gong + - Qiange Wang + - Ge Yu 0001 + - Jingren Zhou 0001 + year: '2024' + doi: 10.1109/TPDS.2024.3453872 + url: https://doi.org/10.1109/TPDS.2024.3453872 + dblp_key: journals/tpds/YaoTLZYGWYZ24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2147-2160 +- title: 'Freyr $+$+: Harvesting Idle Resources in Serverless Computing via Deep Reinforcement + Learning' + authors: + - Hanfei Yu + - Hao Wang 0022 + - Jian Li 0008 + - Xu Yuan 0001 + - Seung-Jong Park + year: '2024' + doi: 10.1109/TPDS.2024.3462294 + url: https://doi.org/10.1109/TPDS.2024.3462294 + dblp_key: journals/tpds/YuWLYP24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2254-2269 +- title: Optimizing Multi-Grid Preconditioned Conjugate Gradient Method on Multi-Cores + authors: + - Fan Yuan + - Xiaojian Yang + - Shengguo Li + - Dezun Dong + - Chun Huang 0006 + - Zheng Wang 0079 + year: '2024' + doi: 10.1109/TPDS.2024.3372473 + url: https://doi.org/10.1109/TPDS.2024.3372473 + dblp_key: journals/tpds/YuanYLDHW24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 768-779 +- title: An Offline-Transfer-Online Framework for Cloud-Edge Collaborative Distributed + Reinforcement Learning + authors: + - Tianyu Zeng + - Xiaoxi Zhang 0001 + - Jingpu Duan + - Chao Yu 0004 + - Chuan Wu 0001 + - Xu Chen 0004 + year: '2024' + doi: 10.1109/TPDS.2024.3360438 + url: https://doi.org/10.1109/TPDS.2024.3360438 + dblp_key: journals/tpds/ZengZDYWC24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 720-731 +- title: A High-Performance Genomic Accelerator for Accurate Sequence-to-Graph Alignment + Using Dynamic Programming Algorithm + authors: + - Gang Zeng + - Jianfeng Zhu 0001 + - Yichi Zhang + - Ganhui Chen + - Zhenhai Yuan + - Shaojun Wei + - Leibo Liu + year: '2024' + doi: 10.1109/TPDS.2023.3325137 + url: https://doi.org/10.1109/TPDS.2023.3325137 + dblp_key: journals/tpds/ZengZZCYWL24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 237-249 +- title: High-Performance Hardware Acceleration Architecture for Cross-Silo Federated + Learning + authors: + - Junxue Zhang 0001 + - Xiaodian Cheng + - Liu Yang 0008 + - Jinbin Hu 0001 + - Han Tian + - Kai Chen 0005 + year: '2024' + doi: 10.1109/TPDS.2024.3413718 + url: https://doi.org/10.1109/TPDS.2024.3413718 + dblp_key: journals/tpds/ZhangCYHTC24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1506-1523 +- title: A 3D Hybrid Optical-Electrical NoC Using Novel Mapping Strategy Based DCNN + Dataflow Acceleration + authors: + - Bowen Zhang 0004 + - Huaxi Gu + - Grace Li Zhang + - Yintang Yang + - Ziteng Ma + - Ulf Schlichtmann + year: '2024' + doi: 10.1109/TPDS.2024.3394747 + url: https://doi.org/10.1109/TPDS.2024.3394747 + dblp_key: journals/tpds/ZhangGZYMS24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1139-1154 +- title: 'AdaptChain: Adaptive Data Sharing and Synchronization for NFV Systems on + Heterogeneous Architectures' + authors: + - Kai Zhang 0006 + - Jiahui Hong + - Zhengying He + - Yinan Jing + - X. Sean Wang + year: '2024' + doi: 10.1109/TPDS.2024.3400594 + url: https://doi.org/10.1109/TPDS.2024.3400594 + dblp_key: journals/tpds/ZhangHHJW24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1281-1292 +- title: 'VisionAGILE: A Versatile Domain-Specific Accelerator for Computer Vision + Tasks' + authors: + - Bingyi Zhang + - Rajgopal Kannan + - Carl E. Busart + - Viktor K. Prasanna + year: '2024' + doi: 10.1109/TPDS.2024.3466891 + url: https://doi.org/10.1109/TPDS.2024.3466891 + dblp_key: journals/tpds/ZhangKBP24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2405-2422 +- title: 'FlexRaft: Exploiting Flexible Erasure Coding for Minimum-Cost Consensus + and Fast Recovery' + authors: + - Mi Zhang 0007 + - Qihan Kang + - Patrick P. C. Lee + year: '2024' + doi: 10.1109/TPDS.2024.3443424 + url: https://doi.org/10.1109/TPDS.2024.3443424 + dblp_key: journals/tpds/ZhangKL24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1826-1840 +- title: Privacy-Preserving Data Selection for Horizontal and Vertical Federated Learning + authors: + - Lan Zhang 0002 + - Anran Li 0001 + - Hongyi Peng + - Feng Han + - Fan Huang + - Xiang-Yang Li 0001 + year: '2024' + doi: 10.1109/TPDS.2024.3439709 + url: https://doi.org/10.1109/TPDS.2024.3439709 + dblp_key: journals/tpds/ZhangLPHHL24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2054-2068 +- title: 'Age-of-Event Aware: Sampling Period Optimization in a Three-Stage Wireless + Cyber-Physical System With Diverse Parallelisms' + authors: + - Yanxi Zhang + - Muyu Mei + - Dongqi Yan + - Xu Zhang + - Qinghai Yang + - Mingwu Yao + year: '2024' + doi: 10.1109/TPDS.2024.3405790 + url: https://doi.org/10.1109/TPDS.2024.3405790 + dblp_key: journals/tpds/ZhangMYZYY24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1360-1372 +- title: Adaptive Neural Control for a Network of Parabolic PDEs With Event-Triggered + Mechanism + authors: + - Sai Zhang + - Li Tang 0001 + - Yan-Jun Liu 0003 + year: '2024' + doi: 10.1109/TPDS.2024.3401164 + url: https://doi.org/10.1109/TPDS.2024.3401164 + dblp_key: journals/tpds/ZhangTL24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1320-1330 +- title: 'MPMoE: Memory Efficient MoE for Pre-Trained Models With Adaptive Pipeline + Parallelism' + authors: + - Zheng Zhang 0036 + - Yaqi Xia + - Hulin Wang + - Donglin Yang + - Chuang Hu + - Xiaobo Zhou 0002 + - Dazhao Cheng + year: '2024' + doi: 10.1109/TPDS.2024.3385639 + url: https://doi.org/10.1109/TPDS.2024.3385639 + dblp_key: journals/tpds/ZhangXWYHZC24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 843-856 +- title: 'FHVAC: Feature-Level Hybrid Video Adaptive Configuration for Machine-Centric + Live Streaming' + authors: + - Yuanhong Zhang + - Weizhan Zhang + - Haipeng Du + - Caixia Yan + - Li Liu 0036 + - Qinghua Zheng + year: '2024' + doi: 10.1109/TPDS.2024.3372046 + url: https://doi.org/10.1109/TPDS.2024.3372046 + dblp_key: journals/tpds/ZhangZDYLZ24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 780-795 +- title: Revisiting PM-Based B+-Tree With Persistent CPU Cache + authors: + - Bowen Zhang 0012 + - Shengan Zheng + - Liangxu Nie + - Zhenlin Qi + - Hongyi Chen + - Linpeng Huang + - Hong Mei 0001 + year: '2024' + doi: 10.1109/TPDS.2024.3372621 + url: https://doi.org/10.1109/TPDS.2024.3372621 + dblp_key: journals/tpds/ZhangZNQCHM24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 796-813 +- title: Bayesian-Driven Automated Scaling in Stream Computing With Multiple QoS Targets + authors: + - Liang Zhang 0027 + - Wenli Zheng + - Kuangyu Zheng + - Hongzi Zhu + - Chao Li 0009 + - Minyi Guo + year: '2024' + doi: 10.1109/TPDS.2024.3399834 + url: https://doi.org/10.1109/TPDS.2024.3399834 + dblp_key: journals/tpds/ZhangZZZLG24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1251-1267 +- title: Spiking Neural P Systems With Microglia + authors: + - Yuzhen Zhao + - Xiyu Liu 0001 + year: '2024' + doi: 10.1109/TPDS.2024.3399755 + url: https://doi.org/10.1109/TPDS.2024.3399755 + dblp_key: journals/tpds/ZhaoL24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1239-1250 +- title: Availability-Aware Revenue-Effective Application Deployment in Multi-Access + Edge Computing + authors: + - Lu Zhao 0001 + - Fu Xiao 0001 + - Bo Li 0103 + - Jian Zhou 0009 + - Xiaolong Xu 0001 + - Yun Yang 0001 + year: '2024' + doi: 10.1109/TPDS.2024.3399840 + url: https://doi.org/10.1109/TPDS.2024.3399840 + dblp_key: journals/tpds/ZhaoXLZXY24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1268-1280 +- title: 'Distributed Task Processing Platform for Infrastructure-Less IoT Networks: + A Multi-Dimensional Optimization Approach' + authors: + - Qiushi Zheng + - Jiong Jin + - Zhishu Shen + - Libing Wu + - Iftekhar Ahmad + - Yong Xiang 0001 + year: '2024' + doi: 10.1109/TPDS.2024.3469545 + url: https://doi.org/10.1109/TPDS.2024.3469545 + dblp_key: journals/tpds/ZhengJSWAX24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2392-2404 +- title: Power Demand Reshaping Using Energy Storage for Distributed Edge Clouds + authors: + - Dongyu Zheng + - Lei Liu 0003 + - Guoming Tang + - Yi Wang 0004 + - Weichao Li 0001 + year: '2024' + doi: 10.1109/TPDS.2023.3347774 + url: https://doi.org/10.1109/TPDS.2023.3347774 + dblp_key: journals/tpds/ZhengLTWL24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 362-376 +- title: 'Swift: Expedited Failure Recovery for Large-Scale DNN Training' + authors: + - Yuchen Zhong + - Guangming Sheng + - Juncheng Liu + - Jinhui Yuan + - Chuan Wu 0001 + year: '2024' + doi: 10.1109/TPDS.2024.3429625 + url: https://doi.org/10.1109/TPDS.2024.3429625 + dblp_key: journals/tpds/ZhongSLYW24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1644-1656 +- title: 'FEUAGame: Fairness-Aware Edge User Allocation for App Vendors' + authors: + - Jingwen Zhou + - Feifei Chen 0001 + - Guangming Cui + - Yong Xiang 0001 + - Qiang He 0001 + year: '2024' + doi: 10.1109/TPDS.2024.3409548 + url: https://doi.org/10.1109/TPDS.2024.3409548 + dblp_key: journals/tpds/ZhouCCXH24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1429-1443 +- title: 'DeepTM: Efficient Tensor Management in Heterogeneous Memory for DNN Training' + authors: + - Haoran Zhou + - Wei Rang + - Hongyang Chen 0001 + - Xiaobo Zhou 0002 + - Dazhao Cheng + year: '2024' + doi: 10.1109/TPDS.2024.3431910 + url: https://doi.org/10.1109/TPDS.2024.3431910 + dblp_key: journals/tpds/ZhouRCZC24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1920-1935 +- title: 'The Static Allocation is Not a Static: Optimizing SSD Address Allocation + Through Boosting Static Policy' + authors: + - Yang Zhou 0037 + - Fang Wang 0001 + - Zhan Shi 0001 + - Dan Feng 0001 + year: '2024' + doi: 10.1109/TPDS.2024.3407367 + url: https://doi.org/10.1109/TPDS.2024.3407367 + dblp_key: journals/tpds/ZhouWSF24 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1373-1386 diff --git a/site/data/papers/TPDS-2024-digest.yaml b/site/data/papers/TPDS-2024-digest.yaml new file mode 100644 index 0000000..b626fe0 --- /dev/null +++ b/site/data/papers/TPDS-2024-digest.yaml @@ -0,0 +1,154 @@ +venue: TPDS +year: 2024 +selected: + - title: "Runtime Performance Anomaly Diagnosis in Production HPC Systems Using Active + Learning" + authors: + - Burak Aksar + - Efe Sencan + - Benjamin Schwaller + - Omar Aaziz + - Vitus J. Leung + - Jim M. Brandt + - Brian Kulis + - Manuel Egele + - Ayse K. Coskun + tldr: "An active-learning framework automatically diagnoses runtime performance anomalies in production HPC systems by querying targeted job profiles to minimize labeling effort." + why_notable: "It bridges ML-based anomaly detection and operational HPC monitoring, demonstrating scalable root-cause identification on real supercomputer workloads." + + - title: "AutoDDL: Automatic Distributed Deep Learning With Near-Optimal Bandwidth + Cost" + authors: + - Jinfan Chen + - Shigang Li 0002 + - Ran Guo + - Jinhui Yuan + - Torsten Hoefler + tldr: "AutoDDL automatically searches for the distributed DNN training strategy that minimizes communication bandwidth cost while meeting performance targets." + why_notable: "Combining Hoefler's communication-model expertise with automatic strategy search, this paper is essential reading for practitioners scaling DNN training across large clusters." + + - title: "PeakFS: An Ultra-High Performance Parallel File System via Computing-Network-Storage + Co-Optimization for HPC Applications" + authors: + - Yixiao Chen + - Haomai Yang + - Kai Lu 0002 + - Wenlve Huang + - Jibin Wang + - Jiguang Wan 0001 + - Jian Zhou 0004 + - Fei Wu 0005 + - Changsheng Xie 0001 + tldr: "PeakFS co-optimizes compute, network, and storage layers of a parallel file system to deliver ultra-high I/O throughput for HPC workloads." + why_notable: "Its holistic co-design perspective sets a new performance baseline for HPC storage and provides actionable insights for next-generation parallel file system architects." + + - title: "Formal Definitions and Performance Comparison of Consistency Models for Parallel + File Systems" + authors: + - Chen Wang 0004 + - Kathryn M. Mohror + - Marc Snir + tldr: "This paper formalizes consistency models used by parallel file systems and provides the first systematic empirical comparison of their performance trade-offs." + why_notable: "Rigorous formal treatment from Snir and Mohror clarifies long-standing ambiguities in HPC storage semantics, making it an important reference for storage system designers." + + - title: "Malleability in Modern HPC Systems: Current Experiences, Challenges, and + Future Opportunities" + authors: + - Ahmad Tarraf + - Martin Schreiber 0001 + - Alberto Cascajo + - Jean-Baptiste Besnard + - Marc-André Vef + - Dominik Huber + - Sonja Happ + - André Brinkmann + - David E. Singh + - Hans-Christian Hoppe + - Alberto Miranda + - Antonio J. Peña + - Rui Machado + - Marta Garcia-Gasulla + - Martin Schulz 0001 + - Paul M. Carpenter + - Simon Pickartz + - Tiberiu Rotaru + - Sergio Iserte + - Víctor López 0003 + - Jorge Ejarque + - Heena Sirwani + - Jesús Carretero 0001 + - Felix Wolf 0001 + tldr: "A comprehensive survey of dynamic resource malleability in HPC, covering runtime systems, job schedulers, and application-level support with lessons from production systems." + why_notable: "As energy-aware and burst-resilient HPC scheduling becomes critical, this broad community-driven survey is the definitive starting point for research on malleable HPC runtimes." + + - title: "Pyxis: Scheduling Mixed Tasks in Disaggregated Datacenters" + authors: + - Sheng Qi + - Chao Jin + - Mosharaf Chowdhury + - Zhenming Liu + - Xuanzhe Liu + - Xin Jin 0008 + tldr: "Pyxis is a scheduler for disaggregated datacenters that jointly manages latency-sensitive and batch tasks by exploiting flexible resource pooling across the disaggregated fabric." + why_notable: "It tackles one of the central open problems in cloud scheduling—multi-tenancy under disaggregation—with rigorous analysis and demonstrated gains on real workloads." + + - title: "Swift: Expedited Failure Recovery for Large-Scale DNN Training" + authors: + - Yuchen Zhong + - Guangming Sheng + - Juncheng Liu + - Jinhui Yuan + - Chuan Wu 0001 + tldr: "Swift dramatically reduces checkpoint and recovery overhead for large-scale DNN training by combining lightweight in-memory snapshots with selective recomputation." + why_notable: "As training runs on hundreds of GPUs grow longer and failures become inevitable, Swift's fault-tolerance approach directly addresses a practical bottleneck in modern deep-learning infrastructure." + + - title: "FastLoad: Speeding Up Data Loading of Both Sparse Matrix and Vector for SpMV + on GPUs" + authors: + - Jinyu Hu + - Huizhang Luo + - Hong Jiang 0001 + - Guoqing Xiao 0001 + - Kenli Li 0001 + tldr: "FastLoad optimizes the memory-access pattern for loading both the sparse matrix and the dense vector in SpMV on GPUs, yielding significant throughput improvements." + why_notable: "SpMV is a foundational kernel for scientific computing and graph analytics; this paper's memory-access analysis and optimizations benefit a wide class of GPU applications." + + - title: "KLNK: Expanding Page Boundaries in a Distributed Shared Memory System" + authors: + - Yiwei Ci + - Michael R. Lyu + - Zhan Zhang 0002 + - De-Cheng Zuo + - Xiao-Zong Yang + tldr: "KLNK extends distributed shared memory page granularity to reduce false sharing and improve throughput for irregular access patterns." + why_notable: "It addresses a classic but unsolved bottleneck in DSM systems with a practical, page-table-level mechanism applicable to emerging disaggregated memory architectures." + + - title: "Enabling Efficient Erasure Coding in Disaggregated Memory Systems" + authors: + - Qiliang Li + - Liangliang Xu + - Yongkun Li 0001 + - Min Lyu + - Wei Wang 0502 + - Pengfei Zuo + - Yinlong Xu 0001 + tldr: "This paper designs an erasure-coding scheme tailored to disaggregated memory, exploiting its unique bandwidth topology to achieve fault tolerance with low overhead." + why_notable: "Fault tolerance in disaggregated memory is an open problem of growing importance; this work provides concrete mechanisms and strong performance results." + + - title: "Simple, Fast and Widely Applicable Concurrent Memory Reclamation via Neutralization" + authors: + - Ajay Singh 0002 + - Trevor Alexander Brown + - Ali José Mashtizadeh + tldr: "Neutralization is a new mechanism for safe memory reclamation in lock-free data structures that is simpler, faster, and more portable than prior approaches." + why_notable: "Safe memory reclamation is a pervasive challenge in concurrent programming; this algorithm's breadth of applicability and performance improvements make it highly reusable." + + - title: "DeepTM: Efficient Tensor Management in Heterogeneous Memory for DNN Training" + authors: + - Haoran Zhou + - Wei Rang + - Hongyang Chen 0001 + - Xiaobo Zhou 0002 + - Dazhao Cheng + tldr: "DeepTM dynamically manages tensor placement across DRAM and NVM during DNN training to reduce memory pressure and improve throughput." + why_notable: "As model sizes outpace GPU memory, heterogeneous memory management becomes critical; DeepTM provides a practical, training-aware solution with measurable benefits." diff --git a/site/data/papers/TPDS-2025-candidates.yaml b/site/data/papers/TPDS-2025-candidates.yaml new file mode 100644 index 0000000..7489ae1 --- /dev/null +++ b/site/data/papers/TPDS-2025-candidates.yaml @@ -0,0 +1,2800 @@ +venue: TPDS +year: 2025 +source: dblp +count: 193 +papers: +- title: 'HARMONIC: Uncertainty-Aware Multi-Objective Optimization for Energy-Efficient + HPC Resource Management' + authors: + - Kyrian Adimora + - Hongyang Sun 0001 + year: '2025' + doi: 10.1109/TPDS.2025.3610354 + url: https://doi.org/10.1109/TPDS.2025.3610354 + dblp_key: journals/tpds/AdimoraS25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2438-2450 +- title: A Comparative Study of Sampling Methods With Cross-Validation in the FedHome + Framework + authors: + - Arash Ahmadi + - Sarah Safura Sharif + - Yaser Michael Banad + year: '2025' + doi: 10.1109/TPDS.2025.3526238 + url: https://doi.org/10.1109/tpds.2025.3526238 + dblp_key: journals/tpds/AhmadiSB25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 570-579 +- title: 'EdgeAIBus: AI-Driven Joint Container Management and Model Selection Framework + for Heterogeneous Edge Computing' + authors: + - Babar Ali + - Muhammed Golec + - Sukhpal Singh Gill + - Félix Cuadrado + - Steve Uhlig + year: '2025' + doi: 10.1109/TPDS.2025.3602521 + url: https://doi.org/10.1109/TPDS.2025.3602521 + dblp_key: journals/tpds/AliGGCU25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2412-2424 +- title: 'Balanced Splitting: A Framework for Achieving Zero-Wait in the Multiserver-Job + Model' + authors: + - Jonatha Anselmi + - Josu Doncel + year: '2025' + doi: 10.1109/TPDS.2024.3493631 + url: https://doi.org/10.1109/TPDS.2024.3493631 + dblp_key: journals/tpds/AnselmiD25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 43-54 +- title: A Learned Performance Model With Transfer Learning Across GPUs on Tensorized + Instructions + authors: + - Yang Bai + - Mingjun Li + - Wendong Xu + - Bei Yu 0001 + year: '2025' + doi: 10.1109/TPDS.2025.3578630 + url: https://doi.org/10.1109/TPDS.2025.3578630 + dblp_key: journals/tpds/BaiLXY25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1904-1919 +- title: Approximation Algorithms for Scheduling With/Without Deadline Constraints + Where Rejection Costs are Proportional to Processing Times + authors: + - Olivier Beaumont + - Rémi Bouzel + - Lionel Eyraud-Dubois + - Esragul Korkmaz + - Laércio Lima Pilla + - Alexandre van Kempen + year: '2025' + doi: 10.1109/TPDS.2025.3605674 + url: https://doi.org/10.1109/TPDS.2025.3605674 + dblp_key: journals/tpds/BeaumontBEKPK25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2596-2608 +- title: Boosting Resource-Constrained Federated Learning Systems With Guessed Updates + authors: + - Mohamed Yassine Boukhari + - Akash Balasaheb Dhasade + - Anne-Marie Kermarrec + - Rafael Pires 0001 + - Othmane Safsafi + - Rishi Sharma 0001 + year: '2025' + doi: 10.1109/TPDS.2025.3578522 + url: https://doi.org/10.1109/TPDS.2025.3578522 + dblp_key: journals/tpds/BoukhariDKPSS25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1666-1679 +- title: A Note on "AESM2 Attribute-Based Encrypted Search for Multi-Owner and + Multi-User Distributed Systems" + authors: + - Zhengjun Cao + year: '2025' + doi: 10.1109/TPDS.2025.3531446 + url: https://doi.org/10.1109/TPDS.2025.3531446 + dblp_key: journals/tpds/Cao25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 675-676 +- title: Co-Optimization of Partial Offloading and Resource Allocation for Multi-User + Tasks in Vehicular Edge Networks + authors: + - Dun Cao + - Shirui Huang + - Ning Gu + - Fayez Alqahtani 0001 + - R. Simon Sherratt + - Jin Wang 0001 + year: '2025' + doi: 10.1109/TPDS.2025.3571470 + url: https://doi.org/10.1109/TPDS.2025.3571470 + dblp_key: journals/tpds/CaoHGASW25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2537-2548 +- title: Scheduling With Lightweight Predictions in Power-Constrained HPC Platforms + authors: + - Danilo Carastan-Santos + - Georges Da Costa + - Igor Fontana De Nardin + - Millian Poquet + - Krzysztof Rzadca + - Patricia Stolf + - Denis Trystram + year: '2025' + doi: 10.1109/TPDS.2025.3586723 + url: https://doi.org/10.1109/TPDS.2025.3586723 + dblp_key: journals/tpds/CarastanSantosCNPRST25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2609-2620 +- title: Compositional Coordinated Resource Provisioning in Workflows With Stochastic + Durations + authors: + - Laura Carnevali + - Marco Paolieri + - Riccardo Reali + - Leonardo Scommegna + - Enrico Vicario + year: '2025' + doi: 10.1109/TPDS.2025.3585821 + url: https://doi.org/10.1109/TPDS.2025.3585821 + dblp_key: journals/tpds/CarnevaliPRSV25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1937-1954 +- title: 'Guest Editorial: New Tools and Techniques for the Distributed Computing + Continuum' + authors: + - Jesús Carretero 0001 + - Javier García-Blas + - Sameer Shende + year: '2025' + doi: 10.1109/TPDS.2025.3612151 + url: https://doi.org/10.1109/TPDS.2025.3612151 + dblp_key: journals/tpds/CarreteroGS25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2451-2454 +- title: Reproducing Performance of Data-Centric Python by SCC Team From National + Tsing Hua University + authors: + - Fu-Chiang Chang + - En-Ming Huang + - Pin-Yi Kuo + - Chan-Yu Mou + - Hsu-Tzu Ting + - Pang-Ning Wu + - Jerry Chou 0001 + year: '2025' + doi: 10.1109/TPDS.2024.3355441 + url: https://doi.org/10.1109/TPDS.2024.3355441 + dblp_key: journals/tpds/ChangHKMTWC25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 821-825 +- title: 'FHE4DMM: A Low-Latency Distributed Matrix Multiplication With Fully Homomorphic + Encryption' + authors: + - Yi Chen + - Qiang-Sheng Hua + - Zixiao Hong + - Lin Zhu + - Hai Jin 0001 + year: '2025' + doi: 10.1109/TPDS.2025.3534846 + url: https://doi.org/10.1109/TPDS.2025.3534846 + dblp_key: journals/tpds/ChenHHZJ25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 645-658 +- title: 'ToT: Triangle Counting on Tensor Cores' + authors: + - YuAng Chen + - Jeffrey Xu Yu + year: '2025' + doi: 10.1109/TPDS.2025.3606878 + url: https://doi.org/10.1109/TPDS.2025.3606878 + dblp_key: journals/tpds/ChenY25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2679-2692 +- title: Decentralized QoS-Aware Model Inference Using Federated Split Learning for + Cloud-Edge Medical Detection + authors: + - Yishan Chen 0001 + - Xiangwei Zeng + - Huashuai Cai + - Qing Xu + - Zhiquan Liu 0001 + year: '2025' + doi: 10.1109/TPDS.2025.3594694 + url: https://doi.org/10.1109/TPDS.2025.3594694 + dblp_key: journals/tpds/ChenZCXL25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2119-2136 +- title: Toward Load-Balanced Redundancy Transitioning for Erasure-Coded Storage + authors: + - Keyun Cheng + - Huancheng Puyang + - Xiaolu Li 0002 + - Patrick P. C. Lee + - Yuchong Hu + - Jie Li 0019 + - Ting-Yi Wu + year: '2025' + doi: 10.1109/TPDS.2025.3547872 + url: https://doi.org/10.1109/TPDS.2025.3547872 + dblp_key: journals/tpds/ChengPLLHLW25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 889-902 +- title: 'Beehive: Decentralised High-Frequency Small Tasks Scheduling in Large Clusters' + authors: + - Yuxia Cheng + - Linfeng Xu + - Tongkai Yang + - Wei Wu + - Zhiqiang Lin + - Antong Yu + - Wenzhi Chen + year: '2025' + doi: 10.1109/TPDS.2025.3563457 + url: https://doi.org/10.1109/TPDS.2025.3563457 + dblp_key: journals/tpds/ChengXYWLYC25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1326-1337 +- title: 'Taming Offload Overheads in a Massively Parallel Open-Source RISC-V MPSoC: + Analysis and Optimization' + authors: + - Luca Colagrande + - Luca Benini + year: '2025' + doi: 10.1109/TPDS.2025.3555718 + url: https://doi.org/10.1109/TPDS.2025.3555718 + dblp_key: journals/tpds/ColagrandeB25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1193-1205 +- title: Task-Aware Service Placement for Distributed Learning in Wireless Edge Networks + authors: + - Rong Cong + - Zhiwei Zhao + - Mengfan Wang + - Geyong Min + - Jiangshu Liu + - Jiwei Mo + year: '2025' + doi: 10.1109/TPDS.2025.3539620 + url: https://doi.org/10.1109/tpds.2025.3539620 + dblp_key: journals/tpds/CongZWMLM25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 731-744 +- title: 'HpT: Hybrid Acceleration of Spatio-Temporal Attention Model Training on + Heterogeneous Manycore Architectures' + authors: + - Saiman Dahal + - Pratyush Dhingra + - Krishu K. Thapa + - Partha Pratim Pande + - Ananth Kalyanaraman + year: '2025' + doi: 10.1109/TPDS.2024.3522781 + url: https://doi.org/10.1109/TPDS.2024.3522781 + dblp_key: journals/tpds/DahalDTPK25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 407-421 +- title: 'MIST: Towards MPI Instant Startup and Termination on Tianhe HPC Systems' + authors: + - Yiqin Dai + - Ruibo Wang + - Yong Dong + - Min Xie + - Juan Chen 0001 + - Wenzhe Zhang + - Huijun Wu 0001 + - Mingtian Shao + - Kai Lu 0001 + year: '2025' + doi: 10.1109/TPDS.2025.3608434 + url: https://doi.org/10.1109/TPDS.2025.3608434 + dblp_key: journals/tpds/DaiWDXCZWSL25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2341-2353 +- title: Dynamic Multiresource Fair Allocation With Time Discount Utility + authors: + - Bin Deng + - Weidong Li 0002 + year: '2025' + doi: 10.1109/TPDS.2025.3594741 + url: https://doi.org/10.1109/TPDS.2025.3594741 + dblp_key: journals/tpds/DengL25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2089-2103 +- title: 'H5Intent: Autotuning HDF5 With User Intent' + authors: + - Hariharan Devarajan + - Gerd Heber + - Kathryn M. Mohror + year: '2025' + doi: 10.1109/TPDS.2024.3492704 + url: https://doi.org/10.1109/TPDS.2024.3492704 + dblp_key: journals/tpds/DevarajanHM25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 108-119 +- title: 'Slark: A Performance Robust Decentralized Inter-Datacenter Deadline-Aware + Coflows Scheduling Framework With Local Information' + authors: + - Xiaodong Dong + - Lihai Nie + - Zheli Liu + - Yang Xiang 0001 + year: '2025' + doi: 10.1109/TPDS.2024.3508275 + url: https://doi.org/10.1109/TPDS.2024.3508275 + dblp_key: journals/tpds/DongNLX25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 197-211 +- title: 'CausalConf: Datasize-Aware Configuration Auto-Tuning for Recurring Big Data + Processing Jobs via Adaptive Causal Structure Learning' + authors: + - Hui Dou + - Mingjie He + - Lei Zhang 0183 + - Yiwen Zhang 0001 + - Zibin Zheng + year: '2025' + doi: 10.1109/TPDS.2025.3560304 + url: https://doi.org/10.1109/TPDS.2025.3560304 + dblp_key: journals/tpds/DouHZZZ25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1354-1371 +- title: Co-Designing Transformer Architectures for Distributed Inference With Low + Communication + authors: + - Jiangsu Du + - Yuanxin Wei + - Shengyuan Ye + - Jiazhi Jiang + - Xu Chen 0004 + - Dan Huang 0001 + - Yutong Lu + year: '2025' + doi: 10.1109/TPDS.2024.3521582 + url: https://doi.org/10.1109/tpds.2024.3521582 + dblp_key: journals/tpds/DuWYJCHL25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 717-730 +- title: 'IoT-Dedup: Device Relationship-Based IoT Data Deduplication Scheme' + authors: + - Yuan Gao 0034 + - Liquan Chen + - Jianchang Lai + - Tianyi Wang 0006 + - Xiaoming Wu + - Shui Yu 0001 + year: '2025' + doi: 10.1109/TPDS.2025.3544315 + url: https://doi.org/10.1109/TPDS.2025.3544315 + dblp_key: journals/tpds/GaoCLWWY25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 847-860 +- title: 'XDGNN: Efficient Distributed GNN Training via Explanation-Guided Subgraph + Expansion' + authors: + - Jie Gao + - Jia Hu 0001 + - Geyong Min + - Fei Hao 0001 + year: '2025' + doi: 10.1109/TPDS.2025.3609152 + url: https://doi.org/10.1109/TPDS.2025.3609152 + dblp_key: journals/tpds/GaoHMH25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2354-2365 +- title: 'IceFrog: A Layer-Elastic Scheduling System for Deep Learning Training in + GPU Clusters' + authors: + - Wei Gao 0064 + - Zhuoyuan Ouyang + - Peng Sun 0006 + - Tianwei Zhang 0004 + - Yonggang Wen 0001 + year: '2025' + doi: 10.1109/TPDS.2025.3553137 + url: https://doi.org/10.1109/TPDS.2025.3553137 + dblp_key: journals/tpds/GaoOSZW25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1071-1086 +- title: Elastic Relaxation of Concurrent Data Structures + authors: + - Kåre von Geijer + - Philippas Tsigas + year: '2025' + doi: 10.1109/TPDS.2025.3587888 + url: https://doi.org/10.1109/TPDS.2025.3587888 + dblp_key: journals/tpds/GeijerT25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2578-2595 +- title: Parallel Greedy Algorithms for Steiner Forest + authors: + - Laleh Ghalami + - Daniel Grosu + year: '2025' + doi: 10.1109/TPDS.2025.3563849 + url: https://doi.org/10.1109/TPDS.2025.3563849 + dblp_key: journals/tpds/GhalamiG25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1311-1325 +- title: Reproducibility of the DaCe Framework on NPBench Benchmarks + authors: + - Anish Govind + - Yuchen Jing + - Stefanie Dao + - Michael Granado + - Rachel Handran + - Davit Margarian + - Matthew Mikhailov + - Danny Vo + - Matei-Alexandru Gardus + - Khai Vu + - Derek Bouius + - Bryan Chin + - Mahidhar Tatineni + - Mary P. Thomas + year: '2025' + doi: 10.1109/TPDS.2024.3427130 + url: https://doi.org/10.1109/TPDS.2024.3427130 + dblp_key: journals/tpds/GovindJDGHMMVGVBCTT25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 841-846 +- title: 'GreenFlow: A Carbon-Efficient Scheduler for Deep Learning Workloads' + authors: + - Diandian Gu + - Yihao Zhao + - Peng Sun 0006 + - Xin Jin 0008 + - Xuanzhe Liu + year: '2025' + doi: 10.1109/TPDS.2024.3470074 + url: https://doi.org/10.1109/TPDS.2024.3470074 + dblp_key: journals/tpds/GuZSJL25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 168-184 +- title: 'MemTunnel: A CXL-Based Rack-Scale Host Memory Pooling Architecture for Cloud + Service' + authors: + - Tianchan Guan + - Yijin Guan + - Zhaoyang Du + - Jiacheng Ma 0001 + - Boyu Tian + - Zhao Wang + - Teng Ma 0006 + - Zheng Liu + - Yang Kong + - Yuan Xie 0001 + - Mingyu Gao 0001 + - Guangyu Sun 0003 + - Hongzhong Zheng + - Dimin Niu + year: '2025' + doi: 10.1109/TPDS.2025.3598190 + url: https://doi.org/10.1109/TPDS.2025.3598190 + dblp_key: journals/tpds/GuanGDMTWMLKXGSZN25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2182-2197 +- title: Exploiting Fine-Grained Task-Level Parallelism for Variant Calling Acceleration + authors: + - Menghao Guo + - Longlong Chen + - Yichi Zhang + - Hongyi Guan + - Shaojun Wei + - Jianfeng Zhu 0001 + - Leibo Liu + year: '2025' + doi: 10.1109/TPDS.2025.3600285 + url: https://doi.org/10.1109/TPDS.2025.3600285 + dblp_key: journals/tpds/GuoCZGWZL25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2169-2181 +- title: 'DegaFL: Decentralized Gradient Aggregation for Cross-Silo Federated Learning' + authors: + - Jialiang Han 0001 + - Yudong Han 0001 + - Xiang Jing + - Gang Huang 0001 + - Yun Ma 0002 + year: '2025' + doi: 10.1109/TPDS.2024.3501581 + url: https://doi.org/10.1109/TPDS.2024.3501581 + dblp_key: journals/tpds/HanHJHM25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 212-225 +- title: Optimizing Data Locality by Integrating Intermediate Data Partitioning and + Reduce Task Scheduling in Spark Framework + authors: + - Mengsi He + - Zhongming Fu + - Zhuo Tang + year: '2025' + doi: 10.1109/TPDS.2025.3611388 + url: https://doi.org/10.1109/TPDS.2025.3611388 + dblp_key: journals/tpds/HeFT25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2383-2398 +- title: 'EdgeHydra: Fault-Tolerant Edge Data Distribution Based on Erasure Coding' + authors: + - Qiang He 0001 + - Guobiao Zhang + - Jiawei Wang 0003 + - Ruikun Luo + - Xiaohai Dai + - Yuchong Hu + - Feifei Chen 0001 + - Hai Jin 0001 + - Yun Yang 0001 + year: '2025' + doi: 10.1109/TPDS.2024.3493034 + url: https://doi.org/10.1109/TPDS.2024.3493034 + dblp_key: journals/tpds/HeZWLDHCJY25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 29-42 +- title: 'Spreeze: High-Throughput Parallel Reinforcement Learning Framework' + authors: + - Jing Hou + - Guang Chen 0001 + - Ruiqi Zhang + - Zhijun Li 0001 + - Shangding Gu + - Changjun Jiang 0002 + year: '2025' + doi: 10.1109/TPDS.2024.3497986 + url: https://doi.org/10.1109/TPDS.2024.3497986 + dblp_key: journals/tpds/HouCZLGJ25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 282-292 +- title: 'FedSR: A Semi-Decentralized Federated Learning Framework for Non-IID Data + Based on Incremental Subgradient Optimization' + authors: + - Jianjun Huang 0002 + - Hao Huang + - Li Kang 0001 + - Lixin Ye + year: '2025' + doi: 10.1109/TPDS.2025.3611304 + url: https://doi.org/10.1109/TPDS.2025.3611304 + dblp_key: journals/tpds/HuangHKY25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2693-2705 +- title: Critique of "Productivity, Portability, Performance Data-Centric Python" + by SCC Team From Sun Yat-sen University + authors: + - Han Huang + - Tengyang Zheng + - Tianxing Yang + - Yang Ye + - Siran Liu + - Zhe Tang + - Shengyou Lu + - Guangnan Feng + - Zhiguang Chen 0001 + - Dan Huang 0001 + year: '2025' + doi: 10.1109/TPDS.2024.3372291 + url: https://doi.org/10.1109/TPDS.2024.3372291 + dblp_key: journals/tpds/HuangZYYLTLFCH25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 830-834 +- title: '$\mathsf{streamline}$: Accelerating Deployment and Assessment of Real-Time + Big Data Systems' + authors: + - Md. Monzurul Amin Ifath + - Tommaso Melodia + - Israat Haque 0001 + year: '2025' + doi: 10.1109/TPDS.2025.3587641 + url: https://doi.org/10.1109/TPDS.2025.3587641 + dblp_key: journals/tpds/IfathMH25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2455-2468 +- title: 'PWDFT-SW: Extending the Limit of Plane-Wave DFT Calculations to 16K Atoms + on the New Sunway Supercomputer' + authors: + - Qingcai Jiang + - Zhenwei Cao + - Junshi Chen 0003 + - Xinming Qin + - Wei Hu 0006 + - Hong An + - Jinlong Yang 0003 + year: '2025' + doi: 10.1109/TPDS.2025.3557621 + url: https://doi.org/10.1109/TPDS.2025.3557621 + dblp_key: journals/tpds/JiangCCQHAY25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1495-1508 +- title: Real Relative Encoding Genetic Algorithm for Workflow Scheduling in Heterogeneous + Distributed Computing Systems + authors: + - Junqiang Jiang + - Zhifang Sun + - Ruiqi Lu + - Li Pan 0003 + - Zebo Peng + year: '2025' + doi: 10.1109/TPDS.2024.3492210 + url: https://doi.org/10.1109/TPDS.2024.3492210 + dblp_key: journals/tpds/JiangSLPP25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1-14 +- title: A Generic Specification Framework for Weakly Consistent Replicated Data Types + authors: + - Xue Jiang + - Hengfeng Wei + - Yu Huang 0002 + - Yuxing Chen 0003 + - Anqun Pan + year: '2025' + doi: 10.1109/TPDS.2025.3533546 + url: https://doi.org/10.1109/TPDS.2025.3533546 + dblp_key: journals/tpds/JiangWHCP25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1338-1353 +- title: Leveraging Graph Analysis to Pinpoint Root Causes of Scalability Issues for + Parallel Applications + authors: + - Yuyang Jin 0001 + - Haojie Wang 0004 + - Xiongchao Tang + - Zhenhua Guo 0003 + - Yaqian Zhao + - Torsten Hoefler + - Tao Liu 0029 + - Xu Liu 0001 + - Jidong Zhai + year: '2025' + doi: 10.1109/TPDS.2024.3485789 + url: https://doi.org/10.1109/TPDS.2024.3485789 + dblp_key: journals/tpds/JinWTGZHLLZ25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 308-325 +- title: Mapping Large-Scale Spiking Neural Network on Arbitrary Meshed Neuromorphic + Hardware + authors: + - Ouwen Jin + - Qinghui Xing + - Zhuo Chen 0044 + - Ming Zhang 0018 + - De Ma + - Ying Li 0001 + - Xin Du 0002 + - Shuibing He + - Shuiguang Deng + - Gang Pan 0001 + year: '2025' + doi: 10.1109/TPDS.2025.3601993 + url: https://doi.org/10.1109/TPDS.2025.3601993 + dblp_key: journals/tpds/JinXCZMLDHDP25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2325-2340 +- title: 'OneOS: Distributed Operating System for the Edge-to-Cloud Continuum' + authors: + - Kumseok Jung + - Julien Gascon-Samson + - Sathish Gopalakrishnan + - Karthik Pattabiraman + year: '2025' + doi: 10.1109/TPDS.2025.3557747 + url: https://doi.org/10.1109/TPDS.2025.3557747 + dblp_key: journals/tpds/JungGGP25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1175-1192 +- title: 'Graphite: Hardware-Aware GNN Reshaping for Acceleration With GPU Tensor + Cores' + authors: + - Hyeonjin Kim + - Taesoo Lim + - William J. Song + year: '2025' + doi: 10.1109/TPDS.2025.3549180 + url: https://doi.org/10.1109/TPDS.2025.3549180 + dblp_key: journals/tpds/KimLS25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 918-931 +- title: 'ELICA: Efficient and Load Balanced I/O Cache Architecture for Hyperconverged + Infrastructures' + authors: + - Mostafa Kishani + - Sina Ahmadi + - Saba Ahmadian + - Reza Salkhordeh + - Zdenek Becvar + - Onur Mutlu + - André Brinkmann + - Hossein Asadi 0001 + year: '2025' + doi: 10.1109/TPDS.2025.3592275 + url: https://doi.org/10.1109/TPDS.2025.3592275 + dblp_key: journals/tpds/KishaniAASBMBA25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2152-2168 +- title: 'Raccoon: Lightweight Support for Comprehensive Control Flows in Reconfigurable + Spatial Architectures' + authors: + - Xiangyu Kong + - Yi Huang 0036 + - Longlong Chen + - Jianfeng Zhu 0001 + - Liangwei Li + - Xingchen Man + - Mingyu Gao 0001 + - Shaojun Wei + - Leibo Liu + year: '2025' + doi: 10.1109/TPDS.2025.3561145 + url: https://doi.org/10.1109/TPDS.2025.3561145 + dblp_key: journals/tpds/KongHCZLMGWL25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1294-1310 +- title: 'PimBeam: Efficient Regular Path Queries Over Graph Database Using Processing-in-Memory' + authors: + - Weihan Kong + - Shengan Zheng + - Yifan Hua + - Ruoyan Ma + - Yuheng Wen + - Guifeng Wang + - Cong Zhou + - Linpeng Huang + year: '2025' + doi: 10.1109/TPDS.2025.3547365 + url: https://doi.org/10.1109/TPDS.2025.3547365 + dblp_key: journals/tpds/KongZHMWWZH25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1042-1057 +- title: Accelerating Sparse Tensor Decomposition Using Adaptive Linearized Representation + authors: + - Jan Laukemann + - Ahmed E. Helal + - S. Isaac Geronimo Anderson + - Fabio Checconi + - Yongseok Soh + - Jesmin Jahan Tithi + - Teresa M. Ranadive + - Brian J. Gravelle + - Fabrizio Petrini + - Jee W. Choi + year: '2025' + doi: 10.1109/TPDS.2025.3553092 + url: https://doi.org/10.1109/TPDS.2025.3553092 + dblp_key: journals/tpds/LaukemannHACSTRGPC25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1025-1041 +- title: High Performance Householder QR Factorization on Emerging GPU Architectures + Using Tensor Cores + authors: + - Yuhan Leng + - Gaoyuan Zou + - Hansheng Wang + - Panruo Wu + - Shaoshuai Zhang + year: '2025' + doi: 10.1109/TPDS.2024.3522776 + url: https://doi.org/10.1109/TPDS.2024.3522776 + dblp_key: journals/tpds/LengZWWZ25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 422-436 +- title: 'DFU-E: A Dataflow Architecture for Edge DSP and AI Applications' + authors: + - Wenming Li + - Zhihua Fan + - Tianyu Liu 0007 + - Zhen Wang 0045 + - Haibin Wu + - Meng Wu 0006 + - Kunming Zhang + - Yanhuan Liu + - Ninghui Sun + - Xiaochun Ye + - Dongrui Fan + year: '2025' + doi: 10.1109/TPDS.2025.3555329 + url: https://doi.org/10.1109/TPDS.2025.3555329 + dblp_key: journals/tpds/LiFLWWWZLSYF25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1100-1114 +- title: 'Oases: Efficient Large-Scale Model Training on Commodity Servers via Overlapped + and Automated Tensor Model Parallelism' + authors: + - Shengwei Li + - Zhiquan Lai + - Dongsheng Li 0001 + - Yanqi Hao + - Weijie Liu + - Keshi Ge + - Xiaoge Deng + - Kai Lu 0001 + year: '2025' + doi: 10.1109/TPDS.2025.3583165 + url: https://doi.org/10.1109/TPDS.2025.3583165 + dblp_key: journals/tpds/LiLLHLGDL25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1828-1840 +- title: 'MUCVR: Edge Computing-Enabled High-Quality Multi-User Collaboration for + Interactive MVR' + authors: + - Weimin Li 0002 + - Qin Li + - Weihong Tian + - Jie Gao 0002 + - Fan Wu 0014 + - Jianxun Liu 0001 + - Ju Ren 0001 + year: '2025' + doi: 10.1109/TPDS.2025.3595801 + url: https://doi.org/10.1109/TPDS.2025.3595801 + dblp_key: journals/tpds/LiLTGWLR25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2058-2072 +- title: 'FedBiF: Communication-Efficient Federated Learning via Bits Freezing' + authors: + - Shiwei Li 0002 + - Qunwei Li + - Haozhao Wang + - Ruixuan Li 0001 + - Jianbin Lin + - Wenliang Zhong + year: '2025' + doi: 10.1109/TPDS.2025.3610224 + url: https://doi.org/10.1109/TPDS.2025.3610224 + dblp_key: journals/tpds/LiLWLLZ25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2668-2678 +- title: Online Container Caching for IoT Data Processing in Serverless Edge Computing + authors: + - Guopeng Li 0002 + - Haisheng Tan + - Chi Zhang 0043 + - Xuan Zhang + - Zhenhua Han + - Guoliang Chen 0001 + year: '2025' + doi: 10.1109/TPDS.2025.3595965 + url: https://doi.org/10.1109/TPDS.2025.3595965 + dblp_key: journals/tpds/LiTZZHC25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2524-2536 +- title: Integrated and Fungible Scheduling of Deep Learning Workloads Using Multi-Agent + Reinforcement Learning + authors: + - Jialun Li + - Danyang Xiao + - Diying Yang + - Xuan Mo + - Weigang Wu + year: '2025' + doi: 10.1109/TPDS.2024.3522333 + url: https://doi.org/10.1109/TPDS.2024.3522333 + dblp_key: journals/tpds/LiXYMW25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 391-406 +- title: 'Doing More With Less: Balancing Probing Costs and Task Offloading Efficiency + At the Network Edge' + authors: + - Xishuo Li + - Shan Zhang 0001 + - Tie Ma + - Zhiyuan Wang 0004 + - Hongbin Luo + year: '2025' + doi: 10.1109/TPDS.2025.3590368 + url: https://doi.org/10.1109/TPDS.2025.3590368 + dblp_key: journals/tpds/LiZMWL25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2247-2263 +- title: 'PipeMesh: Achieving Memory-Efficient Computation-Communication Overlap for + Training Large Language Models' + authors: + - Fanxin Li + - Shixiong Zhao + - Yuhao Qing + - Jianyu Jiang + - Xusheng Chen + - Heming Cui + year: '2025' + doi: 10.1109/TPDS.2025.3583983 + url: https://doi.org/10.1109/TPDS.2025.3583983 + dblp_key: journals/tpds/LiZQJCC25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1872-1889 +- title: New Scheduling Algorithm and Analysis for Partitioned Periodic DAG Tasks + on Multiprocessors + authors: + - Haochun Liang + - Xu Jiang 0004 + - Junyi Liu + - Xiantong Luo + - Songran Liu + - Nan Guan + - Wang Yi 0001 + year: '2025' + doi: 10.1109/TPDS.2025.3611446 + url: https://doi.org/10.1109/TPDS.2025.3611446 + dblp_key: journals/tpds/LiangJLLLGY25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2621-2634 +- title: 'Sparrow: Expediting Smart Contract Execution for Blockchain Sharding via + Inter-Shard Caching' + authors: + - Junyuan Liang + - Peiyuan Yao + - Wuhui Chen + - Zicong Hong + - Jianting Zhang + - Ting Cai 0002 + - Min Sun + - Zibin Zheng + year: '2025' + doi: 10.1109/TPDS.2024.3522016 + url: https://doi.org/10.1109/TPDS.2024.3522016 + dblp_key: journals/tpds/LiangYCHZCSZ25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 377-390 +- title: 'Spread+: Scalable Model Aggregation in Federated Learning With Non-IID Data' + authors: + - Huanghuang Liang + - Xin Yang + - Xiaoming Han + - Boan Liu + - Chuang Hu + - Dan Wang 0002 + - Xiaobo Zhou 0002 + - Dazhao Cheng + year: '2025' + doi: 10.1109/TPDS.2025.3539738 + url: https://doi.org/10.1109/tpds.2025.3539738 + dblp_key: journals/tpds/LiangYHLHWZC25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 701-716 +- title: 'Retrospecting Available CPU Resources: SMT-Aware Scheduling to Prevent SLA + Violations in Data Centers' + authors: + - Haoyu Liao + - Tong-Yu Liu + - Jianmei Guo + - Bo Huang 0002 + - Dingyu Yang + - Jonathan Ding + year: '2025' + doi: 10.1109/TPDS.2024.3494879 + url: https://doi.org/10.1109/TPDS.2024.3494879 + dblp_key: journals/tpds/LiaoLGHYD25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 67-83 +- title: '$AWB+$AWB+-$Tree$Tree: A Novel Width-Based Index Structure Supporting Hybrid + Matching for Large-Scale Content-Based Pub/Sub Systems' + authors: + - Zhengyu Liao + - Shiyou Qian + - Zhonglong Zheng + - Jian Cao 0001 + - Guangtao Xue + - Minglu Li 0001 + year: '2025' + doi: 10.1109/TPDS.2025.3561714 + url: https://doi.org/10.1109/TPDS.2025.3561714 + dblp_key: journals/tpds/LiaoQZCXL25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1268-1281 +- title: 'TOP: Task-Based Operator Parallelism for Asynchronous Deep Learning Inference + on GPU' + authors: + - Changyao Lin + - Zhenming Chen + - Ziyang Zhang + - Jie Liu 0001 + year: '2025' + doi: 10.1109/TPDS.2024.3511543 + url: https://doi.org/10.1109/TPDS.2024.3511543 + dblp_key: journals/tpds/LinCZL25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 266-281 +- title: Towards Universal Performance Modeling for Machine Learning Training on Multi-GPU + Platforms + authors: + - Zhongyi Lin + - Ning Sun + - Pallab Bhattacharya + - Xizhou Feng + - Louis Feng + - John D. Owens + year: '2025' + doi: 10.1109/TPDS.2024.3507814 + url: https://doi.org/10.1109/TPDS.2024.3507814 + dblp_key: journals/tpds/LinSBFFO25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 226-238 +- title: Two-Dimensional Balanced Partitioning and Efficient Caching for Distributed + Graph Analysis + authors: + - Shuai Lin + - Rui Wang 0076 + - Yongkun Li 0001 + - Yinlong Xu 0001 + - John C. S. Lui + year: '2025' + doi: 10.1109/TPDS.2024.3501292 + url: https://doi.org/10.1109/TPDS.2024.3501292 + dblp_key: journals/tpds/LinWLXL25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 133-149 +- title: High Performance OpenCL-Based GEMM Kernel Auto-Tuned by Bayesian Optimization + authors: + - Shengle Lin + - Guoqing Xiao 0001 + - Haotian Wang 0006 + - Wangdong Yang + - Kenli Li 0001 + - Keqin Li 0001 + year: '2025' + doi: 10.1109/TPDS.2025.3587673 + url: https://doi.org/10.1109/TPDS.2025.3587673 + dblp_key: journals/tpds/LinXWYLL25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1985-1997 +- title: 'GPUDirectIO: Streamline the CFD I/O Path From NVMe to GPU for High-Performance + Simulations' + authors: + - Zhixiang Ling + - Xinghua Chang + - Yunde Su + - Laiping Zhang + - Yuntao Wang + - Xiaogang Deng + year: '2025' + doi: 10.1109/TPDS.2025.3624576 + url: https://doi.org/10.1109/TPDS.2025.3624576 + dblp_key: journals/tpds/LingCSZWD25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2763-2776 +- title: Joint Dynamic Data and Model Parallelism for Distributed Training of DNNs + Over Heterogeneous Infrastructure + authors: + - Zhi Ling + - Xiaofeng Jiang + - Xiaobin Tan + - Huasen He + - Shiyin Zhu + - Jian Yang 0014 + year: '2025' + doi: 10.1109/TPDS.2024.3506588 + url: https://doi.org/10.1109/TPDS.2024.3506588 + dblp_key: journals/tpds/LingJTHZY25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 150-167 +- title: 'ISACPP: Interference-Aware Scheduling Approach for Deep Learning Training + Workloads Based on Co-Location Performance Prediction' + authors: + - Zijie Liu + - Yi Cheng + - Can Chen + - Jun Hu + - Rongguo Fu + - Dengyin Zhang + year: '2025' + doi: 10.1109/TPDS.2025.3577796 + url: https://doi.org/10.1109/TPDS.2025.3577796 + dblp_key: journals/tpds/LiuCCHFZ25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1591-1607 +- title: 'SMore: Enhancing GPU Utilization in Deep Learning Clusters by Serverless-Based + Co-Location Scheduling' + authors: + - Junhan Liu + - Zinuo Cai + - Yumou Liu + - Hao Li 0142 + - Zongpu Zhang + - Ruhui Ma + - Rajkumar Buyya + year: '2025' + doi: 10.1109/TPDS.2025.3548320 + url: https://doi.org/10.1109/TPDS.2025.3548320 + dblp_key: journals/tpds/LiuCLLZMB25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 903-917 +- title: 'Ocelot: An Interactive, Efficient Distributed Compression-As-a-Service Platform + With Optimized Data Compression Techniques' + authors: + - Yuanjian Liu + - Sheng Di + - Jiajun Huang 0001 + - Zhaorui Zhang + - Kyle Chard + - Ian T. Foster + year: '2025' + doi: 10.1109/TPDS.2025.3568221 + url: https://doi.org/10.1109/TPDS.2025.3568221 + dblp_key: journals/tpds/LiuDHZCF25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2497-2511 +- title: 'm${2}$2LLM: A Multi-Dimensional Optimization Framework for LLM Inference + on Mobile Devices' + authors: + - Kaiyuan Liu + - Xiaobo Zhou 0002 + - Li Li 0064 + year: '2025' + doi: 10.1109/TPDS.2025.3587445 + url: https://doi.org/10.1109/TPDS.2025.3587445 + dblp_key: journals/tpds/LiuZL25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2014-2029 +- title: 'ABSE: Adaptive Baseline Score-Based Election for Leader-Based BFT Systems' + authors: + - Xuyang Liu + - Zijian Zhang 0001 + - Zhen Li + - Hao Yin + - Meng Li 0006 + - Jiamou Liu + - Mauro Conti + - Liehuang Zhu + year: '2025' + doi: 10.1109/TPDS.2025.3572553 + url: https://doi.org/10.1109/TPDS.2025.3572553 + dblp_key: journals/tpds/LiuZLYLLCZ25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1634-1650 +- title: 'Analysis and Reproducibility of "Productivity, Portability, Performance: + Data-Centric Python"' + authors: + - Christopher Lompa + - Piotr Luczynski + year: '2025' + doi: 10.1109/TPDS.2024.3366571 + url: https://doi.org/10.1109/TPDS.2024.3366571 + dblp_key: journals/tpds/LompaL25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 835-840 +- title: Symmetric Properties and Two Variants of Shuffle-Cubes + authors: + - Huazhong Lü + - Kai Deng + - Xiaomei Yang + year: '2025' + doi: 10.1109/TPDS.2025.3558885 + url: https://doi.org/10.1109/TPDS.2025.3558885 + dblp_key: journals/tpds/LuDY25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1282-1293 +- title: 'OpenSN: An Open Source Library for Emulating LEO Satellite Networks' + authors: + - Wenhao Lu + - Zhiyuan Wang 0004 + - Hefan Zhang 0002 + - Shan Zhang 0001 + - Hongbin Luo + year: '2025' + doi: 10.1109/TPDS.2025.3575920 + url: https://doi.org/10.1109/TPDS.2025.3575920 + dblp_key: journals/tpds/LuWZZL25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1574-1590 +- title: Online Elastic Resource Provisioning With QoS Guarantee in Container-Based + Cloud Computing + authors: + - Shuaibing Lu + - Ran Yan + - Jie Wu 0001 + - Jackson Yang + - Xinyu Deng + - Shen Wu + - Zhi Cai + - Juan Fang + year: '2025' + doi: 10.1109/TPDS.2024.3522085 + url: https://doi.org/10.1109/TPDS.2024.3522085 + dblp_key: journals/tpds/LuYWYDWCF25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 361-376 +- title: 'Ripple: Enabling Decentralized Data Deduplication at the Edge' + authors: + - Ruikun Luo + - Qiang He 0001 + - Feifei Chen 0001 + - Song Wu 0001 + - Hai Jin 0001 + - Yun Yang 0001 + year: '2025' + doi: 10.1109/TPDS.2024.3493953 + url: https://doi.org/10.1109/TPDS.2024.3493953 + dblp_key: journals/tpds/LuoHCWJY25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 55-66 +- title: 'Edge Data Deduplication Under Uncertainties: A Robust Optimization Approach' + authors: + - Ruikun Luo + - Qiang He 0001 + - Mengxi Xu + - Feifei Chen 0001 + - Song Wu 0001 + - Jing Yang 0051 + - Yuan Gao 0031 + - Hai Jin 0001 + year: '2025' + doi: 10.1109/TPDS.2024.3493959 + url: https://doi.org/10.1109/TPDS.2024.3493959 + dblp_key: journals/tpds/LuoHXCWYGJ25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 84-95 +- title: 'Chorus: Robust Multitasking Local Client-Server Collaborative Inference + With Wi-Fi 6 for AIoT Against Stochastic Congestion Delay' + authors: + - Yuzhe Luo + - Ji Qi 0002 + - Ling Li 0001 + - Ruizhi Chen + - Xiaoyu Wu + - Limin Cheng + - Chen Zhao + year: '2025' + doi: 10.1109/TPDS.2025.3619775 + url: https://doi.org/10.1109/TPDS.2025.3619775 + dblp_key: journals/tpds/LuoQLCWCZ25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2706-2723 +- title: Popularity-Aware Data Placement in Erasure Coding-Based Edge Storage Systems + authors: + - Ruikun Luo + - Jiadong Zhao + - Qiang He 0001 + - Feifei Chen 0001 + - Song Wu 0001 + - Hai Jin 0001 + - Yun Yang 0001 + year: '2025' + doi: 10.1109/TPDS.2025.3619273 + url: https://doi.org/10.1109/tpds.2025.3619273 + dblp_key: journals/tpds/LuoZHCWJY25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2733-2746 +- title: 'Loci: Federated Continual Learning of Heterogeneous Tasks at Edge' + authors: + - Yaxin Luopan + - Rui Han 0001 + - Qinglong Zhang + - Xiaojiang Zuo + - Chi Harold Liu + - Guoren Wang + - Lydia Y. Chen + year: '2025' + doi: 10.1109/TPDS.2025.3531123 + url: https://doi.org/10.1109/tpds.2025.3531123 + dblp_key: journals/tpds/LuopanHZZLWC25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 775-790 +- title: Performance Portability Assessment in Gaia + authors: + - Giulio Malenza + - Valentina Cesare + - Marco Edoardo Santimaria + - Robert Birke + - Alberto Vecchiato + - Ugo Becciani + - Marco Aldinucci + year: '2025' + doi: 10.1109/TPDS.2025.3591452 + url: https://doi.org/10.1109/TPDS.2025.3591452 + dblp_key: journals/tpds/MalenzaCSBVBA25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2045-2057 +- title: 'AsyncFedGAN: An Efficient and Staleness-Aware Asynchronous Federated Learning + Framework for Generative Adversarial Networks' + authors: + - Daniel Manu + - Abee Alazzwi + - Jingjing Yao + - Youzuo Lin + - Xiang Sun 0001 + year: '2025' + doi: 10.1109/TPDS.2024.3521016 + url: https://doi.org/10.1109/tpds.2024.3521016 + dblp_key: journals/tpds/ManuAYLS25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 553-569 +- title: An Acceleration Framework for Deep Reinforcement Learning Using Heterogeneous + Systems + authors: + - Yuan Meng 0001 + - Mahesh A. Iyer + - Viktor K. Prasanna + year: '2025' + doi: 10.1109/TPDS.2025.3566766 + url: https://doi.org/10.1109/TPDS.2025.3566766 + dblp_key: journals/tpds/MengIP25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1401-1415 +- title: 'CAT: Cellular Automata on Tensor Cores' + authors: + - Cristóbal A. Navarro + - Felipe A. Quezada + - Enzo Meneses + - Héctor Ferrada + - Nancy Hitschfeld + year: '2025' + doi: 10.1109/TPDS.2024.3520395 + url: https://doi.org/10.1109/TPDS.2024.3520395 + dblp_key: journals/tpds/NavarroQMFH25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 341-355 +- title: The Megapixel Approach for Efficient Execution of Irregular Wavefront Algorithms + on GPUs + authors: + - Mathias Oliveira + - Willian Barreiros + - Renato Ferreira 0001 + - Alba C. M. A. Melo + - George Teodoro + year: '2025' + doi: 10.1109/TPDS.2025.3612696 + url: https://doi.org/10.1109/TPDS.2025.3612696 + dblp_key: journals/tpds/OliveiraBFMT25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2399-2411 +- title: The Impact of Service Demand Variability on Data Center Performance + authors: + - Diletta Olliaro + - Adityo Anggraito + - Marco Ajmone Marsan + - Simonetta Balsamo + - Andrea Marin + year: '2025' + doi: 10.1109/TPDS.2024.3497792 + url: https://doi.org/10.1109/TPDS.2024.3497792 + dblp_key: journals/tpds/OlliaroAMBM25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 120-132 +- title: Featherlight Stateful WebAssembly for Serverless Inference Workflows + authors: + - Xingguo Pang + - Liu Liu + - Yanze Zhang + - Zhuofu Chen + - Zhijun Ding + - Dazhao Cheng + - Xiaobo Zhou 0002 + year: '2025' + doi: 10.1109/TPDS.2025.3575753 + url: https://doi.org/10.1109/TPDS.2025.3575753 + dblp_key: journals/tpds/PangLZCDCZ25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1651-1665 +- title: Object Proxy Patterns for Accelerating Distributed Applications + authors: + - J. Gregory Pauloski + - Valérie Hayot-Sasson + - Logan T. Ward + - Alexander Brace + - André Bauer 0001 + - Kyle Chard + - Ian T. Foster + year: '2025' + doi: 10.1109/TPDS.2024.3511347 + url: https://doi.org/10.1109/TPDS.2024.3511347 + dblp_key: journals/tpds/PauloskiHWBBCF25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 253-265 +- title: A Highly-Parallel and Scalable Hardware Accelerator for the NTest Othello + Game Engine + authors: + - Stefan Popa + - Vlad Petric + - Mihai Ivanovici + year: '2025' + doi: 10.1109/TPDS.2025.3570596 + url: https://doi.org/10.1109/TPDS.2025.3570596 + dblp_key: journals/tpds/PopaPI25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1620-1633 +- title: 'ChunkFunc: Dynamic SLO-Aware Configuration of Serverless Functions' + authors: + - Thomas W. Pusztai + - Stefan Nastic + year: '2025' + doi: 10.1109/TPDS.2025.3559021 + url: https://doi.org/10.1109/TPDS.2025.3559021 + dblp_key: journals/tpds/PusztaiN25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1237-1252 +- title: 'DisPLOY: Target-Constrained Distributed Deployment for Network Measurement + Tasks on Data Plane' + authors: + - Mimi Qian + - Lin Cui 0001 + - Xiaoquan Zhang + - Fung Po Tso 0001 + - Yuhui Deng + - Zhetao Li + - Weijia Jia 0001 + year: '2025' + doi: 10.1109/TPDS.2025.3572246 + url: https://doi.org/10.1109/TPDS.2025.3572246 + dblp_key: journals/tpds/QianCZTDLJ25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1608-1619 +- title: An Efficient GPU Algorithm for Lattice Boltzmann Method on Sparse Complex + Geometries + authors: + - Zhangrong Qin + - Xusheng Lu + - Long Lv + - Zhongxiang Tang + - Binghai Wen + year: '2025' + doi: 10.1109/TPDS.2024.3510810 + url: https://doi.org/10.1109/TPDS.2024.3510810 + dblp_key: journals/tpds/QinLLTW25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 239-252 +- title: 'Flips: A Flexible Partitioning Strategy Near Memory Processing Architecture + for Recommendation System' + authors: + - Yudi Qiu + - Lingfei Lu + - Shiyan Yi + - Minge Jing + - Xiaoyang Zeng + - Yang Kong + - Yibo Fan + year: '2025' + doi: 10.1109/TPDS.2025.3539534 + url: https://doi.org/10.1109/tpds.2025.3539534 + dblp_key: journals/tpds/QiuLYJZKF25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 745-758 +- title: 'Towards Efficiency and Decentralization: A Blockchain Assisted Distributed + Fuzzy-Rough Feature Selection' + authors: + - Lin Qiu + - Xing-Wei Wang 0001 + - Bo Yi 0002 + - Kaimin Zhang + - Fei Gao + - Min Huang 0001 + - Yanpeng Qu + year: '2025' + doi: 10.1109/TPDS.2025.3578032 + url: https://doi.org/10.1109/TPDS.2025.3578032 + dblp_key: journals/tpds/QiuWYZGHQ25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1762-1778 +- title: Algorithms for Data Sharing-Aware Task Allocation in Edge Computing Systems + authors: + - Sanaz Rabinia + - Niloofar Didar + - Marco Brocanelli + - Daniel Grosu + year: '2025' + doi: 10.1109/TPDS.2024.3486184 + url: https://doi.org/10.1109/TPDS.2024.3486184 + dblp_key: journals/tpds/RabiniaDBG25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 15-28 +- title: 'Dissecting the Software-Based Measurement of CPU Energy Consumption: A Comparative + Analysis' + authors: + - Guillaume Raffin + - Denis Trystram + year: '2025' + doi: 10.1109/TPDS.2024.3492336 + url: https://doi.org/10.1109/TPDS.2024.3492336 + dblp_key: journals/tpds/RaffinT25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 96-107 +- title: Guest Editorial:Special Section on SC22 Student Cluster Competition + authors: + - Omer F. Rana + - Josef Spillner + - Stephen Leak + - Gerald F. Lofstead II + - Rafael Tolosana-Calasanz + year: '2025' + doi: 10.1109/TPDS.2025.3549281 + url: https://doi.org/10.1109/TPDS.2025.3549281 + dblp_key: journals/tpds/RanaSLLT25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: '803' +- title: 'LQ-GNN: A Graph Neural Network Model for Response Time Prediction of Microservice-Based + Applications in the Computing Continuum' + authors: + - Matias Richart + - Juan-Luis Gorricho + - Javier Baliosian + - Luis M. Contreras 0001 + - Alejandro Muñiz + - Joan Serrat 0001 + year: '2025' + doi: 10.1109/TPDS.2025.3564214 + url: https://doi.org/10.1109/TPDS.2025.3564214 + dblp_key: journals/tpds/RichartGBCMS25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2566-2577 +- title: Improved Methods of Task Assignment and Resource Allocation With Preemption + in Edge Computing Systems + authors: + - Adrian C. Rublein + - Fidan Mehmeti + - Mark Mahon + - Thomas F. La Porta + year: '2025' + doi: 10.1109/TPDS.2025.3583966 + url: https://doi.org/10.1109/TPDS.2025.3583966 + dblp_key: journals/tpds/RubleinMMP25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1857-1871 +- title: 'Paralfetch: Fast Application Launch on Personal Computing/Communication + Devices' + authors: + - Junhee Ryu + - Dongeun Lee 0001 + - Kang G. Shin + - Kyungtae Kang + year: '2025' + doi: 10.1109/TPDS.2024.3525337 + url: https://doi.org/10.1109/TPDS.2024.3525337 + dblp_key: journals/tpds/RyuLSK25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 616-632 +- title: 'FedLoRE: Communication-Efficient and Personalized Edge Intelligence Framework + via Federated Low-Rank Estimation' + authors: + - Zerui Shao + - Beibei Li 0002 + - Peiran Wang + - Yi Zhang 0018 + - Kim-Kwang Raymond Choo + year: '2025' + doi: 10.1109/TPDS.2025.3548444 + url: https://doi.org/10.1109/TPDS.2025.3548444 + dblp_key: journals/tpds/ShaoLWZC25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 994-1010 +- title: Parallel Multi Objective Shortest Path Update Algorithm in Large Dynamic + Networks + authors: + - S. M. Shovan + - Arindam Khanda + - Sajal K. Das 0001 + year: '2025' + doi: 10.1109/TPDS.2025.3536357 + url: https://doi.org/10.1109/TPDS.2025.3536357 + dblp_key: journals/tpds/ShovanKD25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 932-944 +- title: 'CiMBA: Accelerating Genome Sequencing Through On-Device Basecalling via + Compute-in-Memory' + authors: + - William Andrew Simon + - Irem Boybat + - Riselda Kodra + - Elena Ferro + - Gagandeep Singh 0002 + - Mohammed Alser + - Shubham Jain 0004 + - Hsinyu Tsai + - Geoffrey W. Burr + - Onur Mutlu + - Abu Sebastian + year: '2025' + doi: 10.1109/TPDS.2025.3550811 + url: https://doi.org/10.1109/TPDS.2025.3550811 + dblp_key: journals/tpds/SimonBKFSAJTBMS25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1130-1145 +- title: 'FedTune-SGM: A Stackelberg-Driven Personalized Federated Learning Strategy + for Edge Networks' + authors: + - Neha Singh + - Mainak Adhikari + year: '2025' + doi: 10.1109/TPDS.2025.3543368 + url: https://doi.org/10.1109/tpds.2025.3543368 + dblp_key: journals/tpds/SinghA25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 791-802 +- title: Efficient Parallel Sparse Tensor Contraction + authors: + - Somesh Singh 0001 + - Bora Uçar + year: '2025' + doi: 10.1109/TPDS.2025.3557750 + url: https://doi.org/10.1109/TPDS.2025.3557750 + dblp_key: journals/tpds/SinghU25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1206-1219 +- title: Parallelization of Network Dynamics Computations in Heterogeneous Distributed + Environment + authors: + - Oleksandr O. Sudakov + - Volodymyr L. Maistrenko + year: '2025' + doi: 10.1109/TPDS.2025.3593154 + url: https://doi.org/10.1109/TPDS.2025.3593154 + dblp_key: journals/tpds/SudakovM25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2030-2044 +- title: Response Time Analysis and Optimal Priority Assignment for Global Non-Preemptive + Fixed-Priority Rigid Gang Scheduling + authors: + - Binqi Sun + - Tomasz Kloda + - Jiyang Chen + - Cen Lu + - Marco Caccamo + year: '2025' + doi: 10.1109/TPDS.2025.3529218 + url: https://doi.org/10.1109/TPDS.2025.3529218 + dblp_key: journals/tpds/SunKCLC25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 455-470 +- title: 'SSS-DIMM: Removing Redundant Data Movement in Trusted DIMM-Based Near-Memory-Processing + Kernel Offloading via Secure Space Sharing' + authors: + - Weiyi Sun + - Jianfeng Zhu 0001 + - Mingyu Gao 0001 + - Zhaoshi Li + - Shaojun Wei + - Leibo Liu + year: '2025' + doi: 10.1109/TPDS.2025.3576438 + url: https://doi.org/10.1109/TPDS.2025.3576438 + dblp_key: journals/tpds/SunZGLWL25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1810-1827 +- title: 'GEREM: Fast and Precise Error Resilience Assessment for GPU Microarchitectures' + authors: + - Jingweijia Tan + - Xurui Li + - An Zhong + - Kaige Yan + - Xiaohui Wei 0002 + - Guanpeng Li + year: '2025' + doi: 10.1109/TPDS.2025.3552679 + url: https://doi.org/10.1109/TPDS.2025.3552679 + dblp_key: journals/tpds/TanLZYWL25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1011-1024 +- title: Distributed and Adaptive Partitioning for Large Graphs in Geo-Distributed + Data Centers + authors: + - Haobin Tan + - Yao Xiao + - Amelie Chi Zhou + - Kezhong Lu + - Xuan Yang + year: '2025' + doi: 10.1109/TPDS.2025.3557610 + url: https://doi.org/10.1109/TPDS.2025.3557610 + dblp_key: journals/tpds/TanXZLY25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1161-1174 +- title: 'Cube-fx: Mapping Taylor Expansion Onto Matrix Multiplier-Accumulators of + Huawei Ascend AI Processors' + authors: + - Yifeng Tang + - Huaman Zhou + - Zhuoran Ji + - Cho-Li Wang + year: '2025' + doi: 10.1109/TPDS.2025.3557444 + url: https://doi.org/10.1109/TPDS.2025.3557444 + dblp_key: journals/tpds/TangZJW25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1115-1129 +- title: 'OmniLearn: A Framework for Distributed Deep Learning Over Heterogeneous + Clusters' + authors: + - Sahil Tyagi + - Prateek Sharma 0001 + year: '2025' + doi: 10.1109/TPDS.2025.3553066 + url: https://doi.org/10.1109/TPDS.2025.3553066 + dblp_key: journals/tpds/TyagiS25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1253-1267 +- title: Fine-Grained QoS Control via Tightly-Coupled Bandwidth Monitoring and Regulation + for FPGA-Based Heterogeneous SoCs + authors: + - Giacomo Valente + - Gianluca Brilli + - Tania Di Mascio + - Alessandro Capotondi + - Paolo Burgio + - Paolo Valente + - Andrea Marongiu + year: '2025' + doi: 10.1109/TPDS.2024.3513416 + url: https://doi.org/10.1109/TPDS.2024.3513416 + dblp_key: journals/tpds/ValenteBMCBVM25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 326-340 +- title: Towards Communication-Efficient Out-of-Core Graph Processing on the GPU + authors: + - Qiange Wang + - Xin Ai 0006 + - Yongze Yan + - Shufeng Gong + - Yanfeng Zhang 0001 + - Jing Chen 0037 + - Ge Yu 0001 + year: '2025' + doi: 10.1109/TPDS.2025.3547356 + url: https://doi.org/10.1109/TPDS.2025.3547356 + dblp_key: journals/tpds/WangAYGZCY25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 961-976 +- title: 'Parallel Wormhole Filters: High-Performance Approximate Membership Query + Data Structures for Persistent Memory' + authors: + - Hancheng Wang + - Haipeng Dai 0001 + - Shusen Chen + - Meng Li 0010 + - Rong Gu 0001 + - Youyou Lu + - Chengxun Wu + - Jiaqi Zheng 0001 + - Lexi Xu + - Guihai Chen + year: '2025' + doi: 10.1109/TPDS.2025.3605780 + url: https://doi.org/10.1109/TPDS.2025.3605780 + dblp_key: journals/tpds/WangDCLGLWZXC25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2229-2246 +- title: 'Chameleon: An Efficient FHE Scheme Switching Acceleration on GPUs' + authors: + - Zhiwei Wang + - Haoqi He + - Lutan Zhao + - Peinan Li + - Zhihao Li 0001 + - Dan Meng 0002 + - Rui Hou 0001 + year: '2025' + doi: 10.1109/TPDS.2025.3604866 + url: https://doi.org/10.1109/TPDS.2025.3604866 + dblp_key: journals/tpds/WangHZLLMH25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2264-2280 +- title: 'Kairos: Deterministic Scheduling Enhanced by User Collaboration for Deep + Learning Workloads' + authors: + - Xinhua Wang + - Weiwei Lin 0001 + - Ruichao Mo + - Guozhi Liu + - Haijie Wu + - Shengjun Tang + year: '2025' + doi: 10.1109/TPDS.2025.3624245 + url: https://doi.org/10.1109/TPDS.2025.3624245 + dblp_key: journals/tpds/WangLMLWT25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2777-2788 +- title: A Tail Latency SLO Guaranteed Task Scheduling Scheme for User-Facing Services + authors: + - Zhijun Wang 0001 + - Huiyang Li + - Lin Sun + - Stoddard Rosenkrantz + - Hao Che + - Hong Jiang 0001 + year: '2025' + doi: 10.1109/TPDS.2025.3542638 + url: https://doi.org/10.1109/tpds.2025.3542638 + dblp_key: journals/tpds/WangLSRCJ25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 759-774 +- title: Publicly Verifiable Distributed Computation for MEC Setting + authors: + - Qiang Wang 0005 + - Zhicheng Li + - Fucai Zhou + - Jian Xu 0004 + - Changsheng Zhang 0001 + year: '2025' + doi: 10.1109/TPDS.2025.3566080 + url: https://doi.org/10.1109/TPDS.2025.3566080 + dblp_key: journals/tpds/WangLZXZ25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1416-1430 +- title: Cost-Effective and Low-Latency Data Placement in Edge Environment Based on + PageRank-Inspired Regional Value + authors: + - Pengwei Wang 0001 + - Junye Qiao + - Yuying Zhao + - Zhijun Ding + year: '2025' + doi: 10.1109/TPDS.2024.3506625 + url: https://doi.org/10.1109/TPDS.2024.3506625 + dblp_key: journals/tpds/WangQZD25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 185-196 +- title: Scheduling Fork-Joins With Communication Delays and Equal Processing Times + on Heterogeneous Processors + authors: + - Huijun Wang + - Oliver Sinnen + year: '2025' + doi: 10.1109/TPDS.2025.3605272 + url: https://doi.org/10.1109/TPDS.2025.3605272 + dblp_key: journals/tpds/WangS25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2297-2309 +- title: Accelerating Half-Precision Seismic Simulation on Neural Processing Unit + authors: + - Yinuo Wang + - Zeyu Song + - Wubing Wan + - Xinpeng Zhao + - Lin Gan 0008 + - Ping Gao 0005 + - Wenqiang Wang + - Zhenguo Zhang + - Haohuan Fu + - Wei Xue 0003 + - Guangwen Yang 0002 + year: '2025' + doi: 10.1109/TPDS.2025.3584773 + url: https://doi.org/10.1109/TPDS.2025.3584773 + dblp_key: journals/tpds/WangSWZGGWZFXY25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1998-2013 +- title: A Privacy-Preserving IoT Data Access Control Scheme for Cloud-Edge Computing + authors: + - Jingjing Wang 0001 + - Na Wang 0003 + - Wen Zhou 0021 + - Jianwei Liu 0001 + - Junsong Fu 0001 + - Lunzhi Deng + year: '2025' + doi: 10.1109/TPDS.2025.3580407 + url: https://doi.org/10.1109/TPDS.2025.3580407 + dblp_key: journals/tpds/WangWZLFD25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2549-2565 +- title: A Collaborative Service Composition Approach Considering Providers' + Self-Interest and Minimal Service Sharing + authors: + - Xiao Wang 0097 + - Hanchuan Xu + - Jian Yang 0001 + - Xiaofei Xu + - Zhongjie Wang 0003 + year: '2025' + doi: 10.1109/TPDS.2025.3534283 + url: https://doi.org/10.1109/tpds.2025.3534283 + dblp_key: journals/tpds/WangXYXW25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 598-615 +- title: A Lightweight and Fine-Grained Ciphertext Search Scheme for Big Data Assisted + by Proxy Servers + authors: + - Na Wang 0003 + - Kaifa Zheng + - Wen Zhou 0021 + - Jianwei Liu 0001 + - Lunzhi Deng + - Junsong Fu 0001 + year: '2025' + doi: 10.1109/TPDS.2025.3560694 + url: https://doi.org/10.1109/TPDS.2025.3560694 + dblp_key: journals/tpds/WangZZLDF25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1460-1477 +- title: Energy Efficient and Multi-Resource Optimization for Virtual Machine Placement + by Improving MOEA/D + authors: + - Wenting Wei + - Huaxi Gu + - Zhe Xiao + - Yi Chen + year: '2025' + doi: 10.1109/TPDS.2025.3538525 + url: https://doi.org/10.1109/TPDS.2025.3538525 + dblp_key: journals/tpds/WeiGXC25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1087-1099 +- title: 'Mariana: Exploring Native SkipList Index Design for Disaggregated Memory' + authors: + - Xing Wei + - Ke Wang + - Yinjun Han + - Hao Jin + - Yaofeng Tu + - Huiqi Hu + - Xuan Zhou 0001 + - Minghao Zhao 0001 + year: '2025' + doi: 10.1109/TPDS.2025.3596988 + url: https://doi.org/10.1109/TPDS.2025.3596988 + dblp_key: journals/tpds/WeiWHJTHZZ25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2137-2151 +- title: 'The Art of the Fugue: Minimizing Interleaving in Collaborative Text Editing' + authors: + - Matthew Weidner + - Martin Kleppmann + year: '2025' + doi: 10.1109/TPDS.2025.3611880 + url: https://doi.org/10.1109/TPDS.2025.3611880 + dblp_key: journals/tpds/WeidnerK25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2425-2437 +- title: 'Libfork: Portable Continuation-Stealing With Stackless Coroutines' + authors: + - Conor John Williams + - James Elliott + year: '2025' + doi: 10.1109/TPDS.2025.3543442 + url: https://doi.org/10.1109/TPDS.2025.3543442 + dblp_key: journals/tpds/WilliamsE25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 877-888 +- title: Fast and Scalable Neural Network Quantum States Method for Molecular Potential + Energy Surfaces + authors: + - Yangjun Wu + - Wanlu Cao + - Jiacheng Zhao + - Honghui Shang + year: '2025' + doi: 10.1109/TPDS.2025.3568360 + url: https://doi.org/10.1109/TPDS.2025.3568360 + dblp_key: journals/tpds/WuCZS25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1431-1443 +- title: 'Task Scheduling in Geo-Distributed Computing: A Survey' + authors: + - Yujian Wu + - Shanjiang Tang + - Ce Yu + - Bin Yang 0043 + - Chao Sun 0008 + - Jian Xiao 0001 + - Hutong Wu + - Jinghua Feng + year: '2025' + doi: 10.1109/TPDS.2025.3591010 + url: https://doi.org/10.1109/TPDS.2025.3591010 + dblp_key: journals/tpds/WuTYYSXWF25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2073-2088 +- title: A Generic, High-Performance, Compression-Aware Framework for Data Parallel + DNN Training + authors: + - Hao Wu 0077 + - Shiyi Wang + - Youhui Bai + - Cheng Li 0001 + - Quan Zhou + - Jun Yi + - Feng Yan 0001 + - Ruichuan Chen + - Yinlong Xu 0001 + year: '2025' + doi: 10.1109/TPDS.2023.3266246 + url: https://doi.org/10.1109/TPDS.2023.3266246 + dblp_key: journals/tpds/WuWBLZYYCX25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1695-1712 +- title: 'MCG-Sched: Multi-Cluster GPU Scheduling for Resource Fragmentation Reduction + and Load Balancing' + authors: + - Haijie Wu + - Xinhua Wang + - Xiaoxuan Luo + - Wangbo Shen + - Weiwei Lin 0001 + year: '2025' + doi: 10.1109/TPDS.2025.3626153 + url: https://doi.org/10.1109/TPDS.2025.3626153 + dblp_key: journals/tpds/WuWLSL25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2789-2800 +- title: Survey on Characterizing and Understanding GNNs From a Computer Architecture + Perspective + authors: + - Meng Wu 0006 + - Mingyu Yan + - Wenming Li + - Xiaochun Ye + - Dongrui Fan + - Yuan Xie 0001 + year: '2025' + doi: 10.1109/TPDS.2025.3532089 + url: https://doi.org/10.1109/tpds.2025.3532089 + dblp_key: journals/tpds/WuYLYFX25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 537-552 +- title: Large-Scale Neural Network Quantum States Calculation for Quantum Chemistry + on a New Sunway Supercomputer + authors: + - Yangjun Wu + - Wenhao Zhou + - Li Shen 0001 + - Hong Qian + - Honghui Shang + year: '2025' + doi: 10.1109/TPDS.2025.3620251 + url: https://doi.org/10.1109/TPDS.2025.3620251 + dblp_key: journals/tpds/WuZSQS25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2724-2732 +- title: 'Beelog: Online Log Compaction for Dependable Systems' + authors: + - Luiz Gustavo Coutinho Xavier + - Cristina Meinhardt + - Odorico Machado Mendizabal + year: '2025' + doi: 10.1109/TPDS.2025.3541628 + url: https://doi.org/10.1109/TPDS.2025.3541628 + dblp_key: journals/tpds/XavierMM25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 689-700 +- title: 'SEMSO: A Secure and Efficient Multi-Data Source Blockchain Oracle' + authors: + - Youquan Xian + - Xueying Zeng + - Chunpei Li + - Peng Wang 0213 + - Dongcheng Li 0002 + - Peng Liu 0044 + - Xianxian Li + year: '2025' + doi: 10.1109/TPDS.2025.3586450 + url: https://doi.org/10.1109/TPDS.2025.3586450 + dblp_key: journals/tpds/XianZLWLLL25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2512-2523 +- title: 'GAP-DCCS: A Generic Acceleration Paradigm for Data-Intensive Applications + With Efficient Data Compression and Caching Strategy Over CPU-GPU Clusters' + authors: + - Jiangwei Xiao + - Yingzhe Bai + - Hanfei Diao + - Guofeng Liu + - Yuzhu Wang + year: '2025' + doi: 10.1109/TPDS.2025.3615283 + url: https://doi.org/10.1109/tpds.2025.3615283 + dblp_key: journals/tpds/XiaoBDLW25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2747-2762 +- title: Multi-Agent Collaboration for Workflow Task Offloading in End-Edge-Cloud + Environments Using Deep Reinforcement Learning + authors: + - Bohuai Xiao + - Chujia Yu + - Xing Chen 0002 + - Zheyi Chen + - Geyong Min + year: '2025' + doi: 10.1109/TPDS.2025.3606001 + url: https://doi.org/10.1109/TPDS.2025.3606001 + dblp_key: journals/tpds/XiaoYCCM25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2281-2296 +- title: 'Everything Distributed and Asynchronous: A Practical System for Key Management + Service' + authors: + - Zhaoyang Xie + - Haibin Zhang + - Sisi Duan + - Chao Liu 0039 + - Shengli Liu 0001 + - Xuanji Meng + - Yong Yu 0002 + - Fangguo Zhang + - Boxin Zhao + - Liehuang Zhu + - Tianqing Zhu + year: '2025' + doi: 10.1109/TPDS.2025.3577038 + url: https://doi.org/10.1109/TPDS.2025.3577038 + dblp_key: journals/tpds/XieZDLLMYZZZZ25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1841-1856 +- title: 'IRHunter: Universal Detection of Instruction Reordering Vulnerabilities + for Enhanced Concurrency in Distributed and Parallel Systems' + authors: + - Guohua Xin + - Guangquan Xu + - Yao Zhang 0019 + - Cheng Wen 0002 + - Cen Zhang + - Xiaofei Xie + - Neal N. Xiong + - Shaoying Liu + - Pan Gao 0006 + year: '2025' + doi: 10.1109/TPDS.2025.3556861 + url: https://doi.org/10.1109/TPDS.2025.3556861 + dblp_key: journals/tpds/XinXZWZXXLG25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1220-1236 +- title: '$ \mathsf{GPABE} $GPABE: GPU-Based Parallelization Framework for Attribute-Based + Encryption Schemes' + authors: + - Wenhan Xu + - Hui Ma 0002 + - Rui Zhang 0002 + - Jianhao Li + year: '2025' + doi: 10.1109/TPDS.2025.3529776 + url: https://doi.org/10.1109/TPDS.2025.3529776 + dblp_key: journals/tpds/XuMZL25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 520-536 +- title: SMDP-Based Dynamic Batching for Improving Responsiveness and Energy Efficiency + of Batch Services + authors: + - Yaodan Xu + - Sheng Zhou 0001 + - Zhisheng Niu + year: '2025' + doi: 10.1109/TPDS.2025.3526283 + url: https://doi.org/10.1109/tpds.2025.3526283 + dblp_key: journals/tpds/XuZN25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 659-674 +- title: Identifying Performance Inefficiencies of Parallel Program With Spatial and + Temporal Trace Analysis + authors: + - Zhibo Xuan + - Xin Sun + - Xin You 0001 + - Hailong Yang 0002 + - Zhongzhi Luan + - Yi Liu 0013 + - Depei Qian 0002 + year: '2025' + doi: 10.1109/TPDS.2025.3566735 + url: https://doi.org/10.1109/TPDS.2025.3566735 + dblp_key: journals/tpds/XuanSYYLLQ25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1387-1400 +- title: 'SSpMM: Efficiently Scalable SpMM Kernels Across Multiple Generations of + Tensor Cores' + authors: + - Zeyu Xue + - Mei Wen + - Jianchao Yang + - Minjin Tang + - Zhongdi Luo + - Jing Feng + - Yang Shi 0008 + - Zhaoyun Chen + - Junzhong Shen + - Johannes Langguth + year: '2025' + doi: 10.1109/TPDS.2025.3616981 + url: https://doi.org/10.1109/TPDS.2025.3616981 + dblp_key: journals/tpds/XueWYTLFSCSL25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2652-2667 +- title: 'NDP: Network Division Positioning for Irregular Multi-Hop Networks' + authors: + - Xiaoyong Yan + - Fu Xiao 0001 + - Jian Zhou 0009 + - Xiulong Liu 0001 + - Chuntao Ding + - Jiannong Cao 0001 + - Aiguo Song + - Alex X. Liu + year: '2025' + doi: 10.1109/TPDS.2025.3583502 + url: https://doi.org/10.1109/TPDS.2025.3583502 + dblp_key: journals/tpds/YanXZLDCSL25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1955-1971 +- title: 'Critique of "Productivity, Portability, Performance: Data-Centric Python" + by SCC Team From Zhejiang University' + authors: + - Zihan Yang 0004 + - Yi Chen + - Kaiqi Chen 0002 + - Xingjian Qian + - Shaojun Xu + - Yun Pan + - Chong Zeng 0001 + - Jianhai Chen + - Yin Zhang + - Zeke Wang + year: '2025' + doi: 10.1109/TPDS.2023.3333805 + url: https://doi.org/10.1109/TPDS.2023.3333805 + dblp_key: journals/tpds/YangCCQXPZCZW25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 826-829 +- title: 'ZeroTracer: In-Band eBPF-Based Trace Generator With Zero Instrumentation + for Microservice Systems' + authors: + - Wanqi Yang + - Pengfei Chen 0002 + - Kai Liu + - Huxing Zhang + year: '2025' + doi: 10.1109/TPDS.2025.3571934 + url: https://doi.org/10.1109/TPDS.2025.3571934 + dblp_key: journals/tpds/YangCLZ25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1478-1494 +- title: Reinforcement Learning-Driven Adaptive Prefetch Aggressiveness Control for + Enhanced Performance in Parallel System Architectures + authors: + - Huijing Yang + - Juan Fang + - Yumin Hou + - Xing Su 0001 + - Neal N. Xiong + year: '2025' + doi: 10.1109/TPDS.2025.3550531 + url: https://doi.org/10.1109/TPDS.2025.3550531 + dblp_key: journals/tpds/YangFHSX25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 977-993 +- title: Towards Efficient Verifiable Cloud Storage and Distribution for Large-Scale + Data Streaming + authors: + - Haining Yang + - Dengguo Feng + - Jing Qin 0002 + year: '2025' + doi: 10.1109/TPDS.2025.3526642 + url: https://doi.org/10.1109/TPDS.2025.3526642 + dblp_key: journals/tpds/YangFQ25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 487-501 +- title: Coordinating Computational Capacity for Adaptive Federated Learning in Heterogeneous + Edge Computing Systems + authors: + - Kechang Yang + - Biao Hu 0001 + - Mingguo Zhao + year: '2025' + doi: 10.1109/TPDS.2025.3574718 + url: https://doi.org/10.1109/TPDS.2025.3574718 + dblp_key: journals/tpds/YangHZ25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1509-1523 +- title: A Performance-Balanced Scheduling Algorithm for Diverse Real-World TSN Scenarios + authors: + - Qian Yang + - Xuyan Jiang + - Rulin Liu + - Tao Li 0008 + - Hui Yang + - Wei Quan 0004 + - Zhigang Sun 0002 + year: '2025' + doi: 10.1109/TPDS.2025.3580402 + url: https://doi.org/10.1109/TPDS.2025.3580402 + dblp_key: journals/tpds/YangJLLYQS25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2469-2481 +- title: Parallel Acceleration of Genome Variation Detection on Multi-Zone Heterogeneous + System + authors: + - Yaning Yang + - Xiaoqi Wang + - Chengqing Li + - Shaoliang Peng + year: '2025' + doi: 10.1109/TPDS.2025.3581972 + url: https://doi.org/10.1109/TPDS.2025.3581972 + dblp_key: journals/tpds/YangWLP25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1797-1809 +- title: 'PreTrans: Enabling Efficient CGRA Multi-Task Context Switch Through Config + Pre-Mapping and Data Transceiving' + authors: + - Yufei Yang + - Chenhao Xie 0001 + - Liansheng Liu + - Xiyuan Peng + - Yu Peng 0002 + - Hailong Yang 0002 + - Depei Qian 0002 + year: '2025' + doi: 10.1109/TPDS.2025.3604815 + url: https://doi.org/10.1109/TPDS.2025.3604815 + dblp_key: journals/tpds/YangXLPPYQ25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2214-2228 +- title: Workload-Aware Performance Model Based Soft Preemptive Real-Time Scheduling + for Neural Processing Units + authors: + - Yuan Yao 0004 + - Yujiao Hu + - Yi Dang + - Wei Tao + - Kai Hu + - Qiming Huang + - Zhe Peng + - Gang Yang 0008 + - Xingshe Zhou 0001 + year: '2025' + doi: 10.1109/TPDS.2025.3553922 + url: https://doi.org/10.1109/TPDS.2025.3553922 + dblp_key: journals/tpds/YaoHDTHHPYZ25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1058-1070 +- title: Atomic Smart Contract Interoperability With High Efficiency via Cross-Chain + Integrated Execution + authors: + - Chaoyue Yin + - Mingzhe Li + - Jin Zhang 0001 + - You Lin + - Qingsong Wei + - Rick Siow Mong Goh + year: '2025' + doi: 10.1109/TPDS.2025.3614374 + url: https://doi.org/10.1109/TPDS.2025.3614374 + dblp_key: journals/tpds/YinLZLWG25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2635-2651 +- title: 'VAHRM: Variation-Aware Resource Management in Heterogeneous Supercomputing + Systems' + authors: + - Kohei Yoshida + - Ryuichi Sakamoto + - Kento Sato + - Abhinav Bhatele + - Hayato Yamaki + - Hiroki Honda + - Shinobu Miwa + year: '2025' + doi: 10.1109/TPDS.2025.3577252 + url: https://doi.org/10.1109/TPDS.2025.3577252 + dblp_key: journals/tpds/YoshidaSSBYHM25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1713-1727 +- title: 'HTLL: Latency-Aware Scalable Blocking Mutex' + authors: + - Ziqu Yu + - Jinyu Gu 0001 + - Zijian Wu + - Nian Liu + - Jian Guo + year: '2025' + doi: 10.1109/TPDS.2025.3526859 + url: https://doi.org/10.1109/TPDS.2025.3526859 + dblp_key: journals/tpds/YuGWLG25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 471-486 +- title: Rethinking Virtual Machines Live Migration for Memory Disaggregation + authors: + - Xingzi Yu + - Xingguo Jia + - Jin Zhang + - Yun Wang 0039 + - Senhao Yu + - Zhengwei Qi + year: '2025' + doi: 10.1109/TPDS.2025.3597149 + url: https://doi.org/10.1109/TPDS.2025.3597149 + dblp_key: journals/tpds/YuJZWYQ25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2310-2324 +- title: 'DynPipe: Toward Dynamic End-to-End Pipeline Parallelism for Interference-Aware + DNN Training' + authors: + - Zhengyi Yuan + - Xiong Wang 0006 + - Yuntao Nie + - Yufei Tao 0005 + - Yuqing Li 0001 + - Zhiyuan Shao + - Xiaofei Liao + - Bo Li 0001 + - Hai Jin 0001 + year: '2025' + doi: 10.1109/TPDS.2025.3605491 + url: https://doi.org/10.1109/TPDS.2025.3605491 + dblp_key: journals/tpds/YuanWNTLSLLJ25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2366-2382 +- title: '$\text {GPUSCAN}{++}$: Efficient Structural Graph Clustering on GPUs' + authors: + - Long Yuan 0001 + - Zeyu Zhou + - Zi Chen 0003 + - Xuemin Lin 0001 + - Xiang Zhao 0002 + - Fan Zhang 0036 + year: '2025' + doi: 10.1109/TPDS.2025.3582996 + url: https://doi.org/10.1109/TPDS.2025.3582996 + dblp_key: journals/tpds/YuanZCLZZ25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1890-1903 +- title: 'EfficientMoE: Optimizing Mixture-of-Experts Model Training With Adaptive + Load Balance' + authors: + - Yan Zeng + - Chengchuang Huang + - Yipeng Mei + - Lifu Zhang 0004 + - Teng Su + - Wei Ye + - Wenqi Shi + - Shengnan Wang + year: '2025' + doi: 10.1109/TPDS.2025.3539297 + url: https://doi.org/10.1109/TPDS.2025.3539297 + dblp_key: journals/tpds/ZengHMZSYSW25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 677-688 +- title: 'Monte: SFCs Migration Scheme in the Distributed Programmable Data Plane' + authors: + - Xiaoquan Zhang + - Lin Cui 0001 + - Fung Po Tso 0001 + - Yuhui Deng + - Zhetao Li + - Weijia Jia 0001 + year: '2025' + doi: 10.1109/TPDS.2025.3532467 + url: https://doi.org/10.1109/tpds.2025.3532467 + dblp_key: journals/tpds/ZhangCTDLJ25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 633-644 +- title: 'FedEFsz: Fair Cross-Silo Federated Learning System With Error-Bounded Lossy + Compression' + authors: + - Zhaorui Zhang + - Sheng Di + - Benben Liu + - Zhuoran Ji + - Guanpeng Li + - Xiaoyi Lu 0001 + - Amelie Chi Zhou + - Khalid Ayedh Alharthi + - Jiannong Cao 0001 + year: '2025' + doi: 10.1109/TPDS.2025.3593896 + url: https://doi.org/10.1109/TPDS.2025.3593896 + dblp_key: journals/tpds/ZhangDLJLLZAC25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2482-2496 +- title: 'FedCSpc: A Cross-Silo Federated Learning System With Error-Bounded Lossy + Parameter Compression' + authors: + - Zhaorui Zhang + - Sheng Di + - Kai Zhao 0008 + - Sian Jin + - Dingwen Tao + - Zhuoran Ji + - Benben Liu + - Khalid Ayedh Alharthi + - Jiannong Cao 0001 + - Franck Cappello + year: '2025' + doi: 10.1109/TPDS.2025.3564736 + url: https://doi.org/10.1109/TPDS.2025.3564736 + dblp_key: journals/tpds/ZhangDZJTJLACC25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1372-1386 +- title: 'GraFetch: Accelerating Graph Applications Through Domain Specific Hierarchical + Hybrid Prefetching' + authors: + - Pengmiao Zhang + - Rajgopal Kannan + - Viktor K. Prasanna + year: '2025' + doi: 10.1109/TPDS.2025.3575106 + url: https://doi.org/10.1109/TPDS.2025.3575106 + dblp_key: journals/tpds/ZhangKP25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1542-1559 +- title: An Efficient Speculative Federated Tree Learning System With a Lightweight + NN-Based Predictor + authors: + - Yuhui Zhang + - Hong Liao + - Lutan Zhao + - Yuncong Shao + - Zhihong Tian + - XiaoFeng Wang + - Dan Meng 0002 + - Rui Hou 0001 + year: '2025' + doi: 10.1109/TPDS.2025.3581295 + url: https://doi.org/10.1109/TPDS.2025.3581295 + dblp_key: journals/tpds/ZhangLZSTWMH25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1728-1743 +- title: Building Accurate and Interpretable Online Classifiers on Edge Devices + authors: + - Yuanming Zhang + - Pinghui Wang + - Kuankuan Cheng + - Junzhou Zhao + - Jing Tao + - Jingxin Hai + - Junlan Feng + - Chao Deng + - Xidian Wang + year: '2025' + doi: 10.1109/TPDS.2025.3579121 + url: https://doi.org/10.1109/TPDS.2025.3579121 + dblp_key: journals/tpds/ZhangWCZTHFDW25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1779-1796 +- title: 'AlignMalloc: Warp-Aware Memory Rearrangement Aligned With UVM Prefetching + for Large-Scale GPU Dynamic Allocations' + authors: + - Jiajian Zhang + - Fangyu Wu 0001 + - Hai Jiang 0003 + - Qiufeng Wang 0001 + - Genlang Chen + - Guangliang Cheng + - Eng Gee Lim + - Keqin Li 0001 + year: '2025' + doi: 10.1109/TPDS.2025.3568688 + url: https://doi.org/10.1109/TPDS.2025.3568688 + dblp_key: journals/tpds/ZhangWJWCCLL25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1444-1459 +- title: Collaborative Edge-Cloud Data Transfer Optimization for Industrial Internet + of Things + authors: + - Xinchang Zhang 0001 + - Maoli Wang + - Xiaomin Zhu + - Zhiwei Yan + - Guanggang Geng + year: '2025' + doi: 10.1109/TPDS.2025.3532261 + url: https://doi.org/10.1109/tpds.2025.3532261 + dblp_key: journals/tpds/ZhangWZYG25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 580-597 +- title: WCET Estimation for CNN Inference on FPGA SoC With Multi-DPU Engines + authors: + - Wei Zhang 0173 + - Yunlong Yu + - Xiao Jiang + - Nan Guan + - Naijun Zhan + - Lei Ju 0001 + year: '2025' + doi: 10.1109/TPDS.2025.3555968 + url: https://doi.org/10.1109/TPDS.2025.3555968 + dblp_key: journals/tpds/ZhangYJGZJ25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1146-1160 +- title: 'Courier: A Unified Communication Agent to Support Concurrent Flow Scheduling + in Cluster Computing' + authors: + - Zhaochen Zhang + - Xu Zhang 0006 + - Zhaoxiang Bao + - Liang Wei + - Chaohong Tan + - Wanchun Dou + - Guihai Chen + - Chen Tian 0001 + year: '2025' + doi: 10.1109/TPDS.2025.3543882 + url: https://doi.org/10.1109/TPDS.2025.3543882 + dblp_key: journals/tpds/ZhangZBWTDCT25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 861-876 +- title: RL-Based Hybrid CPU Scaling for Soft Deadline Constrained Tasks in Container + Clouds + authors: + - Yepeng Zhang + - Haitao Zhang + - Huadong Ma + year: '2025' + doi: 10.1109/TPDS.2025.3597195 + url: https://doi.org/10.1109/TPDS.2025.3597195 + dblp_key: journals/tpds/ZhangZM25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2104-2118 +- title: A Sparse Function Prediction Approach for Cold Start Optimization and User + Satisfaction Guarantee in Serverless + authors: + - Wang Zhang 0002 + - Yuyang Zhu + - Zhan Shi 0001 + - Manyu Dang + - Yutong Wu 0013 + - Fang Wang 0001 + - Dan Feng 0001 + year: '2025' + doi: 10.1109/TPDS.2025.3602440 + url: https://doi.org/10.1109/TPDS.2025.3602440 + dblp_key: journals/tpds/ZhangZSDWWF25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 2198-2213 +- title: Safe Multi-Agent Deep Reinforcement Learning for the Management of Autonomous + Connected Vehicles at Future Intersections + authors: + - Rui Zhao 0021 + - Kui Wang 0003 + - Yun Li + - Yuze Fan + - Fei Gao 0020 + - Zhenhai Gao + year: '2025' + doi: 10.1109/TPDS.2025.3580092 + url: https://doi.org/10.1109/TPDS.2025.3580092 + dblp_key: journals/tpds/ZhaoWLFGG25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1744-1761 +- title: 'GIF-FHE: A Comprehensive Implementation and Evaluation of GPU-Accelerated + FHE With Integer and Floating-Point Computing Power' + authors: + - Fangyu Zheng + - Guang Fan + - Wenxu Tang + - Yixuan Song + - Tian Zhou + - Yuan Zhao 0015 + - Jiankuo Dong + - Jingqiang Lin 0001 + - Shoumeng Yan + - Jiwu Jing + year: '2025' + doi: 10.1109/TPDS.2025.3574481 + url: https://doi.org/10.1109/TPDS.2025.3574481 + dblp_key: journals/tpds/ZhengFTSZZDLYJ25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1524-1541 +- title: 'GPComp: Using GPU and SSD-GPU Peer to Peer DMA to Accelerate LSM-Tree Compaction + for Key-Value Store' + authors: + - Hao Zhou 0040 + - Yuanhui Chen + - Wu Zeng + - Lixiao Cui + - Gang Wang 0001 + - Xiaoguang Liu 0001 + year: '2025' + doi: 10.1109/TPDS.2025.3586616 + url: https://doi.org/10.1109/TPDS.2025.3586616 + dblp_key: journals/tpds/ZhouCZCWL25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1920-1936 +- title: Cross-Search With Improved Multi-Dimensional Dichotomy-Based Joint Optimization + for Distributed Parallel Training of DNN + authors: + - Guangyao Zhou + - Yiqin Fu + - Haocheng Lan + - Yuanlun Xie + - Wenhong Tian + - Rajkumar Buyya + - Jianhong Qian + - Teng Su + year: '2025' + doi: 10.1109/TPDS.2025.3580098 + url: https://doi.org/10.1109/TPDS.2025.3580098 + dblp_key: journals/tpds/ZhouFLXTBQS25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1680-1694 +- title: 'UMPIPE: Unequal Microbatches-Based Pipeline Parallelism for Deep Neural + Network Training' + authors: + - Guangyao Zhou + - Wenhong Tian + - Rajkumar Buyya + - Kui Wu 0001 + year: '2025' + doi: 10.1109/TPDS.2024.3515804 + url: https://doi.org/10.1109/TPDS.2024.3515804 + dblp_key: journals/tpds/ZhouTBW25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 293-307 +- title: 'Chasing Common Knowledge: Joint Large Model Selection and Pulling in MEC + With Parameter Sharing' + authors: + - Lizhen Zhou + - Zichuan Xu + - Qiufen Xia + - Zhou Xu + - Wenhao Ren + - Wenbo Qi + - Jinjing Ma + - Song Yan + - Yuan Yang + year: '2025' + doi: 10.1109/TPDS.2025.3527649 + url: https://doi.org/10.1109/TPDS.2025.3527649 + dblp_key: journals/tpds/ZhouXXXRQMYY25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 437-454 +- title: 'ViTeGNN: Towards Versatile Inference of Temporal Graph Neural Networks on + FPGA' + authors: + - Hongkuan Zhou + - Bingyi Zhang + - Rajgopal Kannan + - Carl E. Busart + - Viktor K. Prasanna + year: '2025' + doi: 10.1109/TPDS.2024.3521897 + url: https://doi.org/10.1109/TPDS.2024.3521897 + dblp_key: journals/tpds/ZhouZKBP25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 502-519 +- title: 'Cannikin: No Lagger of SLO in Concurrent Multiple LoRA LLM Serving' + authors: + - Ruidong Zhu + - Ziyue Jiang 0002 + - Zhi Zhang + - Xin Liu 0086 + - Xuanzhe Liu + - Xin Jin 0008 + year: '2025' + doi: 10.1109/TPDS.2025.3590014 + url: https://doi.org/10.1109/TPDS.2025.3590014 + dblp_key: journals/tpds/ZhuJZLLJ25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1972-1984 +- title: 'RHINO: An Efficient Serverless Container System for Small-Scale HPC Applications' + authors: + - He Zhu + - Mingyu Li + - Haihang You + year: '2025' + doi: 10.1109/TPDS.2025.3576584 + url: https://doi.org/10.1109/TPDS.2025.3576584 + dblp_key: journals/tpds/ZhuLY25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 1560-1573 +- title: 'Productivity, Portability, Performance, and Reproducibility: Data-Centric + Python' + authors: + - Alexandros Nikolaos Ziogas + - Timo Schneider + - Tal Ben-Nun + - Alexandru Calotoiu + - Tiziano De Matteis + - Johannes de Fine Licht + - Luca Lavarini + - Torsten Hoefler + year: '2025' + doi: 10.1109/TPDS.2025.3549310 + url: https://doi.org/10.1109/TPDS.2025.3549310 + dblp_key: journals/tpds/ZiogasSBCMLLH25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 804-820 +- title: The Design of a High-Performance Fine-Grained Deduplication Framework for + Backup Storage + authors: + - Xiangyu Zou + - Wen Xia + - Philip Shilane + - Haijun Zhang 0002 + - Xuan Wang 0002 + year: '2025' + doi: 10.1109/TPDS.2025.3551306 + url: https://doi.org/10.1109/TPDS.2025.3551306 + dblp_key: journals/tpds/ZouXSZW25 + venue_name: IEEE Trans. Parallel Distributed Syst. + pages: 945-960 diff --git a/site/data/papers/TPDS-2025-digest.yaml b/site/data/papers/TPDS-2025-digest.yaml new file mode 100644 index 0000000..afb8158 --- /dev/null +++ b/site/data/papers/TPDS-2025-digest.yaml @@ -0,0 +1,145 @@ +venue: TPDS +year: 2025 +selected: + - title: "HARMONIC: Uncertainty-Aware Multi-Objective Optimization for Energy-Efficient + HPC Resource Management" + authors: + - Kyrian Adimora + - Hongyang Sun 0001 + tldr: "HARMONIC applies uncertainty-aware multi-objective optimization to jointly minimize energy consumption and maximize performance for HPC resource allocation." + why_notable: "It directly addresses the growing demand for energy-proportional HPC scheduling with principled probabilistic models, making it relevant to both system designers and green-computing researchers." + + - title: "MIST: Towards MPI Instant Startup and Termination on Tianhe HPC Systems" + authors: + - Yiqin Dai + - Ruibo Wang + - Yong Dong + - Min Xie + - Juan Chen 0001 + - Wenzhe Zhang + - Huijun Wu 0001 + - Mingtian Shao + - Kai Lu 0001 + tldr: "MIST reduces MPI job startup and termination latency to near-instant on the Tianhe supercomputer by redesigning the process-management and communication-bootstrap path." + why_notable: "Startup overhead is a significant fraction of short-job turnaround time at scale; MIST's results on a top-ranked system provide a concrete reference for HPC runtime developers." + + - title: "Scheduling With Lightweight Predictions in Power-Constrained HPC Platforms" + authors: + - Danilo Carastan-Santos + - Georges Da Costa + - Igor Fontana De Nardin + - Millian Poquet + - Krzysztof Rzadca + - Patricia Stolf + - Denis Trystram + tldr: "This paper develops a scheduling framework that uses lightweight runtime predictions to respect power caps on HPC systems while minimizing job slowdown." + why_notable: "Power capping is now a first-class constraint on modern supercomputers, and this work from leading European HPC scheduling researchers offers practical, deployable algorithms." + + - title: "PipeMesh: Achieving Memory-Efficient Computation-Communication Overlap for + Training Large Language Models" + authors: + - Fanxin Li + - Shixiong Zhao + - Yuhao Qing + - Jianyu Jiang + - Xusheng Chen + - Heming Cui + tldr: "PipeMesh overlaps pipeline-parallel computation and communication for LLM training while carefully managing memory to avoid out-of-memory failures." + why_notable: "Communication-computation overlap is one of the most impactful levers for LLM training efficiency, and PipeMesh's memory-awareness addresses the key practical constraint." + + - title: "EfficientMoE: Optimizing Mixture-of-Experts Model Training With Adaptive Load + Balance" + authors: + - Yan Zeng + - Chengchuang Huang + - Yipeng Mei + - Lifu Zhang 0004 + - Teng Su + - Wei Ye + - Wenqi Shi + - Shengnan Wang + tldr: "EfficientMoE introduces an adaptive load-balancing strategy for Mixture-of-Experts training that equalizes expert utilization and reduces communication bottlenecks." + why_notable: "MoE models are central to frontier LLM architectures, and load imbalance is their primary training inefficiency; this work provides both analysis and a practical solution." + + - title: "SSpMM: Efficiently Scalable SpMM Kernels Across Multiple Generations of Tensor + Cores" + authors: + - Zeyu Xue + - Mei Wen + - Jianchao Yang + - Minjin Tang + - Zhongdi Luo + - Jing Feng + - Yang Shi 0008 + - Zhaoyun Chen + - Junzhong Shen + - Johannes Langguth + tldr: "SSpMM delivers portable, high-performance sparse-matrix dense-matrix multiplication kernels that scale efficiently across Ampere, Hopper, and future Tensor Core generations." + why_notable: "SpMM is a bottleneck in GNN training and scientific computing; cross-generation portability without performance loss is a significant contribution for the GPU computing community." + + - title: "IceFrog: A Layer-Elastic Scheduling System for Deep Learning Training in GPU + Clusters" + authors: + - Wei Gao 0064 + - Zhuoyuan Ouyang + - Peng Sun 0006 + - Tianwei Zhang 0004 + - Yonggang Wen 0001 + tldr: "IceFrog dynamically adjusts the number of pipeline stages (layers) assigned to each GPU during training to adapt to cluster heterogeneity and improve utilization." + why_notable: "Layer elasticity is a novel dimension of flexibility in distributed DNN training; IceFrog's scheduler provides measurable throughput gains in realistic heterogeneous GPU clusters." + + - title: "Elastic Relaxation of Concurrent Data Structures" + authors: + - Kåre von Geijer + - Philippas Tsigas + tldr: "This paper introduces a formal framework and concrete algorithms for elastic relaxation of concurrent data structures, allowing tunable trade-offs between consistency and throughput." + why_notable: "Tsigas's group advances concurrent data-structure theory with a unifying formalism that subsumes many ad-hoc relaxed designs and enables provable guarantees." + + - title: "Approximation Algorithms for Scheduling With/Without Deadline Constraints + Where Rejection Costs are Proportional to Processing Times" + authors: + - Olivier Beaumont + - Rémi Bouzel + - Lionel Eyraud-Dubois + - Esragul Korkmaz + - Laércio Lima Pilla + - Alexandre van Kempen + tldr: "This paper derives new approximation algorithms with tight ratios for online and offline scheduling problems where rejected jobs incur costs proportional to their processing times." + why_notable: "The theoretical results close open gaps in parallel scheduling complexity and are directly applicable to cloud and HPC batch schedulers that must handle job rejection." + + - title: "EdgeHydra: Fault-Tolerant Edge Data Distribution Based on Erasure Coding" + authors: + - Qiang He 0001 + - Guobiao Zhang + - Jiawei Wang 0003 + - Ruikun Luo + - Xiaohai Dai + - Yuchong Hu + - Feifei Chen 0001 + - Hai Jin 0001 + - Yun Yang 0001 + tldr: "EdgeHydra uses erasure coding tailored to edge-node failure patterns to provide fault-tolerant data distribution with low redundancy overhead at the network edge." + why_notable: "Fault tolerance at the edge is an increasingly critical requirement, and this system's erasure-coding approach significantly outperforms replication in storage efficiency." + + - title: "Two-Dimensional Balanced Partitioning and Efficient Caching for Distributed + Graph Analysis" + authors: + - Shuai Lin + - Rui Wang 0076 + - Yongkun Li 0001 + - Yinlong Xu 0001 + - John C. S. Lui + tldr: "This paper proposes a 2D balanced graph partitioning scheme combined with a caching policy that jointly minimizes communication and replication costs in distributed graph systems." + why_notable: "Graph partitioning and caching are co-dependent problems rarely treated together; the combined optimization yields substantial performance improvements with strong theoretical backing." + + - title: "Towards Universal Performance Modeling for Machine Learning Training on Multi-GPU + Platforms" + authors: + - Zhongyi Lin + - Ning Sun + - Pallab Bhattacharya + - Xizhou Feng + - Louis Feng + - John D. Owens + tldr: "This work builds a platform-agnostic performance model for distributed ML training that accurately predicts training throughput across diverse multi-GPU configurations without per-system profiling." + why_notable: "A universal modeling framework from Owens's group removes the need for expensive empirical searches when tuning distributed training configurations, benefiting the entire ML systems community." diff --git a/site/data/venues.yaml b/site/data/venues.yaml index 993db6a..139ed2c 100644 --- a/site/data/venues.yaml +++ b/site/data/venues.yaml @@ -81,7 +81,7 @@ conferences: full_name: "IEEE/ACM Symposium on Edge Computing" domain: [edge-and-cloud, edge-computing] url: "https://acm-ieee-sec.org/2026/" - dblp_key: "conf/sec" + dblp_key: "conf/ieeesec" wikicfp_id: false # SEC acronym collides with many unrelated events on WikiCFP - acronym: CCGrid diff --git a/site/hugo.toml b/site/hugo.toml index df8ec60..5270def 100644 --- a/site/hugo.toml +++ b/site/hugo.toml @@ -2,14 +2,15 @@ baseURL = 'http://localhost:1313/' languageCode = 'en-us' title = 'Publish Assistant' theme = 'PaperMod' -paginate = 20 +[pagination] + pagerSize = 20 [taxonomies] domain = 'domain' tag = 'tags' [params] - description = "Curated research venues, submission deadlines, and paper digests for edge and cloud systems." + description = "Research venues, submission deadlines, and paper digests for edge and cloud systems." author = "Publish Assistant" ShowReadingTime = false ShowShareButtons = false @@ -20,8 +21,8 @@ paginate = 20 disableSpecial1stPost = true [params.homeInfoParams] - Title = "Publish Assistant" - Content = "Curated conferences and journals for **edge and cloud systems** — rankings, submission deadlines, and paper digests." + Title = "Edge and Cloud Systems" + Content = "Conferences and journals" [menu] [[menu.main]] diff --git a/site/layouts/_default/digests.html b/site/layouts/_default/digests.html new file mode 100644 index 0000000..f232800 --- /dev/null +++ b/site/layouts/_default/digests.html @@ -0,0 +1,67 @@ +{{- define "main" }} + +{{- if .Title }} + +{{- end }} + +{{- if .Content }} +
+ {{- if not (.Param "disableAnchoredHeadings") }} + {{- partial "anchored_headings.html" .Content -}} + {{- else }}{{ .Content }}{{ end }} +
+{{- end }} + +{{- $pages := .RegularPages }} + +{{- $paginator := .Paginate $pages }} + +{{- range $index, $page := $paginator.Pages }} +
+
+

{{ $page.Title }}

+
+ {{- if (ne ($page.Param "hideSummary") true) }} +
+

{{ $page.Summary | plainify | htmlUnescape }}{{ if $page.Truncated }}...{{ end }}

+
+ {{- end }} + {{- if not ($page.Param "hideMeta") }} + + {{- end }} + +
+{{- end }} + +{{- if gt $paginator.TotalPages 1 }} + +{{- end }} + +{{- end }}{{- /* end main */ -}} diff --git a/src/publish_assistant/generate_content.py b/src/publish_assistant/generate_content.py index f716111..75e2bb7 100644 --- a/src/publish_assistant/generate_content.py +++ b/src/publish_assistant/generate_content.py @@ -127,19 +127,45 @@ def load_deadlines(path: str) -> dict[str, dict]: return data.get("deadlines", {}) +def load_venue_digests(papers_dir: Path) -> dict[str, list[dict]]: + """Return {acronym: [digest_info_dict, ...]} sorted newest-first.""" + result: dict[str, list[dict]] = {} + if not papers_dir.exists(): + return result + for f in sorted(papers_dir.glob("*-digest.yaml"), reverse=True): + with open(f, encoding="utf-8") as fp: + d = yaml.safe_load(fp) or {} + venue = d.get("venue", "") + year = d.get("year") + if venue and year: + result.setdefault(venue, []).append({ + "year": int(year), + "slug": f"{venue}-{year}", + "paper_count": len(d.get("selected") or d.get("papers") or []), + "tags": d.get("tags", []), + "date": str(d.get("date", f"{year}-01-01")), + }) + return result + + # --------------------------------------------------------------------------- # Markdown body renderers # --------------------------------------------------------------------------- -def _conf_body(fm: dict) -> str: - rank = fm.get("icore_rank") or "—" - hp = fm.get("homepage") or "" - dl = fm.get("next_deadline") or "TBD" - abstract_dl = fm.get("abstract_deadline") or "" - event = fm.get("next_event") or "—" - domains = ", ".join(f"`{d}`" for d in (fm.get("domain") or [])) - notes = fm.get("notes") or "" - src = fm.get("deadline_source") or "" +def _conf_body(fm: dict, digests: list[dict] | None = None) -> str: + rank = fm.get("icore_rank") or "—" + hp = fm.get("homepage") or "" + dl = fm.get("next_deadline") or "TBD" + abstract_dl = fm.get("abstract_deadline") or "" + notification = fm.get("notification") or "" + camera_ready = fm.get("camera_ready") or "" + event = fm.get("next_event") or "—" + location = fm.get("location") or "" + cfp_url = fm.get("cfp_url") or "" + domains = ", ".join(f"`{d}`" for d in (fm.get("domain") or [])) + notes = fm.get("notes") or "" + src = fm.get("deadline_source") or "" + title = fm.get("title", "") lines = [f"\n*{fm.get('full_name', '')}*\n"] lines += [ @@ -155,18 +181,34 @@ def _conf_body(fm: dict) -> str: ] if abstract_dl and abstract_dl != dl: lines.append(f"| **Abstract deadline** | {abstract_dl} |") - lines += [ - f"| **Paper deadline** | {dl} |", - f"| **Event dates** | {event} |", - ] + lines.append(f"| **Paper deadline** | {dl} |") + if notification: + lines.append(f"| **Notification** | {notification} |") + if camera_ready: + lines.append(f"| **Camera-ready** | {camera_ready} |") + lines.append(f"| **Event dates** | {event} |") + if location: + lines.append(f"| **Location** | {location} |") + if cfp_url: + lines.append(f"| **CFP** | [{cfp_url}]({cfp_url}) |") if src: lines.append(f"| **Source** | `{src}` |") + + if digests: + lines += ["\n## Digests\n"] + for d in sorted(digests, key=lambda x: x["year"], reverse=True): + slug = d["slug"].lower() + year = d["year"] + count = d.get("paper_count", 0) + suffix = f"— {count} papers" if count else "*(digest pending)*" + lines.append(f"- [{title} {year}](/digests/{slug}/) {suffix}") + if notes: lines += ["\n## Notes\n", notes] return "\n".join(lines) + "\n" -def _journal_body(fm: dict) -> str: +def _journal_body(fm: dict, digests: list[dict] | None = None) -> str: q = fm.get("scimago_quartile") or "—" sjr = fm.get("scimago_sjr") or "—" h = fm.get("scimago_h_index") or "—" @@ -175,6 +217,7 @@ def _journal_body(fm: dict) -> str: model = (fm.get("submission_model") or "rolling").title() domains = ", ".join(f"`{d}`" for d in (fm.get("domain") or [])) notes = fm.get("notes") or "" + title = fm.get("title", "") lines = [f"\n*{fm.get('full_name', '')}*\n"] lines += [ @@ -188,6 +231,16 @@ def _journal_body(fm: dict) -> str: ] if hp: lines.append(f"| **Website** | [{hp}]({hp}) |") + + if digests: + lines += ["\n## Digests\n"] + for d in sorted(digests, key=lambda x: x["year"], reverse=True): + slug = d["slug"].lower() + year = d["year"] + count = d.get("paper_count", 0) + suffix = f"— {count} papers" if count else "*(digest pending)*" + lines.append(f"- [{title} {year}](/digests/{slug}/) {suffix}") + if notes: lines += ["\n## Notes\n", notes] return "\n".join(lines) + "\n" @@ -257,19 +310,26 @@ def _venues_body(venues: dict) -> str: def _conferences_section_body(venues: dict, icore: dict, deadlines: dict) -> str: rows = [] for conf in venues.get("conferences") or []: - acronym = conf.get("acronym", "") - rank = icore.get(acronym.upper(), "—") or "—" - dl = deadlines.get(acronym, {}) - deadline = dl.get("submission_deadline") or dl.get("abstract_deadline") or "TBD" - domains = ", ".join(f"`{d}`" for d in conf.get("domain", [])) - rows.append((_ICORE_ORDER.get(rank, 99), acronym, conf.get("full_name", ""), rank, deadline, domains)) + acronym = conf.get("acronym", "") + rank = icore.get(acronym.upper(), "—") or "—" + dl = deadlines.get(acronym, {}) + abstract = dl.get("abstract_deadline") or "" + paper = dl.get("submission_deadline") or dl.get("abstract_deadline") or "TBD" + notif = dl.get("notification") or "" + event = dl.get("event_dates") or "—" + location = dl.get("location") or "" + rows.append((_ICORE_ORDER.get(rank, 99), acronym, conf.get("full_name", ""), + rank, abstract, paper, notif, event, location)) rows.sort(key=lambda r: (r[0], r[1])) - lines = ["\n| Conference | Full name | ICORE | Next deadline | Domains |", - "|---|---|---|---|---|"] - for _, acronym, full_name, rank, deadline, domains in rows: - link = f"[{acronym}](/venues/conferences/{acronym.lower()}/)" - lines.append(f"| {link} | {full_name} | **{rank}** | {deadline} | {domains} |") + lines = [ + "\n| Conference | Full name | ICORE | Abstract | Paper deadline | Notification | Event | Location |", + "|---|---|---|---|---|---|---|---|", + ] + for _, acronym, full_name, rank, abstract, paper, notif, event, location in rows: + link = f"[{acronym}](/venues/conferences/{acronym.lower()}/)" + abs_cell = abstract if (abstract and abstract != paper) else "" + lines.append(f"| {link} | {full_name} | **{rank}** | {abs_cell} | {paper} | {notif} | {event} | {location} |") return "\n".join(lines) + "\n" @@ -277,18 +337,21 @@ def _journals_section_body(venues: dict) -> str: rows = [] for j in venues.get("journals") or []: acronym = j.get("acronym", "") - q = j.get("scimago_quartile") or "—" - sjr = j.get("scimago_sjr") or "—" - model = (j.get("submission_model") or "rolling").title() + q = j.get("scimago_quartile") or "—" + sjr = j.get("scimago_sjr") or "—" + h = j.get("scimago_h_index") or "—" + model = (j.get("submission_model") or "rolling").title() domains = ", ".join(f"`{d}`" for d in j.get("domain", [])) - rows.append((_QUARTILE_ORDER.get(q, 99), acronym, j.get("full_name", ""), q, sjr, model, domains)) + rows.append((_QUARTILE_ORDER.get(q, 99), acronym, j.get("full_name", ""), q, sjr, h, model, domains)) rows.sort(key=lambda r: (r[0], r[1])) - lines = ["\n| Journal | Full name | SCImago | SJR | Model | Domains |", - "|---|---|---|---|---|---|"] - for _, acronym, full_name, q, sjr, model, domains in rows: + lines = [ + "\n| Journal | Full name | SCImago | SJR | H-Index | Model | Domains |", + "|---|---|---|---|---|---|---|", + ] + for _, acronym, full_name, q, sjr, h, model, domains in rows: link = f"[{acronym}](/venues/journals/{acronym.lower()}/)" - lines.append(f"| {link} | {full_name} | **{q}** | {sjr} | {model} | {domains} |") + lines.append(f"| {link} | {full_name} | **{q}** | {sjr} | {h} | {model} | {domains} |") return "\n".join(lines) + "\n" @@ -299,61 +362,75 @@ def _journals_section_body(venues: dict) -> str: def _calendar_events(venues: dict, deadlines: dict) -> list[dict]: events: list[dict] = [] for conf in venues.get("conferences") or []: - acronym = conf.get("acronym", "") - dl = deadlines.get(acronym, {}) - url = f"/venues/conferences/{acronym.lower()}/" + acronym = conf.get("acronym", "") + dl = deadlines.get(acronym, {}) + url = f"/venues/conferences/{acronym.lower()}/" + location = dl.get("location") or "" + cfp_url = dl.get("cfp_url") or "" for field, label, color in [ ("abstract_deadline", "abstract deadline", "#f4a261"), - ("submission_deadline", "paper deadline", "#e63946"), + ("submission_deadline", "paper deadline", "#e63946"), + ("notification", "notification", "#2a9d8f"), ]: iso = _parse_date(dl.get(field) or "") if iso: - events.append({"title": f"{acronym} — {label}", "start": iso, - "url": url, "color": color, "allDay": True}) + ev: dict = {"title": f"{acronym} — {label}", "start": iso, + "url": url, "color": color, "allDay": True} + props: dict = {} + if location: + props["location"] = location + if cfp_url: + props["cfp_url"] = cfp_url + if props: + ev["extendedProps"] = props + events.append(ev) start, end = _parse_date_range(dl.get("event_dates") or "") if start: - ev: dict = {"title": acronym, "start": start, "url": url, - "color": "#457b9d", "allDay": True} + ev = {"title": acronym, "start": start, "url": url, + "color": "#457b9d", "allDay": True} if end: ev["end"] = end + if location: + ev["extendedProps"] = {"location": location} events.append(ev) return events def _calendar_body(venues: dict, icore: dict, deadlines: dict) -> str: - from datetime import datetime - def parse_deadline(s: str): for fmt in ("%b %d, %Y", "%b %d %Y"): try: return datetime.strptime(s.strip(), fmt) except ValueError: pass - return datetime.max # TBD / unparseable goes last + return datetime.max rows = [] for conf in venues.get("conferences") or []: - acronym = conf.get("acronym", "") - rank = icore.get(acronym.upper(), "—") or "—" - dl_data = deadlines.get(acronym, {}) - deadline = ( - dl_data.get("submission_deadline") - or dl_data.get("abstract_deadline") - or "TBD" - ) - event = dl_data.get("event_dates") or "—" - rows.append((acronym, deadline, event, rank)) + acronym = conf.get("acronym", "") + rank = icore.get(acronym.upper(), "—") or "—" + dl_data = deadlines.get(acronym, {}) + abstract = dl_data.get("abstract_deadline") or "" + paper = dl_data.get("submission_deadline") or dl_data.get("abstract_deadline") or "TBD" + notif = dl_data.get("notification") or "" + event = dl_data.get("event_dates") or "—" + location = dl_data.get("location") or "" + rows.append((acronym, abstract, paper, notif, event, location, rank)) - rows.sort(key=lambda r: (parse_deadline(r[1]), r[0])) + rows.sort(key=lambda r: (parse_deadline(r[2]), r[0])) lines = [ - "\n| Conference | Submission deadline | Event dates | ICORE |", - "|------------|---------------------|-------------|-------|", + "\n| Conference | Abstract | Paper deadline | Notification | Event dates | Location | ICORE |", + "|---|---|---|---|---|---|---|", ] - for acronym, dl, event, rank in rows: - lines.append(f"| [{acronym}](/venues/conferences/{acronym.lower()}/) | {dl} | {event} | {rank} |") + for acronym, abstract, paper, notif, event, location, rank in rows: + abs_cell = abstract if (abstract and abstract != paper) else "" + lines.append( + f"| [{acronym}](/venues/conferences/{acronym.lower()}/) " + f"| {abs_cell} | {paper} | {notif} | {event} | {location} | {rank} |" + ) lines += [ "", @@ -364,17 +441,19 @@ def _calendar_body(venues: dict, icore: dict, deadlines: dict) -> str: def _digest_body(papers: list[dict]) -> str: + if not papers: + return "\nNo papers selected yet.\n" lines = [f"\n{len(papers)} papers selected.\n"] for p in papers: - title = p.get("title") or "Untitled" - authors = p.get("authors") or [] + title = p.get("title") or "Untitled" + authors = p.get("authors") or [] author_str = ( ", ".join(authors[:4]) + (" *et al.*" if len(authors) > 4 else "") if authors else "" ) - tldr = p.get("tldr") or "" - why = p.get("why_notable") or "" - link = p.get("url") or (f"https://doi.org/{p['doi']}" if p.get("doi") else "") + tldr = p.get("tldr") or "" + why = p.get("why_notable") or "" + link = p.get("url") or (f"https://doi.org/{p['doi']}" if p.get("doi") else "") lines += ["---", f"\n### {title}\n"] if author_str: @@ -392,7 +471,8 @@ def _digest_body(papers: list[dict]) -> str: # Content generators # --------------------------------------------------------------------------- -def gen_conferences(venues: dict, icore: dict, deadlines: dict, root: Path) -> int: +def gen_conferences(venues: dict, icore: dict, deadlines: dict, root: Path, + venue_digests: dict[str, list[dict]] | None = None) -> int: count = 0 for conf in venues.get("conferences") or []: acronym = conf.get("acronym", "").strip() @@ -418,19 +498,29 @@ def gen_conferences(venues: dict, icore: dict, deadlines: dict, root: Path) -> i new_fm["next_deadline"] = dl["abstract_deadline"] if dl.get("abstract_deadline") and dl.get("submission_deadline"): new_fm["abstract_deadline"] = dl["abstract_deadline"] + if dl.get("notification"): + new_fm["notification"] = dl["notification"] + if dl.get("camera_ready"): + new_fm["camera_ready"] = dl["camera_ready"] if dl.get("event_dates"): new_fm["next_event"] = dl["event_dates"] + if dl.get("location"): + new_fm["location"] = dl["location"] + if dl.get("cfp_url"): + new_fm["cfp_url"] = dl["cfp_url"] if dl.get("wikicfp_event_id"): new_fm["deadline_source"] = f"wikicfp:{dl['wikicfp_event_id']}" fm = merge_fm(existing_fm, new_fm, PRESERVED_VENUE_FIELDS) - write_hugo_file(path, fm, _conf_body(fm)) + digests = (venue_digests or {}).get(acronym) + write_hugo_file(path, fm, _conf_body(fm, digests)) count += 1 print(f" {path.relative_to(root.parent)}", file=sys.stderr) return count -def gen_journals(venues: dict, scimago: dict[str, dict], root: Path) -> int: +def gen_journals(venues: dict, scimago: dict[str, dict], root: Path, + venue_digests: dict[str, list[dict]] | None = None) -> int: count = 0 for journal in venues.get("journals") or []: acronym = journal.get("acronym", "").strip() @@ -459,7 +549,8 @@ def gen_journals(venues: dict, scimago: dict[str, dict], root: Path) -> int: **sjr_data, } fm = merge_fm(existing_fm, new_fm, PRESERVED_VENUE_FIELDS) - write_hugo_file(path, fm, _journal_body(fm)) + digests = (venue_digests or {}).get(acronym) + write_hugo_file(path, fm, _journal_body(fm, digests)) count += 1 print(f" {path.relative_to(root.parent)}", file=sys.stderr) return count @@ -504,52 +595,101 @@ def gen_section_indexes(venues: dict, icore: dict, deadlines: dict, root: Path) print(f" {p.relative_to(root.parent)}", file=sys.stderr) -def gen_digests(papers_dir: Path, root: Path) -> int: - if not papers_dir.exists(): - return 0 +def _upcoming_year(acronym: str, deadlines: dict) -> int: + """Extract the year of the upcoming event from deadlines, falling back to current year.""" + event_dates = (deadlines.get(acronym) or {}).get("event_dates") or "" + m = re.search(r'\b(20\d\d)\b', event_dates) + return int(m.group(1)) if m else datetime.now().year + + +def gen_digests(papers_dir: Path, root: Path, + venues: dict | None = None, deadlines: dict | None = None) -> int: + real_slugs: set[str] = set() count = 0 - for digest_file in sorted(papers_dir.glob("*-digest.yaml")): - with open(digest_file, encoding="utf-8") as f: - digest = yaml.safe_load(f) or {} - venue = digest.get("venue", "") - year = digest.get("year") - if not venue or not year: - print(f" Skipping {digest_file.name}: missing venue or year", file=sys.stderr) - continue - # Load candidate pool for full metadata (authors, DOI, URL, etc.) - candidates: dict[str, dict] = {} - candidate_file = papers_dir / f"{venue}-{year}-candidates.yaml" - if candidate_file.exists(): - with open(candidate_file, encoding="utf-8") as f: - pool = yaml.safe_load(f) or {} - for p in pool.get("papers", []): - key = p.get("dblp_key") or p.get("openalex_id") or p.get("doi") or p.get("title", "") - candidates[key] = p + if papers_dir.exists(): + for digest_file in sorted(papers_dir.glob("*-digest.yaml")): + with open(digest_file, encoding="utf-8") as f: + digest = yaml.safe_load(f) or {} + venue = digest.get("venue", "") + year = digest.get("year") + if not venue or not year: + print(f" Skipping {digest_file.name}: missing venue or year", file=sys.stderr) + continue - # Build enriched paper list - papers_out = [] - for sel in digest.get("selected", []): - key = sel.get("dblp_key") or sel.get("openalex_id") or sel.get("doi") or sel.get("title", "") - papers_out.append({**candidates.get(key, {}), **sel}) + candidates: dict[str, dict] = {} + candidate_file = papers_dir / f"{venue}-{year}-candidates.yaml" + if candidate_file.exists(): + with open(candidate_file, encoding="utf-8") as f: + pool = yaml.safe_load(f) or {} + for p in pool.get("papers", []): + key = p.get("dblp_key") or p.get("openalex_id") or p.get("doi") or p.get("title", "") + candidates[key] = p - slug = f"{venue}-{year}" - path = root / "digests" / slug / "index.md" - existing_fm, _ = read_hugo_file(path) + items = digest.get("selected") or [] + if not items: + for p in digest.get("papers") or []: + items.append({ + "title": p.get("title", ""), + "authors": p.get("authors", []), + "tldr": p.get("reason", ""), + "why_notable": "", + }) + + papers_out = [] + for sel in items: + key = sel.get("dblp_key") or sel.get("openalex_id") or sel.get("doi") or sel.get("title", "") + papers_out.append({**candidates.get(key, {}), **sel}) + + slug = f"{venue}-{year}" + real_slugs.add(slug) + path = root / "digests" / slug / "index.md" + existing_fm, _ = read_hugo_file(path) + + new_fm = { + "title": f"{venue} {year} Digest", + "venue": venue, + "year": int(year), + "date": str(digest.get("date", f"{year}-01-01")), + "tags": digest.get("tags", []), + "paper_count": len(papers_out), + "draft": False, + } + fm = merge_fm(existing_fm, new_fm, set()) + write_hugo_file(path, fm, _digest_body(papers_out)) + count += 1 + print(f" {path.relative_to(root.parent)}", file=sys.stderr) + + # Generate stubs for every venue that has no digest for its upcoming edition + if venues and deadlines is not None: + all_acronyms = ( + [c.get("acronym", "") for c in (venues.get("conferences") or [])] + + [j.get("acronym", "") for j in (venues.get("journals") or [])] + ) + for acronym in all_acronyms: + if not acronym: + continue + year = _upcoming_year(acronym, deadlines) + slug = f"{acronym}-{year}" + if slug in real_slugs: + continue + path = root / "digests" / slug / "index.md" + if path.exists(): + continue # never overwrite existing stubs (may have been customised) + new_fm = { + "title": f"{acronym} {year} Digest", + "venue": acronym, + "year": year, + "date": f"{year}-01-01", + "tags": [], + "paper_count": 0, + "draft": False, + "build": {"list": "never"}, + } + write_hugo_file(path, new_fm, _digest_body([])) + count += 1 + print(f" {path.relative_to(root.parent)} (stub)", file=sys.stderr) - new_fm = { - "title": f"{venue} {year} Digest", - "venue": venue, - "year": int(year), - "date": str(digest.get("date", f"{year}-01-01")), - "tags": digest.get("tags", []), - "paper_count": len(papers_out), - "draft": False, - } - fm = merge_fm(existing_fm, new_fm, set()) - write_hugo_file(path, fm, _digest_body(papers_out)) - count += 1 - print(f" {path.relative_to(root.parent)}", file=sys.stderr) return count @@ -576,9 +716,11 @@ def main() -> None: venues = yaml.safe_load(f) or {} content_root = Path(args.content) - icore = load_icore(args.icore) - scimago = load_scimago(args.scimago) - deadlines = load_deadlines(args.deadlines) + papers_dir = Path(args.papers_dir) + icore = load_icore(args.icore) + scimago = load_scimago(args.scimago) + deadlines = load_deadlines(args.deadlines) + venue_digests = load_venue_digests(papers_dir) if icore: print(f"Loaded {len(icore)} ICORE entries", file=sys.stderr) if scimago: print(f"Loaded {len(scimago)} SCImago entries", file=sys.stderr) @@ -588,16 +730,16 @@ def main() -> None: gen_section_indexes(venues, icore, deadlines, content_root) print("\nGenerating conference pages …", file=sys.stderr) - n_conf = gen_conferences(venues, icore, deadlines, content_root) + n_conf = gen_conferences(venues, icore, deadlines, content_root, venue_digests) print("\nGenerating journal pages …", file=sys.stderr) - n_jour = gen_journals(venues, scimago, content_root) + n_jour = gen_journals(venues, scimago, content_root, venue_digests) print("\nGenerating calendar page …", file=sys.stderr) gen_calendar(venues, icore, deadlines, content_root) print("\nGenerating digest pages …", file=sys.stderr) - n_dig = gen_digests(Path(args.papers_dir), content_root) + n_dig = gen_digests(papers_dir, content_root, venues, deadlines) print(f"\nDone: {n_conf} conferences, {n_jour} journals, {n_dig} digests", file=sys.stderr)