paper-with-me

홈 › Papers

Work-in-Progress: Function-as-Subtask API Replacing Publish/Subscribe for OS-Native DAG Scheduling

2025-11-11 · Takahiro Ishikawa-Aso, Atsushi Yano, Yutaro Kobayashi, Takumi Jin, Yuuki Takano, Shinpei Kato arxiv

The Directed Acyclic Graph (DAG) task model for real-time scheduling finds its primary practical target in Robot Operating System 2 (ROS 2). However, ROS 2's publish/subscribe API leaves DAG precedence constraints unenforced: a callback may publish mid-execution, and multi-input callbacks let developers choose topic-matching policies. Thus preserving DAG semantics relies on conventions; once violated, the model collapses. We propose the Function-as-Subtask (FasS) API, which expresses each subtask as a function whose arguments/return values are the subtask's incoming/outgoing edges. By minimizing description freedom, DAG semantics is guaranteed at the API rather than by programmer discipline. We implement a DAG-native scheduler using FasS on a Rust-based experimental kernel and evaluate its semantic fidelity, and we outline design guidelines for applying FasS to Linux Linux sched_ext.

📄 PDF Abstract BibTeX arXiv:2511.08297

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

UI at SemEval-2020 Task 4: Commonsense Validation and Explanation by Exploiting Contradiction

2020-12-01 · SEMEVAL 2020 · Kerenza Doxolodeo, Rahmad Mahendra

This paper describes our submissions into the ComVe challenge, the SemEval 2020 Task 4. This evaluation task consists of three sub-tasks that test commonsense comprehension by identifying sentences that do not make sense…

Sentence

BERT-of-Theseus: Compressing BERT by Progressive Module Replacing

2020-02-07 · EMNLP 2020 11 · Canwen Xu, Wangchunshu Zhou, Tao Ge, Furu Wei 외

In this paper, we propose a novel model compression approach to effectively compress BERT by progressive module replacing. Our approach first divides the original BERT into several modules and builds their compact substi…

Knowledge DistillationModel Compression

Bi-HIL: Bilateral Control-Based Multimodal Hierarchical Imitation Learning via Subtask-Level Progress Rate and Keyframe Memory for Long-Horizon Contact-Rich Robotic Manipulation

2026-03-04 · Thanpimon Buamanee, Masato Kobayashi, Yuki Uranishi arxiv

Long-horizon contact-rich robotic manipulation remains challenging due to partial observability and unstable subtask transitions under contact uncertainty. While hierarchical architectures improve temporal reasoning and …

Full-Text Argumentation Mining on Scientific Publications

2022-10-24 · Arne Binder, Bhuvanesh Verma, Leonhard Hennig

Scholarly Argumentation Mining (SAM) has recently gained attention due to its potential to help scholars with the rapid growth of published scientific literature. It comprises two subtasks: argumentative discourse unit r…

Relation Extraction

A Benchmark for Voice-Face Cross-Modal Matching and Retrieval

2021-01-01 · Chuyuan Xiong, Deyuan Zhang, Tao Liu, Xiaoyong Du 외

Cross-modal associations between a person's voice and face can be learned algorithmically, and this is a useful functionality in many audio and visual applications. The problem can be defined as two tasks: voice-face mat…

Retrieval