Zum Hauptinhalt springen

Showing 1–11 of 11 results for author: Mu, D

Searching in archive cs. Search in all archives.
.
  1. arXiv:2408.05057  [pdf, other

    cs.SD cs.AI eess.AS

    SELD-Mamba: Selective State-Space Model for Sound Event Localization and Detection with Source Distance Estimation

    Authors: Da Mu, Zhicheng Zhang, Haobo Yue, Zehao Wang, Jin Tang, Jianqin Yin

    Abstract: In the Sound Event Localization and Detection (SELD) task, Transformer-based models have demonstrated impressive capabilities. However, the quadratic complexity of the Transformer's self-attention mechanism results in computational inefficiencies. In this paper, we propose a network architecture for SELD called SELD-Mamba, which utilizes Mamba, a selective state-space model. We adopt the Event-Ind… ▽ More

    Submitted 9 August, 2024; originally announced August 2024.

  2. arXiv:2406.08771  [pdf, other

    cs.SD cs.AI eess.AS

    MFF-EINV2: Multi-scale Feature Fusion across Spectral-Spatial-Temporal Domains for Sound Event Localization and Detection

    Authors: Da Mu, Zhicheng Zhang, Haobo Yue

    Abstract: Sound Event Localization and Detection (SELD) involves detecting and localizing sound events using multichannel sound recordings. Previously proposed Event-Independent Network V2 (EINV2) has achieved outstanding performance on SELD. However, it still faces challenges in effectively extracting features across spectral, spatial, and temporal domains. This paper proposes a three-stage network structu… ▽ More

    Submitted 15 June, 2024; v1 submitted 12 June, 2024; originally announced June 2024.

    Comments: Accepted by Interspeech 2024

  3. arXiv:2401.04976  [pdf, other

    eess.AS cs.SD

    Full-frequency dynamic convolution: a physical frequency-dependent convolution for sound event detection

    Authors: Haobo Yue, Zhicheng Zhang, Da Mu, Yonghao Dang, Jianqin Yin, Jin Tang

    Abstract: Recently, 2D convolution has been found unqualified in sound event detection (SED). It enforces translation equivariance on sound events along frequency axis, which is not a shift-invariant dimension. To address this issue, dynamic convolution is used to model the frequency dependency of sound events. In this paper, we proposed the first full-dynamic method named full-frequency dynamic convolution… ▽ More

    Submitted 21 August, 2024; v1 submitted 10 January, 2024; originally announced January 2024.

    Comments: Accepted by ICPR2024

  4. arXiv:2301.12102  [pdf, other

    cs.SE

    Characterizing and Detecting WebAssembly Runtime Bugs

    Authors: Yixuan Zhang, Shangtong Cao, Haoyu Wang, Zhenpeng Chen, Xiapu Luo, Dongliang Mu, Yun Ma, Gang Huang, Xuanzhe Liu

    Abstract: WebAssembly (abbreviated WASM) has emerged as a promising language of the Web and also been used for a wide spectrum of software applications such as mobile applications and desktop applications. These applications, named as WASM applications, commonly run in WASM runtimes. Bugs in WASM runtimes are frequently reported by developers and cause the crash of WASM applications. However, these bugs hav… ▽ More

    Submitted 28 January, 2023; originally announced January 2023.

  5. arXiv:2110.12989  [pdf, other

    cs.CR

    RoBin: Facilitating the Reproduction of Configuration-Related Vulnerability

    Authors: Ligeng Chen, Jian Guo, Zhongling He, Dongliang Mu, Bing Mao

    Abstract: Vulnerability reproduction paves a way in debugging software failures, which need intensive manual efforts. However, some key factors (e.g., software configuration, trigger method) are often missing, so we can not directly reproduce the failure without extra attempts. Even worse, highly customized configuration options of programs create a barrier for reproducing the vulnerabilities that only appe… ▽ More

    Submitted 25 October, 2021; originally announced October 2021.

  6. arXiv:2110.11466  [pdf, other

    cs.LG cs.DC

    MLPerf HPC: A Holistic Benchmark Suite for Scientific Machine Learning on HPC Systems

    Authors: Steven Farrell, Murali Emani, Jacob Balma, Lukas Drescher, Aleksandr Drozd, Andreas Fink, Geoffrey Fox, David Kanter, Thorsten Kurth, Peter Mattson, Dawei Mu, Amit Ruhela, Kento Sato, Koichi Shirahata, Tsuguchika Tabaru, Aristeidis Tsaris, Jan Balewski, Ben Cumming, Takumi Danjo, Jens Domke, Takaaki Fukai, Naoto Fukumoto, Tatsuya Fukushi, Balazs Gerofi, Takumi Honda , et al. (18 additional authors not shown)

    Abstract: Scientific communities are increasingly adopting machine learning and deep learning models in their applications to accelerate scientific insights. High performance computing systems are pushing the frontiers of performance with a rich diversity of hardware resources and massive scale-out capabilities. There is a critical need to understand fair and effective benchmarking of machine learning appli… ▽ More

    Submitted 26 October, 2021; v1 submitted 21 October, 2021; originally announced October 2021.

  7. arXiv:2012.08545  [pdf, other

    gr-qc astro-ph.IM cs.AI cs.DC

    Accelerated, Scalable and Reproducible AI-driven Gravitational Wave Detection

    Authors: E. A. Huerta, Asad Khan, Xiaobo Huang, Minyang Tian, Maksim Levental, Ryan Chard, Wei Wei, Maeve Heflin, Daniel S. Katz, Volodymyr Kindratenko, Dawei Mu, Ben Blaiszik, Ian Foster

    Abstract: The development of reusable artificial intelligence (AI) models for wider use and rigorous validation by the community promises to unlock new opportunities in multi-messenger astrophysics. Here we develop a workflow that connects the Data and Learning Hub for Science, a repository for publishing AI models, with the Hardware Accelerated Learning (HAL) cluster, using funcX as a universal distributed… ▽ More

    Submitted 9 July, 2021; v1 submitted 15 December, 2020; originally announced December 2020.

    Comments: 17 pages, 5 figures; v2: 12 pages, 6 figures. Accepted to Nature Astronomy. See also the Behind the Paper blog in Nature Astronomy "https://astronomycommunity.nature.com/posts/from-disruption-to-sustained-innovation-artificial-intelligence-for-gravitational-wave-astrophysics"

    MSC Class: 68T01; 68T35; 83C35; 83C57

    Journal ref: Nat Astron 5, 1062-1068 (2021)

  8. arXiv:1905.10499  [pdf, other

    cs.SE cs.CR

    PTrix: Efficient Hardware-Assisted Fuzzing for COTS Binary

    Authors: Yaohui Chen, Dongliang Mu, Jun Xu, Zhichuang Sun, Wenbo Shen, Xinyu Xing, Long Lu, Bing Mao

    Abstract: Despite its effectiveness in uncovering software defects, American Fuzzy Lop (AFL), one of the best grey-box fuzzers, is inefficient when fuzz-testing source-unavailable programs. AFL's binary-only fuzzing mode, QEMU-AFL, is typically 2-5X slower than its source-available fuzzing mode. The slowdown is largely caused by the heavy dynamic instrumentation. Recent fuzzing techniques use Intel Processo… ▽ More

    Submitted 24 May, 2019; originally announced May 2019.

    Comments: AsiaCCS'19

  9. arXiv:1807.00003  [pdf, other

    cs.SE

    Probabilistic Analysis of Weakly-Hard Real-Time Systems

    Authors: Eun-Young Kang, Dongrui Mu, Li Huang

    Abstract: Modeling and analysis of non-functional properties, such as timing constraints, is crucial in automotive real-time embedded systems. EAST-ADL is a domain specific architectural language dedicated to safetycritical automotive embedded system design. We have previously specified EAST-ADL timing constraints in Clock Constraint Specification Language (CCSL) and proved the correctness of specification… ▽ More

    Submitted 29 June, 2018; originally announced July 2018.

    Comments: 47 pages, 43 figures, technical report of IFM2018. arXiv admin note: substantial text overlap with arXiv:1806.07702

  10. arXiv:1803.06103  [pdf, other

    cs.SE

    Model-based Verification and Validation of an Autonomous Vehicle System

    Authors: Eun-Young Kang, Dongrui Mu, Li Huang, Qianqing Lan

    Abstract: The software development for Cyber-Physical Systems (CPS), e.g., autonomous vehicles, requires both functional and non-functional quality assurance to guarantee that the CPS operates safely and effectively. EAST-ADL is a domain specific architectural language dedicated to safety-critical automotive embedded system design. We have previously modified EAST-ADL to include energy constraints and trans… ▽ More

    Submitted 18 March, 2018; v1 submitted 16 March, 2018; originally announced March 2018.

    Comments: 54 pages, 58 figures, technical report reference of QRS2017 conference

  11. arXiv:1803.06075  [pdf, other

    cs.SE

    Formal Analysis of Non-functional Properties for a Cooperative Automotive System

    Authors: Eun-Young Kang, Li Huang, Dongrui Mu

    Abstract: Modeling and analysis of nonfunctional requirements is crucial in automotive systems. EAST-ADL is an architectural language dedicated to safety-critical automotive system design. We have previously modified EAST-ADL to include energy constraints and transformed energy-aware timed (ET) behaviors modeled in SIMULINK/STATEFLOW into UPPAAL models amenable to formal verification. Previous work is exten… ▽ More

    Submitted 18 March, 2018; v1 submitted 16 March, 2018; originally announced March 2018.

    Comments: 77 pages, 112 figures, technical report, reference of SAC2018 Conference