[공지사항]을 빙자한 안부와 근황 
Show more

Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

Machine Learning Systems: A Survey from a Data-Oriented Perspective

Created by
  • Haebom

Author

Christian Cabrera, Andrei Paleyes, Pierre Thodoroff, Neil D. Lawrence

Outline

This paper points out that as AI technology advances and ML models are deployed in real-world systems, the heterogeneous large data and efficient response requirements of real-world environments reveal the limitations of existing software architectures. Focusing on data-centric architecture (DOA), which has emerged as a new architecture to address these issues, we investigate how and to what extent DOA has been implicitly adopted in the actual ML-based system implementation and deployment process. Using a systematic and semi-automated methodology in software engineering, we review the papers and demonstrate that the adoption of DOA contributes to meeting requirements such as big data management, low-latency processing, resource management, security, and privacy protection, and provide practical advice for deploying ML-based systems.

Takeaways, Limitations

Takeaways:
By systematically analyzing the implicit adoption of DOA in real-world ML system deployments, we empirically demonstrate the utility of DOA.
Provides practical advice for implementing and deploying DOA-based ML systems.
DOA is shown to be effective in solving problems such as big data management, low-latency processing, resource management, security, and privacy protection.
Limitations:
Analysis of the implicit adoption of DOA is predominant, and there may be a lack of analysis of explicit and systematic application cases of DOA.
The generalizability of the results may be limited depending on the scope and selection criteria of the reviewed papers.
Along with the benefits of adopting DOA, there may be a lack of discussion about the difficulties or costs associated with implementing and managing DOA.
👍